﻿body
{
	font-family: Arial;
	font-size: 8pt;
}

/* mac hide\*/
html, body
{
	height: 100%;
}
/* end hide */
html, body
{
	padding: 0;
	margin: 0;
}
body
{
	text-align: center;
	min-width: 760px; /* for mozilla*/
	background-color: #fff;
	color: #000000;
	background-image: url(../../Images/APTemplate/BackgroundRepeat.jpg);
	background-repeat: repeat-x;
}

/* If h1 Changes be sure to change treeViewRootNodeStyle to match*/
h1 {
	color: #333333; /* dark gray */
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}
h2 
{
	color: #0072b9; /* blue */
	font-size: 14px;
}
h3 
{
	color: #de8719; /* orange */
	font-size: 14px;
}
h3.programTitle 
{
	color: #de8719;
	font-size: 12px;
}
a, a:visited, a:active 
{
	color: #0072b9;
	font-weight: bold;
}
a:hover 
{
	color: #de8719;
	font-weight: bold;
	text-decoration: none;
}

/**************IDs**************/
#centrecontent h1
{
	color: #333333; /* dark gray */
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}
#centrecontent h2
{
	color: #0072b9; /* blue */
	font-size: 14px;
}
#centrecontent h3
{
	color: #de8719; /* orange */
	font-size: 14px;
}
#centrecontent h3.programTitle 
{
	color: #de8719;
	font-size: 12px;
}
#outer
{
	height: 99.9%;
	min-height: 100%;
	width: 100%;
	/*border-left: 1px solid #000;
	border-right: 1px solid #000;*/
	color: #000000;
	text-align: left;
	margin: auto;
	position: relative;
	float: left;
}
html > body #outer
{
	height: auto;
}
/*for mozilla as IE treats height as min-height anyway*/
#header
{
	position: absolute;
	top: 1px;
	left: -1px;
	width: 380px; /*height:70px;*/
	height: 73px;
	background-image: url(../../Images/APTemplate/HeaderLogo.jpg);
	background-repeat: no-repeat;
	/*border: 1px solid #000;*/
	overflow: hidden;
	z-index: 100;
}
#headerLine
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 250px;
	height: 6px;
	background-color: #B4B452;
}
#left
{
	position: relative; /*ie needs this to show float */
	width: 120px;
	float: left;
	padding-top: 127px; /*needed to make room for header*/
}
#left p
{
	padding-left: 3px;
	padding-right: 2px;
}
#providerlogos 
{
	top: 40px;
	position: absolute;
	z-index: 200;
	white-space: nowrap;
}
#footer
{
	width: 100%;
	clear: both;
	height: 154px;
	color: #ffffff;
	text-align: center;
	left: 0;
	bottom: 0;
	position: absolute; 
	background-image: url(../../Images/APTemplate/Footer.jpg);
	background-repeat: repeat-x;
}
#footer a, #footer a:visited, #footer a:active 
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
}
#footer a:hover 
{
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
}
* html #footer
{
	margin-bottom: -1px;
}
/* ie rounding bug*/
* html #footer
{
	/*only ie gets this style*/ \height:154px;/* for ie5 */hei\ght:152px;/* for ie6 */
}
div, p
{
	margin-top: 0;
}
/*clear top margin for mozilla*/
#centrecontent
{
	/*width: 100%;*/
	float: left;
	padding-top: 55px; /*make room for header*/
	*padding-top: 140px; /* for IE */
	padding-bottom: 10px;
	padding-right: 20px;
	margin-left: 0px;
	margin-right:0;
}
#centrecontent p
{
	padding-left: 3px;
}
#clearfooter
{
	width: 100%;
	height: 154px;
	clear: both;
}
/* to clear footer */
html > body #minHeight
{
	float: left;
	width: 0px;
	height: 100%;
	margin-bottom: -169px;
}
/* navigation */
#navigation
{
	position: absolute;
	top: 70px;
	*top: 81px; /* For IE */
	left: 0px;
	width: 100%;
	white-space: nowrap;
    _width: 100%; /** Only IE 6 sees this **/
}
#navigation a 
{
	text-decoration: none;
}
#navigation li 
{ 
	margin: 0;
	float: left;
	display: block;
	padding-right: 0px;
}
#navigation li ul 
{
	display: none;
}
#navigation li a 
{
	color:#333333;
	font-size:11px;
	font-weight:bold;
	display:block;
	text-decoration:none;
	background-image: url(../../Images/APTemplate/NavButtonRegular.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 7px;
	text-align: center;
	width: 113px;
	margin-left: 0px;
	height: 25px;
}	
#navigation li:hover a, #navigation li.current a 
{
	color: #FFFFFF;
	background-image: url(../../Images/APTemplate/NavButtonHover.jpg);
}
/* subnavigation */
#subnavigation 
{
	position: absolute;
	top: 94px;
	*top: 105px; /* for IE */
	height: 26px;
	left: 0px;
	z-index: 1px;
	white-space: nowrap;
    _width: 100%; /** Only IE 6 sees this **/
}

#subnavigation a {
	text-decoration: none;
}

