
body {
    color: #463c3c;
    font-family: 'ArialMT', 'Arial', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    background-color: none;	
}

a {
    color: #463c3c;
    text-decoration: underline;
}
a:visited {
    color: #666666;
    text-decoration: underline;
}
a:hover {
    color: #000000;
    text-decoration: underline;
}

fieldset legend {
	text-align: center;
}

.italic {
	font-style: italic;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.hide {
	display: none;
}

#header {
	display: none;
}

label {
	padding-right: 5px;
}

#main {
	width: 850px;
	background-color: none;	
	font-size: 14px;
}

#content {
	padding: 15px;
}

#footer {
	text-align: center;
	color: #aaa;
}

#footer a {
	color: #000;
}

#footer a:hover {
	color: #aaa;
}

#userinfo {
	display: none;
}

#navbar {
display: none;
}

input {
	display: none;
}

table.two-cols {
	width: 100%;
}

.two-cols td {
	vertical-align: top;
	width: 50%;
}

.scrolltable {
	overflow: auto;
}

.red {
	color: #900;
}

.error {
	color: #b41824;
	font-style: italic;
}

#main .note {
	font-size: 10px;
}

#main table {
	border-collapse: collapse;
}

#main .two-col table, #main table.three-col, #main table.four-col {
	width: 100%;
}

#main .two-col tr, #main .three-col tr {
	vertical-align: top;
}

#main .two-col td {
	width: 50%;
}

#main .three-col td {
	width: 33%;
}

#main .four-col td {
	width: 25%;
}

#main .eetable th {
	border: 1px solid #000;
	padding: 3px;
	font-size: 12px;
}

#main .required {
	font-weight: bold;
}

#main .list {
	font-size: 12px;
}

#main .list td {
	border-bottom: 1px solid #ccc;	
}

#main .descriptor {
	font-size: smaller;
	font-weight: bold;
	font-style: italic;
}

table.eetable {
	width: 100%;
	border: 1px solid #ccc;
}

.eetable th{
	background-color: #ccc;
}

.eetable tr:hover{
	background-color: #eaeaea;
}

#main .panel {
	font-size: 12px;
}

#main .panel table  {
	width: 400px;
	height: 300px;
	padding: 12px;
}

#main table.panel td {
	vertical-align: top;
}

#main .panel .input {
	border:  1px solid #463c3c;
}

#main .panel .input:disabled {
	border:  1px solid #ccc;
	color: #fff;
	background-color: #463c3c;
}

.page2table {
	width: 100%;
	font-size: 10px;
	line-height: 10px;
}

.page2tablehead {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	line-height:13px;
}

.page2stabletable {
	border-collapse: collapse;
	width: 100%;
	font-size: 10px;
	line-height: 10px;
	border: 0px;
}

.page2stabletable td, .page2stabletable th {
	padding: 3px;
	text-align: left;
	background-color: #ccc;	
	border: 1px solid #000;
}

.pdftable {
	width: 100%;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-collapse: collapse;
	font-size: 0.8em;
	page-break-inside: avoid;
}

.pdftable th, .classtable th {
	background-color: #000!important;
	color: #fff;
	text-align: center;
	font-weight: normal;
}

.pdftable td {
	padding: 2px 5px 2px 5px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

.pdftable th {
	padding: 0px;
}

#previewtabs {
	display: none;
}

#footer {
	display: none;
}

#summary, #page1, #page2 {
	page-break-after: always;
}

.print {
	display: none;
}

#nav {
	display: none;
}

