BODY
{
	font-family: Verdana,Arial,Tahoma,Lucida,Helvetica,Utopia,Serif,sans-serif;
	font-size: .7em;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	margin: 0px 0px;
	padding: 0px;
	text-align: center;
	color: #666666;
	background-color: #FFFFFF;
	background-image:url(../images/flag_notile.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	min-width: 1024px;
	
}

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 */
	
	background-color: #FFFFFF;
	color:inherit;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #00643e;
	border-right-style: solid;
	border-right-width: 2px;
	border-right-color: #00643e;
	
}

.logo
{
	position: relative;
	width: 792px; 
	border-bottom: 1px solid #828282;
}

.navbar
{
	color: #FFFFFF;
	background-color:#00643e;
	font-size: 0.9em;
	font-weight: bold;
	width:792px;
	padding-top: 0.4em;
	padding-bottom: 0.4em;
	padding-left: 0.2em;
	border-bottom: 1px solid #828282;
}
.navbar A, .navbar A:link, .navbar A:visited, .navbar A:active
{
	text-decoration: none;
	color: #FFFFFF;
	background-color:inherit;
}
.navbar A:hover 
{
	text-decoration: underline;
	color: #FFFFFF;
	background-color:inherit;
}

.title
{
	width: 792px;
	*width:794px;
	height: 130px;
	margin: 0px;
	font-size: 2.0em;
	font-weight: normal;
	color: #FFFFFF;
	background-color:inherit;
	padding: 0px;
}

.sidebar
{
	font-size: 0.9em;
	width: 148px;
	margin: 0px;
	/* padding-right: 1em; */
}
.sidebar TD
{
	font-weight: bold;
	background: url(/images/menu_underline.gif) repeat-x bottom left;
}
.sidebar A, .sidebar A:link, .sidebar A:visited, .sidebar A:active
{
	text-decoration: none;
	color: #666666;
	background-color:inherit;	
}
.sidebar A:hover
{
	text-decoration: underline;
	color: #666666;
	background-color:inherit;
}
.smenu
{
	padding: 2px 5px 2px 0px;
}

.canvas
{
	margin: 0px;
	padding-left: 1em;
	padding-right: 1em;
}

.admincanvas
{
	width: 792px;
}


.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;
	border:1px solid red;	
}


.footer
{
	font-size: 0.9em;
	width:792px;
	*width:794px;
	height: 77px;
	margin-top: 0px;
}
.footer_snippet
{
	font-size: 0.9em;
	width:782px;
	*width:784px;
	height: 77px;
	margin-top: 0px;
	padding-top: 0.4em;
	background-color:#00643e;
	color:#FFFFFF;
	padding:5px 5px 5px 5px;
}

H1, H2, H3, H4, H5
{
	color: #00643e;
	background-color:inherit;
	margin-bottom:1px;
	padding-bottom:0px;
}
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: 40em;
	padding-left:5px;
}

.small_input
{
	width: 20em;
	padding-left:5px;
}
.medium_input
{
	width: 33.5em;
	padding-left:5px;
}
.tiny_input
{
	width: 7em;
	padding-left:5px;
}

.micro_input
{
	width: 4em;
	padding-left:5px;
}
.em_label
{
	width: 28em;
}

.error_head
{
	font-weight: bold;
	color: #ff0000;
	background-color:#ffffff;
	border: 2px dashed #ff0000;
	padding: 10px;
	margin: 10px;
}

 .error_head ul
{
	background-color:#ffffff;
}
 .error_head li
{
	background-color:#ffffff;
	line-height:1.5em;
	padding:0px;
	margin:0px;
}

.error_text
{
	color: #ff0000;
	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;
}
.cms_page_text
{
	font-family: Verdana,Arial,Tahoma,Lucida,Helvetica,Utopia,Serif,sans-serif;
	font-size: 1em;
	color: #666666;
}
.button_text
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #247a21;
	/*#af026e*/
	font-weight: bold;
	color: #FFFFFF;
	border:1px solid;
	border-top-color:#e7fac7;
	border-left-color:#e7fac7;
	border-right-color:#7ba830;
	border-bottom-color:#7ba830;
	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 0em 0em;
	margin: 0em;
}
.materials
{
	clear:both;
	border-top:1px solid #344EA2;
	margin: 20px 0px 20px 0px;
}
.materials img{
border:1px solid #344EA2;
margin-right:30px;
}
.materials p{
padding-top:10px;
float:left;
}
.materials p span{
color: #344EA2;
font-weight:bold;
}
#error_text {
color: #FF0000;
font-weight:normal;
}
.mandatorynote
{
	color: green;
	background-color:inherit;
	font-size:smaller;
}
.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:620px;
	height:20px;
	background-color:#cfe4f1;
	color: #006bb6;
	padding-left: 4px;
	font-size: 1.2em;
	font-weight: bold;
}
.pool_session_date
{
	position: relative;
	left: 490px;
	top:-18px;
	font-size: .8em;
	font-weight: normal;	
}
.pool_session_sub
{
	width:622px;
	height:60px;
	background-color:#FFFFCC;
	color: #006bb6;
	padding-left: 2px;
}


