﻿/*************************************************

	LEADRS Stylesheet.
	Stella International, Inc.
	2009.

**************************************************/
@media print {
    .printhide { display:none; }
	
  }
@media screen {
    .printhide { /* show */ }
  }

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #000;
}
body {
	background-color: #cbcbcc;
	background-repeat: repeat-x;
	background-image: url(/images/leadrs_bg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}

a, a:link {
	color: #003366;
	text-decoration:none;
	font-weight:bold;
}
a:visited {
	color: #003366;
	text-decoration:none;
}
a:hover {
	color: #6d6e71;
	text-decoration:underline;
}

h1 {
	font-size:15px;
	color: #003365;
	padding:0;
	margin:0;
}
h2, h3, h4, h5, h6 {
	font-size:14px;
	color: #003365;
	padding:0;
	margin:0;
}
/* Classes */
#container {
	margin-left: auto; 
	margin-right: auto;
	width:800px;
	background-color:#FFF;
	border:1px solid #6d6e71;
	text-align:left;
}
#loginlabel {
	font-weight:bold;	
	text-transform:uppercase;
	padding-top:20px;
}
#loginlinks {
	font-weight:bold;
	padding-top:20px;
}
#darkgraybar {
	height:25px;
	background-color:#6d6e71;
}
.leftcolumn {
	background-color:#003366;
	
}
#submenu {
	background-color:#b7b7b7;
	background-image:url(/images/leadrs_flash.jpg);
	background-repeat:no-repeat;
	width:204px;
	height: 243px;
	padding: 20px 0px 0px 20px;
	margin:0px;
	line-height:2.8em;
	font-weight:bold;
	border-bottom:7px solid #ffffff;
}
#submenu a {
	color:#FFF;	
}
#submenu a:hover 
{	
	color:#003366;
}
#submenu ul ul a, #submenu ul ul a:link {
	color: #003366;
	text-decoration:none;
	font-weight:bold;
}
#submenu ul ul a:visited {
	color: #003366;
	text-decoration:none;
}
#submenu  ul ul a:hover {
	color: #6d6e71;
	text-decoration:underline;
}
#submenu a:hover 
{	
	color:#003366;
}
#submenu .subsub
{
	padding-left:20px;
	font-size:0.8em;
	line-height:0.8em;
	color:#f5f5f5;
}
#sitemap {
	padding: 20px 0px 0px 20px;
	margin:0px;
	line-height:2.8em;
	font-weight:bold;
}
#sitemap .subsub
{
	padding-left:20px;
	font-size:0.8em;
	line-height:1em;
}
.whitespacer {
	height:7px;
	background-color:#FFF;
}
#footer {
	border-top:7px solid #003366;
	padding:10px;
	text-align:center;
	color:#003366;
	font-size: 11px;
}
#maincontent {
	width:546px;
	padding:15px;
}
#homepage {
	padding:0;
	margin:0;
}
#homepagecontent {
	padding: 32px 110px 32px 110px;
	background-color:#003366;
	color:#FFF;
	line-height:1.4em;
	border-top:7px solid #fff;
}
#homepagecontent a, #homepagecontent a:visited {
	color:#fff;	
}
#homepagecontent a:hover {
	color:#6D6E71;	
}
.blackrow th 
{
	background-color:#000;
	color:#fff;
}
.bluerow th
{
	background-color:#003366;
	color:#fff;
}
.resultstable td
{
	font-size:0.8em;
}
.quote 
{
	line-height:1.4em;
}
.quoteauthor 
{
	padding-left: 10px;
	margin-top: -15px;
	color:#666;
}



