/* Global Styles */

body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	}
	
td {
	color:#333333;
	font-family: verdana;
	font-size: 12px;
	}

	
a {
	color: #333333;
	font-weight:normal;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */
	
#navigation a {
	font:10px arial;
	color: #336666;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #993300;
	text-decoration:underline;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#weekdays th {
	font:10px arial;
	color: #ffffff;
	letter-spacing:.2em;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:18px times new roman;
	color: #333300;
	letter-spacing:.4em;
	font-weight:bold;
	}

.sidebarText {
	color: #336666;
	line-height:18px;
	font-family: georgia;
	font-size: 12px;
	font-weight: bold;
	}
	
.bodyText {
	font:11px arial;
	color:#333333;
	text-align: justify;
	}
	
.pageName {
	color: #000066;
	letter-spacing:0.1em;
	line-height:16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-left: 6px;
	}
	
.pageName_white {
	color: #FFFFFF;
	letter-spacing:.1em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-left: 6px;
	text-decoration: none;
	background-color: #568CBD;
	}	
	
.subHeader {
	font:14px georgia;
	color: #669999;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:10px arial;
	color: #333300;
	letter-spacing:.1em;
	}
	
.calendarText {
	font:11px arial;
	line-height:14px;
	color:#333333;
	}
.style1 {color: #000000}

	
.style7 {
	font-weight: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #999999;
	border-left-color: #000000;
	}
	
.button {
	background-image: url(images/button_search.gif);
	background-repeat: no-repeat;
}
.pic {
	border: 7px solid #FFFFFF;
}
.back_text {
	font-family: Tahoma;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 150px; /*Default width of hint.*/ 
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}


.yspsctbg { background-color: #10215A; }
.yspscbrdbg { background-color: #637BAD; }
.ysptblhdr {
	color: #FFF;
	font: bold 11px arial, helvetica, sans-serif;
}
.yspartclsrc {
	color: #666;
}
#botpagenav {
  margin-top: 1em;
  margin-bottom: 1em;
}

.pagenav .thispage, .pagenav a:link, .pagenav a:visited {
  padding: 2px 6px;
  zoom: normal; /* Overrides another a.next in ie.css */
}

.pagenav .thispage, #toppagenav .thispage,.thispage {
  border: 1px solid #CAD6E8;
}

.pagenav a.next:link, .pagenav a.next:visited {
  background: white url(../images/next.png) no-repeat right;
  font-weight: bold;
  padding-right: 14px;
  border-style:solid;
  border-width:1px;
  text-decoration:none;
}

.pagenav a.next:visited {
  background-image: url(../images/next-visited.png);
}

.pagenav a.next:hover {
  background-image: url(../images/next-hover.png);
  color: #FF6600;
}


#toppagenav {
  float: left;
  margin-top: 1em;
}

.pagenavtop {
  padding: 12px 0px 12px 0px!important;
  text-align: left;
}


/* End CSS Drop Down Menu */





div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #AAAADD;
	
	text-decoration: none; /* no underline */
	color: #000099;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #000099;

	color: #000;
}

div.pagination span.paginationCurPage {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #000099;
		
		font-weight: bold;
		background-color: #000099;
		color: #FFF;
	}
	
div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #DDD;
	}
	
	
.paginationCurPage
{
  font-weight: bold;
  color: #CC6600;
  border: 1px solid #CC6600;
  margin: 1px;
  padding: 3px;
}

span.new {
	 display:inline;
	 padding:2px;
	 color:red;
	 font-size:10px;
	 font-weight:bold;
}


.errorbox {
	width: 100%;
	background: #f1f1f1;
	border: solid 1px #dd3c10;
	margin-left: auto;
	margin-right: auto;
	}

.errorbox td {
	padding: 6px;
	}

.errorbox p {
	margin: 0 0 0 0;
	}

.errorbox .errorhdr {
vertical-align: middle;
font-family: Arial, Helvetica, sans-serif;
font-size: 95%;
color: #a73735;
font-weight: bold;
border-bottom: 1px solid #cc0000;
}


.errorInstructions {
	font-weight: bold;
	}

	

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
width: 397px;
margin-bottom: 0;
list-style-type: none;
text-align: left;
 /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(/images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(/images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}