﻿
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/YATemplate/YABackgroundRepeat.jpg);
	background-repeat: repeat-x;
}
a, a:visited, a:active 
{
	color: #296984;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
}
a:hover 
{
	color: #999999;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	text-decoration: none;
}
/* 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: #296984; /* dark blue */
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}
h3 
{
	color: #999999; /* light gray */
	font-size: 12px;
	margin: 0px 0px 10px 0px;
}
h3.programTitle 
{
	color: #296984; /* dark blue */
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}
/**************IDs**************/
#centrecontent h1
{
	color: #333333; /* dark gray */
	font-size: 16px;
	margin: 0px 0px 10px 0px;
}
#centrecontent h2
{
	color: #296984; /* dark blue */
	font-size: 14px;
	margin: 0px 0px 10px 0px;
}
#centrecontent h3
{
	color: #999999; /* light gray */
	font-size: 12px;
	margin: 0px 0px 10px 0px;
}
#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: 0;
	left: -1px;
	width: 406px; /*height:70px;*/
	height: 80px;
	background-image: url(../../Images/YATemplate/YAHeaderLogo.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;
}
#footer
{
	width: 100%;
	clear: both;
	height: 37px;
	color: #ffffff;
	text-align: center;
	left: 0;
	bottom: 0;
	position: absolute;
	background-image: url(../../Images/YATemplate/YAFooterBackground.jpg);
	background-repeat: repeat-x;
}
* html #footer
{
	margin-bottom: -1px;
}
/* ie rounding bug*/
* html #footer
{
	/*only ie gets this style*/ \height:37px;/* for ie5 */hei\ght:35px;/* 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: 37px;
	clear: both;
}
/* to clear footer */
html > body #minHeight
{
	float: left;
	width: 0px;
	height: 100%;
	margin-bottom: -52px;
}
/* navigation */
#navigation
{
	position: absolute;
	top: 73px;
	*top: 84px; /* 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/YATemplate/YANavRegular.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 9px;
	text-align: center;
	width: 112px;
	margin-left: 0px;
	height: 29px;
}	
#navigation li:hover a, #navigation li.current a 
{
	color: #333333;
	background-image: url(../../Images/YATemplate/YANavOnHover.jpg);
}
/* subnavigation */
#subnavigation 
{
	position: absolute;
	top: 100px;
	*top: 112px; /* for IE */
	height: 26px;
	left: 0px;
	z-index: 1px;
	width: 100%;
	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:12px;
	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: #ffee9c;
}

/* search bar */
#search 
{
	top: 143px;
	position: absolute;
	z-index: 10;
	white-space: nowrap;
}

/* login */
#login
{
	position: absolute;
	top: 10px;
	right: 10px;
	max-width: 400px;
}


/* Wishlist List */
#wishlistPlacement 
{
	position:absolute; 
	top: 170px; 
	left: 10px; 
	z-index: 5000;
}
#wishListOuter
{
	/*border-radius: 1em;
	box-shadow: black 0.5em 0.5em 0.3em;*/ /*Only works for CSS3*/
	border: 1px solid #333333;
	padding: 10px;
	background-color: #296984;
	width: 270px;
	filter:alpha(opacity=95);
	opacity:0.95;
}
#wishListInner
{
	width: 250px;
	border-radius: 1em;
	padding: 10px;
	background-color: #b0c4cf;
	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/YATemplate/YAGridViewHeader.jpg);
	background-repeat: repeat-x;
	background-color: #1c5171;
	color: #FFFFFF;
}

/* DataList */
.datalist
{
	padding: 10px;
}
.DataListHeader 
{
	background-image: url(../../Images/YATemplate/YAGridViewHeader.jpg);
	background-repeat: repeat-x;
	background-color: #1c5171;
	color: #FFFFFF;
}
.DataListRow
{
	background-color: #d9e6ed;
	padding:10px;
}
.AlternatingDataListRow
{
	background-color: #FFFFFF;
	padding:10px;
}
.SelectedDataListRow
{
}
.EditDataListRow
{
}

/* Wishlist */
.wishlistCollapsePanel {
      width: 0px;
      height:400px;
      overflow:hidden;
      float: left;
}

.wishlistTitleBar
{
	background-color:#296984;
	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(); 
}

.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;
}

/*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;
}

.treeViewRootNodeStyle 
{
	color: #333333; /* dark gray */
	font-size: 14px;
}

.treeViewLeafNodeStyle 
{
	color: #0072b9; /* blue */
	font-size: 12px;
}
.hint
{
	background-color: #4D9DC7;
	border: solid 1px #002133;
	padding: 7px;
	color: White;
	text-align:center;
	font-size: 8pt;
	font-weight: bold;
}
/* Tooltip Styles */
.toolTip 
{
	background-color: #58B3EC;
	border: 2px solid #0071B7;
	width: 300px;
	padding: 10px;
}

a.tt{
    position:relative;
    z-index:24;
    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;
}

.treeViewRootNodeStyle 
{
	color: #333333; /* dark gray */
	font-size: 14px;
}

.treeViewLeafNodeStyle 
{
	color: #0072b9; /* blue */
	font-size: 12px;
}

.reportFilterParameter
{
	float: left; 
	white-space:nowrap;
	padding: 5; 
}

.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%;
}

#NoteRow
{
	font-size: 12px;
	background-color: #d9e6ed;
	padding: 2px;
	padding-bottom: 7px;
	width: 400px;
}
#NoteRow .NoteHeader
{
	font-weight: bold;
	width:inherit;
}
#NoteRow .Note
{
	padding-left: 15px;
}
#AltNoteRow
{
	font-size: 12px;
	background-color: #FFFFFF;
	padding: 2px;
	padding-bottom: 7px;
	width: 400px;
}
#AltNoteRow .NoteHeader
{
	font-weight: bold;
	width:inherit;
}
#AltNoteRow .Note
{
	padding-left: 15px;
}

.btn
{
	cursor: pointer;
}
