@charset "utf-8";
/* CSS Document */

table.dotted {
	border-width: 1px;
	border-spacing: 2px;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
	font-family:  'Myriad Pro','Helvetica Neue',Helvetica,Arial,Tahoma,sans-serif;
	font-size: 13px; 
	color: #333;
	cursor: pointer;
} 
table.dotted td {
	border-width: 1px;
	padding: 1px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
	cursor: pointer;
	-moz-border-radius: 0px 0px 0px 0px;
}

.sitefont {
	font-family:  'Myriad Pro','Helvetica Neue',Helvetica,Arial,Tahoma,sans-serif;
	font-size: 15px; 
	color: #333;	 
}

.whitefont {
	font-family:  'Myriad Pro','Helvetica Neue',Helvetica,Arial,Tahoma,sans-serif;
	font-size: 12px; 
	color: #FFF;	 
}

.hyperfont {
	font-family:  'Myriad Pro','Helvetica Neue',Helvetica,Arial,Tahoma,sans-serif;
	font-size: 12px; 
	color: #333;	 
}

table.dotted tr {
	background-color: #CC9999;
}
.contentNoSize{
    font-family:'Myriad Pro','Helvetica Neue',Helvetica,Arial,Tahoma,sans-serif;	 
	}
.content{
    font-family:'Myriad Pro','Helvetica Neue',Helvetica,Arial,Tahoma,sans-serif;
	font-size: 9.6pt;
	}
.tableheader{
   font-family:'Myriad Pro','Helvetica Neue',Helvetica,Arial,Tahoma,sans-serif;
   color:white;
   width:50%;  
   background-color:dimgray;
 }  
 .tablecontent{
    font-family:'Myriad Pro','Helvetica Neue',Helvetica,Arial,Tahoma,sans-serif;
	font-size:9.6pt;
	background-color:#dcdcdc;
 }	
   
 