body {
	background-color: #666666;
	margin: 0px;
	padding: 0px;
	overflow: none;
	height: 100%;
	width: 100%;
}

#main_logo {
	background: url("logo2.gif");
	position: absolute;
	top: 0px;
	left: 0px;
	width: 198px;
	height: 51px;
	z-index: 10000;
	visibility: visible;
	/*visibility: hidden;*/
}

#mainframe {
	background: url("mainframe_left.gif");
	background-repeat: repeat-y;
	background-color: white;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	border-top: 2px solid #7D9DF2;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 27px;
	
	width: 100%;
	overflow: auto;
}

#mainframe_content {
	padding-left: 15px;
	/*height: 100%;*/
}

#top_menu {
	background: url("top_menu_bg.gif");
	background-repeat: repeat-x;
	background-color: white;
	margin: 0px;	
	padding-top: 0px;
	top: 0px;
	left: 0px;
	height: 27px;
	padding-left: 198px;
	font-weight: bold;
	z-index: 100;
}

#top_menu li {
	display: inline;
	list-style-type: none;
	padding-right: 0px;
	white-space: nowrap;
}
#top_menu li a {
	padding-left: 10px;
	padding-right: 10px;
}

#top_menu li.selected {
	text-decoration: none;
	
}
#top_menu li.selected a{
	text-decoration: none;
	background-color: #5f75ad;
	color: white;
	padding-bottom: 15px;
	border-top: 2px solid #7D9DF2;
	border-left: 2px solid #7D9DF2;
	border-right: 2px solid #7D9DF2;
}

#top_menu ul {
	display: inline;
	white-space: nowrap;
}


#top_menu li.right {
	display: inline;
	list-style-type: none;
	padding-left: 20px;
	float: right;
}

#blankform_list {
	margin-top: 50px;
	width: 30%;
	margin: 0 auto;

}

#blankform_list ul {
	text-align: left;
	white-space: nowrap;
}

table.biglist td {
	border-top: 1px solid #999999;
}
table.biglist th {
	text-align: left;
	border-bottom: 1px solid black;
}

table.workorder {
	cellspacing: 0px;
	border-collapse: collapse;
}

table.jobdata{
	background-color: #f0f0f0;
}

table.workorder td {
	border: 1px solid black;
}
table.workorder th {
	border: 1px solid black;
}

div.errorpopup {
	font-size: 14pt;
	font-weight: bold;
	color: White;
	padding: 5px;
	border: 5px double Maroon;
	background-color: #DC143C;
	text-align: center;
	margin-top: 25px;
}

div.resultmessage {
    font-size: 12pt;
    font-weight: bold;
    padding: 5px;
    border: 5px double #555555;
    background-color: #ffffCC;
    text-align: center;
	margin-top: 25px;
}


#mode_list {
	z-index: 100;
	font-family: Arial; 
	font-size: 9pt; 
	margin: 0px;	
	padding: 0px;
	margin-top: 2px;
	
}

#mode_list li {
	display: inline;
	list-style-type: none;
	padding-right: 0px;
	white-space: nowrap;
	margin-top: 2px;
	color: #88c;
}
#mode_list li a {
	padding-left: 1px;
	padding-right: 1px;
	text-decoration: none;
	margin-top: 2px;
	color: #88c;
	padding-top: 4px;
	line-height: 14pt;
}

#mode_list li.selected2 {
	text-decoration: none;
	padding-top: 3px;
	color: #88c;
	font-weight: bold;
	
}
#mode_list li.selected2 a{
	text-decoration: none;
	background-color: #beb;
	color: #00c;
	font-weight: bold;
	/*color: white;
	padding-bottom: 15px;
	border-top: 2px solid #7D9DF2;
	border-left: 2px solid #7D9DF2;
	border-right: 2px solid #7D9DF2;*/
	padding-bottom: 3px;
	padding-top: 3px;
}
