/***********  Universal Selectors ************/

html {
	height:100%;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
/***********  Clearfix ************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/********************************************/
/***********  Body And Container ************/
/********************************************/
body{
	margin:0; 
	padding:0; 
	/*height:100%;*/
	font-size: 12px;
	background-color: #F0F0F0;
}
#container{
	/*min-height:100%;*/
	width: 840px;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 4px;
}
 #innerContainer{
 	min-height: 500px;
	height: auto !important;
	height: 500px;
} 
#innerContainer:after {
	content:" ";
	display:block;
	clear:both;
}
/********************************/
/***********  Header ************/
/********************************/
#header {
	background-image: url(../images/header/headerBG.jpg);
	height: 120px;
	width: 840px;
}
#logo {
	height: 120px;
	width: 197px;
	margin-bottom: 1px;
	padding-right: 300px;
}
#login {
	margin: 0px;
	float: right;
	height: 120px;
	width: 340px;
	color: #FFFFFF;
	font-size: 11px;
	padding: 0px;
}
#topLoginForm a {
	color: #FFFFFF;
	text-decoration: underline;
}
#login input {
	background-color: #C0C9D7;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	font-size: 11px;
	color: #999999;
}
#login td {
	padding: 4px;
}
#loginSubmit input {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #547DB7;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}

/******************************/
/***********  MENU ************/
/******************************/
#menu {
	background-color: #547DB7;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 12px;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 4px;
}

