.vert{background:#FF9900;}
.border td{border-bottom:1px solid #FFF;}
#BackgroundDiv { 
	position:fixed; 
	top:0px;
    left: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: 0.5;
    display: none;
    z-index: 1000;
    width: 100%;
    height: 100%;
}
a:visited,a:link,a:active {
	color: #367aa4;
	text-decoration: none;
}
a:hover {
	color: #367aa4;
	text-decoration: underline;
}
.TopBorder {
	background-image:url(/files/images/accessFrames/topBG.png);
	background-repeat:repeat-x;
}
.LeftBorder {
	background-image:url(/files/images/accessFrames/leftBG.png);
	background-repeat:repeat-y;
}
.RightBorder {
	background-image:url(/files/images/accessFrames/rightBG.png);
	background-position:right;
	background-repeat:repeat-y;
}
.BottomBorder {
	background-image:url(/files/images/accessFrames/bottomBG.png);
	background-position:bottom;
	background-repeat:repeat-x;
}
.sectionHeader {
	height:21px;
	text-align:center;
	background-image:url(/files/images/headers/greyBG.png);
	background-repeat:repeat-x;
	border: 1px solid #000000;
	border-bottom-width: 0;
	border-top-width: 0;
	font-weight:bold;
	background-color:#888888;
	color:#FFFFFF;
}
.sectionHeaderOrange {
	height:21px;
	text-align:center;
	background-image:url(/files/images/buttons/lgButtonBGOrange.png);
	background-repeat:repeat-x;
	border: 1px solid #000000;
	border-bottom-width: 0;
	border-top-width: 0;
	font-weight:bold;
	background-color:#888888;
	color:#FFFFFF;
}
.collapseTable {
	font-weight:bold;
	width:100%;
	border:solid 2px #9a9a9a; 
	background-color:#FFFFFF;
	color:#FFFFFF;
}
.collapseHeader {
	height:28px;
	background-image:url(/files/images/headers/accordionBG.png);
	background-repeat:repeat-x;
	border: 1px solid #000000;
	cursor:pointer;
}
.collapseText {
	text-align:center;
	font-weight:bold;
	cursor:pointer;
	color:#FFFFFF;
}
.collapseFooter {
	font-weight:bold;
	background-color:#666666;
	color:#FFFFFF;
}
.pipelineHeader {
	font-weight:bold;
	background-color:#888888;
	color:#FFFFFF;
}
.pipelineFooter {
	font-weight:bold;
	background-color:#AAAAAA;
	color:#FFFFFF;
}
.glossymenu{
	margin: 5px 0;
	padding: 0px;
	width: 970px; /*width of menu*/
	border: 1px solid #9A9A9A;
	border-bottom-width: 0;
}
.submenuBG{
}
.glossymenu a.menuitem{
	background: #888888;
	background-image:url(/files/images/headers/accordionBG.png);
	cursor:pointer;
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
}
.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: white;
}
.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}
.glossymenu a.menuitem:hover{
}
.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
	padding: 4px;
	background-color:#BBBBBB;
	width:768px;
}
.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.glossymenu div.submenu ul li{
	border-bottom: 1px solid blue;
}
.glossymenu div.submenu ul li a{
	display: block;
	font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
}
.glossymenu div.submenu ul li a:hover{
	background: #DFDCCB;
	color: white;
}
.title {
	font-weight:bold;
}
.data {
}
.payPeriod{
	font-weight:bold;
	font-size:16px;
}
.greenText{
	font-weight:bold;
	color:#008c00; 
	font-size:14px;
}
.grandTotal{
	font-weight:bold;
	font-size:20px;
}
.accesstab_on {
	background-image:url(/files/images/tabs/onBG.png);
	background-position:bottom;
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	cursor:default;
}
.accesstab_off {
	background-image:url(/files/images/tabs/offBG.png);
	background-position:bottom;
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	padding-top:6px;
	text-align:center;
	font-size:10px;
	height:12px;
	color: #000000;
	cursor:pointer;
}
.titleText{
	color:#DDDDDD;
	font-weight:bold;
	font-size:12px;
}
.dataText{
	color:#DDDDDD;
	font-size:12px;
}
.whiteText{
	color:#DDDDDD;
	font-size:12px;
}
.headerText{
	color:#FF9900;
	font-weight:bold;
	font-size:14px;
}
