/* APEX Engineering Service Website CSS */

body {
	background-image:url("../images/homebg.gif");
	font-family: Arial, Helvetica, sans-serif;	
	color: #666666;
}

table {
	font-size: 12px;
}

a {
	color: #0089DC;
	text-decoration: none;
}

a:hover {
	color: #FF6600;
	text-decoration: none;
}

img {
	border: 0px;
}

li {
	list-style-image: url(../images/bullet.gif);
	padding: 2px;
}

table#outerMost {
	background-color: #FFFFFF;
}

table#contentHolder {
	padding: 4px;
	border: 0px solid red;
}

table#contentHolder th {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
	background-color: #000000;
	padding: 8px;
}

table#indexContent {
	margin-left: -6px;
	margin-top: -6px;
}

table#indexContent th {
	text-align: left;
	border-left: 4px solid #666666;
	background-color: #e5e4e4;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 666666;
	font-weight: normal;
}

table#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

table#footer b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

table#searchHolder {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
}

table#searchHolder input#q {
	border: 1px solid #666666;
	padding: 2px;
	width: 153px;
}

table#searchHolder input#btnSearch {
	background-color: #000000;
	border: 0px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	height: 22px;
}

table#trainingSched {
	font-size: 12px !important;
}

table#trainingSched td {
	padding: 3px;
	border-bottom: 1px solid #E2E2E2;

}


table#compList th {
	font-size: 13px;
	font-weight: bold;
	color: #666666;
}

table.formHolder {
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
}

table.formHolder th {
	background-color: #CCCCCC !important;
	color: #000000 !important;
	padding: 2px 0px 5px 2px;
	height: 25px !important;
	font-size: 12px !important;
	font-weight: normal;
}

table.formHolder td {
	padding: 5px 0px 5px 15px !important;
}

table.formHolder input, table.formHolder textarea {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	padding: 3px;
}

select {
	border: 1px solid #CCCCCC;
	font-size: 12px;
	padding: 2px;	
}

table#inquiryMsg {
	background-color: #FFFF99 !important;
	border: 1px solid #CCCCCC;
	padding: 8px !important;
}

table#inquiryMsg th {
	background-color: #FFFF99 !important;
	font-size: 20px;
	padding: 8px;
	color: #666666;
}

iframe.webWrapper {
	width: 500px;
	height: 400px;
	border: 1px solid #CCCCCC;
	float: left;
	margin-left: 0px;
}