table { 
	font: 12px Arial; color:#23285F; font-weight: bold;
	background-color: transparent;
}

input[type="text"],
input[type="password"],
textarea {
	font: 12px Arial;
	color:#23285F;
	font-weight: bold;
	border: 1px solid #00324A;
	background-color:#83A3BF;
	padding: 2px;
}

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

DIV.quote {
    border: 0;
    font: 9px;
    width: 95%;
}

TABLE.border {
     border: 0;	 
}

TABLE.dashed {
     border: 1px dashed #638A9F;
}

td.questionoptions {
    background-color: #ffffff;
    color: #23285F;
    font-size: 10px;
}

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

tr.row2 {
    background-color: #ffffff ;
}

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

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

tr.sectionheader, td.sectionheader {
    background-color: #779BBF;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

tr.fileheader, td.fileheader {
    background-color: #6289AF;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

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

body { 
	font: 11px Verdana; color:#23285F;
	text-shadow:1;
	background-color: #F5F4F3;
	background-image: url(bgx.png);
	background-repeat: repeat-y;
	background-position: center center;

} 

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

.textinput {
	background-color:#FFFFFF;
	border: 0;
	color: #000000;
	font-family:verdana;
	font-size:11px;
	padding:2px;
	width:95%;
}

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

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

a:visited,
a:visited:hover {
	color:#6289AF;
	text-decoration:none;
	font-weight:none;
}

a:hover {
    color: #4A5A73;
}
a.edit:link, a.edit:active, a.edit:visited {
font-size: 10px;
    color: #FFFFFF;
    text-decoration: none;
}
a.edit:hover {
    font-size:10px;
    color: #CCCCCC;
    text-decoration: underline;
}

/* New in 3.6 */
tr.commentheader, td.commentheader {
    background-image: url(./images/comment_bg.gif);
    background-color: #6289AF;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
}
hr.comment {
	color: #000000;
	background-color: #000000;
	height: 1px;
	border: 0px;
}
td {
	vertical-align: top;
}