﻿body {
/*
  font-size: medium;
  font-family: Arial;
  */
  background-color: white;
  margin:0;
  padding:0;
  height:100%; 
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: Black;
}

.SectionHeader
{
    color: Black;
    font-weight: bold;
    font-size: medium;
	/*
    background-color: #C6C7FF;
	*/
	background-color: #3972B9;
    padding: 0px 0px 0px 0px;
    border: 0px 0px 0px 0px;
}

/*
.SectionContent
{
    font: arial;
    color: #000080;
    font-size: medium;
    background-color: #D9DBFF;
    padding: 0px 0px 0px 0px;
    border: 0px 0px 0px 0px; 
}
*/
.SummaryContent
{
  	font-family: Arial;
	font-size: 12px;
	background-color: #CBD4F5;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	color: Black;  
}

.SummaryContent p
{
    padding: 0;
    text-indent: 0;
    font-size: 10px;
}
    
.SectionItem
{
	/*
	background-color: #D9DBFF;
	*/
	background-color: #CBD4F5;
	padding: 0px;
	margin: 0px;
	color: Black;
}

.SectionItem p
{
    padding: 0;
    text-indent: 0;
    font-size: 10px;
}


.SectionContent, .SectionContent:visited,  .SectionContent:link, .SectionContent:active  
{
	font-family: Arial;
	font-size: 14px;
	background-color: #CBD4F5;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	color: Black;
	padding-left: 5px;
	
}

.SectionContent:hover 
{
	text-decoration: underline;
	
}


.SectionContentDivider
{
    background: url('../images/divider.gif')  ;   
    font: arial;
    background-color: #CBD4F5;
    padding: 0;
    border: 0;    
}

.SectionFooter
{
    background-color: #3972B9;
    padding: 0px 0px 0px 0px;
    border: 0px 0px 0px 0px;
}

.page
{
    background-color: White;
    width: 920px;
    height: 100%;
    
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:940px;
	background:#ffffff;
	
	height:auto !important; /* non IE */
	height:100%; /* IE6: treated as min-height*/

	min-height:100%; /* real browsers */
}
		
 
 div#header {
	padding:5px;
}
	div#header p {
		font-style:italic;
		font-size:1.1em;
		margin:0;
	}
   
   div#content {
	padding:0 0 200px; /* bottom padding for footer */
}
	div#content p 
	{
		/*
		text-align:justify;
*/
		padding:0 2em;
	}
	
div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */

}
	div#footer p {
		padding:1em;
		margin:0;
	}	

/*
a:visited
{
    color: #000080;
    text-decoration: underline;
}
*/

div.calls 
{
    /*
	background: url('../images/listtop.gif') 6px 0 no-repeat;
*/
	padding: 8px 0 0 0;
}

table.callslist
{
	font-size: 11px;
}

/*
.listheader
{
    background-image: url('../images/listtop.gif');
}
*/

.listcontent
{
    background-color: #D9EBF7;
    font-family: Trebuchet MS,arial;
    font-size:small;
}

.listheader
{
    font-family: Trebuchet MS,ariadl;
    font-size: 12px;
    color: Black;
}

.listdescription
{
    font-family: Trebuchet MS,ariadl;
    font-size: 10px;
    color: Black;  
}


.listfooter
{
    background-image: url('../images/listbottom.gif');
}

.summarymorelink 
{
    font-family: Arial;
    font-size: small;
    padding-left: 5px;
}

.errorstatus
{
    color: Red;
}

.headerlink, .headerlink:visited,  .headerlink:link, .headerlink:active  
{
	font-family: Arial;
	font-size: 16px;
	background: none;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
	color: #000080;
}

.headerlink:hover 
{
	text-decoration: underline;
}

.footercontent
{
    font-family: Trebuchet MS,arial;
    font-size:small;
}

#popitmenu{
position: absolute;
background-color: #D9EBF7;
border:1px solid black;
font: normal 12px Verdana;
line-height: 18px;
z-index: 100;
visibility: hidden;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: black;
display: block;
}

#popitmenu a:hover{ /*hover background color*/
background-color: #CCFF9D;
}