body {
	margin: 0px;
	padding: 0px;
	font: normal 12px Arial, Helvetica;
	overflow: hidden;
	background: white;
}

.HiddenColumn {
	display: none;
}

/*inputs*/
.Input, .Input-Text, .Input-Button {
	font: normal 12px Arial, Helvetica;
	border: 1px solid #5274BA;
	height: 20px;
	margin-right: 5px;
}

.Input-Button {
	font-weight: bold;
	color: Black;
	background: url('../images/ButtonBgr.gif') repeat-x;
	height: 22px;
}

/*TopArea*/
.TopArea {
	background: url('../images/CloudsBgr.jpg') repeat-x;
	overflow: hidden;
	-moz-box-sizing: border-box;
}

#divTopLogo {
	height: 41px;
	width: 190px;
	background: url('../images/RedArrowLogo.png') repeat-x;
}

div.SortDown {
	display: inline;
	height: 16px;
	width: 16px;
	overflow: hidden;
	background: url('../images/darrow.png') no-repeat;
}

div.SortUp {
	display: inline;
	height: 16px;
	width: 16px;
	overflow: hidden;
	background: url('../images/uarrow.png') no-repeat;
}

/*Top menu*/
.LinksMenu {
	font: bold 12px Arial, Helvetica;
	color: #FFF;
}

.LinksMenu a, a:visited {
	text-decoration: underline;
	color:#0000FF;
}

.LinksMenu a:hover {
	text-decoration: none;
	color: #000066;
}

.LinksMenu .LinksMenu-Blue {
	text-decoration: none;
	color: #000066;
}

/*Main Menu*/
.MainMenu {
	font: bold 12px Arial, Helvetica;
	text-transform: uppercase;
	color: #FFF;
	white-space: nowrap;
	background: transparent url('../images/MainMenuSpaceBgr.gif') 0% 100% repeat-x;
	padding: 0px 8px 0px 8px;
}

.MainMenu span {
	display: inline-block;
	height: 20px;
}

.MainMenu a:visited {
	text-decoration: none;
}

.MainMenu a {
	height: 20px;
	display: inline-block;
	text-decoration: none;
	background: #5275BB url('../images/MainMenuBgr.gif') repeat-x;
	color: #FFF;
	border: 1px solid #5274BA;
	padding: 2px;
	-moz-box-sizing: border-box;
	vertical-align: bottom;
}

.MainMenu a.Active, .MainMenu a:hover {
	height: 24px;
	background: #FFF;
	border-bottom: none;
	color: #000066;
	border-collapse: collapse;
}

/*Content*/

div.Login {
	color: White;
	width: 184px; 
	height: 184px;
	font-weight: bold;
	padding: 10px 10px 10px 20px;
	background: #5275BB url('../images/LoginBgr.gif') no-repeat;
	-moz-box-sizing: border-box;
}

.Content {
	background: #99B7F3;
}

.Content p {
	margin: 5px;
}

.Content h1 {
	background: url('../images/ArrowHor.png') no-repeat;
	font: bold 14px Arial, Helvetica;
	color: #3366CC;
	padding: 0px 3px 0px 22px;
	margin: 5px;
}

.Content a, .Content a:visited {
	font-weight: bold;
	color: #3366CC;
	text-decoration: none;
}

.Content-Top {
	height: 30px;
	width: 100%;
	background: #FFF;
	padding: 10px 7px 0px 7px;
	-moz-box-sizing: border-box;
}

.Content-Title {
	float: left;
	text-transform: uppercase;
	color: #3366CC;
	font: bold 15px Arial, Helvetica;
}

.Content-Title-Right {
	float: right;
}

.Content-Title-Right a {
	display: inline-block;
	height: 21px;
	width: 21px;		
	margin-right: 2px;
}

.Content-Sub-Title {
	float: left;
	text-transform: uppercase;
	color: black;
    font-weight:700;
    font-size:1.2em;
    font-family: Arial, Helvetica, sans-serif
}
/*.Content-Title-Right .AddIcon { background: url('../images/Add.png') no-repeat; }
.Content-Title-Right .DeleteIcon { background: url('../images/Delete.png') no-repeat; }
.Content-Title-Right .DetailsIcon { background: url('../images/Details.png') no-repeat; }
.Content-Title-Right .FilterIcon { background: url('../images/Filter.png') no-repeat; }
.Content-Title-Right .PrintIcon { background: url('../images/Print.png') no-repeat; }*/

.Content-Mid {
	font: normal 12px Arial, Helvetica;
	width: 100%;
	background: #FFF;
	overflow: auto;
	padding: 10px;
	/*border-left: 1px solid #5274BA;
	border-right: 1px solid #5274BA;
	border-bottom: 1px solid #5274BA;*/
	-moz-box-sizing: border-box;
}

.BottomPanel {
	height: 24px; 
	border-top: 1px solid #5274BA;
	background: url('../images/BottomPanelBgr.gif') repeat-x;
	overflow: hidden;
	font: bold 11px Arial, Helvetica;
	color: #A1BBF4;
}

/*Menu*/
.SubMenuDiv, .Menu {
	border: 1px solid #5274BA;
	background-color: white;
}

.SubMenuDiv {
	position: absolute;
	display: none;
}

.Menu-Horizontal {
	height: 22px;
	background: #5275BB url('../images/MainMenuBgr.gif') repeat-x;
	border: 1px solid #5274BA;
}

.Menu-Horizontal a {
	font: bold 12px Arial, Helvetica;
	display: block;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
	text-transform: uppercase;
}

