TABLE, TEXTAREA, INPUT { 
	font: 10px Verdana; color:#A1A1A1;
	background-color: #181818;
}
span.largefilename {
	font-size: 16px;
	font-weight: bold;
}

DIV.quote {
    border: 1px solid black;
    font: 9px;
    width: 95%;
}

TABLE.border {
     border-color:#131313;
     border-collapse:collapse;	 
}

td.questionoptions {
    background-color: #181818;
    color: #dcb993;
    font-size: 10px;
}

tr.row1 {
    background-color: #181818;
}

tr.row2 {
    background-color: #1D1D1D;
}

TD.header {
    font-size: 12px;
    font-weight: bold;
}

td.lightheader{
    color: #999999;
    font-size: 14px;
    font-weight: bold;
}

tr.sectionheader, td.sectionheader {
    background-color: #0C0C0C;
    color: #B9B9B9;
    text-align: center;
    font-weight: bold;
}

tr.fileheader, td.fileheader {
    background-color: #0C0C0C;
    color: #B9B9B9;
    text-align: center;
    font-weight: bold;
}

span.small {
    font-size: 9px;
    font-weight: normal;
}

BODY { 
	font: 10px Verdana; color:#B0B0B0;
	text-shadow:1;
	background-color: #131313;
} 

.forminput {
	background-color:#1D1D1D;
	border: 1px #000000 solid;
	color: #B9B9B9;
	font-family:verdana;
	font-size:10px;
	padding-left:2px;
	padding-right:2px;
}

.textinput {
	background-color:#181818;
	border: 1px #131313 solid;
	color: #B9B9B9;
	font-family:verdana;
	font-size:11px;
	padding:2px;
	width:95%;
}

a:link {
	color:#E7E7E7;
	text-decoration:none;
	font-weight:none;
}

a:active {
	color:#E7E7E7;
	text-decoration:none;
	font-weight:none;
}

a:visited {
	color:#E7E7E7;
	text-decoration:none;
	font-weight:none;
}

a:hover {
    color: #CF8CA2;
}
a.edit:link, a.edit:active, a.edit:visited {
font-size: 10px;
    color: #B0B0B0;
    text-decoration: none;
}
a.edit:hover {
    font-size:10px;
    color: #B0B0B0;
    text-decoration: underline;
}

/* New in 3.6 */
tr.commentheader, td.commentheader {
    background-color: #131313;
    color:#B0B0B0;
    text-align: left;
    font-weight: bold;
}
hr.comment {
	color: #B0B0B0;
	background-color: #131313;
	height: 1px;
	border: 0px;
}

input, textarea, OPTION, SELECT {
       color: #B0B0B0;
       background:  #131313;
       font: 7pt tahoma;
       text-decoration: none;
       font-family: tahoma;
       text-align: left;
}

