﻿body {
}

.AgeDivisionInactiveCell
{
	text-align: center;
	width: 180px;
	background-image: url('../images/USAH/tab_sec_off_bg.gif');
	height: 23;
	text-decoration: none;
}

.AgeDivisionActiveCell
{
	text-align: center;
	width: 180px;
	background-image: url('../images/USAH/tab_sec_on_bg.gif');
	height: 23;
	text-decoration: none;
}

	
.AgeDivisionActive
{
	width: 100%;
	cursor: pointer;
	background-color:Transparent;
	border-width: 0px;
	border-style: None;
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
}

.AgeDivisionInActive
{
	width: 100%;
	cursor: pointer;
	background-color:Transparent;
	border-width: 0px;
	border-style: None;
	color: #666666;
	font-weight: bold;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
}

.AgeDivisionTabSectionOffOff
{
	vertical-align:bottom;
	width: 26px;
	height: 23px;
	border-style:none;	
	background-image: url('../Images/USAH/tab_sec_off-off.gif');
}

.AgeDivisionTabSectionOnOff
{
	vertical-align:bottom;
	width: 26px;
	height: 23px;
	border-style:none;	
	background-image: url('../Images/USAH/tab_sec_on-off.gif');
}

.AgeDivisionTabSectionOffOn
{
	vertical-align:bottom;
	width: 26px;
	height: 23px;
	border-style:none;	
	background-image: url('../Images/USAH/tab_sec_off-on.gif');
}

.AgeDivisionTabSectionOn
{
	vertical-align:bottom;
	width: 22px;
	height: 23px;
	border-style:none;	
	background-image: url('../images/USAH/tab_sec_on.gif');
}

.AgeDivisionTabSectionOff
{
	vertical-align:bottom;
	width: 22px;
	height: 23px;
	border-style:none;	
	background-image: url('../images/USAH/tab_sec_off.gif');
}

/* Accordion */
.accordionHeader
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #2e4d7b;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
	background-image: url('../Images/expand.jpg' );
	background-repeat: no-repeat;
	background-position: left 5px;
	text-align: left;
	text-indent: 10px;
}

#master_content .accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

#master_content .accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionHeaderSelected
{
	border: 1px solid #2F4F4F;
	color: white;
	background-color: #5078b3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	margin-top: 5px;
	cursor: pointer;
	background-image: url('../Images/collapse.jpg');
	background-repeat: no-repeat;
	background-position: left 5px;
	text-align: left;
	text-indent: 10px;
}

#master_content .accordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
	background-image: url(../Images/sortascending.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#master_content .accordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
	
}

.ui-datepicker-trigger
{
	margin-left: 5px;
	vertical-align:top; 
}

.accordionContent
{
    background-color: #D3DEEF;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}


.popupExtender 
{
	border: #060F40 1px solid;
	color: #060F40;
	background-color: #ffffcc;
	width: 175px;
	height: 150px;
}

@media print 
	{#rightBanners,
	#columnLetfHome,
	#columnRight,
	#headerPhotoCredits,
	#navigation,
	#footer,
	#ProgressBar,
	#printPage,
	#RegisterAnotherLink,
	#ReturnToUSAHLink,
	#header,
	#headerAd
    {display: none;}
    #columnMain {width: 100%; margin: 0; float: none;}
    
}

