@charset "utf-8";
/* CSS Document */

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #444444;
	background-color:#ffffff;
	line-height: 22px;
	letter-spacing:0px;
	margin:0px;
	padding:0px;
	text-align:justify; 
	width:100%;
	height:100%;
	vertical-align:top;
	}
	
img { border: none; margin:0; padding:0;}

a {text-decoration:none; color:blue;}

a:visited {text-decoration:none; color:blue;}

a:hover {text-decoration:underline; color:blue;}

/****************************** HEADER ******************************/

.admin_sub_menu{
border-bottom:1px solid #eeeeee;

}

.admin_sub_menu a:link{
border:none;
color:blue;
}

.admin_sub_menu a:visited{
color:blue;
border:none;
}

.admin_sub_menu a:hover{
color:blue;
border:none;
}

#header{
	background-image:url('../images/header.jpg');
	background-position:top;
	background-repeat:repeat-x;
	height:100px;
	width:100%;
	margin:0px;
	padding:0px;
	
}

#header_img{
	width:800px; 
	height:100px;
	padding:0px;
	margin:0px;
}

.staff_account{
padding-top:5px;
line-height:14px;
font-size:11px;
}

.staff_account a:link{
padding-top:5px;
line-height:14px;
font-size:11px;
text-decoration:none;
color:blue;
}

.staff_account a:visited{
padding-top:5px;
line-height:14px;
font-size:11px;
text-decoration:none;
color:blue;
}

.staff_account a:hover{
padding-top:5px;
line-height:14px;
font-size:11px;
text-decoration:underline;
}

	
#main{
	background-color:#FFFFFF;
	width:800px;
	text-align:left;
}

#main a:active{
	color:blue;
	text-align:left;
	text-decoration:none;
}

#main a:visited{
	color:blue;
	text-align:left;
	text-decoration:none;
}

#main a:hover{
	color:blue;
	text-align:left;
	text-decoration:underline;
}

.bg_menu{
	background-image:url('../images/menu_bg.jpg');
	background-position:top;
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	height:38px;
	width:100%;
}

.menu{
	margin:0px;
	padding:0px;
	width:800px;
	height:38px;
}


.menu ul{
	margin: 0px 0px 3px 0px;
	padding: 0;
	list-style-type: none;
	/*background-color:#637980;*/
	width:800px;
	line-height:12px;
	text-align:center;
	height:35px;
}

/*Top level list items*/
.menu ul li{
	position: relative;
	display: inline;
	float: left;
	/*background-color:#637980;*/
	color:#ffffff;
	padding:0px;
	height:22px;
	line-height:12px;
	margin:7px 0px 6px 0px;
}

/*Top level list items*/
.menu ul li.sep{
	position: relative;
	display: inline;
	float: left;
	/*background-color:#637980;*/
	color:#ffffff;
	padding:0px 5px;
	margin:0px;

}

/*Top level menu link items style*/
.menu ul li a{
	margin:0px;
	padding: 4px 8px 6px 8px;
	height:12px;
	text-decoration: none;
	/*background-color:#637980;*/
	text-align:left;
	float:left;
	color:#ffffff;
	font-size: 12px;
	font-weight:bold;
	line-height:12px;
	height:12px;
	vertical-align:middle;
}

.menu ul li a:hover{
	margin:0px;
	padding: 4px 8px 6px 8px;
	height:12px;
	text-decoration: none;
	background-color:#00628d;
	text-align:left;
	float:left;
	color:#ffffff;
	font-size: 12px;
	font-weight:bold;
	line-height:12px;
	height:12px;
}

.menu ul li a:visited{
	margin:0px;
	padding: 4px 8px 6px 8px;
	height:12px;
	text-decoration: none;
	/*background-color:#637980;*/
	text-align:left;
	float:left;
	color:#ffffff;
	font-size: 12px;
	font-weight:bold;
	line-height:12px;
	height:12px;
	vertical-align:middle;
}

	
/*Sub level menu*/
.menu ul li ul{
	left: 0px;
	top: 0px;
	margin:0;
	padding:3px 0px 2px 0px;
	list-style-type:none;
	position: absolute;
	width:200px;
	display:block;
	background-color: #f0f1f2;
	visibility: hidden;
	border-left:1px solid #bfbfbf;
	border-right:1px solid #bfbfbf;
	border-bottom:1px solid #bfbfbf;
	border-top:none;
	height:auto;
	/*background-image:url(../images/hover_menu.jpg);
	background-position:top left;
	background-repeat:repeat-x;*/
	z-index: 100;
}

