/* CSS made by FunGt - www.Gta-Center.com */

body {
    background-color: #242424;
}

span.largefilename {
	font-size: 16px;
	font-weight: bold;
}

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

TABLE.border {
     /*border-color: 1px solid #00008B;*/
       border-right:1px solid gray;
}

TABLE.dashed {
     border: 1px solid #000022;
}

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

tr.row1 {
    background-color: black;
}

tr.row2 {
    background-color: black;
}

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

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

tr.sectionheader, td.sectionheader {
    background-color: #000022;
    color: yellow;
    text-align: center;
    font-weight: bold;
}

tr.fileheader, td.fileheader {
    background-color: #000022;
    color: yellow;
    text-align: center;
    font-weight: bold;
}

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


.forminput {
	background-color: #FFFFFF;
	border: 1px solid #0155bc;
	color: #FF0000;
	font-family:verdana;
	font-size:10px;
	padding-left:2px;
	padding-right:2px;
}

.textinput {
	background-color: #FFFFFF;
	border: 1px solid #0155bc;
	color: gray;
	font-family:verdana;
	font-size:11px;
	padding:2px;
	width:95%;
}



/* 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;
}


	