/* CSS Document */
.mceContentBody
{
	background-color: #FFF !important;
	color: #000000;
}
body 
{
	font-size: 0.7em; 
	font-family: verdana,sans-serif; 
	color: #000000;
	background-color: #090061; 
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
.body-content p 
{

}
h1 
{
	font-size: 1.4em;
	color: #038BE9;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	background-color: #fff;
}
.history_title h1, .reports_title h1, .welcome_title h1, .staff_profile_title h1
{
	background-color: transparent;
}
h2 
{
	font-size: 1.25em;
	color: #038BE9;
	font-weight: bold;
	margin: 5px 0 5px 0;
	background-color: #fff;
}
h3 
{
	font-size: 1.0em;
	color: #038BE9;
	font-weight: bold;
	margin: 7px 0 7px 0;
	padding: 0;
	background-color: #fff;
}
h4 
{
	font-size: 0.9em;
	color: #038BE9;
	text-transform:uppercase;
	float: right;
	padding: 0;
	margin: 0;
	background-color: #fff;
}
h5 
{
	font-size: 1.0em;
	color: #038BE9;
	margin: 0;
	padding: 0;
	font-weight:normal;
	background-color: #fff;
}	

a
{
	color:#038BE9;
	font-size:1em;
	font-weight:bold;
	padding:0pt;
}

a img
{
	border: none;
}
ul 
{
	list-style-image: url(/images/red-diamond.gif);
}
.container 
{
	width: 900px;
	text-align:center;
	margin: auto;
	background-color: #FFFFFF;
}
.date 
{
	font-size: 1.0em;
	color: #038BE9;
	font-weight: bold;
	margin: 7px 0 7px 0;
	padding: 0;
}

/* ### HEADER ### */

.header_container 
{
	width: 900px;
	height: 104px;
	background-color: #7498CD;
}
.extranet_header_container 
{
	width: 900px;
	height: 115px;
	background-image:url(/images/parent-extranet_background.gif);
	background-repeat:repeat-x;
}
.govextranet_header_container 
{
	width: 900px;
	height: 115px;
	background-image:url(/images/govornor-extranet_backgroun.gif);
	background-repeat:repeat-x;
}
.accessibility_panel 
{
	float: right;
	padding: 5px;
	border: 2px solid #5C78A2;
	background-color:#FFFFFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 30px;
}
.accessibility_panel img
{
	vertical-align: middle;
}
.accessibility_panel a
{
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	color: #424C8D;
}
.logo 
{
	float:left;
}
.tagline 
{
	clear: right;
	float: right;
	margin: 5px;
}
.accessibility_font 
{
	color: #5C78A2;
	font-weight:bold;
	font-size: 0.9em;
}

/* ### CONTENT ### */

.body-content 
{
	margin-left: 230px;
	padding: 0.5em;
	max-width: 80%;
	background-color:#FFFFFF;
	vertical-align:top;
	height: 100%;
	text-align: left;	
}
.academic_right_column 
{
	width:245px;
	background-image:url(/images/academic_background.gif);
	background-repeat:repeat-y;
	float: right;
	
}
.academic_left_column 
{
	padding: 0.5em;
	background-color:#FFFFFF;
	vertical-align:top;
	height: 100%;
	text-align:left;
	float: left;
	width: 45%;
}	

/* HOME - MAIN CONTENT */

.maincontent_container
{
	width: 890px;
	margin: 5px 5px 0 5px;
	text-align: left;
}
.main_image 
{
	float: left;
}

/* STAFF PROFILE STYLES */

.staff_profile_title 
{
	height: 28px;
	border: #00CE22 1px solid;
	background-image:url(/images/home_background_profile.gif);
	background-repeat:repeat-x;
}	
.staff_profile_container 
{
	width: 275px;
	float: right;
	margin-right: 8px;
}	
.staff_profile_image 
{
	float: left;
	padding: 0 7px 7px 7px;
}	
.staff_profile_title h1
{
	font-size: 1.1em;
	color:#FFFFFF;
	font-weight:bold;
	margin: 7px 0px 0 8px;
}
.staff_profile_textcontainer 
{
	height: 116px;
	padding-top:8px;
	border: #BBBBBB 1px solid;
}
.staff_profile_name 
{
	font-size: 1.1em;
	color: #00AA1C;
	font-weight: bold;
}
.staff_profile_position 
{
	color: #00AA1C;
	font-weight: bold;
}
.staff_profile_moreinfo 
{
	color: #00AA1C;
	font-weight: bold;
	text-decoration: underline;
}

/* KEEPSAFE STYLES */

.keepsafe_container 
{
	width: 200px;
	float: left;
	margin: 3px 5px 5px 0;
}	
.keepsafe_text 
{
	height: 35px;
	background-image: url(/images/home_keepsafe_background.gif);
	background-repeat: repeat-y;
	font-size: 1.1em;
	font-weight: bold;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* HISTORY STYLES */

.history_main_container 
{
	width: 200px;
	background-color:#FFFFFF;
	float: left;
	margin: 3px 5px 0 3px;
}
.history_title 
{
	height: 28px;
	border: #7D38E4 1px solid;
	background-image: url(/images/home_background_history.gif);
	background-repeat: repeat-x;
}	
.history_container 
{
	border: #BBBBBB 1px solid;
	clear:both;
	height: 260px;
	background-image: url(/images/home_history_image.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}	
.history_main_container h1
{
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: bold;
	margin: 7px 0px 0 8px;
	text-align: left;
}
.history_textcontainer  
{
	margin: 0px 5px 0 5px;
	text-align:left;
}
.history_moreinfo 
{
	display: block;
	color: #4A2187;
	font-weight: bold;
	text-decoration: underline;
}

/* ### REPORTS STYLES ### */

.reports_main_container 
{
	width: 189px;
	background-color:#FFFFFF;
	float: left;
	margin: 3px 5px 0 0;
	background-image: url(/images/home_reports_image.gif);
	background-repeat: no-repeat;
	background-position: 0 155px;
}
.reports_title 
{
	height: 28px;
	border: #FFA904 1px solid;
	background-image:url(/images/home_background_reports.gif);
	background-repeat:repeat-x;
}	
.reports_container 
{
	border: #BBBBBB 1px solid;
	clear:both;
	height: 260px;
}	
.reports_main_container h1 
{
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: bold;
	margin: 7px 0 0 8px;
	text-align: left;
}
.reports_names 
{
	color: #FF8706;
	font-weight: bold;
	text-align: left;
}
.reports_textcontainer  
{
	margin: 5px;
	text-align:left;
	width: 178px;
}
reports_pdf 
{
	padding: 5px 5px 0 5px;
}

/* ### WELCOME STYLES ### */

.welcome_main_container 
{
	width: 275px;
	background-color: #FFFFFF;
	float: left;
	margin-top: 3px;	
}
.welcome_title 
{
	height: 28px;
	border: #FA0101 1px solid;
	background-image:url(/images/home_background_welcome.gif);
	background-repeat:repeat-x;
}	
.welcome_container 
{
	border: #BBBBBB 1px solid;
	height: 260px;
}	
.welcome_main_container h1 
{
	font-size: 1.1em;
	color: #FFFFFF;
	font-weight: bold;
	margin: 7px 0 0 8px;
}
.welcome_textcontainer  
{
	margin: 2px 5px 0 5px;
}
.welcome_signature 
{

}
.welcome_name 
{
	font-size: 0.9em;
}	


/* NEWS & EVENTS LIST */

.newsevents_divider 
{
	border-top: #038BE9 1px solid;
	border-bottom: #038BE9 1px solid;
	height: 30px;
}
.news_image img
{
	float: left;
	padding-right: 5px;
}

/* STAFF PROFILE */
.staff-images_thumbs 
{
	padding: 2px;
	border:#B8B8B8 1px solid;
	width: 94px;
	height: 113px;
	text-align: center;
	margin-bottom: 10px;
}
.staff_images_container_head img
{
    padding: 2px;
	border: 1px solid #999; 
	
}	
.staff_images_container img
{
	padding: 2px;
	border: 1px solid #999; 
}
.staff_images_container
{
	float: left;
	height: 140px;
	width: 145px;
}
.staff_name
{
    color:#038BE9;
    font-size:1em;
    font-weight:bold;
    margin:7px 0pt;
    padding:0pt;
}
.staff_position
{
    color:#038BE9;
    font-size:1em;
    font-weight:normal;
    margin:0pt;
    padding:0pt;
}
.rows_staffprofiles {
	background-color:#FFFFFF;
	vertical-align:top;
	text-align:center;
	padding: 5px;
	height: 200px;
	border-bottom:#999999 1px dashed;
}
/* FOOTER */

.footer 
{
	background-image: url(/images/footer_background.gif);
	background-repeat:repeat-x;
	height: 22px;
}
.footer_text 
{
	font-size: 0.9em;
	color: #FFFFFF;
	font-weight:bold;
	padding-top: 5px;
	text-align:center;
}
.footer_text a
{
	color: #FFFFFF;
}

/* ### NAVIGATION  ### */

.solidblockmenu 
{
	margin: 0;
	padding: 0;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	width: 100%;
	height: 28px;
	border: 1px solid #FF0001;
	border-width: 1px 0;
	background-image: url(/images/topnav_background.gif);
	background-repeat: repeat-x;
}

.solidblockmenu li
{
	display: inline;
}

.solidblockmenu li a
{
	float: left;
	color: white;
	padding: 7px 10px 7px 10px;
	min-width: 100px;
	text-decoration: none;
	border-right: 1px solid #850101;
}
.solidblockmenu li a:visited
{
	color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li .current
{
	color: white;
	background: transparent url(/images/topnav_background_over.gif) center center repeat-x;
}
.solidblockmenu_shadow 
{
	clear: left;
	width: 100%;
	height: 6px;
	padding: 0;
	margin: 0;
	background-image:url(/images/topnav_shadow.gif);
	background-repeat:repeat-x;
}

.solidblockmenu_test 
{
	margin: 0;
	padding: 0;
	float: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	width: 100%;
	height: 28px;
	border: 1px solid #FF0001;
	border-width: 1px 0;
	background-image: url(/images/topnav_background.gif);
	background-repeat: repeat-x;
}

.solidblockmenu_test li
{
	display: inline;
}

.solidblockmenu_test li a
{
	float: left;
	color: white;
	padding: 7px 10px 7px 10px;
	min-width: 75px;
	text-decoration: none;
	border-right: 1px solid #850101;
}
.solidblockmenu_test li a:visited
{
	color: white;
}
.solidblockmenu_test li a:hover, .solidblockmenu li .current
{
	color: white;
	background: transparent url(/images/topnav_background_over.gif) center center repeat-x;
}

#blueblock
{
	width: 199px;
	border: 1px solid #BBBBBB;
	padding: 0;
	margin-bottom: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	background-color: #FFFFFF;
	color: #038BE9;
	width: 215px;
	float: left;
	text-align: left;
	clear: left;
}

#blueblock ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#blueblock li 
{
	margin: 0;
	padding: 0;
	border-bottom: 1px dashed #BBBBBB;
}

#blueblock li a
{
	display: block;
	padding: 10px 0 10px 10px;
	background-color: #FFFFFF;
	color: #038BE9;
	text-decoration: none;
	width: 205px;
	/*height: 30px;*/
	line-height: 1.5em;
}

#blueblock li a:hover
{
	/*
	background-image:url(/images/leftnav_background.gif);
	background-repeat:repeat-x;
	*/
	background-color: #B3D8F3;
	color: #038BE9;
}

.leftnav_title 
{
	width: 215px;
	height: 28px;
	border: #0297FF 1px solid;
	background-image:url(/images/left-nav_header.gif);
	background-color:#0161AE;
	float: left;
	clear: both;
}	
.leftnav_titlefont 
{
	font-size: 12px;
	color:#FFFFFF;
	font-weight:bold;
	margin: 7px 0 0 8px;
	text-align: left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/* ### NEWS EVENTS ### */

.newsevents h2 
{
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top:5px;
	margin-bottom:5px ;
	border-top:1px solid #038BE9;
	border-bottom:1px solid #038BE9;
}

.newsevents img 
{
	padding-right: 5px;
	padding-bottom: 5px;
}
.newsevents .date 
{
	color:#038BE9;
	font-size:1em;
	font-weight:bold;
	margin:7px 0pt;
	padding:0pt;
}

.newsevents a img
{
	border: none;
	padding: 0;
}

/* ### REPORTS ### */

.report_background
{
	background-color:#E5F2FB;
	border-bottom: 1px dashed #CCCCCC;
	padding:15px 0pt 20px 10px;
}
.report_background img
{
	vertical-align: middle;
}
.report_title
{
	color:#038BE9;
	font-weight:bold;
	padding:10px;
}
.report_download
{
	color: #038BE9;
	font-weight: bold;
	float: right;
	vertical-align: top;
	padding-right: 10px;
}
.faq_background
{
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 20px;
}
.faq_question
{
	color: #038BE9;
	font-weight: bold;
	margin: 10px 0 10px 0 !important;
}
.skip
{
	display: none;
}

.comic_sans
{
	font-size: 14pt;
	font-family: Comic Sans,Comic Sans MS,cursive;
	color: #000;
}
.comic_sans_white
{
	font-size: 14pt;
	font-family: Comic Sans,Comic Sans MS,cursive;
	color: #fff;
}
/* ADDED 30/06/2010, snk (ADM) */
/* recentnewsalert */
#recentnewsalert {position:relative; border:1px solid #FF0000; margin:2px; height:16px; padding:2px; text-align:left; }/* background-color:#7498CD; */
#recentnewsalert ul {padding:0; margin:0; list-style:none; height:16px; overflow:hidden;}
#recentnewsalert ul li {padding:0; margin:0; list-style:none;}
#recentnewsalertleft {position:relative; float:left; width:100px;}
#recentnewsalertright {position:relative; float:right;width:780px;}