﻿body 
{
	margin: 1% auto auto auto;
	width: 924px;
	height: 565px;
	font-family: Tahoma, Miriam, Arial;
	font-size: 10pt;
}

#leftCol
{
	width: 156px;
	background-image: url('images/mainLeft.gif');
	background-color: Transparent;
	background-position: center;
	background-repeat: no-repeat;
	height: 565px;
}

#rightCol
{
	width: 768px;
	background-image: url(images/mainRight.gif);
	background-color: Transparent;
	background-position: center;
	background-repeat: no-repeat;
	height: 565px;
}

/* LEFT PANE */

table #lefttbl
{
	width: 100%;
	padding: 0x;
	border: 0px;
	height: 100%;
}

#logo
{
	height: 230px;
	vertical-align: top;
	padding-top: 25px;
}

a.hotjobs:link {color: #264c8d; font-size: 13px; font-weight: bold; text-decoration: none;}
a.hotjobs:visited {color: #264c8d; font-size: 13px; font-weight: bold; text-decoration: none;}
a.hotjobs:hover {text-decoration: underline}
a.hotjobs:active {color: #264c8d; text-decoration: none;}


/* MAIN CONTENT (RIGHT PANE) */

table #maintbl
{
	width: 100%;
	padding: 0x;
	border: 0px;
	height: 100%;
}

#smallButtons
{
	float: right;
	height: 25px;
	padding-top: 12px;
	padding-right: 22px
}

.smallButtons
{
	border: 0px;
	outline: none;
	position: relative;
	top: 0%;
}

#menu
{
	height: 52px;
	background-image: url(images/menu/menuBG.gif);
	background-color: Transparent;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: middle;
}

div.menu
{
	height: 48px;
	background-color: Transparent;
	border: 0px;
	outline: none;
	position: relative;
	top: 4.5px;
	margin-right: 26px;
}

div.menu a
{
	margin-right: -2px;
	padding: 0px;
}

/* WEBSITE CONTENT */

#contentPane
{
	height: 485px;
	display: block;
	background-color: Transparent;
}

div.contentWrapper
{
	width: 754px;
	position: relative;
	display: block;
	left: 11px;
}

div.content
{
	color: #264c8d;
	overflow: hidden;
	display: block;
	text-align: justify;
	background-image: url('images/content_middle.gif');
	background-color: Transparent;
	margin-left: 7px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 35px;
	background-repeat: repeat-y;
	height: 420px;
	direction: rtl;
	z-index: 5;
}

.contentImg
{
	z-index: 0;
	position: absolute;
	bottom: 15px;
	left: 15px;
}

div#flashContainer
{
	display: block;
	background-image: url('images/content_middle.gif');
	background-color: Transparent;
	background-position: center;
	background-repeat: repeat-y;
	position: relative;
	left: -5px;
	height: auto;
}

/* JOBS */

.jobsGVW a {color: #264c8d; cursor: pointer; font-size: small; font-weight: bold; text-decoration: underline;}
.jobsGVW a:hover {text-decoration: none; color: #fff;}

.modalJobsBackground
{
	background-color:Gray;
	filter:alpha(opacity=80);
	opacity:0.8;
}

.modalJobs
{
	width: 470px;
	height: auto;
	background-color: Transparent;
}

.modalJobsInner
{
	width: 470px;
	height: auto;
	background-color: #C3D9FF;
}

div.modalSpacing
{
	padding: 5px 20px;
}

/* JOBS GRIDVIEW */
.jobsTable
{
	border: 2px solid #C3D9FF;
	background-color: #E8EEF7;
	color: #264C8D;
	font-family: Tahoma, Miriam, Arial;
	font-size: small;
}

.jobsTable tr.header
{
	color: #0A51CA;
	background-color: #C3D9FF;
	text-align: center;
	font-size: medium;
}

.jobsTable tr.normal
{
	color: #264C8D;
	background-color: #E8EEF7;
	vertical-align: middle;
	text-align: center;
}

.jobsTable tr.alternate
{
	color: #264C8D;
	background-color: #D9E7FE;
	vertical-align: middle;
	text-align: center;
}

.jobsTable tr.normal:hover, .jobsTable tr.alternate:hover
{
	background-color: #4987ff;
	color: #fff;
}

/* ADMIN AREA */

.adminTitle
{
	font-size: x-large;
	clear: none;
}

a.adminJobSelect:link {color: #FFFFFF; font-size: 15px; font-weight: bold; text-decoration: none;}
a.adminJobSelect:visited {color: #FFFFFF; font-size: 15px; font-weight: bold; text-decoration: none;}
a.adminJobSelect:hover {text-decoration: underline}
a.adminJobSelect:active {color: #FFFFFF; text-decoration: underline}