#menu ul {
	padding: 0px;
	margin: 0px;
}
#menu li {
	display: inline;
	padding-right: 16px;
}
#menu li menuEnd {
	background-image: none;
}
.menuEnd {
	background-image: none;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #FF9900;
	text-decoration: none;
}
/*******************************************************/
/* ##### INDEX PAGE JOBS & COURSES ROUNDED BOXES ##### */
/*******************************************************/
/* Rounded Box */
.rbroundbox {
	background-image: url(../images/blueRndBox/nt.gif);
	background-repeat: repeat;
}
.rbtop div {
	background-image: url(../images/blueRndBox/tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.rbtop {
	background-image: url(../images/blueRndBox/tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.rbbot div {
	background-image: url(../images/blueRndBox/bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.rbbot {
	background-image: url(../images/blueRndBox/br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/* height and width stuff, width not really necessary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox {
	width: 607px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 12px;
	margin-left: 1px;
}
.panelButton {
	float: right;
	width: 124px;
	margin-top: auto;
	margin-right: 10px;
	margin-bottom: auto;
	margin-left: 10px;
	display: block;
}
#jobsPanelHdr h1 {
	font-size: 20px;
	font-weight: bold;
	color: #F39800;
	margin-right: 10px;
}
.indexPanelsText {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#coursesPanelHdr h1 {
	font-size: 20px;
	font-weight: bold;
	color: #cccccc;
	margin-right: 10px;
}
/* ########################################### */
/* ######## FCK Content links override ####### */
/* ########################################### */
#fckContent a {
	color: #547DB7;
	text-decoration: none;
}
#fckContent a:hover {
	text-decoration: underline;
}
/* ######## Main Left Content ####### */
#leftContent {
	height: auto !;
	min-height: 500px;
	width: 609px;
	padding-left: 7px;
}
#leftContent h1 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
}
#leftContent p {
	margin-top: 2px;
	margin-bottom: 4px;
	padding: 0px;
}
#leftContent a {
	text-decoration: none;
	color: #00539C;
}
#leftContent a:hover {
}
#leftContent a:visited {
}
/* ###################################*/
/* ######## Right Col Content ####### */
/* ###################################*/
#rightCol {
	float: right;
	width: 210px;
	margin-left: 9px;
	margin-right: 2px;
	margin-top: 0px;
	display: inline;
}
/* ######## Right Col JobSearch ####### */
#rightSearch {
	background-image: url(../images/rightCol/searchBoxBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	width: 209px;
	margin-bottom: 8px;
	overflow: hidden;
	font-size: 11px;
}
#rightSearch h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 6px;
	padding: 0px;
	margin-top: 0px;
}
#rightSearch td {
	padding-top: 3px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 1px;
}
#searchButton {
	margin-right: 6px;
}
/* ###### Recently Added Jobs Right Col Panel ###### */
#recentlyAddedJobs {
	width: 205px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#recAddHdr {
	background-image: url(../images/rightCol/recentlyAddedJobsHdrBG.jpg);
	background-repeat: no-repeat;
	width: 205px;
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
	height: 20px;
	text-align: center;
}
#recAddedJobsHolder {
	background-color: #F1F4F9;
	padding: 4px;
}
#recAddedJobsHolder a {
	font-size: 11px;
	font-weight: bold;
	color: #000066;
	margin-bottom: 3px;
	text-decoration: none;
	padding: 0px;
}
#recAddedJobsHolder p {
	margin-top: 3px;
	margin-bottom: 4px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 4px;
}
#recAddedJobsFooter a {
	font-size: 11px;
	margin-top: 3px;
	text-align: center;
	padding: 0px;
	color: #333333;
	text-decoration: none;
}
#recAddedJobsFooter {
	text-align: center;
	margin-bottom: 3px;
}
/* ################################################# */
/* ###### Recently Added Jobs Right Col Panel ###### */
/* ################################################# */
#recentlyAddedCourses {
	width: 205px;
	margin-top: 12px;
	margin-right: auto;
	margin-left: auto;
}
#recAddCoursesHdr {
	background-image: url(../images/rightCol/latestCoursesHdrBG.jpg);
	background-repeat: no-repeat;
	width: 205px;
	margin-top: 0px;
	font-size: 14px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 6px;
	padding-left: 2px;
	height: 20px;
	text-align: center;
}
#recAddedCoursesHolder {
	background-color: #F3F3F3;
	padding: 4px;
}
#recAddedCoursesHolder a {
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	margin-bottom: 3px;
	text-decoration: none;
	padding: 0px;
}
#recAddedCoursesHolder p {
	margin-top: 3px;
	margin-bottom: 4px;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding-bottom: 4px;
}
#recAddedCoursesFooter a {
	font-size: 11px;
	margin-top: 3px;
	text-align: center;
	padding: 0px;
	color: #333333;
	text-decoration: none;
}
#recAddedCoursesFooter a:hover {
	color: #FF6600;
}
#recAddedCoursesFooter {
	text-align: center;
	margin-bottom: 3px;
}
/* ################## */
/* ##### FOOTER ##### */
/* ################## */
#footer {
	bottom:0;
	height:22px;
	background-color: #00539C;
	color:#FFFFFF;
	text-align:center;
	width: 832px;
	padding: 4px;
}
#footer ul {
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#footer li {
	display: inline;
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 16px;
	list-style-type: none;
}
#footer li menuEnd {
	background-image: none;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#homePanel {
	height: 160px;
	margin-bottom: 12px;
	background-image: url(/tpl/images/indexMainPicBG.jpg);
	background-repeat: repeat-x;
	margin-top: 8px;
	width: 607px;
}
/* ######## INDEX PAGE NEWS SNIPPETS BOX & CONTENT ######## */
#newsSnippets {
	margin-bottom: 2px;
	background-color: #E4E4E4;
	padding-top: 0px;
	padding-bottom: 4px;
}
#newsSnippets h2 {
	color: #00539C;
	margin-top: 0px;
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 3px;
}
#newsSnippets h1 {
	background-color: #AEAEAE;
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 3px;
	background-image: url(../images/newsCurl.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 14px;
}
#newsSnippets p {
	padding-left: 4px;
	margin-top: 0px;
	margin-bottom: 6px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
}
#newsSnippets a {
	color: #00539C;
	text-decoration: none;
	margin-top: 2px;
	margin-bottom: 2px;
}
#newsSnippets a:hover {
	font-weight: bold;
	text-decoration: none;
}

