/*-----------------------To get over png transperency in IE6-------------------------*/

#headerPNG {
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);

}
.trans {
/*_width:1px;
_height:1px;*/
}
/*-----------------------To get over png transperency in IE6-------------------------*/
BODY
{
	font-family: Verdana,Arial,Tahoma,Lucida,Helvetica,Utopia,Serif,sans-serif;
	font-size: small;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin: 5px 0px;
	padding: 0px;
	text-align: center;
	color: #ffffff;
	background-color: #007dc1;
	/*background-image: url(/images/big_back.jpg); background-repeat: repeat;}*/
}

a
{
	color:#FFFF33;
	font-style:normal;
	font-weight: bold;
	text-decoration: underline;
}
#header a{
	text-decoration: none;
}
a img, :link img, :visited img {border: none}

FIELDSET
{
	margin-bottom: 1em;
}

.content
{
	width: 792px;
	margin: 0px auto; /* Right and left margin widths set to "auto" */
	text-align: left; /* Counteract to IE5/Win Hack */
	/*padding: 15px;*/
	/*background-color: #005a85;*/
/*	background-image: url(/images/big_back.jpg); background-repeat: repeat;*/
/*	background-image: url(/images/backRepeat.jpg); background-repeat: repeat; seeta*/
	color:inherit;
	background:rgb(0,135,169) url('/images/fullback.jpg') no-repeat scroll bottom left; 

}

.logo
{
	position: relative;
	width: 792px; 
	border-bottom: 1px solid #828282;
}

.navbar
{
	color: #666666;
	background-color:inherit;
	/*font-size: 1.1em;*/
	font-size: 0.9em;
	/*font-weight: bold;*/
	width:792px;
	/*padding-top: 0.4em;*/
	/*padding-bottom: 0.4em;*/
	/*border-bottom: 1px solid #828282;*/
	
}



.title
{
	width: 792px;
	/*height: 220px;*/
	height: 181px;
	margin: 0px;
	font-size: 2.0em;
	font-weight: normal;
	color: #9bdcf8;
	background-color: #007dc1;
	padding: 0px;
}

.sidebar
{
	font-size: 0.9em;
	width: 190px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}
.sidebar ul
{
	font-weight: bolder;
	padding-left:0px;
	margin-left:0px;
	margin-top:0px;
	padding-top:10px;
	padding-right:15px;
	width:170px;/*190px*/
	list-style-type: none;
	float:left;
	text-transform: lowercase;
}
.sidebar ul li {
	/*background: url(/images/swim_side_menu.gif) left bottom no-repeat;*/	
	padding-top:5px;
	padding-bottom:6px;
	padding-left:5px;/*10px*/
	padding-right:10px;
	text-align: right;

}

.sidebar ul li:hover {
	/*background: url(/images/swim_side_menu_hover.gif) left bottom no-repeat;*/
}
.sidebar A, .sidebar A:link, .sidebar A:visited
{
	text-decoration: none;
	color: #087fc0;
	background-color:inherit;
	color:#FFFFFF;
}
.sidebar A:active
{
	text-decoration: none;
	/*color: #087fc0;*/
	color:#f6ff00;
	background-color:inherit;
	/*color:#FFFFFF;*/
}
.sidebar A:hover
{
	color:#3ddbf4;
	background-color:inherit;
}

.canvas
{
	margin: 0px;
	padding-left: 1em;
	width:580px;
	
}

.admincanvas
{
	width: 792px;
	background-color:#007dc1;
	color:#000000;
}


.login_box
{
	border-top: 1px solid #828282;
	border-bottom: 1px solid #828282;
	margin-top: 2.5em;
	margin-bottom: 2.5em;
	padding-top: 1em;
	padding-bottom: 1em;
}
.login_box A, .login_box A:link, .login_box A:visited, .login_box A:active, .login_box A:hover
{
	text-decoration: underline;
	font-weight: normal;
	color: #666666;	
	background-color:inherit;	
}


.footer
{
	font-size: 0.9em;
	width:792px;
	height: 183px;
	/*height: 335px;*/
	/* border-top: 1px solid #828282; */
	margin-top: 0px;
	padding-top: 0.4em;
/*	background-image: url(/images/poolFooter.jpg); background-repeat:no-repeat;*/
}


H1, H2, H3, H4, H5
{
	color: #ffffff;
	background-color:inherit;
}
H1{ font-size:1.8em;}
H2{ font-size:1.6em;}
H3{ font-size:1.4em;}
H4{ font-size:1.2em;}
H5{ font-size:1.1em;}

.secondary_nav {
	border-bottom-color: #828282;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-weight: bold;
}
.form_text {
	border: 1px solid #006bb6;
}

.float-left
{
	position: relative;
	float: left;
}

.float-right
{
	position: relative;
	float: right;
}


.big_input
{
	width: 35em;
}

.small_input
{
	width: 20em;
}

.tiny_input
{
	width: 7em;
}

.error_head
{
	font-weight: bold;
	color: #ff0000;
	background-color:inherit;
	border: 2px dashed #ff0000;
	padding: 10px;
	margin: 10px;
}

