﻿body 
{
 padding:0;
 margin:0;   
 font-family: Verdana, Arial, Helvetica, sans-serif;
 color: #6B6B6B;
 margin-left: 150px;
}

.td
{
    font-size:14px;
    color: #5C5C5C;    
    margin-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    border: solid 1px silver;
    text-align: center;
    vertical-align: top;     
}

/* Modal Popup Extender background 
.MPE 
{
    background-color: #575757; 
    filter: alpha(opacity=60);
    opacity: 0.6;
}*/

.HighlightedText
{
    font-weight:bolder;
    color:#2E5C8A;
}
.linkFont11 
{    
    font-size:11px;
    color: #2E5C8A;		
}
.linkFont12 
{    
    font-size:12px;
    color: #2E5C8A;		
}
.dottedSeperator
{
    border-top:dotted 1px #6699CC;
    padding-top:8px;
}
.li_bullet
{
    text-indent:10px;
    line-height:20px;
}
.LoginTextbox
{    
    font-size:11px;
    color: #2E5C8A;
    height: 12px;
    width:60px;
    background-color:#FFFFB3;
}
.td_ClientLogos
{
    width:200px;
    height:100px;
}
p{
    font-size:12px;
    color: #737373;
    line-height: 18px;
}
h3{
    font-family: Tahoma;
    font-weight:normal;
    color: #5C5C5C;
    }
ul li 
{
    color: #5C5C5C;
    list-style-type: inherit;
    font-size: 13px; 
}     
a:link 
{    
    color: #2E5C8A;		
}
a:visited {		
	color: #2E5C8A;	
}
a:hover {		
	color: #2E5C8A;
	text-decoration: none;	
}
a:active {		
	color: #2E5C8A;	
}

/* Top links */

.TopLinks a:link {
	color: #2E5C8A;
	text-decoration: none;	
}

.TopLinks a:visited {
	font-family: Verdana;
	text-decoration: none;
	color: #2E5C8A;	
}

.TopLinks a:hover {
	text-decoration: none;
	color: #000000;	
}
.TopLinks a:active {
	text-decoration: none;
	color: #2E5C8A;	
}

/* Main menu links */

.menu a:link 
{
    font-size: 14px;
    color: #1F1F1F;
	text-decoration: none;
	padding-right: 8px;
	padding-left: 8px;
}
.menu a:visited {
	font-size: 14px;	
	text-decoration: none;
	color: #1F1F1F;
	padding-right: 8px;
	padding-left: 8px;
}
.menu a:hover {
	font-size: 14px;	
	text-decoration: none;
	color: #6699CC;
	padding-right: 8px;
	padding-left: 8px;
}
.menu a:active {
	font-size: 14px;	
	text-decoration: none;
	color: #6699CC;
	padding-right: 8px;
	padding-left: 8px;
}

/* Side Bar */

ul.sidebar {
    list-style-type: none;           
}
ul.sidebar li {
    background: #9fc4df;    
    text-decoration: none;
    text-align: right;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: solid 1px white;       
}
ul.sidebar a {       
    font-size: 13px;
    color: #2E5C8A;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 5px;	    
     }
ul.sidebar a:hover {	
	font-size: 13px;	
	text-decoration: none;
	color: #ffffff;
	padding-right: 15px;
	padding-left: 5px;
}

/* Rounded Div */

div.round_thin_top
{
    width:296px;
    height:5px;
    background-image:url(images/round_thin_top.gif);
    background-repeat:no-repeat;
}

div.round_thin_mid
{
   width:274px;
   height:200px;
   border-left: solid 1px #CCCCCC;
   border-right: solid 1px #CCCCCC;
   padding-left:10px;
   padding-right: 10px;   
 }

div.round_thin_bottom
{
    width:296px;
    height:5px;
    background-image:url(images/round_thin_bottom.gif);
    background-repeat:no-repeat;
    padding-bottom: 10px;
}

/* Round thin small */
div.round_thin_top_sm
{
    width:180px;
    height:5px;
    background-image:url(images/round_thin_top_sm.gif);
    background-repeat:no-repeat;
}

div.round_thin_mid_sm
{
   width:158px;
   height:200px;
   border-left: solid 1px #CCCCCC;
   border-right: solid 1px #CCCCCC;
   padding-left:10px;
   padding-right: 10px;
 }

div.round_thin_bottom_sm
{
    width:180px;
    height:5px;
    background-image:url(images/round_thin_bottom_sm.gif);
    background-repeat:no-repeat;
    padding-bottom: 10px;
}    
