/* STYLES: GENERAL STYLES */
.style4 {
	color: #FFFFFF
}

.style5
{
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
}	
	
.style7 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
}

.style13 {
	color: #cc0000;
	font-size: 14px;
	font-weight: bold;
}

a.menuLink{
	text-decoration: none;
	color : #FF0000;
}

a.headline{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;	
}
/* END GENERAL STYLES*/

/* STYLE for displaying the Main Page */
.red_subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
}

a.red_subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #cc0000;
	text-decoration:none;
}

#main_table {
	border: 2px dotted #666666;
}

.event_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.event_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.event_header:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}

.grey_header {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
/* END STYLES */

/* STYLES: page layout */
.seperator{
	border-left-width: 2px;
	border-left-style: dotted;
	border-left-color: #666666;
	padding-left: 20px;  
	background-color: White;
}
/* END STYLE */


/* STYLES: displaying sub-menus within a page */
.submenu_header_frame {	
	border: 1px solid #000000;
}

.submenu_header_section1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border: 0px;
	background-color: #FFFFFF;
	text-align: center;
}

.submenu_header_section2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	border: 0px;	
	background-color: #DDDDE6;
	text-align:center;
}

.news_header {
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	background-color: #DDDDE6;
	text-align:center;
}

.submenu_border {
	border-top-width: 2px;
	border-top-style: double;
	border-top-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: double;
	border-bottom-color: #000000;
	background-color: White;
}

.submenu_highlight{
	text-decoration: none;
	color : #0000CC;
	background-color : White;
	font : bold Verdana, Geneva, Arial, Helvetica, sans-serif;
	border : thin solid Black;
}

.submenu_normal{
	color: Black;
	text-decoration: none;
}
/* END STYLE */

/* STYLE for displaying sub-headers in each section */
.sub_head {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;	
	color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;	
	background-color: White;
}

.sub_head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	border: 0px;
	background-color: #4A4A4A;
	text-align:center;
}
/* END STYLE */

/* STYLE for displaying Calendar Event Table */
th.calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background-color: #EAEAEA;
	text-align:center;
}

td.calendar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	background-color: #EAEAEA;
	text-align:center;
}

/* style for new header in new files of admin*/

.labelWhite { 
	font-weight: bold; 
	font-size: 12px; 
	font-family: Verdana; 
	color : #ffffff; 
}

.labelBlack { 
	font-weight: bold; 
	font-size: 20px; 
	font-family: Verdana; 
	color : #000000; 
}

.text_special {
	border: 0px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	background-color: #F6F4EC;
	text-align:center;
}

/* END STYLE */
