html, body {
	margin:0; padding:0;
	height:100%;
}
body { 	background-color: #d4d4d4;
		height:100%; 
}
.main-content-block {
position: relative;
z-index: 1000;
margin: 0pt auto;
width: 988px;
}

#page {
  position: relative;
  z-index:10;
}
p, td {
	font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    background-color: #fff;
    margin: 0px;
    text-align: left;    
}
input.bolder {background-color: #fff; font-weight: bold; font-size: 12px; color: #000;}
input.normal {background-color: #fff;}
textarea.normal {background-color: #fff; font-size: 10px;}
option.bolder {background-color: #fff; font-weight: bold; font-size: 12px; color: #000;}
option.normal {background-color: #fff;}

.outsidetable {
	border: 1px solid #999;
}

#container .whitetable table, td {
	background-color: #ffffff;
}

a:link {
color: #ff0000;
text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:visited {
color: #999;
text-decoration: underline;
}


.copyredbold {
	color: #f00;
	font-weight: bold;	
}
.smalldate {
	color :#000;
	font-size: 11px;
}
table#footertable td {
	background-color: #d4d4d4;
	font-family: Arial, Helvetica, Sans-serif;
    font-size: 11px;
    color: #000;

}
#footer {
	font-family: Arial, Helvetica, Sans-serif;
    font-size: 11px;
    color: #999;
}

#footertable a.greylink {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
#footertable a.greylink {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
#footertable a.greylink:hover {
	font-size: 11px;
	color: #f00;
	text-decoration: underline;
}

#footer td {
	background-color: #e6e6e6;
}
hr {
border: 0;
width: 100%;
height: 1px;
color: rgb(238, 238, 238);
background-color: rgb(238, 238, 238);
}

h2 {
	margin-top: 1px; margin-bottom: 0;
}
h2 .black {
	color: #000000;
}
h3 {
	margin-top: 1px; margin-bottom: 5px;
	border-bottom: 3px solid rgb(238, 238, 238);
}

.admintable { border-collapse: collapse; }
.admintable th, .admintable td { padding: 0.5em; }
.admintable th[scope=col]
{
  background-color: #cccccc;
  border-bottom: 1px dotted #666;
  border-right: 1px dotted #666;

}
.admintable td { border: 1px dotted #666;}
.navcell_red {
	background-color: #ff0000;
	color: #ffffff;	
}


ul#list-nav {
list-style:none;
margin:0px;
padding:0;
width:750px;
}


ul#list-nav li {
display:inline
}


ul#list-nav li a {
text-decoration:none;
padding: 3px 1px 0;
margin: 0 6px 0 1px;
height:  18px;
background:#ff0000;
color:#fff;
float:left;
text-align:center;
font-size: 11px;
font-weight: bold;
}


ul#list-nav li a:hover {
background:#cc1500;
color: #fff}



ul#list-nav-right {
list-style:none;
margin:0px;
padding:0;
width:247px
}


ul#list-nav-right li {
display:inline
}


ul#list-nav-right li a {
text-decoration:none;
padding: 3px 1px 0;
margin: 0 8px 0 1px;
height:  18px;
background:#ff0000;
color:#fff;
float:left;
text-align:center;
font-size: 11px;
font-weight: bold;
}


ul#list-nav-right li a:hover {
background:#cc1500;
color: #fff}




ul#updates {
	list-style: none;
	text-decoration: none;
	margin: 0px;
	padding: 0;
}

ul#updates li a {
	padding-bottom: 3px;
}


a .whitelink {
color: #ffffff;
}


hr.dotted {
 background: url(../images/dots.gif) repeat-x center left;
  border:0;
  clip:rect(5px 100% 6px 0);
  height:10px;
  left:0px;
  line-height:10px;
  position:absolute;
  width:inherit;
  top:inherit;
  }

#gradientDemo {
    border-collapse: collapse;
}

#gradientDemo h2 { color: #ffffff; text-align: left; margin-top: 2px; margin-left: 2px;}
#gradientDemo h2.redlink { color: #ff0000; text-align: left; margin-top: 2px; margin-left: 2px;}
#gradientDemo a.whitelink {
	color: #ffffff; 
	text-decoration: none;}
#gradientDemo a.redlink {
	color: #ff0000; 
	text-decoration: none;}
	
#gradientDemo th {
    background-color: #ff0000;
    background-image: url(../images/red.png);
    background-repeat: repeat-x;
    background-position: top left;
}