#indexPicPanelText {
	font-size:14px;
	font-weight:bold;
	text-align:justify;
}
#indexPicPanelText p {
	margin:12px;
	text-align:center;
}
#footer a:hover {
	text-decoration: none;
	color: #F39800;
}
#recAddedJobsHolder a:hover {
	color: #777DB0;
	text-decoration: none;
}
#recAddedCoursesHolder a:hover {
	color: #FFD2A9;
	text-decoration: none;
}
/* ########################## */
/* ###### Listing Pages ###### */
/* ########################## */
#listings h1 {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#listCount h2 {
	background-color: #666666;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	margin-bottom: 12px;
}
/* #### Listing Tables format classes #### */
.listLeft tr {
	font-size: 11px;
}
.list01 {
	background-color: #C9D1E3;
	margin-bottom: 4px;
}
.list01 h1 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #547DB7;
}
#listingTD1 p {
	text-align: right;
	padding-right: 2px;
	font-weight: bold;
}
#listingTD2 p {
	padding-left: 2px;
}
.listingFooter {
	background-color: #547DB7;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 12px;
}
.listingFooter a {
	color: #FFFFFF;
	text-decoration: none;
}
.listingFooter a:hover {
	color: #FF6600;
	text-decoration: none;
}
.listingFooterA {
	background-color: #547DB7;
	text-align: right;
	color: #FFFFFF;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 12px;
}
.listingFooterA a {
	color: #FFFFFF;
	text-decoration: none;
}
.listingFooterA a:hover {
	color: #FF6600;
	text-decoration: none;
}

.list02 h1 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #547DB7;
}
.list02 {
	background-color: #CCCCCC;
	margin-bottom: 4px;
}

.listingPaginator {
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	padding-right: 8px;
	padding-top: 2px;
	padding-bottom: 6px;
}
.listingPaginator a {
	color: #547DB7;
	margin-right: 2px;
}
.listingPaginator a:hover {
	color: #FF6600;
}
/* ########################## */
/*  ##### Detail Pages #####  */
/* ########################## */
/* Jobs Only */
#JOBDetailHolder {
	background-color: #C9D1E3;
	margin-top: 8px;
	padding-top: 4px;
	padding-bottom: 0px;
}
.JOBDetailFooter {
	background-color: #547DB7;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 8px;
	color: #FFFFFF;
}
.JOBDetailFooter img {
	margin-top: 6px;
}
/* Other cats */
#altDetailHolder {
	background-color: #CCCCCC;
	margin-top: 8px;
	margin-bottom: 8px;
}
.altDetailFooter {
	background-color: #6699CC;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 8px;
	color: #FFFFFF;
}
.altDetailFooter img {
	margin-top: 6px;
	margin-bottom: 6px;
}
/* common to all */
.detailLeft {
	text-align: right;
	padding-right: 4px;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #333333;
}
.detailRight {
	padding-left: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.detailRight p {
	margin-top: 0px;
	margin-bottom: 8px;
	margin-right: 4px;
}
/* ########################## */
/*  #####  Job Apply   #####  */
/* ########################## */
#applyWarning h1 {
	font-size: 16px;
	font-weight: bold;
	color: #00539C;
	margin-top: 8px;
	margin-bottom: 6px;
}
#applyWarning p {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	margin-bottom: 6px;
}
#applyWarning img {
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 4px;
}
#jobapply {
	margin-top: 8px;
	margin-bottom: 6px;
}
#jobapply img {
}
#jobapply p {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	margin-top: 8px;
	margin-bottom: 8px;
}
/* #################################### */
/*  #####  Register/ Login Page  #####  */
/* #################################### */
#registerForm {
	padding: 4px;
	margin-right: 8px;
	background-color: #D1DBE9;
}
#signIn {
	padding: 4px;
	background-color: #547DB7;
	color: #FFFFFF;
}
#registerHolder {
	margin-top: 12px;
	margin-bottom: 8px;
}
#registerForm h2 {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin-bottom: 4px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 4px;
}
#registerForm form {
	margin-top: 0px;
}
#registerForm td {
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#registerForm table {
	font-size: 11px;
	font-weight: bold;
}
#registerForm input {
	font-size: 11px;
	font-weight: normal;
	line-height: 13px;
}
.countriesList {
	font-size: 11px;
	margin-left: 2px;
}
#registerForm p {
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 4px;
	color: #333333;
}
#signIn h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 4px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 4px;
}
#signIn form {
	margin-top: 0px;
}
#signIn td {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-size: 11px;
	font-weight: bold;
}
#forgotPassHolder {
	background-color: #96B6E8;
	margin-top: 12px;
	padding: 4px;
}
#forgotPassHolder h2 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	margin-top: 0px;
	margin-bottom: 6px;
	text-align: center;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#forgotPassHolder p {
	font-size: 11px;
}
#lostEmail {
	background-color: #96B6E8;
	margin-top: 12px;
	padding: 4px;
	font-size: 11px;
}
#lostEmail h2 {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 4px;
}
#lostEmail p {
	font-size: 11px;
}
#lostEmail td {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#signIn input {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}
#forgotPassHolder input {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}
#forgotPassHolder form {
	margin-top: 0px;
	margin-bottom: 0px;
}
#headLogout a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#headLogout a:hover {
	text-decoration: underline;
}
#headLogout {
	text-align: left;
	padding-right: 6px;
}
#loggedInUpdateLink a {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}
#rightSearch select {
	font-size: 11px;
	line-height: 13px;
}
#registerHolder h2 {
	font-size: 14px;
	font-weight: bold;
	color: #00529C;
}
/* #################################### */
/*  ###########  Courses  ############  */
/* #################################### */
#courseApplication p {
	font-size: 12px;
	font-weight: normal;
}
#courseApplication td {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 2px;
	padding-left: 2px;
}
#courseApplication form {
	padding-top: 4px;
	padding-bottom: 4px;
	background-color: #EBEBEB;
	margin-top: 0px;
}
#calendar {
	margin-top: 10px;
}
#calHeader h1 {
	font-size: 14px;
	font-weight: bold;
	color: #02539D;
	margin-top: 0px;
	margin-bottom: 0px;
}
.calRowBlue {
	background-color: #E0ECFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.calRowGrey {
	background-color: #DFDFDF;
}
.calDay {
	text-align: right;
	padding-right: 4px;
	font-weight: bold;
}
#calendar td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.calCourseTitle {
	display: block;
	margin-bottom: 10px;
	/*border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;*/
	padding-bottom: 4px;
	padding-right: 4px;
	padding-left: 8px;
}
#calendar a {
	color: #000000;
	text-decoration: none;
}
#calendar a:hover {
	text-decoration: none;
	color: #FF6600;
}
#courseDetail {
	margin-top: 8px;
}
#calHeader a {
	font-size: 12px;
	font-weight: bold;
	color: #547DB7;
	text-decoration: none;
}
#calHeader a:hover {
	text-decoration: underline;
}

