.opx {
width: 130px;
}
.opx div {
border-bottom: 3px solid #ECECEC;
border-right: 2px solid #CCC
}
table { 
	font-family: Arial;
	color:#585858;
	font-weight: bold;
	background-color: transparent;
	font-size: 12px
}

input[type="text"],
input[type="password"],
textarea {
	font-family:Arial;
	font-size: 12px;
	color:#585858;
	font-weight: bold;
	border: 1px solid #00324A;
	background-color:#f0f0f0;
	padding: 2px;
}

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

div.quote {
    border: 0;
    font-size: 9px;
    width: 95%;
}

table.border {
     border: 0;	 
}

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

td.questionoptions {
    color: #585858;
    font-size: 10px;
}
td.header {
    font-size: 14px;
    font-weight: bold;
}

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

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

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

span.small {
    font-size: 11px;
    font-weight: normal;
}
.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.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-color: #4c4c4c;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
}
hr.comment {
	color: #000000;
	background-color: #000000;
	height: 1px;
	border: 0px;
}
td {
	vertical-align: top;
}

/* EXTRAS */
.titletop {
	border-bottom: 1px solid #E6E6DF;
	padding: 9px 8px 6px 3px;
	margin-bottom: 13px; font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #434343;
	overflow: hidden
}