﻿
.HeaderCell
{
	background-color:#00345B;
	color: White;
}

.Information
{
 background-color:White;
 color: Black;	
}

.PageTitle
{
	background-color:White;
	color:#000151;
	font-size:20px;
}

.InformationHeader
{
 background-color:White;
 color: Black;
 font-size:16px;
 font-style:italic;
 font-weight:bold;
}

.SelectedItem:hover
{
	color: White;
	background-color: #101D8D;
}


.NewMenu
{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
}

.NewMenu ul
{
	background:#333333;
	background-image: url("../Images/MenuItem.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
}

.NewMenu li
{
	float:left;
	padding:0px;
	list-style-type: none;
}
	
.NewMenu li a
{
	background:transparent url("../Images/seperator.gif") bottom right no-repeat;
	color:#fff;
	display:block;
	line-height:35px;
	margin:0px;
	padding:0px 13px;
	text-align:center;
	text-decoration:none;
	font-family:Comic Sans MS;
}
		
.NewMenu li a:hover, 
.NewMenu ul li:hover a
{
	background: #015088 url("../Images/MenuItemHover.jpg") top left repeat-x;
	background-repeat: repeat-x;
	color:#ffffff;
	text-decoration:none;
}

.NewMenu li ul
{
	background:#333333;
	background-image: url("../Images/MenuItem.jpg");
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:175px;
}

.NewMenu li:hover ul
{
	display:block;
}

.NewMenu li li 
{
	background:url("../Images/sub_sep.gif") bottom left no-repeat;
	display:block;
	float:none;
	margin:0px;
	padding:0px;
	width:175px;
}

.NewMenu li:hover li a
{
	background:none;
}

.NewMenu li ul a
{
	display:block;
	height:35px;
	margin:0px;
	padding:0px 10px 0px 15px;
	text-align:left;
}
	
.NewMenu li ul a:hover, 
.NewMenu li ul li:hover a
{
	background: #015088 url("../Images/MenuItemHover.jpg") top left repeat-x;
	border:0px;
	color:#ffffff;
	text-decoration:none;
}

.NewMenu p
{
	clear:left;
}	

.Row1
{
	font-family:Arial;
	font-size:12px;
	background-color:#D5D8DC;
	text-indent:3px;
}

.Row2
{
	font-family:Arial;
	font-size:12px;
	background-color:#BCCCE8;
	text-indent:3px;
}

.SessionHeader
{
	font-size:14px;
}

.HistoryHeader
{
	font-size:13px;
	background-color:#707F99;
}

.ajax__tab_xp2 .ajax__tab_header {font-family:verdana,tahoma,helvetica;font-size:11px;background:url("../Images/tab-line.gif")%>) repeat-x bottom;}
.ajax__tab_xp2 .ajax__tab_outer {padding-right:4px;background:url("../Images/tab-right.gif")%>) no-repeat right;height:21px;}
.ajax__tab_xp2 .ajax__tab_inner {padding-left:3px;background:url("../Images/tab-left.gif")%>) no-repeat;}
.ajax__tab_xp2 .ajax__tab_tab {height:13px;padding:4px;margin:0;background:url("../Images/tab.gif")%>) repeat-x;}
.ajax__tab_xp2 .ajax__tab_hover .ajax__tab_outer {background:url("../Images/tab-hover-right.gif")%>) no-repeat right;}
.ajax__tab_xp2 .ajax__tab_hover .ajax__tab_inner {background:url("../Images/tab-hover-left.gif")%>) no-repeat;}
.ajax__tab_xp2 .ajax__tab_hover .ajax__tab_tab {background:url("../Images/tab-hover.gif")%>) repeat-x;}
.ajax__tab_xp2 .ajax__tab_active .ajax__tab_outer {background:url("../Images/tab-active-right.gif")%>) no-repeat right;}
.ajax__tab_xp2 .ajax__tab_active .ajax__tab_inner {background:url("../Images/tab-active-left.gif")%>) no-repeat;}
.ajax__tab_xp2 .ajax__tab_active .ajax__tab_tab {background:url("../Images/tab-active.gif")%>) repeat-x;}
.ajax__tab_xp2 .ajax__tab_body {font-family:verdana,tahoma,helvetica;font-size:10pt;border:1px solid #999999;border-top:0;padding:8px;background-color:#ffffff;}


.tooltipContainer
{
    z-index: 24;
    text-decoration: none;
    border: 0px;
}

.tooltipContainer:hover
{
    position: relative;
}

.tooltipContainer .tooltipDisplay
{
    /*the span will display just on :hover state*/
    display: block;
    visibility: hidden;
    position: absolute;
    top: 2px;
    left: 25px;
    padding: 3px 3px 3px 3px;
    border: 1px solid #000000;
    background-color: #FFFFF0;
    color: #000000;
    text-align: left;
    z-index: 25;
    -moz-box-shadow: 1px 1px 2px #000;
    -webkit-box-shadow: 1px 1px 2px #000;
    box-shadow: 1px 1px 2px #000; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000');
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.tooltipContainer:hover .tooltipDisplay
{
    visibility: visible;
}


.PrintScreenButton {
	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
	box-shadow:inset 1px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:1.31px;
	border:1px solid #000000;
	display:inline-block;
	color:#050505;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	font-style:normal;
	height:25px;
	line-height:25px;
	width:80px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.PrintScreenButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.PrintScreenButton:active {
	position:relative;
	top:1px;
}

.SAMDisplayTable
{
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #AAAAAA;
    border-radius: 5px;
}

.SAMRow1
{
    font-family: Arial;
    font-size: 9pt;
    background-color: #FFFFF0;
    text-indent: 3px;
}

.SAMRow2
{
    font-family: Arial;
    font-size: 9pt;
    background-color: #EBEBEB;
    text-indent: 3px;
}

.SAMHeaderLabel
{
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
}