#headImage {
	margin-bottom: 8px;
}
#contact fieldset {
	border: 1px solid #00539C;
	margin-bottom: 12px;
	margin-top: 6px;
}
#contact legend {
	font-weight: bold;
	color: #00539C;
	font-size: 13px;
	padding-right: 4px;
	padding-left: 4px;
}
#signIn h2 {
	color: #FFFFFF;
}
#forgotPassHolder h2 {
	color: #FFFFFF;
}
#lostEmail h2 {
	color: #FFFFFF;
}
#registerForm h1 {
	font-size: 15px;
	font-weight: bold;
}

.searchdropdown {
	color:#4D4D40;
	font-family:Tahoma,Arial,Verdana;
	font-size:11px;
	height:19px;
	width:140px;
	}
.sec_quest {
	width: 255px;
	font-size: 12px;
	}

.dob {
	width: 85px;
	font-size: 11px;
	}
.style1 {color: #990000;}

.mainNewsItem h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}#newsRightFloat {
	float: right;
	margin-left: 8px;
	margin-bottom: 12px;
	width: 128px;
}
#newsFullPicLeftFloat {
	float: left;
	width: 124px;
	margin-right: 12px;
	margin-bottom: 18px;
}
#rightLogos {
	width: 205px;
	margin-top: 6px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
}
#rightLogos p {
	margin-top: 1px;
	margin-bottom: 6px;
	padding-right: 2px;
	padding-left: 2px;
}
.headerPartnerLogo {
	padding: 0px;
	text-align: center;
}
.spacer {
	height: 6px;
}
.socMedia {
	text-align: right;
	padding-right: 10px;
	margin-bottom: 6px;
	margin-top: 0px;
	font-size: 10px;
	height: 22px;
}

