body, html
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	font-size:11px;
	color:#586369;
}

/* Footer fix */
#pageContainer
{
	min-height: 100%;
}

* html #pageContainer
{
	height: 100%;
}

/* General page styles */

table, tr, td, p, span
{
	font-family: Arial;
	font-size:12px;
	color:#444444;
}

.headerJobText {font-family: arial; font-weight:bold; font-size: 20px; color:#0066CC;}
.headerJobText:link {color: #0066CC; text-decoration:none; }
.subHeaderJobText {font-family: arial; font-size: 15px; color:#0066CC;}

.footerJobText {font-family: arial; font-size: 12px; font-weight:bold; color:#0066CC;}
.subFooterJobText {font-family: arial; font-size: 12px; font-weight:bold; color:#0066CC;}

.headerFormText {font-family: arial; font-size: 15px; color:Gray;}
.formText {color: Gray; font-family: arial; font-size: 12px;}
a.formText:link {color: Gray; text-decoration:none; }
a.formText:visited {color: Gray; text-decoration:none; }
a.formText:active {color: Gray; text-decoration:none; }
a.formText:hover {color: Gray; text-decoration:underline; }

a {color: #999999; font-family: arial; font-size: 12px; cursor:pointer;}
a:link {color: #999999; text-decoration:none; cursor:pointer;}
a:visited {color: #999999; text-decoration:none; cursor:pointer;}
a:active {color: #999999; text-decoration:none; cursor:pointer;}
at:hover {color: #999999; text-decoration:underline; cursor:pointer;}

.formError {color: #AA5961; font-family: Tahoma; font-size: 8pt; margin-left:22px; }
a.formError:link {color: #FF5961; text-decoration:none; margin-left:22px; }
a.formError:visited {color: #FF5961; text-decoration:none; margin-left:22px; }
a.formError:active {color: #FF5961; text-decoration:none; margin-left:22px; }
a.formError:hover {color: #FF5961; text-decoration:underline; margin-left:22px; }

#AboutUsTitle
{
	width:123px;
	height:33px;
	background-image:url('../images/HMIcon/AboutUs.png');
}
#CandidatesTitle
{
	width:152px;
	height:33px;
	background-image:url('../images/HMIcon/Candidates.png');
}
#ServicesTitle
{
	width:117px;
	height:33px;
	background-image:url('../images/HMIcon/Services.png'); 
}
#ContactUsTitle
{
	width:150px;
	height:33px;
	background-image:url('../images/HMIcon/ContactUs.png');
}
#JobSearchTitle
{
	width:151px;
	height:33px;
	background-image:url('../images/HMIcon/JobSearch.png');
}
#CantFindJob
{
	width:275px;
	height:30px;
	background-image:url('../images/HMIcon/CantFindJob.png');
}
#HomeCandidates
{
	width:130px;
	height:20px;
	background-image:url('../images/HMIcon/HomeCandidates.png');
}
#HomeClients
{
	width:83px;
	height:20px;
	background-image:url('../images/HMIcon/HomeClients.png');
}
#HomeWelcome
{
	width:106px;
	height:20px;
	background-image:url('../images/HMIcon/HomeWelcome.png');
}
#HomeWindow
{
	width:281px;
	height:25px;
	background-image:url('../images/HMIcon/Window.png');
}

#fadedSideLeft
{
	width:16px;
	background-repeat:repeat-y;
	background-image:url('../images/master/ShadowLeft.png');
}

#fadedSideRight
{
	width:17px;
	background-repeat:repeat-y;
	background-image:url('../images/master/ShadowRight.png');
}

#closeIcon
{
	margin-left:100px; 
	margin-top:15px;
	width:107px;
	height:107px;
	background-image:url('../images/jobs/ClosedIcon.png');
}

#fadedBottom
{ 
	position:relative; 
	height:44px; 
	width:696px;
	background-image:url('../images/master/ShadowBottom.png'); 
}

