table.main {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
}

table.main td {
	border-width: 0px;
	padding: 0px;
	border-style: none;
}


table.smaller {
	font-size: 10pt; 
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-collapse: collapse;
}


.verticalLeft { 
background: url(images/L.jpg) repeat-y; 
} 

.verticalRight { 
background: url(images/R.jpg) repeat-y; 
} 

BODY { font-family: sans-serif; color: black; }

input.loginButton {
background-color: #3b221c;
font-size: 14px; 
color: white;
border: 1px solid white;
}

input.smallButton {
background-color: #3b221c;
font-size: 12px; 
color: white;
border: 1px solid white;
}

select.custom {
background-color: #3b221c;
font-size: 11px; 
color: white;
}

input.customField {
background-color: #3b221c;
font-size: 11px; 
color: white;
border: 1px solid #white;
}

hr.custom {
border: 0;
color: #3b221c;
background-color: #3b221c;
height: 2px;
}

hr.customDashed {
border-bottom: 1px dotted #729e87;
}


table.collapsedTable {
	border-width: 0px;
	border-spacing: 5px;
	border-style: none;
	border-collapse: collapse;
}

table.collapsedTable td {
	border-width: 0px;
	padding: 1px;
	border-style: none;
}


table.whiteTable {
color: white;
}

table.whiteTable td {
color: white;
}
A:link {color: orange;}
A:visited {color: orange;}
A:active {color: orange;}
A:hover {color: orange;}

.hasSubmission A:link {text-decoration: none; color: brown}
.hasSubmission A:visited {text-decoration: none; color: brown}
.hasSubmission A:active {text-decoration: none; color: brown}
.hasSubmission A:hover {text-decoration: none; color: brown; text-decoration: underline}

.noSubmission A:link {text-decoration: none; color: #9c8a8a}
.noSubmission A:visited {text-decoration: none; color: #9c8a8a}
.noSubmission A:active {text-decoration: none; color: #9c8a8a}
.noSubmission A:hover {text-decoration: none; color: #9c8a8a; text-decoration: underline}

.customLink A:link {text-decoration: none; color: #008000}
.customLink A:visited {text-decoration: none; color: #008000}
.customLink A:active {text-decoration: none; color: #008000}
.customLink A:hover {text-decoration: none; color: #008000; text-decoration: underline}
