/* CSS Document */
html, body{ 
 margin:0; 
 padding:0; 
 background-color:#000033;
 background-image:url(images/backgroundgradient_blue.jpg);
 background-repeat:repeat-x;
 } 
 
a.maintoplink1:link {color: #CC0000; font-weight: bold; font-size: 10pt;}
a.maintoplink1:active {color: #CC0000; font-weight: bold; font-size: 10pt;}
a.maintoplink1:visited {color: #CC0000; font-weight: bold; font-size: 10pt;}
a.maintoplink1:hover {color: #FF0000; font-weight: bolder; font-size: 10pt;}

a.maintoplink2:link {color: #000066; font-weight: bold; font-size: 8pt;}
a.maintoplink2:active {color: #000066; font-weight: bold; font-size: 8pt;}
a.maintoplink2:visited {color: #000066; font-weight: bold; font-size: 8pt;}
a.maintoplink2:hover {color: #0000CC; font-weight: bolder; font-size: 8pt;}

a.yearmove:link {color: #C2D4E9; font-weight: bold;}
a.yearmove:active {color: #C2D4E9; font-weight: bold;}
a.yearmove:visited {color: #C2D4E9; font-weight: bold;}
a.yearmove:hover {color: #FFFFFF; font-weight: bolder;}

.maintoplogin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	text-align:center;
	color: #000033;
	height: 18px;
	padding-top:2px;
}

.maintoploginextra {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align:center;
	color: #000033;
	height: 20px;
}

.sidemenu {
    margin-left: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #C2D4E9;
	border-collapse: separate;
	background-color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	text-align:center;
	color: #FFFFFF;
	padding: 2px;
	width: 102px;
	height: 15px;
	cursor: pointer;
	cursor: hand;
}

.sidemenuOver {
	margin-left: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #C2D4E9;
	border-collapse: separate;
	background-color:#000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
	color: #FFFFFF;
	padding: 2px;
	width: 102px;
	height: 15px;
	cursor: pointer;
	cursor: hand;
}

.Welcome {
	margin: 5px;
	background-color: #C2D4E9;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:normal;
	color: #000000;
	padding: 5px;
	text-align:justify;
}

.mainbody {
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:normal;
	color: #FFFFFF;
	padding: 5px;
	text-align:center
}

.currentWeather {
	background-color:#FFFFFF;
	color:#000033;
	font-family:Tahoma;
	font-size:70%;
	border:1px solid #C2D4E9;
	width:150px;
	margin-top: 5px;
	margin-right: 2px;
}
.currentWeather table {
	font-size:100%;
	color:#000033;

}
.currentWeather .location {
	background-color:#000033;
	padding:5px 10px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
}
.currentWeather .icon {
	text-align:center;
	padding-left:10px;
}
.currentWeather .temperature {
	font-size:200%;
	font-weight:bold;
	padding-left:20px;
	text-align:center;
}
.currentWeather .description {
	font-weight:normal;
	padding-left:10px;
	text-align:center;
}
.currentWeather .feelslike {
	font-weight:normal;
	padding-left:20px;
}
.lastupdate {
	padding:2px;
	color:#FFFFFF;
	font-family:Tahoma;
	font-size:8pt;
	text-align:center;

}

.copyright {
	padding:2px;
	color:#C2D4E9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	text-align:center;

}

a.bodylink:link {color: #FFFFFF; font-weight: bold; font-size:12pt;}
a.bodylink:active {color: #FFFFFF; font-weight: bold; font-size:12pt;}
a.bodylink:visited {color: #FFFFFF; font-weight: bold; font-size:12pt;}
a.bodylink:hover {color: #C2D4E9; font-weight: bolder; font-size:12pt;}

a.bodylink2:link {color: #000033; font-weight: bold; font-size:12pt;}
a.bodylink2:active {color: #000033; font-weight: bold; font-size:12pt;}
a.bodylink2:visited {color: #000033; font-weight: bold; font-size:12pt;}
a.bodylink2:hover {color: #000066; font-weight: bolder; font-size:12pt;}

a.breadcrumb:link {color: #C2D4E9; font-weight: bold;}
a.breadcrumb:active {color: #C2D4E9; font-weight: bold;}
a.breadcrumb:visited {color: #C2D4E9; font-weight: bold;}
a.breadcrumb:hover {color: #FFFFFF; font-weight: bolder;}

a.bodylink3:link {color: #000033; text-decoration:underline;}
a.bodylink3:active {color: #000033; text-decoration:underline;}
a.bodylink3:visited {color: #000033; text-decoration:underline;}
a.bodylink3:hover {color: #000066; text-decoration:underline;}


.breadcrumb_title{
	padding:2px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 8pt;
	color:#000000;
	background-color: #C2D4E9;
	
}

.schedulebar_title{
	padding:2px;
	margin-right: 2px;
	width:152px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 10pt;
	color:#000000;
	background-color: #C2D4E9;
	text-align:center;
	
}

.schedulebar {
	background-color:#FFFFFF;
	color:#000033;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	border:1px solid #C2D4E9;
	width:152px;
	padding:2px;
	display: none;
}

.schedulemenu {
    margin-right: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #C2D4E9;
	border-collapse: separate;
	background-color: #000033;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	text-align:center;
	color: #FFFFFF;
	padding: 2px;
	width: 152px;
	height: 15px;
	cursor: pointer;
	cursor: hand;
}

.schedulemenuOver {
	margin-right: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #C2D4E9;
	border-collapse: separate;
	background-color:#000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
	color: #FFFFFF;
	padding: 2px;
	width: 152px;
	height: 15px;
	cursor: pointer;
	cursor: hand;
}

a.ischedulerlink1:link {color: #000033; font-weight: bold;}
a.ischedulerlink1:active {color: #000033; font-weight: bold;}
a.ischedulerlink1:visited {color: #000033; font-weight: bold;}
a.ischedulerlink1:hover {color: #000066; font-weight: bolder;}

a.ischedulerdaylink:link {color: #000033; text-decoration:none;}
a.ischedulerdaylink:active {color: #000033; text-decoration:none;}
a.ischedulerdaylink:visited {color: #000033; text-decoration:none;}
a.ischedulerdaylink:hover {color: #000066; text-decoration:underline;}

.ischedulertable {
	border-top:solid #C2D4E9 2px;
	border-left:solid #C2D4E9 2px;
	border-bottom:solid #C2D4E9 2px;
	border-collapse: separate;
	background-color:#FFFFFF;
}
.ischedulerHeader {
	margin-top: 5px;
	background-image:url(images/ischeduler/header_bg.gif);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight:bold;
	text-align:center;
	color: #000033;
	padding: 2px;
	height: 50px;
}
.ischedulerDaysHeader {
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	text-align:center;
	color: #000033;
	padding: 2px;
	height: 20px;
	width: 30px;
}
.ischedulerDays {
	border-top:solid #C2D4E9 2px;
	border-right:solid #C2D4E9 2px;
	border-collapse: separate;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:normal;
	text-align:center;
	color: #000033;
	height: 30px;
	width: 30px;	
}

.ischedulerToday {
	border:solid #000033 1px;
	background-color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight:bold;
	text-align:center;
	color: #000033;
}
.ischedulerLegend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	text-align:left;
	color: #C2D4E9;
	padding:2px;
}
.ischedulerDetailHeader {
    margin-top: 5px;
 	margin-right: 2px;
	margin-left: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #C2D4E9;
	border-collapse: separate;
	background-color: #00CCFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight:bold;
	text-align:center;
	color: #000033;
	padding: 2px;
	width: 275px;
	height: 15px;
}
.ischedulerDetail {
	background-color:#FFFFFF;
	color:#000033;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	border:1px solid #C2D4E9;
	width:275px;
	padding:2px;
 	margin-right: 2px;
	margin-left: 2px;

}