body {
    font-family: Verdana, Arial;
    font-size:.8em;
    background:#282828;
	color:#282828;
}


#container {
    color:#282828;
    background:#FFF;
} 
#header { background:#ffffff;
	border-bottom:3px solid #282828;
}

#header img {
	text-align:center;
	vertical-align:text-bottom;
}

#leftnavindex {
	background:#FFF;
}

#leftnav {
    color:#8D8082;
    font-size:.85em;
}
#leftnav ul, #leftnav li {
    list-style-type:none;
	margin-bottom:5px;
}
a {
	font: bold Tahoma, Arial;
	color: #5a768d;
	text-decoration: underline;
}
a:hover {
	color: #5a768d;
	text-decoration: none;
}

#content {
    background:#FFF;
    color:#303030;
}

#footer {
    color:#fcfcfc;
    background:#303030;
    font-size:.75em;
}

#message,.message {
	color:#E11F26;
}
form, table, tr, th, td {
    font-family: Verdana, Arial;
    font-weight:normal;
}
th {
    text-align:right;
}
td, th {
    padding:4px;
	font-size:.85em;
}
h2 {
	color:#282828;
}

/* form stuff */
th.label {
	font-weight:bold;
}
th.header {
	background:#E11F26;
	font-weight:bold;
	text-align:left;
	padding:2px;
	color:#FFF;
}

.highlight, th.label {
	background:#8D8082;
}
table.results tr:hover, table.results tr.over {
	background:#dfdfdf;
}
textarea:focus, input:focus, select:focus {
	border: 1px solid #282828;
	background:#FF0;
}
textarea, input.text, select {
	border:solid 1px #8D8082;
}
.radio{
	border:none;
}
label {
    width: 200px;
    float: left;
    text-align: right;
    margin-right: 5px;
    display: block;
    padding:0 3px;
    font-weight:bold;
}
.sublabel {
	background:transparent;
	font-weight:normal;
	width:auto;
	float:none;
	display:inline;
}
.checkboxdiv {
    display:block;
    padding-left:210px;
}
textarea {
    font-size:.8em;
}
.button {
	cursor:pointer;
	border:solid 1px #8D8082;
}
input[disabled='disabled'], .disabled {
	color:#282828;
	cursor:default;
	background:#FFF;
	border:none;
}

input[readonly], .readonly, select[disabled], select[disabled='disabled']{
	background:#DFDFDF;
	color:#282828;
	cursor:default;
}

input[readonly='yes'], .readonly {
	background:#DFDFDF;
	color:#282828;
	cursor:default;
}

textarea.input[readonly='yes'] {
	background:#DFDFDF;
	color:#282828;
	cursor:default;
}
.tsInvisible {
    display:none;
    visibility:hidden;
}
.tsVisible {
    display:inline;
    visibility:visible;
}
legend {
    font-weight:bold;
    color:#8D8082;
}
.nobullet {
    list-style-type:none;
    padding:0px;
}
#print {
    text-align:right;
    float:right;
    width:300px;
    margin:0 10px;
}
.larger, .larger a {
    font-size:1.15em;
}
.messagebox{
 position:absolute;
 width:100px;
 margin-left:30px;
 border:1px solid #c93;
 background:#ffc;
 padding:3px;
}
.messageboxok{
 position:absolute;
 width:auto;
 margin-left:30px;
 border:1px solid #349534;
 background:#C9FFCA;
 padding:3px;
 font-weight:bold;
 color:#008000;
}
.messageboxerror{
 position:absolute;
 width:auto;
 margin-left:30px;
 border:1px solid #CC0000;
 background:#F7CBCA;
 padding:3px;
 font-weight:bold;
 color:#CC0000;
}
/* Z-index of #mask must lower than #boxes .window */  
#mask {  
  position:absolute;  
  left:0;
  top:0;
  z-index:9000;  
  background-color:#000;  
  display:none;  
}  
    
#boxes .window {  
  position:absolute;  
  width:440px;  
  height:200px;  
  display:none;  
  z-index:9999;  
  background-color:#ffffff;
  padding:20px;  
}  
  
  
/* Customize your modal window here, you can add background image too */  
#boxes #dialog {  
  width:375px;   
  height:203px;  
  background-color:#ffffff;
}  

#topbar_bkgrd_color .colorpicker, #primary_color .colorpicker {
    background-image: url(../images/custom_background.png);
    position: absolute;
    bottom: 0;
    left: 0;
}

#primary_color_sample,
#secondary_color_sample,
#topbar_bkgrd_color_sample,
#topbar_font_color_sample,
#headerbar_bkgrd_color_sample,
#headerbar_font_color_sample,
#link_color_sample,
#link_hover_color_sample
{
    width:15px; 
    height:15px;
    display:block;
    float:left;
    border:solid 1px #000;
}
.colorinput {
    display:block;
    float:left;
}
p.section 
{
    display:block;
    clear:both;
}
.formlist {
    list-style-type:none;
	margin-left:50px;
}


