@charset "utf-8";
/* CSS Document */

	
		body {
		margin:0px;
		padding:10px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		}
		
		#pageholder {
		width:1000px;
		border:1px solid #999999;
		}
	
		#leftcontent {
		width:200px;
		font-size: 11px;
		float:left;
		}
		
		#leftcontent h2{
		padding-left:10px;
		}

		#rightcontent {
		width:799px;
		font-size: 11px;
		float:left;
		border-left:1px solid #999999;
		}
		
		#searchcontent { 
		font-size:12px;
		text-align: left;
		padding: 0 10px 10px 10px;
		border-bottom:1px solid #999999;
		}

		#banner {
		background:#fff;
		/* background-image: url(/images/bgNav2.jpg); */ 
		height:125px;
		border-bottom:1px solid #999999;
		vertical-align: top;
	
		}
		
		#WelcomeStripe {
		font-weight: bold;
		font-face: arial;
		padding-top: 0px;
		padding-bottom: 0px;
		text-decoration: none;
		color: #FFF;
		/* background-image: url(/images/grad_orange.jpg);
		border-bottom: 1px solid #B1741D;  */ 
		}
		
		#nav
		{
			height: 32px;
			margin-bottom: 28px;
			/* background: #333 url(http://www.panelintelligence.com/images/bg_nav_off.gif) repeat-x top left; */
			background: #5a1d57;
			width: 1000px;
			overflow: hidden; 
		}
		
		#nav ul
{
    margin: 0 0 0 13px;
}

#nav ul li
{
    background-image: none;
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

#nav ul li a
{
    display: block;
    width: auto;
    float: left;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    padding: 8px 15px;
    border-left: 1px solid #787878;
}

#nav ul li a.last
{
    border-right: 1px solid #787878;
}

#nav a
{
    display: block;
    width: auto;
    float: left;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    padding: 8px 15px;
    border-left: 1px solid #787878;
	vertical-align: middle; 
}

#nav input 
{
	vertical-align: middle;
	margin-top: 8px; 
}

		p,pre {
		margin:0px 10px 10px 10px;
		}
		
		h1 {
		font-size:20px;
		color:#477abc;
		}
		
		h2 {
		font-size:14px;
		padding:10px 0 0 0;
		margin:0px;
		}
		
		form{
		margin:0px;
		padding:0px;
		}
		
		#reportcontent A:visited {	
		text-decoration: none; 
		color: #477abc;
		}
		
		#reportcontent A:link {	
		text-decoration: none; 
		color: #477abc;
		}
		
		#reportcontent A:hover {	
		text-decoration: underline; 
		color: #477abc;
		}
		
		#reportcontent th { 
		color: #477abc;
		font-weight: bold;
		font-size: 14px;
		text-align: left; 
		}
	
		#reportcontent td { 
		color: #000000;
		font-size: 11px;
		}
		
		.MainNav {
		border-bottom: 1px solid #999999; 
		background-color: #eaf3f2; 
		color: #477abc;
		font-family: Arial;
		font-size: 11px;
		font-weight: bold;
		padding:5px;
		}
		
		.MainNav a {
		color: #477abc;
		font-family: Arial;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		}
		
		.MainNav a:hover {
		color: #f90;
		}
	
		input {
		border: 1px solid #666666;
		font-size: 11px;
		margin-right:10px;
		}
		
		select {
		background-color: #ffffff;
		border: 1px solid #666666;
		font-size: 11px;
		margin-right:10px;
		}
			
		sup {font-size:9px;}
		
		.FooterTable, .FooterTable td {
		font-family: Arial;
		font-size: 10px;
		font-weight: bold;
		}
		
		.FooterTable.Row1, .FooterTable.Row1 a {
		color: #477abc;
		font-size: 11px;
		padding-right: 8px;
		padding-bottom: 2px;
		text-decoration: none;
		}
		
		.FooterTable.Row2, .FooterTable.Row2 a {
		color: #aaa;
		text-decoration: none;
		}
		
		.FooterTable a:hover {
		color: #f90;
		}
		
		.odd td {background-color:#E8ECF1;}
		
		.even td {background-color:#DDE5EB;}
		
		.purchase{
		background:#FFFFCC;
		border:1px solid #FFCC66;
		padding:15px;
		margin-bottom:15px;
		font-weight:bold;
		}