* {
	padding:0px;
	margin:0px;
	font-family: Arial;
	font-size: 12px;
}

#active {
	font-weight:bold;
}

#inactive {
	color:#CCCCCC;
}

th {
	/*text-align:left;*/
}

img {
	border: none;
}

body {
	background-color:#444444;
	min-width:760px;
}

.header {	
	background-color:#000000;
	color:#FFFFFF;
	height: 100px;
	padding-left: 10px;
}

.headersep {	
	background-color:#000000;
	background-image:url(../pics/header_sep.png);
	background-repeat:repeat-x;
	height: 34px;
}

.contentbg {	
	background-color:#FFFFFF;	
}

.content {	
	background-color:#FFFFFF;
	min-height: 350px;
	height:auto !important;
	height:350px;
	padding-top:20px;
	padding-bottom:20px;
	width:720px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.contentinfo {
	position:absolute;
	right:0px;
}

.contentbutton {
	position:absolute;
	right:0px;
	bottom:20px;
}

.contentinfo a {
	text-decoration:none;
	font-weight:normal ! important;
}

.contentinfo a:hover {
	text-decoration:underline;	
}

.content h1 {
	font-size:25px;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:8px;
}

.content h2, .content h2 a {
	font-size:16px;
	color:#808080;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:8px;
	margin-left:10px;
}

.content h3 {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	margin-left:20px;
}

.content p {
	margin-left:20px;
}

/*override content p margin to zero for preview */
.content td.tdReportViewer p 
{
	margin:0px;
}

.content table {
	margin-left:20px;
}	

.content ul li
{
	margin-left:35px;
	line-height:22px;
}	

.content a 
{
	font-weight:bold;
}

.linkfooterbg {	
	background-color:#333333;	
	height:24px;
}

.linkfooter {	
	background-color:#333333;	
	height:24px;
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

.linkfooter ul {
	margin:0px;
	padding:0;
	list-style-type:none;
	width:auto;
}

.linkfooter ul li {
	display:block;
	float:left;
	height:24px;
	border-left: 1px solid #535353;
	border-right: 1px solid #121212;
}

.linkfooter ul li a {
	display:block;	
	float:left;
	color:#d4d4d4;
	text-decoration:none;
	font-size:9px;
	font-weight:bold;
	height:16px;
	padding-top: 6px;
	padding-bottom: 2px;
	padding-left:8px;
	padding-right:8px;
}

.linkfooter ul li a:hover {	
	background-color:#5b5b5b;
	cursor:pointer;
}

.footerbg {	
	background-color:#000000;		
}

.footer {	
	background-color:#000000;
	color:#d4d4d4;
	height: 20px;
	padding-top: 10px;
	padding-left: 16px;
	font-size:10px;
	width:760px;
	margin-left:auto;
	margin-right:auto;
}

label 
{
	padding:5px;
}

div.errorSummary 
{
	margin-bottom:10px;
}