
BODY
{
	background-image: url (Left.gif);
	background-color: #FFFFFF;
	color: darkslategray;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	margin: 0px;
}

.explorer
{
	font-family: Verdana;
	font-size: 8pt;
	background-color: transparent;
	color: darkslategray;
}
.alt_explorer
{
	font-family: Verdana;
	font-size: 8pt;
	background-color: #EEEEEE;
	color: darkslategray;
}
.menu {
	font-family: Verdana;
	font-size: 8pt;
	color: rgb (60, 79, 110);
	padding-left: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #80a4de;
	cursor: hand;
	white-space: nowrap;
}

TD.mouseover {
	border-left: 1px solid white;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid white;
	font-family: Verdana;
	font-size: 8pt;
	color: rgb (60, 79, 110);
	padding-left: 5px;
	cursor: hand;
}

TD.mouseout {
	border: 0px solid white;
}

.menu_closed {
	display: none;
	position: absolute;
	background-color: #80a4de;
	border-left: 1px solid #10346e;
	border-bottom: 1px solid #10346e;
	border-right: 1px solid #10346e;
	padding-left: 5px;
	padding-right: 3px;
	padding-bottom: 2px;
	z-index: 5;
}
.sub_menu_closed {
	display: none;
	position: absolute;
	background-color: #80a4de;
	border-top: 1px solid #10346e;
	border-left: 1px solid #10346e;
	border-bottom: 1px solid #10346e;
	border-right: 1px solid #10346e;
	padding-left: 5px;
	padding-right: 3px;
	padding-bottom: 2px;
	z-index: 6;
}
.menu_item {
	padding-left: 4px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Verdana;
	font-size: 8pt;
	cursor: hand;
}
.recent {
	border: 1px dashed gray;
	padding: 2px;
	margin-bottom: 15px;
	width: 65%;
}
.recent-header {
	width: 100%;
	background-color: #EEEEFF;
	color: darkslategray;
	font-weight: bold;
	display: block;
	
}

@media print {
	.menu_item {
		display: none;
	}
	.hide_print {
		display: none;
	}
}

.menu_item_highlight {
	background-color: #10346e;
	padding-left: 4px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Verdana;
	font-size: 8pt;
	cursor: hand;
	color: white;
}

A.overview-link {
	color: #10347e;
}

HR {
	color: navy;
	width: 100px;
	height: 1px;
}

SELECT.selBox
{
	FONT-SIZE: 8pt;
	WIDTH: 400px;
	FONT-FAMILY: Verdana;
}

H1
{
    COLOR: midnightblue;
    FONT-FAMILY: Verdana, Arial;
    font-size: 12pt;
}
H5
{
	COLOR: midnightblue;
	font-size: 8pt;
	padding: -10px 0 0 0;
	margin: -8px 0 15px -15px;
	font-style: italic;
	text-align: left;
}

.text
{
	font-family: Verdana;
	font-size: 8pt;
	color: darkslategray;
}

.label-rejected
{
    COLOR: maroon;
}

.task_list
{
	font-size: 7pt;
	color: darkslategray;
	font-family: Verdana;
}
A.task_list
{
	font-size: 7pt;
	color: darkslategray;
	font-family: Verdana;
	text-decoration: none;
}
A.task_list_closed
{
	font-size: 7pt;
	color: darkslategray;
	font-family: Verdana;
	text-decoration: line-through;
}


INPUT.time
{
	width: 45px;
	text-align: right;
}

.fake_header
{
	background-color: #80a4de;
	color: white;
	font-family: Verdana;
	font-size: 8pt;
	line-height: 8pt;
}

.user_closed
{
	color: silver;
}








TEXTAREA,DIV {
	font-size: 8pt;
}

/* ENCLOSED INFORMATION BLOCK STYLES */
TD.upperLeft {
	height: 10px;
	width:4px;
	font-size:6pt;
	background-image: url(Upper_Left.png);
	background-position: bottom;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
TD.upperCenter {
	color: white;
	font-family: Verdana;
	font-size:10pt;
	font-weight:bold;
	height: 12px;
	background-image: url(Upper_Mid.png);
	background-position: bottom;
	background-repeat: repeat-x;
	vertical-align: bottom;
}
TD.upperRight {
	height: 10px;
	width:4px;
	font-size:6pt;
	background-image: url(Upper_Right.png);
	background-position: bottom;
	background-repeat: no-repeat;
	vertical-align: bottom;
}
TD.Left {
	background-image: url(Left.png);
	background-position: left;
	background-repeat: repeat-y;
	height: 3px;
	width:4px;
	font-size:6pt;
}
TD.Right {
	background-image: url(Right.png);
	background-repeat: repeat-y;
	height: 3px;
	width:3px;
	font-size:6pt;
	background-position: right;
}
TD.bottomLeft {
	background-image: url(Lower_Left.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 3px;
	width: 4px;
	font-size: 6pt;
}
TD.bottomCenter {
	height: 3px;
	font-size:6pt;
	background-image: url(Lower_Mid.png);
	background-position: bottom;
	background-repeat: repeat-x;
}
TD.bottomRight {
	background-image: url(Lower_Right.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 3px;
	width: 4px;
	font-size: 6pt;
}

/* Classes */
.alt_ {
	background-color: #EEEEEE;
	color: darkslategray;
}
.login-header {
	background-color: navy;
	color:white;
	font-size: 7pt;
	font-family:Verdana;
	padding: 2px;
	text-transform:uppercase;
}
.label {
	font-size:8pt;
}

/* IDs (Hopefully in order of appearance) */
#topHeader {
	height: 18px;
	background-image: url(header.gif);
}
#menuBar {
	height: 17px;
	background-color: #7FA3DD;
	background-image: url(menu_left.gif);
	background-repeat: no-repeat;
	padding-left: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: black;
}
#login {
	width: 300px;
	text-align: center; 
	background-color:#80a4de;
	font-size:7pt;
}
#file-upload {
	border: 1px solid black;
	background-color: #DDE7EE;
	float: right;
	padding: 8px 8px 8px 20px;
	width: 350px;
}
#filename {
	font-weight: bold;
	float: left;
	text-align: left;
	padding: 5px 10px 15px 5px;
}
