/**
 *  Doing this should make the given styles available.  However,
 *  styles in this document should be given higher priority based
 *  on the CSS Selector rules.
 */
@import url(/EscDefault/Include/style.css);

body.leftNav
{
    margin-top: 5px; 
    margin-left: 5px; 
    margin-right: 13px;
    background-color: #4B6394;
}

body.leftNav, td.leftNavBackground
{ 
	background-color : #513389; 
}
*.lightBgColor
{
	background-color: #FFFFFF;
}

td.leftNavTitle
{
	background-color: #54A3E6;
}
td.leftNavBorder, *.darkBgColor 
{
	background-color: #513389; 
}
td.leftNavItemBlock { background-color : #AFB8CD;}
td.loginInstructionsBlock { background-color : #513389;}

.loginInstructions { margin : 0; color : #FFFFFF }

.default_text
{
	color : #4B6394;
}
.section_title_text
{
	color : #513389;
}
#.column_title
#{
	#color: #ffffff;
#}

A.column_title_link:link {}
A.column_title_link:visited {}
A.column_title_link:hover {}

A.report_sample:link,A.report_sample:visited,A.report_sample:hover
{
  text-decoration:none;
  font-weight: bold;
  font-style: italic;
  color: #4B6394;
}
A:link
{
  font-size: 9pt;
  color: #4B6394;
  text-decoration: none;
  font-weight: bold;
}

A:visited
{
  font-size: 9pt;
  color: #4B6394;
  text-decoration: none;
  font-weight: bold;
}

A:hover
{
  font-size: 9pt;
  color: #4B6394;
  text-decoration: underline;
  font-weight: bold;
}
tr.identityHeader, tr.header, th.header, div.header
{
  background-color: #AFB8CD;
}
.even
{
  background-color: #AFB8CD;
}
*.lightGreyBgColor
{
    background-color: #AFB8CD;
}
tr.evenRowBgColor { background-color : #AFB8CD; }
tr.oddRowBgColor { background-color : #FFFFFF; }
tr.tableData { background-color : #AFB8CD; }
tr.tableDataYel { background-color : #FFFFFF; }
font.table_title
{
	color: #FFFFFF;
}
.section_title
{
    font-family: Arial, Helvetica, sans-serif;
    color : #513389;
    font-size: 16px;
    font-weight: bold;
}
/** Style for Line break across page */
div.hr {
  width: 100%;
  background: #513389;
  line-height: 3px;
  font-size: 3px;
}
*.column_right
{
    text-align: right;
}