/*Sub level menu list items*/
.menu ul li ul li{
	display: list-item;
	float:none;
	margin:0;
	padding:2px 5px;
	width: 190px;
	text-align:left;
	height:28px;	
}


/* Sub level menu links style */
.menu ul li ul li a{
	width:185px;
	color:#333333;
	text-align:left;
	font-size:12px;
	font-weight: normal;
	padding:6px 0px 8px 5px;
	margin:0;
}

.menu ul li ul li a:hover{
	width:185px;
	/*background-image:url(../images/btn_menu_hover.jpg);
	background-position:top left;
	background-repeat:repeat-x;*/
	background-color:#537394;
	color:#ffffff;
	text-align:left;
	font-size:12px;
	font-weight: normal;
	padding:6px 0px 8px 5px;
	margin:0;
}


.menu ul li ul li a:visited{
	width:185px;
	text-align:left;
	font-size:12px;
	font-weight: normal;
	padding:6px 0px 8px 5px;
	margin:0;
	color:#333333;
}


.menu .arrowdiv{
	position:absolute;
	right:0;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
	padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .menu ul li { float: left; height: 1%; }
* html .menu ul li a { height: 1%;  }


/****************************** SUB MENU /******************************/

.bg_sub_menu{
	border-bottom:1px solid #dfe3e4;
	margin:0px;
	padding:0px;
	height:30px;
	width:100%;
}

.sub_menu{
	margin:0px;
	padding:0px;
	width:800px;
}


.sub_menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*background-color:#637980;*/
	width:800px;
	text-align:center;
}

/*Top level list items*/
.sub_menu ul li{
	position: relative;
	display: inline;
	list-style-type: none;
	float: left;
	/*background-color:#637980;*/
	color:#ffffff;
	padding:5px 0px 0px 0px;
}

/*Top level list items*/
.sub_menu ul li.sep{
	position: relative;
	display: inline;
	float: left;
	/*background-color:#637980;*/
	color:#ffffff;
	padding:0px 5px 0px 5px;

}

/*Top level menu link items style*/
.sub_menu ul li a{
	display: block;
	padding: 2px 8px 2px 8px;
	height:22px;
	text-decoration: none;
	/*background-color:#637980;*/
	text-align:left;
	float:left;
	color:#ffffff;
	font-size: 12px;
	font-weight:bold;
}

.sub_menu ul li a:hover{
	text-decoration:none;
	background-color:#7a8f99;
	padding: 2px 8px 2px 8px;
	height:22px;
	color:#ffffff;
	font-size: 12px;
	float:left;
}
	
/*Sub level menu*/
.sub_menu ul li ul{
	position: absolute;
	display:block;
	left: 0px;
	top: 0px;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
	border-bottom:1px solid #dddddd;
	border-top:none;
	width:160px;
	padding:0;
	margin:0;
	list-style-type:none;
	background-color:#a0aaad;
	visibility: hidden;
}

/*Sub level menu list items*/
.sub_menu ul li ul li{
	background-color:#ffffff;
	width: 150px;
	text-align:left;
	margin:0;
	padding:0;
	float:none;
	display: block;
}


/* Sub level menu links style */
.sub_menu ul li ul li a{
	background-color: #f7f7f7;
	color:#ffffff;
	text-align:left;
	font-size:11px;
	font-weight:normal;
	padding:0;
	margin:0;
}

.sub_menu ul li ul li a:hover{
	background-color: #98acb3;
	color:#ffffff;
	text-align:left;
	font-size:11px;
	font-weight:normal;
	padding:0;
	margin:0;
}



.sub_menu .arrowdiv{
	position: absolute;
	right: 0;

}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .sub_menu ul li { float: left; height: 1%; }
* html .sub_menu ul li a { height: 1%;  }
* html .sub_menu ul li ul li { height: 1%; float:none; }
* html .sub_menu ul li ul li a { height: 1%; }

/*********************************************************************************/



