
/* Layout Stylesheet */ 

body {
 margin:0px;
 background:#336699;
 color: #333333;
text-align:center;
 padding:0;
 } 

div#outer {
 text-align:left;
 border:0px solid #000000;
 width:990px;
 margin:auto; 
 }

div#hdr {
 background:#ffffff;
 color: #000000;
}
 
div#bar 
{
	padding:2px;
 background:#5A6B7D; 
 color: #ffffff;
 border:solid #000000;	
 border-width:1px 0 1px 0;
 }

div#bodyblock {
 position:relative;
 background: #ffffff;
 color: #333333;
 width:990px;
 padding:0;
 }
 
 div#bodyBlockSpacer
 {
	height:10px;
 }

div#cont {
 float:left;
 width:544px;
 background:#ffffff;
 color: #333333;
 border:solid #000000;	
 border-width:0 0 0 0;
 text-align:left;
 }

div#rbar {
 background:#6699CC;
 color: #ffffff;
 width:223px;
 } 

 
div#ftr {
 background:#ffffff;
 color: #000000;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }
 
.selectorBar_inner
{
	border-right: #000000 0px solid;
	background: #DDDDDD;
	border-left: #000000 0px solid;
	width: 990px; 
	color: #336699;
	padding-top: 1px;
	padding-bottom: 7px;
	position: relative;
	vertical-align:middle;
	  border-top: 1px solid black;
  border-bottom: 1px solid black;
  

}



 .selectorBar_inner SELECT,  .selectorBar_inner INPUT
{
	font-weight:normal;
    FONT-SIZE: 10px;
}


 
  div#optionbar
{
	background: #dcdcdc;
	margin: 0px;
	width: 990px;
	color: #000000;
	position: relative;
	height: 20px;
}

 div#pageheader {
 height:70px;
 background:#ffffff;
 color: #000000;
 width:990px;
 margin:0;
 }
 
  div#pagegutter, .pagegutter
{
	font-size: 1px; 
	background: #336699;
	margin: 0px;
	width: 990px;
	color: #336699;
	height: 1px;
}

div#Main
{
	margin-top:10px;
}

.pt_spacer
{
	background-color:white;
	width:30px;
	
}


 div#__asptrace,span.tracecontent
 {
 text-align:left;	
 }



@media print 
{
	div#hdr,div#bar,div#ftr,.bannerImage,INPUT#selBarGo,.noPrint,.info,div#pagegutter
	{
		display: none 
	}
 

	TH
	{
		border: 1px solid black;
		font-weight:bold;
	}
	.phTable
	{
		background-image: none;
	}
	
	div#pageheader {
		height:20px;
	}
	
	div#outer ,div#bodyblock
	{
 
		width:auto;
	}
	body {
		background:#ffffff;
	}
	
	 .print
	 {
		display:block;
	 }
	
 
 
}