#subnavigation li { 
	margin: 0;
	float: left;
	display: block;
	padding-right: 0px;
}

#subnavigation li ul {
	display: none;
}

#subnavigation li a {
      color:#FFFFFF;
      font-size:11px;
      font-weight:bold;
      display:block;
      text-decoration:none;
      padding: 6px 50px 6px 5px;
      text-align: center;
      margin-left: 0px;
      height: 15px;
      white-space: nowrap;
      _width: 30px; /** Only IE 6 sees this **/
}
	
#subnavigation li:hover a, #subnavigation li.current a 
{
	color: #de8719;
}

/* search bar */
#search 
{
	top: 135px;
	position: absolute;
	z-index: 200;
	white-space: nowrap;
}

/* login */
#login
{
	position: absolute;
	top: 10px;
	right: 10px;
	max-width: 500px;
	color: White;
}
#login a, #login a:visited, #login a:active 
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
#login a:hover 
{
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}
#welcomeBox a, #welcomeBox a:visited, #welcomeBox a:active 
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
#welcomeBox a:hover 
{
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	font-size: 11px;
}


/* Wishlist List */
#wishlistPlacement 
{
	position:absolute; 
	top: 170px; 
	left: 10px; 
	z-index: 5000;
}
#wishListOuter
{
	border: 1px solid #333333;
	padding: 10px;
	background-color: #0072b9;
	width: 270px;
	filter:alpha(opacity=95);
	opacity:0.95;
}
#wishListInner
{
	width: 250px;
	border-radius: 1em;
	padding: 10px;
	background-color: #80B9DC;
	margin-top: 10px;
}