/****************************** MENU 2 *********************************/
.bg_menu2{
	margin:0px;
	padding:0px;
	height:24px;
	width:100%;
	border-bottom:1px solid #dee3e4;
}



.menu2{
	margin:0px;
	padding:0px;
	width:800px;
	height:22px;
}


.menu2 ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	float:left;
	/*background-color:#637980;*/
	width:800px;
	height:22px;
	text-align:center;
}

/*Top level list items*/
.menu2 ul li{
	display: inline;
	float: left;
	/*background-color:#637980;*/
	color:#ffffff;
	height:18px;
	margin:0px;
	padding:0px 0px 4px 0px;
}

/*Top level list items*/
.menu2 ul li.sep2{
	display: inline;
	float: left;
	/*background-color:#637980;*/
	color:#ffffff;
	margin:0px;
	padding:0px 5px 0px 5px;
	
}

/*Top level menu link items style*/
.menu2 ul li a{
	margin:0px;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	/*background-color:#637980;*/
	text-align:left;
	float:left;
	color:#777777;
	font-size: 12px;
	font-weight: normal;
}

.menu2 ul li a:visited{
	margin:0px;
	padding: 0px 5px 0px 5px;
	text-decoration: none;
	/*background-color:#637980;*/
	text-align:left;
	float:left;
	color:#777777;
	font-size: 12px;
	font-weight: normal;
}

.menu2 ul li a:hover{
	text-decoration:none;
	/*background-color:#ffffff;*/
	margin:0px;
	padding: 0px 5px 0px 5px;
	color:#222222;
	font-size: 12px;
	float:left;
	font-weight: normal;
}

/*********************************************************************************/

#changeContent{
border:none;
}

.header1{
font-family: Helvetica, sans-serif; font-size:1.7em; font-weight: bold; color: #000; letter-spacing:0px; padding:11px 0px 0px 0px; text-align:left;

}

.header2 {
font-family:Arial; font-size: 14px; letter-spacing:normal; font-weight: bold; color:#000000; background-color:#ffffff;
text-align:left; border-bottom:2px solid #fff;

}

.header2 a{
font-family:Arial; font-size: 14px; letter-spacing:normal;  font-weight: bold; color:#000000; background-color:#ffffff;
text-align:left; text-decoration:none; padding:0px;

}

.header3 a{
font-family:Arial; font-size: 14px; letter-spacing:normal;  font-weight: bold; color:#999999; background-color:#ffffff;
text-align:left; border-bottom:4px solid #fff; margin-left:10px;

}

.header3 a:hover{
font-family:Arial; font-size: 14px; letter-spacing:normal;  font-weight: bold; color:#000; background-color:#ffffff;
text-align:left; border-bottom:4px solid #fff; margin-left:10px; text-decoration:none;

}

.header8 {
font-family:Arial; font-size: 14px; letter-spacing:normal; font-weight: bold; color:#000000; background-color:#f5f5f5;
text-align:left; border-bottom:2px solid #f5f5f5;

}


/****************************** HOME ******************************/

.arrow_im{
padding:3px 0px 1px 0px;
}


.home_box_right{
padding:0px 0px 0px 10px; background-color:#ffffff; font-size:1px;
}

.home_box_right2{
padding:5px 0px 4px 10px; background-color:#f5f5f5; border:1px solid #e6e6e6; font-size:12px;
}

.home_box_right_sep2{
height:8px; font-size:1px; line-height:1px;background-color:#f5f5f5;
}

.home_box_right_container{
padding:0px 10px 0px 10px; border-top:3px solid #dddddd; border-left:1px solid #ffffff;  border-right:1px solid #ffffff; border-bottom:1px solid #ffffff; background-color:#ffffff;
}

.home_box_right_container2{
padding:0px 0px 0px 0px;; border:2px solid #dddddd; background-color:#ffffff;
}

.home_box_right_sep{
height:2px; font-size:1px; line-height:1px;background-color:#ffffff;
}
.home_boxes_td1{
 background-image:url('../images/parents_bg.jpg'); background-repeat:no-repeat; border:1px solid #CCCCCC; width:250px; height:270px; padding:0px; margin:0px;
}



.home_boxes_td2{
 background-image:url('../images/students_bg.jpg'); background-repeat:no-repeat;border:1px solid #CCCCCC; width:250px; height:270px; padding:0px; margin:0px;
}

