
/* Base Link Selectors */

body {
	background: #fff;
	color: #000; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 0 0 35px 0;
} 


FORM {
	display: inline;
}

TABLE { 
	border-spacing: 0px; 
	border-collapse: collapse;
	width: 100%;
}

TD, TH { 
	padding: 2px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


A:link {
	color: #3333FF;
	text-align: left;
	font-family: Arial; 
	font-size: 1.0em;
}
A:visited {
	color: #3333FF;
	text-align: left;
	font-family: Arial; 
	font-size: 1.0em;
}
A:active {
	color: #FF9900;
	text-align: left;
	font-family: Arial; 
	font-size: 1.0em;
}
A:hover {
	color: #FF9900;
	text-align: left;
	font-family: Arial; 
	font-size: 1.0em;
}

H1 {
	font-size: 20px;
	color: #FF9900;
	margin: 0;
	padding: 0;
	padding-top: 42px;
	height: 0;
	width: 450px;
	position: absolute;
	top: 0;
	left: 0;
}

LI {
margin-bottom: 10px;
}

p#control {
  color: #fff;
  font-weight: bold;  
  font-size: 11px;
  position: absolute;
  top: 3px;
  right: 15px;
}


div#header {
	background: #666666 url(./images/correct.gif) top left no-repeat;
	height: 60px;
	top: 0px;
	position: absolute; /* added */
	background-color: #E0F8F7;
	background-repeat: no-repeat;
	background-position: left top;
}

div#listmenu {
	top: 60px;
	position: absolute; 
}


div#div_header_wrap {
	width: 1000px;
	position: relative; 
	height: 50px;
	left: 50%;
	margin-left: -500px;
}

div#header_and_menu {
	width: 1000px;
	position: absolute; 
	left: 50%;
	margin-left: -500px;
}

div#pageContent {
	width: 1000px;
	position: absolute; 
	left: 50%;
	margin-left: -500px;
}


div#divErrorMsg {
	text-align: center;
	font-family: Arial; 
	font-size: 1.2em;
	color: red;
}


div#divTopOverParts {
	position: relative;
	left: 50%;;
	width: 1000px;
	margin-left: -500px;
	height: 440px;
	background-color: rgb(173, 216, 230);
	overflow:auto;
	border-top: 1px solid #666;
}


div#divForAjaxOnPage {
	font-family: Arial; 
}


.firstThird {
	position: absolute;
	left: 50%;;
	width: 320px;
	height: 395px;
	margin-left: -490px;
	font-family: Arial;
	font-size: 1.0em;
	top: 30px;
	background-color: rgb(214,252,243);
	overflow-y: auto;
	border: 1px;
	border-style:solid;
}


.secondThird {
	position: absolute;
	left: 50%;;
	width: 315px;
	height: 395px;
	margin-left: -160px;
	font-family: Arial;
	font-size: 1.0em;
	top: 30px;
	background-color: rgb(214,252,243);
	overflow-y: auto;
	border: 1px;
	border-style:solid;
}

.thirdThird {
	position: absolute;
	left: 50%;;
	width: 320px;
	height: 395px;
	margin-left: 165px;
	font-family: Arial;
	font-size: 1.0em;
	top: 30px;
	background-color: rgb(214,252,243);
	overflow-y: auto;
	border: 1px;
	border-style:solid;
}


.twoThird {
	position: absolute;
	left: 50%;;
	width: 645px;
	height: 395px;
	margin-left: -160px;
	font-family: Arial;
	font-size: 1.0em;
	top: 30px;
	background-color: rgb(214,252,243);
	overflow-y: auto;
	border: 1px;
	border-style:solid;
}


.divTitle {
	position: relative;
	height: 30px;
	background-color: #CCC;
	border-bottom: 1px solid #666;
	cursor: move;
	font-family: Arial;
	font-size: 1.0em;
	font-weight: bold; 
	text-align: center;
	line-height:30px;
}

.divContent {
	font-family: Arial;
	font-size: 0.9em;
	text-align: left;
	padding: 10px;
	margin-left: 15
}


.fontLeftMedium {
	text-align: left;
	font-family: Arial; 
	font-size: 1.0em;
	color: black;
}


.fontLeftLarge {
	text-align: left;
	font-family: Arial; 
	font-size: 1.2em;
	color: black;
}


.tableStandard { 
	border-spacing: 0px; 
	border-collapse: collapse;
	border-width: 1px; 
	border-style: none; 
	border-color: black; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tdStandard { 
	border-width: 1px; 
	padding: 5px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-style: solid; 
	border-color: black;
	background-color: #FAF0E6;
}