/*Styles Added By Seeta - 06/11/07*/

/*-----------------------------------used in----------------------- 
cms_bweonew.php
bweo_registration.php
*/
	table tr td
	{
		/* padding: 0.25em; */
	}		
	.odd {
/*			background-color: #fae8d5;*/
			background: #ffffff;
	}
		
	.even {
/*			background: #f4daea;*/
			background: #d4ebae;
	}
	
	ul {
	list-style-type: disc;
	margin:0px;
	padding:0px 0px 0px 15px;
/*	background: #fae8d5;*/
	}
	
	ul li {
/*	padding: 0.25em;*/
	}
	
	    /* FORMS STYLIING */
    
    form {
    padding:10px 10px 10px 0px;
    margin:0;
	width:100%;
    }
    form div {
    clear:both;
    display:block;
    padding:5px;
    margin-bottom:10px;

    }
    fieldset {
    border:solid 0 transparent;
   	margin-bottom:20px;
    padding:10px;
    border:1px solid #ccc;
/*	background:#FFF7EF;*/
	background:#d4ebae;
    }
    
    legend {
    font-weight:bold;
    font-size:1.2em;
    color:#7f7f7f;
    margin:0px;
    }
    
    label {
	float: left;
	width: 8em;
	margin: 0 .5em 0 0;
	text-align: left;
    }
    
    input{
    padding:2px 0px;
    }

    input:focus, textarea:focus {
    background:#ffc;
    }
	
/*-----------------------------------used in----------------------- 
cms_bweonew.php
cms_event.php
*/	
	.bweo_details dl {
	margin:0px;
	padding:0px;
	clear:both;
	}
	.bweo_details dt {
	float:left;
	padding: 0.25em;
	font-weight:bold;
	}
	.bweo_details dd {
	margin-left:0px;
	padding:0.25em 0em 0.25em 20em;
	border-bottom:1px solid #CFC2CA;
	}
	.event_items
	{
	font-style:italic;
	color:#344EA2;
	font-weight:bolder;
	}
	
	.warning
	{
	color:#FF0000;
	}
/*-----so daytime option is next to phone------------*/
	#phone {
	width:300px;
	float:left;
	}
	#phoneType {
	margin-bottom:5px;
	}
/* ----------------Sports Tracker------------------------ */
	#sportsTrackerFieldset {
	padding-bottom:0px; 
	margin-bottom:0px; 
	padding-right:0px;
	margin-right:0px; 
	padding-left:0px;
	}
	#sportsTrackerFieldset legend{
	margin-left:10px; 
	*margin-left:0px; 
	}
	#sportsTrackerFieldset p {
	padding-bottom:10px; 
	padding-left:13px;
	}
	#sportsTracker {
	margin-bottom:0px; 
	padding:0px; 
	background:#000000;
	color:#FFFFFF;
	width:100%
	}
	#sportsTracker img {
	float:left;
	padding-right:10px;
	}
	#sportsTracker span {
	display:block;
	padding-top:7px;
	padding-right:15px;
	float:left;
	}
	
	#sportsTracker a {
	padding-top:4px;
	display:block;
	}
/*---------Gallery.php--------------------------------*/
#top {
width:600px;
height:500px;
border:0px solid red;
}	
/*---------bweo_registration.php google map---------*/
form div#map {
	width:500px; 
	height:300px; 
}
/*---------Bug Fixes--------------------------------*/

    .clearfix:after {
        content: "."; 
        display: block; 
        height: 0; 
        clear: both; 
        visibility: hidden;
    }
    .clearfix {display: inline-block;}
    
    /* Hides from IE-mac \*/
    * html .clearfix {height: 1%;}
    .clearfix {display: block;}
    /* End hide from IE-mac */
