html, body, div, span, applet, object, iframe,
blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background: #CECECE url(../assets/bg.jpg) repeat-x;
}

h1 {
	font-size: 16px;
	font-family: Arial;
	line-height: 18px;
	color:#0076B6;
}

h2 {
	font-size: 14px;
	font-family: Arial;
	line-height: 18px;
	color:#000;
}

p {
	font-size: 12px;
	font-family: Arial;
	line-height: 18px;
	color:#666;
}

.grey {
	font-size: 12px;
	font-family: Arial;
	line-height: 18px;
	color:#666;
}

span {
	font-size: 12px;
	font-family: Arial;
	line-height: 18px;
	color:#666;
}

ul {
	font-size: 12px;
	font-family: Arial;
	line-height: 18px;
	color:#C18E09;
}

.pic { border:none; padding:0px; margin:0px; }

hr {
	color:#ccc;
	height:1px;
}

/* LAYOUT */
.global {
	position: relative;
	width: 800px;
	height: auto;
	border:5px solid #fff;
	margin: 30px auto 0px auto;
	padding: 0px;
}

.top {
	position: relative;
	background:url(../assets/bg_top.jpg) repeat-x;
	width: 800px;
	height: 75px;
	margin: 0px;
	padding: 0px;
}

.logo {
	position: relative;
	float:left;
	width: 300px;
	height: 75px;
	margin: 0px;
	padding: 0px;
}

.ezine {
	position: relative;
	float:right;
	width: 130px;
	height: 75px;
	margin: 0px;
	padding: 0px;
}

.boss {
	position: relative;
	float:right;
	width: 70px;
	height: 75px;
	margin: 0px;
	padding: 0px;
}

.menu {
	position: relative;
	background:url(../assets/bg_menu.jpg) repeat-x;
	width: 800px;
	height: 34px;
	margin: 0px;
	padding: 0px;
	clear:both;
	text-align: center;
}

.header {
	position: relative;
	width: 800px;
	height: 244px;
	margin: 0px;
	padding: 0px;
	clear:both
}

.content {
	position: relative;
	background:#fff url(../assets/bg_content.jpg) repeat-y;
	width: 800px;
	height: auto;
	margin: 0px;
	padding: 0px;
	clear:both;
	overflow:auto;
}

.content_left {
	position: relative;
	float:left;
	width: 220px;
	height: auto;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

.content_search {
	position: relative;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

.content_center {
	position: relative;
	float:left;
	width: 350px;
	height: auto;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	text-align:justify;
}

.content_right {
	position: relative;
	float:left;
	width: 220px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.content_sub {
	position: relative;
	background:#fff url(../assets/bg_sub.jpg) repeat-y;
	width: 800px;
	height: auto;
	margin: 0px;
	padding: 0px;
	clear:both;
	overflow:auto;
}

.sub_left {
	position: relative;
	float:left;
	width: 575px;
	height: auto;
	margin: 0px 5px 0px 0px;
	padding: 0px;
}

.sub_right {
	position: relative;
	float:left;
	width: 220px;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.text {
	position: relative;
	margin: 0px 20px 20px 20px;
	padding: 0px;
}

.footer {
	position: relative;
	width: 800px;
	height: 50px;
	line-height:50px;
	margin: 10px auto 0px auto;
	padding: 0px;
	clear: both;
}

.footer_left {
	position: relative;
	float:left;
	width: auto;
	margin: 0px;
	padding: 0px;
}

.footer_right {
	position: relative;
	float:right;
	width: auto;
	margin: 0px;
	padding: 0px;
}

.link {
	font-size: 12px;
	font-family: Arial;
	line-height: 18px;
	color:#C18E09;
	text-decoration:none;
}

.link:hover {
	text-decoration:underline;
}

.link_bold {
	font-size: 12px;
	font-family: Arial;
	line-height: 18px;
	color:#C18E09;
	font-weight:bold;
	text-decoration:none;
}

.link_bold:hover {
	text-decoration:underline;
}

.matrix {
	font-size: 12px;
	font-family: Arial;
	line-height: 18px;
	color:#A6A6A6;
	text-decoration:none;
}

.matrix:hover {
	color:#666;
}
/* END LAYOUT */


/* JOB SEARCH STYLES */
.ResultsAltItem {
	background-color:#fff;
	border:none;
	padding:5px;
	font-family: Arial;
	font-size: 12px;
}

.ResultsItem {
	background-color:#fff;
	border:none;
	padding:5px;
	font-family: Arial;
	font-size: 12px;
}

.optional{
font-family:Arial;
font-size:10px;
color:#CC0000;
}

.ResultsHeader {
	background-color:#7E899F;
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
	font-weight:normal;
	line-height:22px;
	text-align:left;
	padding:5px;
}

td {
	border:1px solid #eee;
	padding:5px;
	background-color:#fff;
}

.tdlogin {
	padding:5px;
	background-color:#f1f1f1;
	width:60px;
}

.tddetails {
	border:1px solid #eee;
	padding:5px;
	background-color:#fafafa;
}

.tabledetails {
	width:700px;
}

.ResultsDescription {
	width:680px;
}

.tddetails2 {
	border:1px solid #eee;
	padding:5px;
	background-color:#f7f7f7;
}

.tablebackend {
	border:none;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
}

.grid {
	border:none;
	padding:0px;
	margin:0px;
	border-collapse:collapse;
	background-color:#7E899F;
}


.tdbackendhead {
	background-color:#9EA6B3;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
	line-height:22px;
	text-align:left;
	padding:8px;
	border:1px solid #fff;
}

.tdbackendrow {
	border:1px solid #fff;
	padding:8px;
	background-color:#f5f5f5;
}

table {
	border:none;
	padding:0px;
	margin:0px;
}

.mainframebackend {
	position:relative;
	height: auto;
	width: auto;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	padding-bottom:0px;
}

.details_title {
	font-family: Arial;
	font-weight:bold;
	font-size: 14px;
	color: #fff;
}