/* Bug Tracker */
#bugTracker 
{
	position: relative;
	padding: 0px 0px 10px 2px;
	font-size: 12px;
	color: #333333;
}
#bugTracker  a, #bugTracker  a:visited, #bugTracker  a:active 
{
	color: red;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	font-size: 12px;
}
#bugTracker  a:hover 
{
	color: #CCCCCC;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

/* Progress Update Loader */
#progressBackgroundFilter 
{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	background-color: #000000;
	filter: alpha(opacity = 50);
	opacity: 0.5;
	z-index: 1000;
	border: 5px solid #0071B7;
}

#processMessage 
{
	position: absolute;
	top: 30%;
	left: 43%;
	padding: 10px;
	width: 14%;
	z-index: 1001;
	background-color: #ffffff;
	text-align: center;
	border: 1px solid #000000;
}

/*safari wrapper */


/*********CLASSES*********/
.gridViewHeaderStyle
{
	background-image: url(../../Images/Template/GridView/Header.jpg);
	background-repeat: repeat-x;
	background-color: #0071BD;
	color: #FFFFFF;
}

/* Wishlist */
.wishlistCollapsePanel {
      width: 0px;
      height:400px;
      overflow:hidden;
      float: left;
}

.wishlistTitleBar
{
	background-color:#0072b9;
	color: White;
	width: 20px;
	height: 200px;
	font-family: Arial;
	padding: 0px 3px 10px 0px;
	cursor: pointer;
	float: left;
	text-align: right;
	writing-mode: tb-rl; 
	filter: flipH() flipV(); 
}

/* DataList */
.datalist
{
	padding: 10px;
}
.DataListHeader 
{
	background-image: url(../../Images/Template/GridView/Header.jpg);
	background-repeat: repeat-x;
	background-color: #0071BD;
	color: #FFFFFF;
}

.DataListRow
{
	background-color: #d9e6ed;
	padding:10px;
}
.AlternatingDataListRow
{
	background-color: #FFFFFF;
	padding:10px;
}
.SelectedDataListRow
{
}
.EditDataListRow
{
}


/* General Styles */
.clearit
{
	clear: both;
}

.label
{
	font-weight: bold;
	font-size: 10pt;
}

.labelChangeRequest
{
	font-weight: bold;
	background-color : Aqua;
	width: 100px;
}

#filterList
{
	background-color: #abd8f5; 
	border: solid 1px #0374ba;
}
#filterList2
{
	 background-color: #fada87; 
	 border: solid 1px #e0881a;
}

.textBoxChangeRequest
{
	background-color: Aqua;
}

.datePickerChangeRequest
{
	background-color: Aqua;
}

.checkBoxChangeRequest
{
	background-color: Aqua;
}

.textAreaStyle
{
	width: 400px;
	height: 120px;
	border: 1px solid #cccccc;
	padding: 5px;
	font-family: Arial, Helvetica, Sans-Serif;
	background-position: bottom right;
	background-repeat: no-repeat;
	font-size: 12px;
}

.treeViewRootNodeStyle 
{
	color: #333333; /* dark gray */
	font-size: 14px;
}

.treeViewLeafNodeStyle 
{
	color: #0072b9; /* blue */
	font-size: 12px;
}

/* Legend/GridView Top */
.gridViewTop
{
	margin: 0px 0px 10px 0px;
}

/* Panels */
.searchSelectPanel
{
	margin-bottom: 15px;
}

/* Tooltip Styles */
.toolTip 
{
	background-color: #58B3EC;
	border: 2px solid #0071B7;
	width: 300px;
	padding: 10px;
}
a.tt{
    position:relative;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.tt span
{ 
	display: none; 
}

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover
{ 
	z-index:25; 
	color: #aaaaff; 
	background:;
}
a.tt:hover span.tooltip
{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #333333;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top
{
	display: block;
	padding: 30px 8px 0;
    background: url(../../Images/Template/bubble.gif) no-repeat top;
}
a.tt:hover span.middle
{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../../Images/Template/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom
{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../../Images/Template/bubble.gif) no-repeat bottom;
}

/* tool tip rotated */
a.ttFlip{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:bold;
    text-decoration:none;
}
a.ttFlip span
{ 
	display: none; 
}

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.ttFlip:hover
{ 
	z-index:25; 
	color: #aaaaff; 
	background:;
}
a.ttFlip:hover span.tooltip
{
    display:block;
    position:absolute;
    top:0px; left:-150px;
	padding: 15px 0 0 0;
	width:200px;
	color: #333333;
    text-align: center;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.ttFlip:hover span.top
{
	display: block;
	padding: 30px 8px 0;
    background: url(../../Images/Template/bubbleFlipped.gif) no-repeat top;
}
a.ttFlip:hover span.middle
{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background: url(../../Images/Template/bubble_filler.gif) repeat bottom; 
}
a.ttFlip:hover span.bottom
{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../../Images/Template/bubbleFlipped.gif) no-repeat bottom;
}

/* Modal Popup */
.modalBackground 
{
	background-color:black;
	filter:alpha(opacity=70);
	opacity:0.7;
	z-index: 10000;
}
.modalPopup, .modalPopupWithTitle 
{
	border:solid 1px black;
	background-color:White;
	z-index: 10000;
}
.modalPopup
{
	padding:20px;
}
.modalPopupTitle
{
	padding: 3px;
	font-weight:bold;
	background-color: #333333;
	color: White;
	text-align:center;
}
.modalContent
{
	padding: 20px;
}

.reportFilterParameter
{
	float: left; 
	white-space: nowrap;
	padding: 5px; 
	height: 20px;
}

.CalendarZIndexFix .ajax__calendar_container {
    border:1px solid #646464;
    background-color: #FFFFFF;
    color: #333333;
    z-index:50;
}
    
.updateProgress
{
    position: absolute;
    background-color: #fff;
    filter: alpha(opacity=70);
    mozopacity: 0.7;
    opacity: 0.7;
    padding: 0px;
    margin: 0px;
}
.updateProgress div
{
    background-color: white;
    padding: 4px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.btn
{
	cursor: pointer;
}