.error_text
{
	color: red;
	background-color:inherit;
	font-weight: normal; 
	padding: 0.25em;	
}
.cms_pic_top_right
{
	margin-left: 5px;
	margin-bottom: 5px;
	float: right;
}
.cms_pic_mid_right
{
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: right;
}
.cms_pic_bottom_right
{
	margin-left: 5px;
	margin-top: 5px;
	float: right;
}
.cms_pic_top_left
{
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}
.cms_pic_mid_left
{
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
}
.cms_pic_bottom_left
{
	margin-right: 5px;
	margin-top: 5px;
	float: left;
}
.cms_pic_stack_right
{
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: right;
	clear:right;
}
.cms_pic_stack_left
{
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
	clear:left;
}
.picture_polaroid
{
	border-right: #ffffff 9px solid; 
	border-top: #ffffff 9px solid; 
	border-left: #ffffff 9px solid; 
	border-bottom: #ffffff 25px solid;
}
.picture_polaroid_left
{
	border-right: #ffffff 9px solid; 
	border-top: #ffffff 9px solid; 
	border-left: #ffffff 9px solid; 
	border-bottom: #ffffff 25px solid;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: left;
	clear:left;
}
.picture_polaroid_right
{
	border-right: #ffffff 9px solid; 
	border-top: #ffffff 9px solid; 
	border-left: #ffffff 9px solid; 
	border-bottom: #ffffff 25px solid;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
	float: right;
	clear:right;
}

.button_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #006bb6;
	font-weight: bold;
	color: #FFFFFF;
	border:1px solid;
	border-top-color:#9B96FE;
	border-left-color:#9B96FE;
	border-right-color:#392FFD;
	border-bottom-color:#392FFD;
	cursor: pointer;
}
.filter_form
{
	width: 100%;
	color: #000000;
	background: #f0f0f0;
	border: 1px solid #B0B0B0;
	padding: 0.5em;
	font-weight: normal;
}

.filter_form TD
{
	padding: 0.25em;
}

.studies
{
	border: 1px solid red;
}

.padme
{
	padding-right: 1.25em;
	padding-bottom: 1.25em;
}		
.noteitems LI
{
	padding-bottom: 0.5em;
}

#application_form FIELDSET
{
	padding-top: 0.75em;
	padding-left: 0.75em;
	padding-right: 0.75em;
	padding-bottom: 0.75em;
	margin-top: 0.25em;
	margin-bottom: 0.75em;
}

.fieldsetitem
{
	/* padding-top: 0.5em; */
	padding: 0.5em 0em 0.5em 0.5em;
	margin: 0em;
}

.mandatorynote
{
	color: red;
	background-color:inherit;
}
.optionalnote
{
	font-style: italic;
}

.infobar
{
	color: #000000;
	background: #ffffc0;
	border-left: 1px solid #B0B0B0;
	border-right: 1px solid #B0B0B0;
	border-bottom: 1px solid #B0B0B0;
	padding: 0.5em;
	font-weight: normal;
}

.notes
{
	color: #808080;
	background-color:inherit;
	font-style: italic;
}
.if_content {
	position:absolute;
	top:1px;
	left:1px;
	width:400px;
	height:250px;
	overflow: auto;
	font-size: x-small;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:left;
	text-align: left;
	color: #000000;
}
.if_noscroll {
	width:95%;
	float:left;
}

#primaryactive
{
	background-color: inherit;
}

#secondaryactive
{
	background-color: inherit;
}
.pool_session_header
{
	width:576px;
	height:20px;
	background-color:#cfe4f1;
	color: #006bb6;
	padding-left: 4px;
	font-size: 1.2em;
	font-weight: bold;
}
.pool_session_date
{
	position: relative;
	left: 440px;
	top:-18px;
	font-size: .8em;
	font-weight: normal;	
}
.pool_session_sub
{
	width:578px;
	height:60px;
	background-color:#FFFFCC;
	color: #006bb6;
	padding-left: 2px;
}
#header {
	float:left;
	/*width:100%;*/
	width:792px;
	/*background:#007dc1;*/
	padding:0;
	font-size:.8em;
	line-height:normal;
	height:26px;
	background:rgb(255,255,255) url('/images/navbar.jpg') no-repeat scroll top left;
}
#header ul {
	margin:0;
	padding:6px 0 0 0px;
	list-style:none;
}
/*#header li {
	display:inline;
	margin:0;
	padding:0;
}*/


#header li { 
		display:inline; list-style-type:none; padding-left:1em; margin-left:1em; border-left:1px solid #ccc ;
		_border-left:expression(this.previousSibling==null?'none':(this.parentNode.id=='header')?'1px solid #ccc':'-' );
	} 
#header li:first-child { 
		border-left:none ;
	} 
	
#header a {

	color:#ffffff;
}

#header #current a {
	color:#f6ff00;
	cursor:pointer;
}

#header a:hover {
	color:#3ddbf4;
	cursor:pointer;
}



#ss_menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
} 
#ss_menu li
{
	float: left;
	/*margin: 0 0.15em;*/
}
#ss_menu li a
{
	background: url(/images/ss_menu.gif) #fff bottom left repeat-x;
	height: 1.8em;
	line-height: 1.8em;
	float: left;
	width: 116px;
	display: block;
	/*border: 0.1em solid #dcdce9;*/
	/*color: #0d2474;*/
	color: #232f84;
	text-decoration: none;
	text-align: center;
}
#ss_menu li a:hover
{
	background: url(/images/ss_menu_hover.gif) #fff bottom left repeat-x;
	height: 1.8em;
	line-height: 1.8em;
	float: left;
	width: 116px;
	display: block;
	/*border: 0.1em solid #dcdce9;*/
	color: #232f84;
	text-decoration: none;
	text-align: center;
}
#ss_menu
{
	/*width:625px;*/
	width:580px;
} 
.scoreboard_odd
	{
		background: #acd2e2;
	}		
.scoreboard_even		
	{
	}
.scoreboard_background		
	{
		background-color:#afe1f6;
		color:#007dc1;
		margin-right: 5px;
		margin-bottom: 5px;
		margin-top: 5px;
		border: solid #0c7dc2 2px;
	}
	