.home_boxes_td3{
 background-image:url('../images/staff_bg.jpg'); background-repeat:no-repeat;border:1px solid #CCCCCC; width:250px; height:270px; padding:0px; margin:0px;
}

.home_boxes_div1{
padding:175px 0px 0px 0px; width:250px; 
}


.home_box_link a:link{
font-size:12px;
color:#ffffff;
}

.home_box_link a:visited{
font-size:12px;
color:#ffffff;
}

.home_box_link a:hover{
font-size:12px;
text-decoration:underline;
color:#ffffff;
}

.home_boxes_div2{
font-size:18px; font-weight:bold; color:#ffffff; padding:10px 5px 0px 5px;
}

.home_events_title{
font-size:12px; font-weight:bold; line-height:16px; padding:5px 0px 0px 0px;background-color:#ffffff;
}

.home_events_title a:link{
font-size:12px; font-weight:bold;background-color:#ffffff; text-decoration:none; margin:0px; padding:0px;
}

.home_events_title a:hover{
font-size:12px; font-weight:bold; background-color:#ffffff; text-decoration: underline; margin:0px; padding:0px;
}

.home_events_title a:visited{
font-size:12px; font-weight:bold;background-color:#ffffff; text-decoration:none; margin:0px; padding:0px;
}


.home_newsletter_title a:link{
font-size:14px; font-weight:bold;background-color:#ffffff; text-decoration:none; margin:0px; padding:0px;
}

.home_newsletter_title a:hover{
font-size:14px; font-weight:bold; background-color:#ffffff; text-decoration: underline; margin:0px; padding:0px;
}

.home_newsletter_title a:visited{
font-size:14px; font-weight:bold;background-color:#ffffff; text-decoration:none; margin:0px; padding:0px;
}


.home_links_title a{
font-size:12px; font-weight:bold;background-color:#f5f5f5; text-decoration:none; margin:0px; padding:0px;
}

.home_links_title a:hover{
font-size:12px; font-weight:bold; background-color:#f5f5f5; text-decoration: underline; margin:0px; padding:0px;
}


.home_events_date{
font-size:10px; font-weight:normal; color:#666666; background-color:#ffffff; line-height:14px; text-align:left; padding:0px; margin:0px;
}
.home_events_text{
font-size:12px; color:#333333; line-height:16px;background-color:#ffffff; padding:0px 0px 8px 0px; vertical-align:text-top;
}

.home_events_text2{
font-size:12px; color:#333333; line-height:16px;background-color:#ffffff; padding:0px 0px 8px 0px; vertical-align:text-top;border-bottom:1px dotted #dddddd;
}



.home_sep{
padding:0px; margin:0px; width:25px;
}




.news_events_title{
font-size:12px; font-weight:bold; padding-right:10px;background-color:#ffffff;
}

.news_events_title a{
font-size:12px; font-weight:bold;background-color:#ffffff; text-decoration:none; margin:0px; padding:0px;
}

.news_events_title a:hover{
font-size:12px; font-weight:bold; background-color:#ffffff; text-decoration: underline; margin:0px; padding:0px;
}

.news_events_date{
font-size:10px; font-weight:normal; color:#666666; background-color:#ffffff; line-height:10px; text-align:left;
}
.news_events_text{
font-size:12px; color:#333333; line-height:16px;background-color:#ffffff; padding:0px 0px 3px 0px;
}

	

/****************************** CONTACT ******************************/

.contact_table{	
	width:525px;
}

.contact_form_field{
	text-align:left;
	border:none;
	padding:0;
	margin:0;
}

.contact_form_field textarea{
	border:1px solid #cccccc;	
	width:95%;
	height:220px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px;
}

.contact_input{
	border:1px solid #cccccc;
	width:200px;
	padding:2px;
}


.contact_input select{
	border:1px solid #cccccc;
	width:200px;
	padding:2px;
}


.contact_input2{
	border:1px solid #cccccc;
	width:250px;
	padding:2px;
}

	
	
/****************************** NEWS ******************************/
.news_events_title{
font-size:14px; padding-right:10px;background-color:#ffffff; font-weight:bold;
}

.news_events_title a{
font-size:14px;background-color:#ffffff; text-decoration:none; margin:0px; padding:0px;
}

