/* General Text Styles */

* {
	font: 13px Georgia, Garamond Times, serif;
	color: #444;
	font-weight:normal;
}

body, p, span, tr, td, a, li{
	line-height: 22px;
}

a{
	font-style: italic;
	color: #f53333;
	font-weight: bold;

}

p{
	margin-bottom: 15px;
	letter-spacing: 0px;
}

.welcome p {font-size: 15px; line-height: 28px;}

h1, h1 a, .welcome h1{
	font: 24pt Georgia, Garamond Times, serif;
	color: #444;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 15px;	
}

h2, h2 a, .welcome h2{
	font: 18px Georgia, Garamond Times, serif;
	color: #196c9d;
	font-weight: bold;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 10px;
}


h3, h3 a, legend{
	font: 10pt Georgia, Garamond Times, serif;
	color: #4444;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
}

a:hover{
	color: #910000;
}

/* Text Styles for Specific Areas */



div#footer p{
	text-align: center;
	font: 12px Arial, Helvetica sans-serif;
	line-height: 22px;
	color: #888;
	font-weight: normal;
	margin-bottom: 5px;
}


/*div.welcome:first-letter {
	font-size: 70px;
	float: left;
	width: 50px;
	line-height: 56px;
	
}*/

#broadcaster h2, #broadcaster h2 a{
	font: 18px Georgia, Garamond, Times, serif;
	color: #444;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
}

#broadcaster h2 a:hover{
	text-decoration: underline;
}

#broadcaster p, p a {
	font-size: 14px;}

#events h2, #events h2 a{
	font: 16px Arial, Helvetica sans-serif;
	color: #fb7203;
	font-weight: bold;
	text-decoration: none;
	margin: 10px 0px 5px 0px;
}

#events p, p a {
	font-size: 12px;
	line-height: 18px;}

p.info {
	font: 12px Arial, Helvetica sans-serif;
	color: #888;
	font-weight: normal;
	margin-bottom: 12px;
}

#broadcaster h2 a:hover{
	text-decoration: underline;
}

#news h2, #news h2 a{
	font: 13px Arial, Helvetica sans-serif;
	line-height: 18px;
	color: #196c9d;
	font-weight: bold;
	text-decoration: none;
	margin-bottom: 5px;
}

#news p.info {
	font: 11px Arial, Helvetica sans-serif;
	color: #888;
	font-weight: normal;
	margin-bottom: 12px;
}


/* MODX Search Results */

p#ajaxSearch_intro, p.ajaxSearch_resultsInfo{
	font-size: 12px;
}

.ajaxSearch_highlight, .ajaxSearch_highlight1{
	background-color: #FFFF66;
	border: 1px solid #BBB;
}

div#ajaxSearch_resultListContainer .ajaxSearch_resultDescription{
	display: none;
}

div#ajaxSearch_resultListContainer .ajaxSearch_extract{
	font-size: 12px;
	color: #777;
}

div#ajaxSearch_resultListContainer .ajaxSearch_resultLink{
	font-family: Georgia, Times, serif;
	color: #444;
	margin: 35px 0px 15px 0px;
	font-size: 18px;
	font-weight: normal;
}

/* MODX Ditto Results */
div#ditto_pages{
	text-align: center;
}

div#ditto_pages a{
	font-weight: bold;
	color: #20476f;
	float: left;
	width: 80px;	
	font-style: normal;			
}

div#ditto_pages span{
	display: block;
	width: 20px;
	margin: 0px 5px;
	border: solid 1px #20476f;
	float: left;
	text-decoration: none;
	text-align: center;
	font-weight: bold;	
	color: white;
	background-color: #20476f;	
}

div#ditto_pages a.ditto_page{
	display: block;
	width: 20px;
	margin: 0px 5px;
	border: solid 1px #20476f;
	float: left;
	text-decoration: none;
	text-align: center;
	font-weight: bold;	
	color: #20476f;	
}

div#ditto_pages span.ditto_off{
	font-weight: bold;
	color: #20476f;
	float: left;
	background-color: white;
	border: none;
	width: 80px;
}

div#ditto_pages a:hover.ditto_page{
	background-color: #20476f;
	color: white;	
}

div.vacancy_post, div.vacancy_post *{
	margin: 0px;
}
div.vacancy_post{
	margin-bottom: 10px;
}



/* Text Styles for Specific Elements */

/* Lists */
ul, ol{
	margin-bottom: 15px;
}

ul ul, ul ol, ol ul, ol ol{
	margin-bottom: 0px;
}


li{
	margin: 0px 0px 0px 40px;
	list-style-position: inside;
}

ul li{
	list-style-image: url('images/icons/green_arrow.png');
}

ul li li{
	list-style-image: url('images/icons/grey_arrow.png');
}


/* Tables */
table{
    border: none;
    border-width: 2px 1px 1px 2px;    
	margin-bottom: 15px;
}

table td{
    padding: 2px 8px;
    margin: 0px;
    border-style: none;
    border-color: #555;
    border-width: 1px;
}

table thead td{
    text-align: center;
    font-weight: bold;
    background-color: #96C940;
    color: white;
}

table tr.odd td{

}

table tr.even td{
    background-color: #f0ffee;
}



/* Styling Classes */

.serif, .serif * { font-family: Garamond, Times New Roman; font-size: 1.2em;}
.serif *{font-size: 1em;}

strong, b, .strong, .strong * { font-weight: bold;}

em, i, .emphasis, .emphasis * { font-style: italic; }

big, .large { font-size: 1.5em; }
small, .small { font-size: 0.8em; }



.left   { float:left; }
.right  { float:right; }

.hide   { display:none; }

.reset-margin   { margin:0; } 
.reset-padding  { padding:0; } 
.reset          { margin:0; padding:0; } 

.align-justify  { text-align:justify; } 
.align-left     { text-align:left; } 
.align-center   { text-align:center; } 
.align-right    { text-align:right; } 

