﻿body {

 background-image:url('../images/bkgrnd.gif');
 font-family:Arial;
 font-size:11px;
}


.bb
{
    text-align: left;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
}

.br
{
    text-align: left;
    color: #FF0000;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
}

.ee
{
    background-color: #13125D;
    color: #FFFFFF;
    font-weight: bolder;
    font-size: 11px;
    font-family: Arial;
}

.ff
{
  background-color :#c0d2dc;
  color:#FFFFFF;
  font-weight:bolder;	
  font-size:11px;
}

.ii
{
  color:#285c82;
  font-weight:bolder;	
  font-size:16px;
}

.jj
{
  color:#285c82;
  font-weight:bolder;	
  font-size:14px;
}


.gg
{
    color: #006600;
    font-weight: bolder;
    font-size: 11px;
}

.rb
{
    color: #FF0000;
    font-weight: bolder;
    font-size: 11px;
}

.txtbb
{
    color: #000000;
    font-weight: bolder;
    font-size: 11px;
}

.hh
{
  background-color :#c0d2dc;
  font-weight:bolder;	
  font-size:11px;
}


A:link 
{
	text-decoration: none;
	font-weight:bolder;	
	font-size:11px;
}

A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color:#13125D;}


.tbh
{
	background-color:#285c82;
	color:#FFFFFF;	
	font-size:10px;
}

.tbd
{
	font-size:10px;
}

.tbc
{
	text-align:center;
	font-size:10px;
}

.tbcb
{
	text-align:center;
	font-size:10px;
	font-weight:bold;
}

.tbl
{
	text-align:left;
	font-size:10px;
}

.tbr
{
	text-align:right;
	font-size:10px;
}




.tbEmph
{
    background-color: #CCCCCC;
    font-size: 10px;
}

.tbEmphC
{
	text-align:center;
	background-color:#CCCCCC;
	font-size:10px;	
}

.tbEmphR
{
	text-align:right;
	background-color:#CCCCCC;
	font-size:10px;	
}

.tbEmphL
{
	text-align:left;
	background-color:#CCCCCC;
	font-size:10px;	
}


.hl
{
	width:526px;
}


.se
{
	 color: #285c82;
     font-weight: bolder;
     font-size: 14px;
}

.SuccessTable
{
    background-color: #b0e57c; 
	border-style: solid;
	border-width: 1px;
	border-color: #006b31; 
}

.FailedTable
{
    background-color: #ebd9d9; 
	border-style: solid;
	border-width: 1px;
	border-color: #7f0b0b; 
}


.arrowlistmenu{
width: 175px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader
{
    /*CSS class for menu headers in general (expanding or not!)*/
    font: bolder 11px Arial;
    color: white;
    background: black url('../images/titlebar2.png' ) repeat-x center left;
    margin-bottom: 5px; /*bottom spacing between header and rest of content*/
    text-transform: uppercase;
    padding: 2px 0 2px 5px; /*header text is indented 10px*/
    cursor: hand;
    cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url('../images/titlebar-active2.png');
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #000000;
background: url('../images/arrowbullet.png') no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #285c82;
}

.arrowlistmenu ul li a:hover
{
    /*hover state CSS*/
    color: #000000;
    background-color: #F3F3F3;
}



 