TABLE, TEXTAREA, INPUT { 
	font: 10px Verdana; color : black;
	background-color : rgb(51, 65, 42);
}
span.largefilename {
	font-size: 16px;
	font-weight: bold;
}

DIV.quote {
    border: 1px solid black;
    font: 9px;
    width: 95%;
    Color : black;
}

TABLE.border {
     border-color : rgb(0 , 0 , 0);
     border-collapse:collapse;
     Color : black;	 
}

TABLE.dashed {
     border : 1px dashed rgb(0 , 0 , 0);
     Color : blue;
}

td.questionoptions {
    color : black;
    font-size : 10px;
}

tr.row1 {
    background-color : rgb(51, 65, 42);
}

tr.row2 {
    background-color : rgb(97, 73, 37);
}

TD.header {
    font-size : 14px;
    font-weight : bold;
    Background-color : rgb(97, 73, 37);
}

td.lightheader{
    color : black;
    font-size : 14px;
    font-weight : bold;
}

tr.sectionheader, td.sectionheader {
    background-image: url(./images/row_bg.gif);
    background-color : black;
    color : black;
    text-align : center;
    font-weight : bold;
}

tr.fileheader, td.fileheader {
    background-image: url(./images/row_bg.gif);
    background-color : black;
    color : black;
    text-align : center;
    font-weight : bold;
}

span.small {
    font-size: 9px;
    font-weight: normal;
}

BODY { 
	font: 10px Verdana; color:#000000;
	text-shadow:1;
    Background-color : transparent;
    Background-image : url("./images/background.jpg");
    Background-repeat : repeat;
} 

.forminput {
      background-color : blue;
      border : 1px rgb(0 , 0 , 0) solid;
      color : white;
	font-family:verdana;
	font-size:10px;
	padding-left:2px;
	padding-right:2px;
}

.textinput {
      background-color : white;
      border : 1px rgb(0 , 0 , 0) solid;
      color : white;
	font-family:verdana;
	font-size:11px;
	padding:2px;
	width:95%;
}

a:link {
      color : white;
	text-decoration:none;
	font-weight:none;
}

a:active {
      color : white;
	text-decoration:none;
	font-weight:none;
}

a:visited {
    color : black;
    text-decoration : none;
    font-weight : none;
}

a:hover {
    color : white;
}
a.edit:link, a.edit:active, a.edit:visited {
font-size: 10px;
    color : white;
    text-decoration: none;
}
a.edit:hover {
    font-size:10px;
    color : white;
    text-decoration: underline;
}

/* New in 3.6 */
tr.commentheader, td.commentheader {
    background-image: url(./images/comment_bg.gif);
    background-color: #a30404;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
}
hr.comment {
	color: #000000;
	background-color: #000000;
	height: 1px;
	border: 0px;
}