.news_events_title a:hover{
font-size:14px; font-weight:bold; background-color:#ffffff; text-decoration: underline; margin:0px; padding:0px;
}

.news_events_date{
font-size:11px; font-weight:normal; color:#666666; background-color:#ffffff; line-height:14px; text-align:left;
}
.news_events_text{
font-size:12px; color:#333333; line-height:16px;background-color:#ffffff; padding:0px 0px 8px 0px;
}

.news_date{
border-bottom:1px dotted #dddddd;
font-size:12px;
padding:3px 0px 3px 0px;
font-weight:bold;
}

.news_brief{
border-bottom:1px dotted #cccccc;
padding:3px 0px 3px 0px;
font-weight: normal;
}


/****************************** NEWSLETTER ******************************/
.newsletters_title{
font-size:14px; padding-right:10px;background-color:#ffffff; font-weight:normal; padding:3px 0px 3px 0px;
}

.newsletters_title a{
font-size:14px;background-color:#ffffff;font-weight:bold;  text-decoration:none; margin:0px; padding:3px 0px 3px 0px;
}

.newsletters_title a:hover{
font-size:14px; font-weight:bold; background-color:#ffffff; text-decoration: underline; margin:0px; padding:3px 0px 3px 0px;
}


.newsletters_date{
font-size:12px; font-weight: normal; background-color:#ffffff; line-height:14px; text-align:left; font-style:italic;
}
.newsletters_text{
font-size:12px; color:#333333; line-height:16px;background-color:#ffffff; padding:0px 0px 8px 0px;
}




/****************************** COURSES ********************************/
.courses_filter{
background-color:#fafafa;
color:#666666;
font-size:11px;
}

.courses_filter select{
font-size:11px;
color:#333333;
}

.courses_input {
font-size:11px;
color:#333333;
border:1px solid #bbbbbb;
}

.courses_table th{
	border-bottom:1px solid #666666;
	border-top:1px solid #666666;
	text-align:left;
	padding:5px 8px 5px 8px;
	border-left:1px solid #f7f7f7;
	font-size:14px;
}

.courses_head1{
	border-right:1px solid #f7f7f7;
}

.courses_table td{
	padding:5px 8px 5px 8px;
	line-height:16px;
	font-size:12px;
}

.courses_day{
	font-weight:bold;
	font-size:14px;
	color: #FF6600;
	border-bottom:1px solid #aaaaaa;
}

.courses_moreinf{
font-size:10px;
line-height:14px;
}

.courses_row1{
background-color:#ffffff;
border-bottom:1px dotted #cccccc;
border-left:1px solid #f7f7f7;
}

.courses_rowl1{
background-color:#ffffff;
border-bottom:1px dotted #cccccc;
border-left:1px solid #f7f7f7;
border-right:1px solid #f7f7f7;
}

.courses_row2{
background-color:#ebf1f7;
border-bottom:1px dotted #cccccc;
border-left:1px solid #f7f7f7;
}

.courses_rowl2{
background-color:#ebf1f7;
border-bottom:1px dotted #cccccc;
border-left:1px solid #f7f7f7;
border-right:1px solid #f7f7f7;
}


.courses_training_text{
line-height:16px;
padding-bottom:10px;
}



/****************************** NOTICEBOARD ******************************/

noticeboard_table{
	border-bottom:1px dotted #aaaaaa;
}

.notcieboard_subject{
	font-weight:bold;
	background-color:#ebf1f7; 
}


.notcieboard_admin{
	font-weight:bold;
	font-size:11px;
	padding-bottom:6px;
}


.notcieboard_date{
	background-color:#ebf1f7;
	font-size:11px;
	padding-right:5px;
}

notcieboard_text{
	background-color:#ebf1f7;
	border-bottom:1px dotted #bbbbbb;
}




/****************************** FOOTER ******************************/

#footer{
	border-top: 1px solid #999999;
	padding-top:8px;
	font-size:11px;
	color:#AAAAAA;
}

#footer a{
	text-decoration:none;
	font-size:11px;
	text-align:right;
}

#footer a:hover{
	text-decoration: underline;
	font-size:11px;
	text-align:right;
}

.footer_site a{
color:#666666;
text-decoration:none;
}







/****************************** ADMIN ******************************/	
.admin_content{
line-height:18px; 
width:100%;
text-align:left;
}