.SubMenuDiv a,
.SubMenuDiv a:visited,
.Menu a,
.Menu a:visited {
	text-transform: none;
	font: bold 12px Arial, Helvetica;
	display: block;
	line-height: 20px;
	color: #5274BA;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}

.SubMenuDiv a:hover,
.Menu a:hover {
	background-color: #5274BA;
	color: #fff;
}

.FixedPager
{
    position: relative; 
    top: expression(parentNode.parentNode.offsetHeight >= offsetParent.offsetHeight ? -15 - parentNode.parentNode.offsetHeight + offsetParent.offsetHeight + offsetParent.scrollTop : 0);
	background-color: #FFFFFF;
}

/*Table*/
table {
	font-size: 12px;
}

table.mainTemplate {
	border-collapse: collapse;
	border: none;
}

table.mainTemplate th {
	font-size: 12px;
	text-align: left;
	padding: 2px 2px 2px 4px;
	border: none;
    position: relative; 
    top: expression(this.offsetParent.scrollTop);
	background-color: #FFFFFF;
}

table.mainTemplate th a, 
table.mainTemplate th a:visited {
	font-weight: bold;
	text-decoration: underline;
	color: #996600;
}

table.mainTemplate td {
	font-size: 12px;
	padding: 2px 2px 2px 4px;
	border: 2px solid #fff;
}

table.mainTemplate td a, 
table.mainTemplate td a:visited {
	font-weight: normal;
	color: #3366CC;
}

table.mainTemplate td a:hover {
	color: black;
}

table.mainTemplate tr.selected, table.mainTemplate tr:hover {
	background-color: #A1BBF4;
}

table.mainTemplate tr.alternate {
	background-color: #ccc;
}

span.help {
	font: italic bold 11px Arial, Helvetica;
	color: #3366CC;
}

a.blue:link, 
a.blue:visited, 
a.blue:hover, 
a.blue:active {
	font: bold 11px Arial, Helvetica;
	color: #3366CC;
	text-decoration: underline;
	text-transform: uppercase;
}

/*Accordion styles*/
.AccordionHeader 
{
    border: 1px solid #999;
    color: black;
    background: #99B7F3;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
    margin-top: 5px;
    cursor: pointer;
    padding-left: 4px;
    padding-top: 2px;
}

.AccordionHeader a,
.AccordionHeader a:link,
.AccordionHeader a:active,
.AccordionHeader a:visited
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.AccordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.AccordionHeaderSelected
{
    border: 1px solid #999;
    color: black;
    background: #49F;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    height: 20px;
    margin-top: 5px;
    cursor: pointer;
    padding-left: 4px;
    padding-top: 2px;
}

.AccordionHeaderSelected a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.AccordionHeaderSelected a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
    background-color: white;
    border: 1px solid #999;
    border-top: none;
    padding: 4px;
    padding-top: 10px;
}

a.grey, a.grey:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #888;
	text-decoration: none;
}
a.black, a.black:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: black;
	text-decoration: none;
}


.VisibleColumn { 
	Display : inherit;
}
.FVStyleLeft {
	text-align: left;
	width: 100px;
	padding-right:4px;
	font-weight: bold;
}
.FVStyleRight {
	text-align: right;
	width: 160px;
	padding-right:4px;
	font-weight: bold;
}
.FVStyleRightExt {
	text-align: left;
	width: 25px;
	padding-left:4px;
	font-weight: bold;
}
.TestDetailTopLeft {
	text-align: left;
	width: 130px;
	padding-right:2px;
	padding-left:10px;
	padding-bottom:4px;
	padding-top:4px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.PoolDetail {
	text-align: left;
	width: 250px;
	font-weight: bold;
	padding-top: 24px;
}
.PoolDetailAdd {
	text-align: left;
	width: 250px;
	font-weight: bold;
	padding-top: 10px;
}
.PoolDetailInt {
	text-align: right;
	width: 100px;
	padding-right:4px;
}
.PoolStatsInt {
	text-align: right;
	width: 80px;
}
.TestDetailTopSummary {
	text-align: left;
	width: 110px;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom:4px;
	padding-top:4px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	border-left-style: solid; 
	border-left-width: 1px; 
	border-left-color: #000000;
}
.CalendarStyle .ajax__calendar_container {
    border:1px solid #646464;
    background-color: White;
    color: red;
}
.CalendarStyle .ajax__calendar_body {
	height:139px;
	width:180px;
	position:relative;
	overflow:hidden;
	margin:auto;
}
.CalendarStyle .ajax__calendar_other .ajax__calendar_day,
.CalendarStyle .ajax__calendar_other .ajax__calendar_year {
    background-color: #ffffff;
	color: #646464
}
.CalendarStyle .ajax__calendar_hover .ajax__calendar_day,
.CalendarStyle .ajax__calendar_hover .ajax__calendar_month,
.CalendarStyle .ajax__calendar_hover .ajax__calendar_year {
    color: #0066cc;
	background-color: #edf9ff;
}
.CalendarStyle .ajax__calendar_active .ajax__calendar_day,
.CalendarStyle .ajax__calendar_active .ajax__calendar_month,
.CalendarStyle .ajax__calendar_active .ajax__calendar_year {
    font-weight:bold;
	background-color: #edf9ff;
	color: #0066cc
}

.modalButton {
	font-size: 12px;
	font-weight: bold;
	border-style: outset;
	padding-top: 2px;
	background-color: #76B3E0;
	height: 30px;
	text-align: center;
	width: 90px;
}

.modalPopupWin
{
    background-color: White;
    border-style: outset;
    border-width: 4px;
	z-index:10001;
	padding-top: 5px;
}