.admin_content input{
padding:3px 4px 3px 4px;
border:1px dotted #999999;
}

.admin_content select{
padding:3px 4px 3px 4px;
border:1px solid #cccccc;
}

.admin_content table{
text-align:left;

}

.admin_content td{
text-align:left;

}
	
#admin_table {
	border-top: 1px solid #cecece;
	border-left: 1px solid #cecece;
	text-align:left;
}

#admin_table th{
	background-color:#EEEEEE;
	text-align:left;
	border-bottom: 1px solid #cecece;
	border-right: 1px solid #cecece;
	width:120px;
	text-align:left;
}

#admin_table td{
	border-bottom: 1px solid #cecece;
	border-right: 1px solid #cecece;
	text-align:left;
	line-height:18px;
	font-size:12px;
	color:#000000;
	}
	
#admin_table i{
	color:#777777;
	font-size:11px;
	}
	
#admin_table label{
	width:120px;
	}



/*********** IAG AREA ***********/
#staff_training{
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
}

#staff_training th{
	background-color:#f6f8f9;
	text-align:left;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	height:25px;
	text-align:center;
}

#staff_training td{
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	text-align:left;
	vertical-align:top;
	}
	
#staff_training ul{
padding:5px 0px 0px 20px;
list-style-type:square;
}
	
	
	
	
/************* TRAINING ************/

.training_filter{
background-color:#fafafa;
color:#666666;
font-size:11px;
}

.training_filter select{
font-size:11px;
color:#333333;
}

.train_input {
font-size:11px;
color:#333333;
border:1px solid #bbbbbb;
}

.training_table th{
border-bottom:1px solid #666666;
border-top:1px solid #666666;
text-align:left;
padding:5px 8px 5px 8px;
border-left:1px solid #f7f7f7;
font-size:14px;
}

.train_head1{
border-right:1px solid #f7f7f7;
}

.training_table td{

padding:5px 8px 5px 8px;

}

.train_row1{
background-color:#ffffff;
border-bottom:1px dotted #cccccc;
border-left:1px solid #f7f7f7;
}

.train_rowl1{
background-color:#ffffff;
border-bottom:1px dotted #cccccc;
border-left:1px solid #f7f7f7;
border-right:1px solid #f7f7f7;
}

.train_row2{
background-color:#ebf1f7;
border-bottom:1px dotted #cccccc;
border-left:1px solid #f7f7f7;
}

.train_rowl2{
background-color:#ebf1f7;
border-bottom:1px dotted #cccccc;
border-left:1px solid #f7f7f7;
border-right:1px solid #f7f7f7;
}


.admin_training_text{
line-height:16px;
padding-bottom:10px;
}


/****************************** TRAINING2 **********************************/

.training_table2{ color:#444444; border:1px solid #999999; }

.training_table2 th{
	border-bottom:1px solid #999999;
	/*border-top:1px solid #999999;*/
	text-align:left;
	padding:5px 8px 5px 8px;
	border-left:1px solid #f7f7f7;
	font-size:14px;
}

.train_head12{
	border-right:1px solid #f7f7f7;
}

.training_table2 td{
	padding:5px 8px 5px 8px;
}

.training_table2 td ul{
margin:0px;
	padding:5px 0px 0px 20px;
	
}

.train_row12{
	background-color:#ffffff;
	border-bottom:1px dotted #cccccc;
	border-left:1px solid #f7f7f7;
}

.train_rowl12{
	background-color:#ffffff;
	border-bottom:1px dotted #cccccc;
	border-left:1px solid #f7f7f7;
	border-right:1px solid #f7f7f7;
}

.train_row22{
	background-color:#ebf1f7;
	border-bottom:1px dotted #cccccc;
	border-left:1px solid #f7f7f7;
}

.train_rowl22{
	background-color:#ebf1f7;
	border-bottom:1px dotted #cccccc;
	border-left:1px solid #f7f7f7;
	border-right:1px solid #f7f7f7;
}


/****************************** CALENDAR *******************************/

.calendar{
	color:#666666;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

.calendar .calendar-prev a{
	text-decoration:none;
	background-color:#ffffff;
	border: none;
	width:27px;
	padding:2px 0px 2px 0px;
}

.calendar .calendar-prev a:hover{
	text-decoration:none;
	background-color:#ffffff;
	border: none;
	width:27px;
	padding:2px 0px 2px 0px;
}

.calendar .calendar-next a{
	text-decoration:none;
	background-color:#ffffff;
	border: none;
	width:27px;
	padding:2px 0px 2px 0px;
}

.calendar .calendar-next a:hover{
	text-decoration:none;
	background-color:#ffffff;
	border: none;
	width:27px;
	padding:2px 0px 2px 0px;
}

.calendar .calendar-month{
	font-weight:bold;
	text-align:right;
	font-size:12px;
	font-variant:small-caps;
	text-align:center;
	padding:4px 0px 4px 0px;
}

.calendar th{
	color: #333333;
	background-color:#eeeeee;
	font-size:12px;
	font-weight:bold;
	padding:3px 0px 3px 0px;
	text-align:center;
	width:28px;
	border:1px solid #ffffff;
}

.calendar td{
	color: #666666;
	background-color:#ffffff;
	font-size:11px;
	font-weight: normal;
	padding:3px 0px 3px 0px;
	text-align:center;
	border:1px solid #ffffff;
	
}

.calendar .linked1 a{
	background-color:#c4e4f2;
	color:#000000;
	text-decoration:none;
	padding:2px 0px 2px 0px;
	text-align:center;
	display:block;
	width:27px;
	border:1px solid #f3f3f3;
}

.calendar .linked1 a:hover{
	background-color:#c4e4f2;
	color:#000000;
	text-decoration:none;
	padding:2px 0px 2px 0px;
	text-align:center;
	width:27px;
	border:1px solid #cccccc;
}

.calendar .linked2 a{
	background-color:#ffdba4;
	color: #000000;
	text-decoration:none;
	padding:2px 0px 2px 0px;
	text-align:center;
	display:block;
	width:27px;
	border:1px solid #f3f3f3;
}

.calendar .linked2 a:hover{
	background-color:#ffdba4;
	color:#000000;
	text-decoration:none;
	padding:2px 0px 2px 0px;
	text-align:center;
	width:27px;
	border:1px solid #cccccc;
}

.calendar .linked3 a{
	background-color:#ecffa0;
	color: #000000;
	text-decoration:none;
	padding:2px 0px 2px 0px;
	text-align:center;
	display:block;
	width:27px;
	border:1px solid #f3f3f3;
}

.calendar .linked3 a:hover{
	background-color:#ecffa0;
	color:#000000;
	text-decoration:none;
	padding:2px 0px 2px 0px;
	text-align:center;
	width:27px;
	border:1px solid #cccccc;
}

.calendar .linked4 a{
	background-color:#fabfaf;
	color: #000000;
	text-decoration:none;
	padding:2px 0px 2px 0px;
	text-align:center;
	display:block;
	width:27px;
	border:1px solid #f3f3f3;
}

.calendar .linked4 a:hover{
	background-color:#fabfaf;
	color:#000000;
	text-decoration:none;
	padding:2px 0px 2px 0px;
	text-align:center;
	width:27px;
	border:1px solid #cccccc;
}



/****************** SITEMAP ************************/
.menu_sitemap{
padding-left:30px;



}

.menu_sitemap ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	
	
}

.menu_sitemap ul li{
	padding:10px 0px 10px 0px;
	margin:0px;
	border-bottom:1px dashed #cccccc;
}

.menu_sitemap li a:link{
	font-size:14px;
	color:#000000;
	font-weight:bold;
}

.menu_sitemap li a:hover{
	font-size:14px;
	color:#000000;
	font-weight:bold;
}

.menu_sitemap li a:visited{
	font-size:14px;
	color:#000000;
	font-weight:bold;
}


.menu_sitemap ul li ul{
	list-style-type: circle;
	margin:0px;
	padding:10px 0px 10px 30px;
}

.menu_sitemap ul li ul li{
	color:#000000;
	font-size:12px;
	padding:2px 0px 2px 0px;
	margin:0px;
	border:none;
}

.menu_sitemap ul li ul li a:link{
	font-size:12px;
	color:blue;
}

.menu_sitemap ul li ul li a:hover{
	color:blue;
	font-size:12px;
}

.menu_sitemap ul li ul li a:visited{
	color:blue;
	font-size:12px;
}