/*=======================INCLUDE FONT=======================*/
@font-face {
	font-family: MPro;
	src: url(../images/"my.eot") /* EOT file for IE */
}
@font-face {
	font-family: MPro;
	src: url(../images/"my.ttf") /* TTF file for CSS3 browsers */
}
/*==========================================================*/


input {background: url(../images/bgselect.png) repeat-x;}
select {background: url(../images/bgselect.png) repeat-x;}

.clr {clear: both;}
fieldset {border: 0px; margin: 2px 0 2px 0; padding: 2px 0 2px 0;}
a {color: #1e1e1e; text-decoration: underline;}
a:hover {color: #008aff;}
h1 {
	color:#EE296E;
	font-size:19px;
	font-size: 24px;		font-weight: normal;
	margin:0;
}
h2 {
	color: #373737;
	font-size: 17px;
	margin: 2px;
}
h3 {
	color: #9F9F9F;
	font-size: 17px;
	margin: 0;
}
.MainDiv {
	width: 963px;
	margin: 0 auto;
	display: block;
	position: relative;
	overflow: hidden;
}


/*==== HEADER PAGE ========*/
.logo {
	display: block;		float:left;
	margin-top: 20px;
}

.underHeader a {
	color: #d93b72;
	text-decoration: none;
}

/*==== END HEADER PAGE ====*/



/*===================mainHeader=======================*/
.miniMainHeader {
	background: url(../images/miniMainBg.png) no-repeat;
	width: 985px;		height: 127px;
	display: block;
	margin: 5px 0 0 0;
}
.bigMainHeader {
	background: url(../images/bigMainBg.png) no-repeat;
	width: 985px;		height: 285px;
	display: block;
	margin: 5px 0 0 0;
}
/*=====================================================*/




/*==== TOP MENU ========*/
.topMenu {
	background: url(../images/topMenu.png) repeat-x; background-position: bottom;
	width: 100%; height: 42px;
	display: block;
}
.bottomMenu {
	width: 100%; height: 42px;
	display: block;
	text-align: center;
	font-size: 11px;
	margin: 20px 0;
	text-transform: lowercase;
}
.bottomMenu a {padding: 0 5px;}
.leftTopMenu {
	background: url(../images/leftMenu.png) no-repeat;
	width: 3px; height: 38px;
	display: block;
	float: left;
	margin: 4px 0 0 0;
}
.rightTopMenu {
	background: url(../images/rightMenu.png) no-repeat;
	width: 3px; height: 38px;
	display: block;
	float: right;
	margin: 4px 0 0 0;
}
.topMenu ul{list-style-type: none; margin: 0px; padding: 0px; line-height: 42px;}
.topMenu li {float: left;}
.topMenu li a {
	color: white;
	text-decoration: none;
	font-size: 13px; font-family: Arial, Helvetica, sans-serif;
	padding: 0 15px;
	display: block;
}
.topMenu li a:hover {
	background: url(../images/hoverMenu.png) repeat-x;
	color: white;
	text-decoration: none;
	font-size: 13px; font-family: Arial, Helvetica, sans-serif;
	padding: 0 15px;
}

li.sep {
	background: url(../images/menuSep.png) no-repeat;
	width: 2px; height: 38px;
	margin: 4px 0 0 0;
}
/*==== END TOP MENU ====*/



/*==== COLUMNS ========*/
.leftColumn, .rightColumn, .mainColumn {
	display: block;		float: left;
	position: relative;
	overflow: hidden;	
}
.leftColumn {width: 235px;}
.rightColumn {width: 193px;}
.indexPageColumn {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0 0 15px 0;
}
/*==== END COLUMNS ====*/



/*====================PINK BLOCK=======================*/
.pinkBlockTop {
	background: url(../images/leftColumHomeTop.png) no-repeat;
	width: 232px;		height:	14px;
	display: block;
}
.pinkBlockBg {
	background: url(../images/leftColumHomeBg.png) repeat-y;
	width: 202px;
	padding: 0 15px;
	display: block;
}
.pinkBlockBottom {
	background: url(../images/leftColumHomeBottom.png) no-repeat;
	width: 232px;		height:	14px;
	display: block;
}

.pinkBlockBg h3 {
	background: url(../images/leftColumnTitle.png) no-repeat;
	width: 201px;		height: 34px;
	padding: 6px 0 0 10px;
	display: block;
	color: white;
}
/*=====================================================*/






/*=========FEATURED AND LATEST LISTINGS================*/
.featLatListings {
	width: 300px;
	display: block;		float: left;
	margin: 10px;
}
.featLatListings a {
	font-weight: bold;		font-size: 14px;
	text-decoration: none;
}
/*=====================================================*/


/*==== LOGIN FORM ========*/
.loginFormTop {
	background: url(../images/loginTop.png) no-repeat;
	color: white;
	display: block;
	font-family: Arial, Helvetica, sans-serif; font-size: 15px;
	width: 173px; height: 30px;
	line-height: 30px;
	padding: 0 0 0 5px;
}
.loginFormBg {
	border-left: 1px solid #fccea1;
	border-right: 1px solid #fccea1;
	background: #f6f6f6;
	width: 161px;
	display: block;
	color: #565342;
	font-size: 11px;
	padding: 0 5px;
}
.buttonLogin {
	background: url(../images/loginButton.png) no-repeat;
	width: 34px; height: 22px;
	display: block; float: right;
	border: 0px;
	color: white;
}
.loginFormBottom {
	background: url(../images/loginBottom.png) no-repeat;
	width: 173px; height: 5px;
	display: block;
}
/*==== END LOGIN FORM ====*/


/*==== BROWSE BY ========*/
ul.browseListing {
	margin: 0 0 0 10px; padding: 0px;
	list-style-type: none;
}
.browseListing a {
	background: url(../images/blackArrow.png) no-repeat;
	background-position: left center;
	margin: 8px 0 0 0; padding: 0px 0 0 16px;
	display: block;
	color: white;
	text-decoration: none;
}
/*==== END BROWSE BY ====*/
/* */



/*==== H1 ICONS ========*/
h1.Companies {
	background: url(../images/companiesIco.png) no-repeat; background-position: right center;
	border-bottom: 1px dotted black;
	color: #373737;
	font-size: 16px; font-family: Arial, Helvetica, sans-serif; font-weight: normal;
	height: 39px;
	line-height: 18px;
	padding: 0 46px 0 0;
}

h1.Category {
	background: url(../images/categoryIco.png) no-repeat; background-position: right center;
	border-bottom: 1px dotted black;
	color: #373737;
	font-size: 16px; font-family: Arial, Helvetica, sans-serif; font-weight: normal;
	height: 39px;
	line-height: 18px;
	padding: 0 46px 0 0;
}

h1.City {
	background: url(../images/cityIco.png) no-repeat; background-position: right center;
	border-bottom: 1px dotted black;
	color: #373737;
	font-size: 16px; font-family: Arial, Helvetica, sans-serif; font-weight: normal;
	height: 39px;
	line-height: 18px;
	padding: 0 46px 0 0;
}

h1.Results {
	background: url(../images/searchIco.png) no-repeat; background-position: right center;
	border-bottom: 1px dotted black;
	color: #373737;
	font-size: 16px; font-family: Arial, Helvetica, sans-serif; font-weight: normal;
	height: 39px;
	line-height: 18px;
	padding: 0 11px 0 0
}
/*==== END H1 ICONS ====*/


/* === MINI QUICK SEARCH === */
.miniquickSearch {
	background: url(../images/miniQuickSearch.png) no-repeat;
	width: 476px;		height: 101px;
	display: block;	float: left;
	margin: 14px 0 0 0px;
	color: white;
}
.miniquickSearchTit {
	color: white;
	font-size: 16px;		font-weight: bold;
	display: block;		float: left;
	margin: 5px 0 0 20px;
}
.miniquickSearch select {
	background: url(../images/inputText.png) no-repeat;
	width: 215px;	
	border: 0px;
	padding: 8px 13px 8px 0;
}
.miniquickSearch input[type="text"] {
	background: url(../images/BiginputText.png) no-repeat;
	width: 305px;		height: 31px;
	border: 0px;
	padding: 0 2px;
}
.miniquickSearch input[type="submit"] {
	background: url(../images/searchButton.png) no-repeat;
	width: 96px;		height: 30px;
	color: white;
	text-align: left;
	font-weight: bold;		font-size: 16px;
	border: 0px;
	float: right;
	margin: 15px 10px 0 0;
}
.miniquickSearch h1 {
	color: white;
	font-size:19px; font-weight:bold;
	margin: 13px 0 0 15px;
}
.miniquickSearch fieldset {
	border: 0px;
	margin: 20px 3px 0 20px; padding: 0px;
}
.miniquickSearchInputField {
	width: 220px;
	display: block;		float: left;
	font-size: 13px;		font-weight: bold;
}
.miniquickSearchInputField a {
	color: white;
	font-size: 12px;		font-weight: normal;
	text-decoration: none;
	float:left;
}
.miniMainHeader .featuredCompanies {
	margin: 20px 0 0 40px;
}
/* === END MINI QUICK SEARCH === */




/*==== QUICK SEARCH ========*/
.BigquickSearch {
	background: url(../images/quickSearchBig.png) no-repeat;
	width: 476px;		height: 242px;
	display: block;	float: left;
	margin: 14px 0 0 0;
	color: white;
}
.quickSearch select, .BigquickSearch select {
	background: url(../images/inputText.png) no-repeat;
	width: 215px;	
	border: 0px;
	padding: 8px 13px 8px 0;
}
.quickSearch input[type="text"], .BigquickSearch input[type="text"] {
   background: url(../images/inputText.png) no-repeat; 	
	width: 205px;		height: 31px;
	border: 0px;
	padding: 0 2px;
}

.quick_small_bg  .quickSearchInputField input[type="text"]{
background: url(../images/BiginputText.png) no-repeat;
width: 297px;
} 
.quickSearch input[type="submit"], .BigquickSearch input[type="submit"] {
	background: url(../images/searchButton.png) no-repeat;
	width: 96px;		height: 30px;
	color: white;
	text-align: left;
	font-weight: bold;		font-size: 16px;
	border: 0px;
	float: right;
	margin: 0 10px 0 0;
}
.quickSearch h1, .BigquickSearch h1 {
	color: white;
	font-size:19px; font-weight:bold;
	margin: 13px 0 0 15px;
}
.quickSearchInputField a, .BigquickSearchInputField a {
	color: white;
	font-size: 12px;		font-weight: normal;
	text-decoration: none;
}

/*==== END QUICK SEARCH ====*/


/* STATISTICS */
.InputStat {
	display: block;		float: right;
	font-size: 11px;
	text-align: right;
	margin: 6px 0 5px;
	color: #969696;
}
/* END STATISTICS */






/*==== BLOG TOP ========*/
.blogTop {
	background: url(../images/blogTop.png) repeat-x;
	width: 100%; height: 31px;
	display: block;
	float: left;
	color: white;
	font-family: Arial, Helvetica, sans-serif; font-size: 18px;
	line-height: 30px;
	padding: 0 0 0 5px;
}
/*==== END BLOG TOP ====*/


/*==== LATEST JOBS ========*/
.latestJobsTop {
	background: url(../images/latestJobsTop.png) repeat-x;
	width: 100%; height: 31px;
	display: block;
	float: left;
	color: white;
	font-family: Arial, Helvetica, sans-serif; font-size: 18px;
	line-height: 30px;
	padding: 0 0 0 5px;
}
.latestJobs {
	border-left: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	width: 571px;
	display: block;
	padding: 10px 0;
}

.latestJobsBottom {
	background: url(../images/latestJobsDown.png) repeat-x;
	width: 100%; height: 5px;
	display: block;
}
/*==== END LATEST JOBS ====*/


.indexResultsTable {
	color: black;
	text-align: left;
	color: black;
}

.indexResultsTable tr > th {color: black;}
.indexResultsTable a:link {
	color: black;
	font-weight: normal;
	text-decoration: underline;
}
.indexResultsTable td > a {
	color: black;
	font-weight: normal;
	text-decoration: underline;
}
.indexResultsTable a:hover {color: #008aff;}



/*==== JOB SEEKER AND EMPLOYER BLOCK ========*/
.JobSeekerBlock {
	width: 283px;
	display: block;
	float: left;
}
.EmployerBlock {
	width: 283px;
	display: block;
	float: right;
}


.JobSeekerBlockTop, .EmployerBlockTop {
	display: block;
	width: 280px; height: 28px;
	padding: 0 0 0 3px;
	color: white;
	font-family: Arial, Helvetica, sans-serif; font-size: 18px;
	line-height: 28px;
		
}
.JobSeekerBlockTop {
	background: url(../images/jsTop.png) no-repeat;
	float: left;
}
.EmployerBlockTop {
	background: url(../images/empTop.png) no-repeat;
	float: right;
}


.JobSeekerBlockBg {
	background: url(../images/jobseeker.png) #f5f5f5 no-repeat;
	background-position: bottom right;
	border-left: 1px solid #7a7466;
	border-right: 1px solid #7a7466;
	width: 281px;
	display: block;
}
.EmployerBlockBg {
	background: url(../images/employer.png) #f4f2ed no-repeat;
	background-position: bottom right;
	border-left: 1px solid #4d4635;
	border-right: 1px solid #4d4635;
	width: 281px;
	display: block;
}
.JobSeekerBlockBg p, .EmployerBlockBg p {margin: 0px; padding: 10px 0 0 10px;}
.JobSeekerBlockBg p a, .EmployerBlockBg p a {padding: 0 0 0 10px;}
.JobSeekerBlockBg p a:hover, .EmployerBlockBg p a:hover {
	background: url(../images/arrow-blue.png) no-repeat;
	background-position: left;
}


.JobSeekerBlockBottom, .EmployerBlockBottom {
	width: 283px; height: 5px;
	display: block;
}
.JobSeekerBlockBottom {
	background: url(../images/jsBottom.png) no-repeat;
	float: left;
}
.EmployerBlockBottom {
	background: url(../images/empBottom.png) no-repeat;
	float: right;
}
/*==== END JOB SEEKER AND EMPLOYER BLOCK ====*/



/*==== FOOTER BLOCK ========*/
/* .footer {
	background: url(../images/footerBg.png) repeat-x;
	width: 100%;		min-height: 25px;
	display: block;
	padding: 10px 0 0 0;
}*/
/*==== END FOOTER BLOCK ====*/



.social {
	display: block;		float: left;
}
.copyright {
	display: block;		float: right;
	color: #727272;
	padding: 0 10px 0 0;
}
.social .fb {
	font-weight: bold;		font-size: 14px;
	color: #23499e;
}
.social .tw {
	font-weight: bold;		font-size: 14px;
	color: #07a0c8;
}


/*==== FIELDS ========*/
.logInNameInput {width: 160px;}
.logInPassInput {width: 115px;}
.logInPassInput2 {width: 160px;}
.inputFieldLogin, .inputNameLogin, .inputName, .inputField, .inputReq, .inputNameBig, .inputFieldSmall {
	display: block;
	float: left;
}
.inputNameLogin {width: 50px;}
.inputFieldLogin {width: 160px;}
.inputName {width: 15%;}
.inputNameBig {width: 20%;}
.inputField {width: 83%;}
#messageBox .inputField {text-align: right;}
.inputFieldSmall {width: 78%;}
.inputReq {width: 2%; color: red;}
/*==== END FIELDS ====*/



/*==== BROWSE COMPANY ========*/
.bcName, .bcField, .bcFieldSmall { 
	display: block;
	float: left;
}
.bcName {width: 12%;}
.bcField {width: 40%;}
.bcFieldSmall {width: 20%;}
.SearchResultsCompany .evenrow, .SearchResultsCompany .oddrow {
height:30px;
}
/*==== END BROWSE COMPANY ====*/



/*==== DISPLAY JOB ====*/
.userInfo, .listingInfo {
	display: block;
	float: left;	
}
.userInfo {width: 270px; background: #eeeeee;}
.listingInfo {
	width: 683px;
	margin: 0 0 0 10px;
	color: #4F4F4F;	
}
.smallListingInfo {
	width: 50%;
	display: block;
	float: left;
	margin: 5px 0 0 0;
}
.smallListingInfo strong {color: #4F4F4F;}

/*==== END DISPLAY JOB ====*/



/* Viewed */
.Viewed a:link {
color:black;
font-size:0px;
visibility: hidden;
}
.Viewed a:visited {
color:black;
float:left;
font-size:12px;
font-style:italic;
margin-right:5px;
text-decoration:none;
}
/* END Viewed */


/*==== MY ACCOUNT ========*/
.MyAccountHead h1 {
	color: #373737;
	font-size: 20pt;
	padding: 20px 0 0 0;
}
.leftColumnMA {
	width: 250px;
	padding: 0 0 0 50px;
	display: block; float:left;
	margin: 10px;
}
.rightColumnMA {
	width: 240px;
	padding: 0 0 0 10px;
	display: block; float:left;
	margin: 10px;
}
.leftColumnMA ul, .rightColumnMA ul {
	list-style-type: none;
	margin: 0px; padding: 0px;
}
.leftColumnMA li, .rightColumnMA li {margin: 10px 0; padding: 0px;}
.PMMenu {
	font-size:12px;
	margin: 3px 0 0 87px;
}
/*==== END MY ACCOUNT ====*/


p.SearchResultsMenu {
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	float: left;
	margin-right:25px;
}

p.SearchResultsMenu a {
	color:green;
}


.searchResultsHeaderLineNew {	
	background-image:url(../images/upmenu.png);
	background-repeat:no-repeat;
	height:35px;
	padding-top:5px;
	width:980px;
}

.searchResultsHeaderLineMenu a:link
{	
	color:#0a4c79;
	font-weight:bold;
	padding-right:15px;
}

.searchResultsHeaderLineMenu a:visited
{
	color:#0a4c79;
	font-weight:bold;
	padding-right:15px;
}

.searchResultsHeaderLineMenu
{
	padding-left: 10px;
	padding-top: 5px;	
}

.jobAlert
{
	font-weight: bold;
	font-size:13px;	
}

form
{
	margin:0px;
	padding:0px;
}
a img
{
	border:none;
}
.clear_both
{
	position:relative;
	clear:both;
	height:1px;
	margin:0px;
	padding:0px;
	font-size:1px;
}

.comment {
	font-size:12px;
	font-weight:bold;
	color: #373737;
	padding: 0px; margin: 0 0 5px 0;
}

/* ######################################################################### */	

.MainSearchTable {
	background-image: url(../images/"main-search-left-bg.png");
	margin-top:5px;
	margin-left:5px;
	margin-right:250px;
	}


.FooterTable {
	font-size:13px;
	font-family:Arial;
	color:white;
	background-image: url(../images/"down-bg.png");
	}

.JobsPanelHeader {
	color:#03406a;
	font-size:17px;
	font-weight:bold;
	font-family:Arial;
	padding-left:10px;
	}

table.formdisplay {}
table.form 
{
	border: #cccccc 1px solid;
}
td.mainleft 
{
	border-right: steelblue 1px solid; 
	padding-right: 4px;
}

td.caption 
{
	font-weight: bold;
}
table.top 
{
	font-weight: bold; font-size: 50px; color: steelblue; border-bottom: steelblue 1px inset; text-align: center;
}
table.topmembermenu {}
a.topmembermenuitem 
{
	font-weight: bold; color: navy; text-decoration: underline;
}
a.topmembermenuitem:hover 
{
	color: red; text-decoration: none;
}
.newsblock a.title, .newsblock a.title:link
{
	font-weight: bold; color: black; text-decoration: underline
}
.newsblock a.title:hover 
{
	font-weight: bold; color: black; text-decoration: none
}
.newsblock .short 
{
	font-size: 10px;
}

tr.unactive 
{
	background-color: #ffaadd;
}
td.title 
{
	font-weight: bold; width: 100%; color: ghostwhite; background-color: steelblue;
}
td.head 
{
	font-weight: bold; font-size: 130%; color: white; background-color: #c7c4e2; text-align: left;
}
td.menu_items 
{
	font-weight: normal;
}
td.menu_sub_items 
{
	font-weight: normal;
}
.formgroupcaption 
{
	font-weight: bold; color: #c00; text-decoration: underline;
}
input.button {
	background: url(../images/button.png) no-repeat;
	width: 168px; height: 30px;
	text-decoration: none;		text-align: left;
	font-size: 13px; font-family: Arial, Helvetica, sans-serif; font-weight: bold;
	color: white;
	border: 0;
	cursor:hand;
}
input.buttonApply {
	background: url(../images/buttonApply.png) no-repeat;
	width: 115px; height: 26px;
	text-decoration: none; text-transform: uppercase;
	font-size: 13px; font-family: Arial, Helvetica, sans-serif; font-weight: normal;
	color: white;
	border: 0;
	cursor:hand;
}

.delete-button
{
	background: url(../images/"button.png");
	width: 106px;
	height: 20px;
	color: white;
	border-style: none;
	font-weight: bold;
	cursor:hand;
	font-size:12px;
	font-family:Arial;	
}

input.text, input.digit, textarea.text, select.list 
{
	font-size: 12px; font-family: tahoma; 
	background-color: white;
	border:1px solid #B3B3B3;
}
input.text 
{
	width: 150px; 
}
input.digit 
{
	width: 50px;
}
textarea.text 
{
	width: 400px;
	height:200px;
}
select.list
{
	width: 150px;
}
input.treechangebutton 
{
	font-size: 10px; border:1px solid #b95454; font-family: verdana;
}

table.formrequest, table.forminput
{
	width: 100%;
}
table.featured 
{
	font-size: 10px;
}
table.featured_block 
{
	width: 100%; 
} 

.carreviews a.title, .carreviews a.title:link
{
	font-weight: bold; color: black; text-decoration: underline
}
.carreviews a.title:hover 
{
	font-weight: bold; color: black; text-decoration: none
}
.carreviews .short , .userprofile
{
	font-size: 10px;
}
.userprofile 
{
	font-size: 10px; border: #cccccc 1px solid;
}
.userprofile table 
{
	font-size: 10px; border-collapse: collapse;
}
.userprofile table td 
{
	padding:4px;
}
td.form_input_item, td.form_request_item
{
	width:50px;
}
.inputformitem 
{
	font-weight: bold;
}

/* ######################################################################### */	
a.linkHome, a.linkContact
{
	color:white;	
	font-size:11px;
	font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif;
}

div.content
{
	margin:0px;
	padding: 0px;
	position:relative;
	background:#f2f2f2;
	width:885px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
}

.headerMenu
{
	background-image:url(../images/"header2.png");
	color:#FEFEFE;
	float:left;
	font-family:Arial;
	font-size:11px;
	height:101px;
	text-align:left;
	width:433px;
}
*html .headerMenu
{
	height:101px;
}

.photoCard
{
	background-image:url(../images/"photocard.png");
	height:100px;
	margin-left:70px;
	margin-top:10px;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
	width:100px;
}
*html .photoCard
{
	height:90px;
	width:100px;
	padding-left:5px;
	padding-top: 2px;
}

html div.content2
{
	position:relative;
	width:100%;
	overflow:hidden;
	padding-top:0px; 
}
*html div.content2
{
	
	padding-left:20px;
	width: 915px;
}

.JsEmpBlock
{
	float: left; 
	width: 302px; 
	height: 109px; 
	margin-left:10px; 
	padding-left: 10px;
	margin-bottom:10px;
}

*html .JsEmpBlock
{
	width: 307px; 
	margin-left:5px; 
	padding-left: 5px;
	margin-bottom:10px;
}

.infoBlock
{
	float: left; 
	width: 340px; 

	margin-left: 10px; 
	margin-bottom:30px;
	border-right-style: solid; 
	height:170px; 
	border-width:1px;	
	margin-bottom:30px;
}

*html .infoBlock
{
	width: 250px;
	float: left;
	margin:5px;
	padding:0px;
}


div.leftBlock, div.rightBlock, div.centerBlock
{
	float:left;
	background:white;
}
div.leftBlock
{
	width:174px;
}

div.centerBlock
{
	padding-left:10px
}

*html div.centerBlock
{
	padding-left:5px
}

div.rightBlock
{
	width:875px;
	margin-left:0px;
	padding-bottom:5px;
}

div.leftMenuBlock
{
	position:relative;
}
.LoginBlock
{
	margin-top:20px;
	margin-bottom:5px;
	margin-left:40px;
	font-size:13px;
	text-decoration:none;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
div.LoginBlock span a:link, div.LoginBlock span a:visited
{
	color:#4e7391;
	text-decoration:none;
}
div.LoginBlock span a:hover, div.LoginBlock span a:active
{
	color:#4e7391;
	text-decoration:underline;
}
ul.leftMenu
{
	position:relative;
	margin:0px;
	padding:0px;
}
ul.leftMenu li
{
	margin:0px;
	list-style:none;
	padding:0px;
	margin-bottom:5px;
	text-align:center;
	font-size:13px;
	text-decoration:none;
	font-family:Tahoma, Arial, Verdana, Helvetica, sans-serif;
	height:33px;
	line-height:33px;
	font-weight:bold;
}
.leftMenuNoActive
{
	background-image:url(../images/'lm_blue.gif');
	background-repeat:no-repeat;
}
.leftMenuActive
{
	background-image:url(../images/'lm_orange.gif');
	background-repeat:no-repeat;
}	

ul.leftMenu li  a:hover, ul.leftMenu li  a:active, ul.leftMenu li  a:link, ul.leftMenu li  a:visited
{
	color:#FFF;
	text-decoration:underline;
}

div.amountPhotosBlock
{
	
}

.iconPhotos
{
	position:relative;
	top:2px;
	left:0px;
}



table.searchResultsHeaderLine 
{	
	padding-left: 10px;
	padding-right: 20px;	
	background:#E5E5E5; 
	width:867px;
	height:50px;

	border-width: 1px;
	border-style: solid;
	border-color: #c9c9c9;
	border-top-style: none;
	border-bottom-style: none;
	background-image: url(../images/"detailpanel_bg.png");
}

.searchResultsHeaderLine a:link, .searchResultsHeaderLine a:visited,  .searchResultsHeaderLine a:hover
{
	color:#555555;
	
}

.TitJob {
	color:#0a4c79;
	font-size:15px;
	font-weight:bold;

}

table.tableSearchResult 
{
	border-width: 0px;
	color: #787878;
}

table.tableSearchResult a 
{
	color:#0a4c79;
}

.tableSearchResultNav
{
	border-width: 0px;
	color: #787878;
}

.tableSearchResultNav a
{
	color:#0a4c79;
}


tr.sortby 
{
	font-weight:bold;
	font-size:105%;
	background: #4d4634;
	height:31px;
	color:white;
}

.sortby td a:link, .sortby td a:visited, .sortby td a:hover
{color:white;text-decoration:none; font-size:12px;}

.TableSR-L {
	background-image: url(../images/'TableSR-left.png');
	width:8px;
	height:35px;
}

.TableSR-R {
	background-image: url(../images/'TableSR-right.png');
	width:8px;
	height:35px;
}

.TableSR-LA {
	background-image: url(../images/'TableSR-left.png');
	width:8px;
	height:31px;
}

.TableSR-RA {
	background-image: url(../images/'TableSR-right.png');
	width:8px;
	height:31px;
}

tr.sortbynav 
{
	font-weight:normal;
	font-size:105%;
	background-image: url(../images/'NavBg.png');;
	height:35px;
	color:#0a4c79;
}

.sortby td a:link, .sortby td a:visited, .sortby td a:hover
{
	color:white;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.TableSRNav-L {
	background-image: url(../images/'NavLeft.png');
	width:8px;
	height:35px;
}

.TableSRNav-R {
	background-image: url(../images/'NavRight.png');
	width:8px;
	height:35px;
}


table.tableSaveListing a 
{
	color: #0a4c79;
	font-size:14px;
	font-weight:bold;
}


.pointedInListingInfo
{
	border-bottom: 1px dotted #B2B2B2;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 2px;
	padding-right: 2px;
}

.pointedInListingInfo2
{
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 4px;
	padding-right: 4px;
}

.ApplicationPointedInListingInfo
{
	border-bottom: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.ApplicationPointedInListingInfo2
{
	border-bottom: 1px solid #B2B2B2;
	border-right: 1px solid #B2B2B2;
	border-left: 1px solid #B2B2B2;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
}

.automobileClassifieds
{position:absolute;bottom:40px;left:15px;font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
 font-size:13px;color:white;font-weight:bold;text-transform:capitalize;}

.listInfoPrice
{font-weight:bold;color:#FF5600;font-family:Verdana, Arial, Helvetica, sans-serif;}

.DisplayListingInfo
{
	font-weight:bold;
	color:#0a4c79;
	font-family:verdana, sans-serif;
}

.DisplayListingInfo a:link, .DisplayListingInfo a:visited, .DisplayListingInfo a:hover
{color:black;text-decoration:none}

.DisplayListing strong {
	color:#4aa11b;	
}

.footerBlock
{
	position:relative;
	height:36px;
	background-color: #910500;
	background-image:url(../images/pagebottom_bg.png);
	text-align: center;
	color: white;
	vertical-align: center;
 }

.copyright
{font-family:Verdana, Arial, Helvetica, sans-serif;font-size:100%;}

.copyright a:link, .copyright a:visited, .copyright a:hover, .copyright a:active
{color:white;text-decoration:underline;font-weight:bold;}



a.black_underline:visited
{
	color:#666666;
	font-weight:bold;
	padding-right:15px;
}
a.black_underline:link
{
	color:#666666;
	font-weight:bold;
	padding-right:15px;	
}
a.black_underline:hover
{
	color:#666666;
	font-weight:bold;
	padding-right:15px;	
}

.top_menu
{
	color: white;
	text-align:center;
	font-size:12px;
}

*html .top_menu
{
	height: 15px;
	margin-top: 0px;
}

.top_menu a:link
{color:white}

.top_menu a:visited
{color:white}

.top_menu a:hover
{color:white;text-decoration:none}

div.featuredAdsBlock
{float:right;width:160px}

.headerText
{
    margin-top: 0px;
    margin-bottom: 0px;
	font-weight:bold;
	font-size:14pt;
	color: #296289;
	font-family:Arial;
}

.headerTextFC
{
    margin-left:8px;
    margin-top: 0px;
    margin-bottom: 0px;
	font-weight:bold;
	font-size:14pt;
	color: #296289;
	font-family:Arial;
}

.featuredLinks a:link, .featuredLinks a:visited
{
	color:black;
	font-family: verdana;
	font-size: 9pt;
	text-decoration:none;
}

select.list
{width:67px;}


table.sellerComents .inputText
{
	margin-top:5px;
	width:520px;
	height:80px;
}	

.headrow td a:link, .headrow td a:visited, .headrow td a:link, .headrow td a:visited 
{
	font-size:12px;
	color:#4e7391;
}
.headrow td
{
	border-bottom:2px solid #4e7391;
	font-weight:bold;
	padding-bottom:3px;
	font-size:12px;
	color:#4e7391;
}

.stateForm
{
	margin-left:0px;
	margin-top:15px;
}

*html .stateForm
{
	margin-top:15px; 
	margin-left:5px;
}



.searchDetails
{
	float: left; 
	width: 60px; 
	height: 60px; 
	font-size:10pt; 
	font-family: verdana; 
	text-align: right;
	margin-left: 20px;
}
*html .searchDetails 
{	width: 20px;
	margin-left: 15px;
}

.JobSearch_Form
{
	margin-top: 10px;
	margin-left: 10px;
	width:640px;
	height:147px;	
	background-image: url(../images/jobsearch_from_bg.png);
	background-repeat: repeat-x;
	color: white;
}

.rightPanel
{
	width: 210px; 
	float: right;
	color: white;
}

*html .rightPanel
{
	width: 200px; 
}

.rightPanelTitle
{ 
	width:200px; 
	padding-top: 0px;
	font-size: 13pt;
	color: white;
	font-weight:bold;
	margin-top:15px;
	margin-bottom:5px;
}

*html .rightPanelTitle
{
	width:195px; 
}

#browse_by_make_model
{
	font-family:tahoma;
	font-size:90%
}
#browse_by_make_model a
{
	color:#646464;
	text-decoration:none;
	font-size: 10pt;
	font-family: tahoma;
	list-style: none;
}
#browse_by_make_model a:visited{}
#browse_by_make_model a:hover{text-decoration:underline}

#browse_by_body_style{font-family:verdana}
#browse_by_body_style a{color:#578298;}
#browse_by_body_style a:visited{}
#browse_by_body_style a:hover{}


.acount_mainform
{
	width: 550px;
	height: 250px;
	border-width:1px; 
	border-color: black;
	border-style:solid;
	border-left-style: none; 
	float: left; 
	border-color: #9a9a9a; 
	background-image:url(../images/account/form_bg.png);
	padding:0; 
	margin:0;
}
.acount_rightmargin
{
	width: 39px; 
	height: 150px; 
	float: left; 
	border-right-style:solid; 
	border-width:1px;
	margin-top: 102px; 
	border-color:#9a9a9a	
}

*html .acount_rightmargin
{
	height: 285px; 
}



.acount_downbg
{
	margin-left:39px; 
	float: left;
	width:552px; 
	height:42px; 
	background-image:url(../images/account/down_bg.png);
}

*html .acount_downbg
{
	margin-left:20px; 

}


#menu, #menu ul, #menu li { margin: 0; padding: 0; border: 0 none; }

#menu       { position:relative; z-index: 1000;}
#menu li    { float:left;  position:relative; list-style: none; display: inline;}
#menu li a  { display:block; white-space: nowrap;}
#menu li li { /*width: 100%;*/ clear: both;  /*FF 1.0.7 needs this */}
#menu li ul { visibility: hidden; position:absolute; }

#menu li li ul {  top: 0; left: 0; }

#menu li.hover ul               {  visibility: visible;}
#menu li.hover ul li ul 		  {  visibility: hidden;}
#menu li.hover li.hover ul      {  visibility: visible;  left: 100%;}

#menu {}
#menu li li { border: 0;}
#menu ul    { background: #4D4D4D  repeat-y left;}
#menu a, #menu div 
{
	padding: 0.35em 1em 0.35em;
	margin: 0 1px 0 1px;
	line-height: 1.6em; vertical-align: middle;
	font-size: 11px; font-weight: bold; text-decoration: none;
	width: 60px;
}

#menu ul a {
	font-size: 11px;
	font-weight: normal;
	padding-left: 25px;
	padding-right: 20px;
	line-height: 1.2em;
}

#menu li.hover a {  background-color: #4D4D4D; background: #4D4D4D  repeat-y left; border-left: 1px solid #4D4D4D;  border-right:1px solid #4D4D4D; margin: 0; }

/* Field Type Style */

.error {
	color: red;
}

.BreadCrumbs {
	color: #373737;
	font-weight: bold; font-size: 11px; font-family: Tahoma;
	margin-top: 10px;
}
.BreadCrumbs p {margin: 0 0 10px 0;}
.LoginFormField
{
	width:80px;
}
.paymentTable
{
	padding-top:10px;
}
.brByCiryTable
{
	width:100%;
	padding-left: 20px;
}
.compProfileTitle {
	background: url(../images/company-info-up.png) #eeeeee no-repeat;
	color: #363636;
	width: 258px; height:25px;
	font-size:14px; font-weight:bold;
	padding: 5px 0 0 12px;
}

.middled {
  margin-top: expression((parentNode.offsetHeight - this.offsetHeight)<0 ? "0" : (parentNode.offsetHeight - this.offsetHeight)/2 + "px");
}

.compProfileInfo {
	width:255px;
	color: black;
	padding-left:15px;
}

.compProfileInfo strong {
	color: #383838;	
}

.compProfileInfo a:link, .compProfileInfo a:visited {color: #383838;}
.compProfileInfo a:hover, .compProfileInfo a:hover {color: #008aff;}

.compProfileBottom {
	width:270px;
	height:54px;
	background-image:url(../images/compProfileBottom.png);
}


/* Browse By ... Jobs */
.browse {
	margin-top: 7px;
}


.featuredJobsTR
{
	width:150px;
	border-left:1px dotted black;
	padding-left:5px;	
}
.featuredJobsTRsmall
{
	width:110px;
	border-left:1px dotted black;
	padding-left:5px;	
}
.latestListindTR
{
	width:150px;
	border-left:1px dotted black;
	padding-left:5px;	
}

/* End Browse By ... Jobs */

/* FEATURED LISTINGS */
.green {
	text-decoration:underline;
	color:green;
	font-weight:bold;
	font-size:11px;
}
.green_small {
	text-decoration:underline;
	color:white;
	font-weight:bold;
	font-size:11px;
}
/* END FEATURED LISTINGS */

/* PAGE NAVIGATOR STYLE */

li.page_navigator
{
	font-weight:bold;
	color:#1969a0;
	padding:0px;
	margin-bottom:8px;
	margin-right:10px;
	font-size:12px;
	font-family:Arial;
}

li.page_navigator a
{
	color:#1969a0;
	font-size:12px;
	font-family:Arial;
	text-decoration:underline;	
}

.page_navigator_toppanel
{
	font-weight:bold;
	color:gray;
	padding:0px;
	margin:0px;
	width:150px;
}

.page_navigator a:link, .page_navigator a:visited, .page_navigator a:hover {color: #373737;}

/* END PAGE NAVIGATOR STYLE */

.tableSRNavResults {
	float: left;
	margin-top:10px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;

}

.tableSRNavPerPage {
	float: left;
	padding-top:8px;
	margin-left:30px;
	margin-right:0px;
	margin-bottom:0px;
}

.tableSRNavPageNav {
	margin-top:0px;
	margin-bottom:0px;
	float: right;
}

.JobTittleSR {
	font-size:15px;
}

.browseCompanyAB
{
	float: left;
	padding: 5px;
}
.clear
{
	clear: both;
}

/* Private messages LEFT MENU */
.pm_top_menu{
	background-color: gray;
	height: 20px;
	width: 150px;
	text-align: center;
	padding-top: 5px;
}

.pm_menu{
	background-color: #C0C0C0;
	height: 100px;
	padding: 10px;
}
/* END */

/* Private messages INBOX - OUTBOX list */
.pm_list {
	
}

.pm_list thead {
	background: #C0C0C0;
}

.pm_list tr {
}

.pm_list .first {
	background: #eeeeee;
}

.pm_list .second {
	background: #d0d0d0;
}

.pm_list td {
	
}
/* END */

/* Private messages QUOTE STYLE */
.pm_quote{
	border: 2px dotted #C0C0C0;
	margin:10px;
	padding: 10px;
}

/* Private messages MESSAGE DETAIL*/
.pm_message_detail{
	
}

.pm_message_detail tr {
	
}

.pm_message_detail .info {
	background: #CCCCCC;
}

.pm_message_detail .detail {
	background: #EFEFEF;
}

.pm_message_detail .box {
	padding: 10px;
	background: #F2F2F2;
}

.pm_message_detail .but {
	text-align: right;
	padding: 5px;
	background: #F2F2F2;
}


/* END Private messages */


.GreenForm {
	background-image: url(../images/JobSearchForm.png);
	width:401px;
	height:175px;
}

.Girl {
	float:right;
	background-image: url(../images/man-girl.png);
	background-position: right;
	width:267px;
	height:166px;
}

.SearchForm {
	margin-left:17px;
}

.FeaturedJobsHeader {
	color:white;
	font-size:18px;
	font-weight:bold;
	margin-left:20px;
	font-family:Arial;
}

.FeaturedJobsBlock {
	margin:15px;
}

.banner {
	margin:0px;
	text-align:center;
}

.FC {
	margin-top: 0px;
}
#access_div 
{
	padding-top:5px;
}

.RSS {
	background:url(../images/rss.png);
	background-repeat:no-repeat;
	width:60px;
	height:16px;
	float:right;
	font-size: 12px;
}

.RightLink {float:right;}
.RightLink a {font-size: 12px; font-weight: normal;}

.RSS a {
	color:#ee8d06;
	font-weight:bold;
	margin-left:20px;
}

#info h1 {
	
}

/* classes to highlight templates in TemplateSupplier */
.templateHighlight {

}

.inner_div {
    display: block;
    position: relative;
    width: 24px;
    margin-top: -24px;
    margin-left: 5px;
    z-index: 11;
}

/**********************refine search***********************/
.refine_button {
	background: #EFEFEF;
	cursor: pointer;
	margin: 5px 0 0 0;
}
.refine_icon{
	padding: 0 5px;
	display: block; float: left;
	width: 15px;
}
.refineItem {
	padding: 3px 0 0 5px;
	display: block;
	font-size: 11px;
}
.refineItem a {font-size: 11px;}
.refine_res {font-size: 11px;}
.refine_res a {
	color: blue;
	padding: 5px 0 0 0;
}
.refine_res a:hover {
	text-decoration: none;
}
.block_values_button {
	background: #EFEFEF;
	cursor: pointer;
	padding: 2px 0; margin: 5px 0;
}
/***********************************************************/


/*==== TABLE RESULTS ========*/
table {
	width: 100%;
	border: 0;
	margin: 0px; padding: 0px;
	border-collapse: separate;
	border-spacing: 0px;
}
table thead {
	background: url(../images/tbg.png) repeat-x;
	/*background: #4d4634;*/
	height: 31px;
	margin: 0px; padding: 0px;
	color: white;
	text-align: left;
}
table thead th {
	margin: 0px; padding: 0px;
}
tbody > tr {color: #787878;}
.priorityListing > td, .evenrow > td, .oddrow > td {padding: 5px 0 2px 5px;}
table thead th a {
	color: white;
	text-decoration: none;
	font-size: 11px;
}
table thead th a:hover {color: white;}

.tableLeft {
	background: url(../images/TableSR-left.png) no-repeat;
	width: 8px; height: 31px;
}
.tableRight {
	background: url(../images/TableSR-right.png) no-repeat;
	width: 8px; height: 31px;
}
.topResultsLinks {
	width: 100%;
	display: block;
}
.topResultsLinks ul {list-style-type: none; margin: 0px; padding: 0px;}
.topResultsLinks ul li {float: left; margin: 0 15px 0 0;}
.topResultsLinks ul li a {color: black;}
.topResultsLinks ul li a:hover {color: #008aff;}

.searchResultsHeaderLineNew ul {list-style-type: none; margin: 0; padding: 5px 0 0 20px;}
.searchResultsHeaderLineNew ul li {float: left; margin: 0 15px 0 0;}

ul.listingLinksBottom {list-style-type: none; margin: 0; padding: 5px 0 0 8px; float: right; font-size:11px;}

.priorityListing ul, .evenrow ul, .oddrow ul {list-style-type: none; margin: 0px; padding: 0px;}
.priorityListing ul li, .evenrow ul li, .oddrow ul li {float: left; margin: 0 15px 0 0;}
.priorityListing ul li a, .evenrow ul li a, .oddrow ul li a {text-decoration: underline;}
.priorityListing ul li a:hover, .evenrow ul li a:hover, .oddrow ul li a:hover {color: #008aff;}

.priorityListing a, .evenrow a, .oddrow a {
	color: black;
	text-decoration: none;
}

.priorityListing a strong, .evenrow a strong, .oddrow a strong {
	color: black;
	font-size: 12px;
	text-decoration: underline;
}

.priorityListing strong, .evenrow strong, .oddrow strong {color: #373737;}

.priorityListing a:hover strong, .evenrow a:hover strong, .oddrow a:hover strong {color: #008aff;}

.separateListing {
	margin: 0px; padding: 0px;
}

.evenrow {margin: 0px; padding: 0px;  background: #F0F0F0;}
.oddrow {margin: 0px; padding: 0px; background: white;}
.priorityListing {background: #D2D2D2; color: black;}
/*==== END TABLE RESULTS ====*/



/*=======================TABLE RESULTS TOP NAV BAR=======================*/
.topNavBar {
	background: #e0e0e0;
	width: 947x; height: 35px;
	display: block;
	float: left;
	color: #363636;
}
.topNavBarLeft {
	background: url(../images/NavLeft.png) no-repeat;
	width: 8px; height: 35px;
	display: block;
	float: left;
}
.topNavBarRight {
	background: url(../images/NavRight.png) no-repeat;
	width: 8px; height: 35px;
	display: block;
	float: left;
}
.numberResults {
	background: #CCCCCC;
	font-weight: bold;
	display: block;
	float: left;
	height: 25px;
	margin: 0 20px 0 0; padding:10px 22px 0 15px;
}
.numberPerPage {
	display: block;
	float: left;
	margin: 0 20px 0 0;	
}
.pageNavigation {
 	display: block;
	float: right;
	margin: 10px 10px 0 0;
	text-align: right;
}
/*=======================================================================*/



/*=======================COMPLEX FIELDS=======================*/
.complex {
	border-bottom: 1px dotted #727272;
	padding: 10px 0;
	display: block;
}
.remove {
	background: url(../images/delete.png) no-repeat left center;
	padding: 2px 0 0 20px; margin: 2px 0 5px 0;
	display: inline-block;
}
.add {
	background: url(../images/add.png) no-repeat left center;
	padding: 2px 0 0 20px; margin: 2px 0 5px 0;
	display: inline-block;
}
/*============================================================*/



/*=======================ICONS=======================*/
li.modifySearchIco, li.saveSearchIco, li.savedIco, li.saved2Ico, li.viewDetails, li.viewVideo, li.panelSavedIco, li.panelViewDitailsIco, li.printListingIco, li.viewMapIco {
	font-size: 11px;
}
li.modifySearchIco {
	background: url(../images/modifysearch_ico.png) no-repeat left center;
	padding: 0 0 0 17px;
}
li.saveSearchIco {
	background: url(../images/savedthissearch_ico.png) no-repeat left center;
	padding: 0 0 0 17px;
}
li.savedIco {
	background: url(../images/saved.png) no-repeat left center;
	padding: 0 0 0 17px;
}
li.saved2Ico {
	background: url(../images/saved2.png) no-repeat left center;
	padding: 0 0 0 0px;
}
li.viewDetails {
	background: url(../images/view_ditail.png) no-repeat left center;
	padding: 0 0 0 22px;
}
li.viewVideo {
	background: url(../images/camera.gif) no-repeat left center;
	padding: 0 0 0 9px;
}
li.panelSavedIco {
	background: url(../images/panel/saved.png) no-repeat left center;
	padding: 0 0 0 15px;
}
li.panelViewDitailsIco {
	background: url(../images/panel/vewdetails.png) no-repeat left center;
	padding: 0 0 0 15px;
}
li.printListingIco {
	background: url(../images/panel/print.png) no-repeat left center;
	padding: 0 0 0 15px;
}
li.viewMapIco {
	background: url(../images/panel/viewmap.png) no-repeat left center;
	padding: 0 0 0 15px;
}
li.comments {
	background: url(../images/comments.png) no-repeat left center;
}
li.arrow {
	background: url(../images/arrow.gif) no-repeat left center;
	padding: 0 0 0 18px;
}
li.ratingPanel {color: #787878;}
li.pagging {
	padding: 0 0 0 15px;
	color: #787878;
}
li.paggingBottom {
	padding: 0 23px 0 0;
	color: #787878;
}
/*====================================================*/


/* NEW RES */
.ModResults {
	display: block; float: left;
	width: 355px;
}
.Rating {
	display: block; float: left;
	width: 285px;
}
.Comments {
	display: block; float: left;
	width: 150px;
}
.Pagging {
	display: block; float: left;
	width: 190px;
}
/* END NEW RES */


.ModResults ul, .Rating ul, .Comments ul, .Pagging ul {
	list-style-type: none; margin: 0; padding: 5px 0 0 8px; font-size:11px;
}
.ModResults ul li, .Rating ul li, .Comments ul li, .Pagging ul li {
	float: left; margin: 0 10px 0 0;
}


/*==== MISCELLANEOUS ========*/
p.error {
	background: url(../images/cancel.png) #fcffd3 no-repeat 1% 50%;
	color: #CE0000;
	border: 1px solid #CE0000;
	margin: 5px; padding: 5px 5px 5px 35px;
}
p.message {
	background: url(../images/apply.png) #e0ffdf no-repeat 1% 50%;
	color: #006a25;
	border: 1px solid #006a25;
	margin: 5px; padding: 5px 5px 5px 35px;
}
/*==== MISCELLANEOUS ========*/


/*==== NOTIFICATIONS PAGE ========*/
.notCheck, .notDesc {
	display: block;
	float: left;
}
.notCheck {width: 4%;}
.notDesc {
	width: 32%;
	line-height: 20px;
}
/*==== END NOTIFICATIONS PAGE ====*/

/* Footer */
.footer {
	background:url(../images/footer-texture.gif) repeat-x 0 0;
	padding-top:6px;
	font:13px/18px Arial, Helvetica, sans-serif;
}
.footer ul {
	line-height:37px;
	text-align:center;
	margin:0;
	padding:0;
}
.footer ul li {
	display:inline;
	background:url(../images/footer-devider.gif) no-repeat 0 50%;
	padding:0 10px 0 11px;
}
.footer ul li.left {
	background:none;
	padding-left:0;
}
.footer ul a {
	text-decoration:none;
	color:#393939;
}
.footer ul a:hover {
	text-decoration:none;
	color:#DB2D84;
}
.blackPan {
	background:#393939;
	height:41px;
	color:#C8C8C8;
}
.blackPan .inner {
	width:923px;
	margin:0 auto;
}
#feedcat-box {
	padding-top:12px;
	float:left;
}
.blackPan p {
	float:left;
	padding:0 22px 0 0;
	margin:0 !important;
	line-height:41px !important;
}
.blackPan ul {
	font-size:13px;
	line-height:40px;
}
.blackPan ul li {
	float:left;
	display:block;
	font-weight:bold;
	background-image:url(../images/black-pan-devider.gif);
	padding:0 9px 0 11px;
}
.blackPan ul li.left {
	padding-left:29px;
}
.blackPan ul a {
	color:#fff;
}
.blackPan ul a:hover {
	color:#FD66B7;
}

.socialMedia {	
	float:right;
	padding-top:11px;
}
.socialMedia img {
	margin-right:3px;
}
.rainbow {
	background:url(../images/footer-bottom-bg.jpg) no-repeat 50% 0;
	height:23px;
}

/* Rate Card template New Theme Style */

/* Wrapper */
.bodyWrapper {
	width:904px;
	margin:0 auto;
	font:13px/18px Arial, Helvetica, sans-serif;
	padding:0 18px 10px;
	color:#272727;
}
.bodyWrapper h2 {
	font-size:30px;
	line-height:51px;
	height:51px;
	color:#fff;
	background:url(../images/heading-bg.gif) repeat-x 0 0;
	padding:0 0 0 18px;
	margin:0 -18px 15px; 
}
.bodyWrapper h3 {
	font-size:18px;
	line-height:22px;
	font-weight:normal;
	padding-bottom:15px;
	margin:0;
}
.bodyWrapper h3 span {
	color:#DA1C82;
}
.bodyWrapper p { 
	padding:0 0 15px; 
	margin:0;
}

/* Features Block */
.floatCont {
	overflow:hidden;
	padding:20px 0;
}
.featureBlock {
	width:140px;
	float:left;
	margin-right:90px;
	position:relative;
}
.featureBlock p.heading {
	height:33px;
	line-height:33px;
	color:#fff;
	background:url(../images/feature1-head-bg.gif) no-repeat 0 0;
	font-weight:bold;
	font-size:12px;
	margin:0;
	padding:0 0 0 27px;
}
.featureBlock span.arrow {
	display:block;
	background:url(../images/feature-arrow.gif) no-repeat 0 0;
	width:41px;
	height:46px;
	position:absolute;
	right:-68px;
	top:30px;
}
.featureBlock .contentBlock {
	border-left:#DB2687 3px solid;
	border-right:#DB2687 3px solid;
	padding:10px;
	text-align:center;
}	
.featureBlock .contentBlock p {
	padding:0;
	margin:0;
}
.featureBlock .contentBlock p.amount {
	font-size:29px;
	font-weight:bold;
	line-height:33px;
	color:#DA2687;
}
.featureBlock span.bottom {
	display:block;
	background:url(../images/feature1-bottom-bg.gif) no-repeat 0 0;
	height:8px;
	font-size:0;
}

.featureBlock2 p.heading {
	background-image:url(../images/feature2-head-bg.gif);
}
.featureBlock2 .contentBlock {
	border-color:#D4635D;
}
.featureBlock2 .contentBlock p.amount { color:#D4635D;}
.featureBlock2 span.bottom {
	background-image:url(../images/feature2-bottom-bg.gif);
}

.featureBlock3 p.heading {
	background-image:url(../images/feature3-head-bg.gif);
}
.featureBlock3 .contentBlock {
	border-color:#CFA25E;
}
.featureBlock3 .contentBlock p.amount { color:#CFA25E;}
.featureBlock3 span.bottom {
	background-image:url(../images/feature3-bottom-bg.gif);
}

.featureBlock4 p.heading {
	background-image:url(../images/feature4-head-bg.gif);
}
.featureBlock4 .contentBlock {
	border-color:#C6B73A;
}
.featureBlock4 .contentBlock p.amount { color:#C6B73A;}
.featureBlock4 span.bottom {
	background-image:url(../images/feature4-bottom-bg.gif);
}
.featureBlock4 {
	margin-right:0;
}

/* Middle Panel */
.greyPan {
	width:419px;
	float:left;
	margin-right:8px;
	background-color:#525252;
	color:#fff;
}
.greyPan span.top,
.lightGreyPan span.top {
	display:block;
	height:4px;
	font-size:0;
	background:url(../images/grey-topbg.gif) no-repeat 0 0;
	margin:0;
}
.greyPan span.bottom,
.lightGreyPan span.bottom {
	display:block;
	height:4px;
	font-size:0;
	background:url(../images/grey-bottombg.gif) no-repeat 0 0;
}
.greyPan .contentBlock {
	padding:20px 20px;
}
.greyPan p {
	padding:0;
	font-size:17px;
}
.greyPan p.topTxt {
	font-size:18px;
	font-weight:bold;
	line-height:21px;
	padding-bottom:12px;
}

.lightGreyPan {
	width:232px;
	float:left;
	background:#eee url(../images/light-grey-bg.gif) repeat-x 0 4px;
	margin-right:8px;
}
.lightGreyPan span.top {
	background-image:url(../images/light-grey-topbg.gif);
}
.lightGreyPan span.bottom {
	background-image:url(../images/light-grey-bottombg.gif);
}
.lightGreyPan .contentBlock {
	padding:12px 10px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
}
.lightGreyPan img { 
	display:block;
	margin:0 auto;
}
.lightGreyPan span {
	color:#DB2285;
}
.lightGreyPan span.topTxt {
	font-size:21px;
	line-height:24px;
	display:block;
}

.pinkPan {
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	background:url(../images/pink-panel-bg.jpg) no-repeat 0 0;
	width:207px;
	height:101px;
	float:left;
	padding:20px 15px 0;
	text-align:center;
	color:#fff;
}

.botLeft {
	width:603px;
	float:left;
}
.botLeft .logoBlock {
	background-color:#F3F3F3;
}	
.botLeft .logoBlock span.top {
	background:url(../images/logopan-topbg.gif) no-repeat 0 0;
	height:5px;
	font-size:0;
	display:block;
}
.botLeft .logoBlock span.bottom {
	background:url(../images/logopan-bottombg.gif) no-repeat 0 0;
	height:5px;
	font-size:0;
	display:block;
}
.botLeft .logoBlock .contentBlock {
	border-left:#DFDFDF 1px solid;
	border-right:#DFDFDF 1px solid;
	padding:8px 0 8px 13px;
}
.botLeft .logoBlock img {
	margin-right:6px;
	border:none;
}
.botLeft h3 {
	padding-bottom:22px;
}
.botRight {
	width:282px;
	float:right;
}



/*new css and modification on 08.07.2011 start*/
.headerPage {
	/*background-image: url(../images/header.png); background-repeat: no-repeat; background-position: right;*/
	width: 100%; height: 119px; padding:3px 0 0 0;
}

.underHeader {
	color: #d93b72;
	padding:0; margin:10px 0px 0 0; float:right; display:block;}


.underHeader ul {
	color: #d93b72;
	list-style-type:none;
}
.underHeader ul li {
	display: block;		
	color: #fff;
	float:left;
	width:57px;
	height:54px;
	text-align:center;
	margin:0; padding:0;
}
.underHeader ul li.register {
	width:57px;
	background:url(../images/register.gif) no-repeat 0 0;
	margin:0 6px 0 0 ;
	padding:0;
}
.underHeader ul li.register a {
	text-decoration:none;
	color:#fff;

}
.underHeader ul li.register a:hover {
	text-decoration:underline;
	color:#fff;

}

.underHeader ul li.signin {
	width:57px;
	background:url(../images/signin.gif) no-repeat 0 0;
	margin:0 0px 0 0 ; padding:0;
}
.underHeader ul li.signin a{
	color:#fff;
	text-decoration:none;
}
.underHeader ul li.signin a:hover{
	text-decoration:underline;
	color:#fff;
}
.jobs{ float:left; margin:10px 0 0 90px; padding:0;}

.jobsin{  margin:0; padding:0 0px 0 0; background:url(../images/jobs_devider.gif) no-repeat right top; width:205px; float:left; }
.jobsin.right{  margin:0; padding:10px 0px 0 20px;  width:205px; float:left; background:none; }
.jobsin h2{  font:bold 18px/26px Arial, Helvetica, sans-serif; color:#000;}
.jobsin ul{  margin:0; padding:0; list-style-type:none;}
.jobsin ul li{  margin:0; padding:0 0 0 13px; list-style-type:none; background:url(../images/jobs_bulet.png) no-repeat 0 4px;}
.jobsin ul li a{  margin:0; padding:0; list-style-type:none; font:normal 14px/21px Arial, Helvetica, sans-serif; color:#000; text-decoration:none;}
.jobsin ul li a:hover{  margin:0; padding:0; list-style-type:none; text-decoration:underline; }



.underHeaderRight {
	width: 963px;			height: 41px;
	display: block;		float: left;
	background:url(../images/nav_bg.gif) repeat-x 0 0; position:relative;
}
.underHeaderRight ul {
	margin: 0px;		padding: 0px;
	list-style-type: none;
}
.underHeaderRight li {
	display: block;		float: left;
	margin: 0 2px;
}
.underHeaderRight  li a {
	color: black;
	text-decoration: none;
	font-size: 13px;		font-weight: bold;
}
.underHeaderRight  li.mini {
	width: 83px;		height: 28px;
	text-align: center;
	padding: 15px 0 0 0;
}
.underHeaderRight  li.mini:hover {background: url(../images/activeMenu.png) no-repeat;}
.underHeaderRight  li.mini:hover a {color: white;}
.underHeaderRight  li.big {
	width: 139px;		height: 28px;
	text-align: center;
	padding: 15px 0 0 0;
}
.underHeaderRight  li.big:hover {background: url(../images/activeMenuBig.png) no-repeat;}
.underHeaderRight  li.big:hover a {color: white;}
.blackBlockBg {
	border-left: 1px solid #b4bdc2;		border-right: 1px solid #b4bdc2;
	background: url(../images/blackBlocImage.png) white no-repeat bottom;
	width: 696px;	
	display: block;		overflow: hidden;
	color: white;
	padding: 0 5px;
	color: black;
}
.fl{ float:left;}
.fr{ float:right;}
.mainHeader {
	background:url(../images/banner_bg.jpg) repeat-x 0 0;
	width: 980px;		height: 220px;
	display: block;
	margin:0px 0 0 0;
}
.menu_left{ float:left; padding:0; margin:0; width:705px;}
.menu_left ul{  list-style-type:none; padding:0; margin:0;}
.menu_left ul li{  list-style-type:none; padding:0 32px; margin:0; background:url(../images/nav_devider.gif) right 0 no-repeat; }
.menu_left ul li.homeicon{  list-style-type:none; padding:0 0px; margin:0;}

.menu_left ul li a{  list-style-type:none; padding:0; margin:0; font: bold 12px/41px Arial, Helvetica, sans-serif; color:#000; }
.menu_left ul li a:hover{  list-style-type:none; padding:0; margin:0; color:#E1027A; font: bold 12px/41px Arial, Helvetica, sans-serif; }

.menu_right{ float:right; padding:0; margin:0; width:248px; background:url(../images/my-account_bg.gif) repeat-x 0 0;}
.menu_right ul{  list-style-type:none; padding:0; margin:0;}
.menu_right ul li{  list-style-type:none; padding:0 30px; margin:0; background:url(../images/my-account-devider.gif) right 0 no-repeat; }
.menu_right ul li.homeicon{  list-style-type:none; padding:0 0px; margin:0;}

.menu_right ul li a{  list-style-type:none; padding:0; margin:0; font: bold 12px/41px Arial, Helvetica, sans-serif; color:#fff; }
.menu_right ul li a:hover{  list-style-type:none; padding:0; margin:0; color:#000; font: bold 12px/41px Arial, Helvetica, sans-serif; }
.quickSearch {
	background:url(../images/quicksearch.png) no-repeat;
	width: 476px;		height: 182px;
	display: block;	float: left;
	margin: 14px 0 0 20px;
	color: white;
	position:relative;
}
.quickSearchInputField2, .BigquickSearchInputField2 {
	width: 290px;
	display: block;		float: left;
	font-size: 13px;		font-weight: bold;
}
.quickSearchInputField2 a, .BigquickSearchInputField2 a {
	color: white;
	font-size: 12px;		font-weight: normal;
	text-decoration: none; padding:0 10px 0 0;
}
.quickSearchInputField2 a:hover, .BigquickSearchInputField2 a:hover {
	color: white;
	font-size: 12px;		font-weight: normal;
	text-decoration: none; padding:0 10px 0 0; text-decoration:underline;
}
.quickSearchInputField2 a img, .BigquickSearchInputField2 a img {
	color: white;
	font-size: 12px;		font-weight: normal; margin:5px 5px 0 0 !important;
	text-decoration: none; 
}
.quickSearchInputField2 a img:hover, .BigquickSearchInputField2 a img:hover {
	color: white;
	font-size: 12px;		font-weight: normal; margin:5px 5px 0 0 !important; text-decoration:none !important;
}

.search_button{ position:absolute; right:8px; bottom:0; padding:10px 0 0 0; text-align:center; text-transform:uppercase; background:url(../images/search_button.gif) no-repeat 0 0; width:88px; height:30px;} 
.search_button a{  color:#fff;  text-decoration:none;} 
.search_button a:hover{  color:#fff;  text-decoration:underline;}

.jsBlock {
	width: 160px;
	display: block;		float: left;
	margin: 13px 0 0 0px;
	padding:0px 0 0 0;
	background:url(../images/job_seeker_devider.jpg) no-repeat right top;

}
.jsBlock2 {
	background:none;
	margin: 13px 0 0 30px;

}

.jsBlock h1 {
	color: #ee296e;
	font-size: 19px;		font-weight: normal;
	margin: 0px;
	text-indent:-9999px;
	background:url(../images/jobseaker.gif) no-repeat 0 0;
	height:37px;
	}
.jsBlock h2 {
	color: #ee296e;
	font-size: 19px;		font-weight: normal;
	margin: 0px;
	text-indent:-9999px;
	background:url(../images/employes.gif) no-repeat 0 0;
	height:37px;
}

.jsBlock ul {
	list-style-type: none;
	margin: 0 0 0 25px;		padding: 0px;
}
.jsBlock li {
	list-style-image: url(../images/jobseeker_bullets.png);
	margin: 5px 0;
}
.jsBlock a {
	color: black;
	font-size: 12px;		font-weight: bold;
	text-decoration: none; padding:0px 0 0px 10px;
}
.jsBlock a:hover {
	text-decoration:underline;
}

/*==== FEATURED COMPANIES ====*/
.featuredCompanies {
	width: 355px;
	display: block;	float: left;
	margin: 5px 0 0 0px;
}
.featuredCompanies h2 {
	color: #ee296e;
	font-size: 19px;		font-weight: normal;
	margin: 0px; text-indent:-999px; background:url(../images/featured.png) no-repeat 0 0;
}
.featuredCompaniesBlock {
	/*background: url(../images/featuredCompanies.png) no-repeat;*/
	display: block;
	width: 355px;		height: 64px;
	padding: 0px 0 0 0px;
	text-align: left;
}
.featuredCompaniesBlock img {
	width: 100px;
	margin: 0 5px;
	max-height: 50px;
}
/*==== END FEATURED COMPANIES ====*/


/*==== FEATURED JOBS ========*/
.featuredJobsTop {
	background: url(../images/featuredJobsTop.png) repeat-x;
	width: 100%; height: 31px;
	display: block;
	float: left;
	color: white;
	font-family: Arial, Helvetica, sans-serif; font-size: 18px;
	line-height: 30px;
	padding: 0 0 0 5px;
}
.featuredJobs {
	border-left: 1px solid #b7b7b7;
	border-right: 1px solid #b7b7b7;
	width: 571px;
	display: block;
	padding: 10px 0;
}

.featuredJobsBottom {
	background: url(../images/featuredJobsDown.png) repeat-x;
	width: 100%; height: 5px;
	display: block;
}
/*==== END FEATURED JOBS ====*/
/*=====================blackBlock=======================*/
.blackBlockTop {
	background: url(../images/bodytop.png) no-repeat;
	width: 693px;		height: 31px;
	display: block;
	color: white;
	font-weight: normal;		font-size: 18px;
	padding: 6px 0 0 15px;
}

.blackBlockBottom {
	background: url(../images/bodybottom.png) no-repeat;
	width: 708px;		height: 8px;
	display: block;
	color: white;
}
.separate {
	clear: both;
	display: block;
	background: url(../images/sepBg.png) repeat-x;
	height: 2px;
}
/*=====================================================*/
.mainColumn {width: 708px; margin: 0 0 0 20px;}
.jobseeker_right{ float:left; width:390px;}
.banner_cevider{ width:2px; float:left; height:221px; margin:0 40px 0 15px;}
.quickSearchInputFieldsearch{ position:absolute; right:8px; bottom:0; padding:0px 0 0 0; text-align:center; text-transform:uppercase; background:url(../images/search_button.gif) no-repeat 0 0; width:88px; height:40px;}
.quickSearchInputFieldsearch input{ background:none !important; width:80px  !important;  text-align:center; padding:8px 0 11px 11px; cursor:pointer; border:none; font:normal 15px/30px Arial, Helvetica, sans-serif; color:#fff; text-transform:uppercase;}

.quickSearch fieldset, .BigquickSearch fieldset {
	border: 0px;
	margin: 15px 3px 0 15px; padding: 0px;
}
.quickSearchTit {
	color: white;
	font-size: 15px;		font-weight: normal;
	display: block;		float: left;
	margin: 5px 0 0 15px;
}
.quickSearchInputField, .BigquickSearchInputField {
	display: block;
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    padding: 0;
	width:220px;
     
}

.quick_small_bg .quickSearchInputField{
width: 305px;
} 
.quickSearchInputField span{ font-size:11px !important; float:right; padding:0 10px 0 0 ;}
/*new css and modification on 08.07.2011 end*/
.quick_small_bg{
background: url("../images/new_quicksearch.png") no-repeat scroll 0 0 transparent;
height:129px;
}
.quick_big fieldset{
 margin: 0 3px 0 15px;
}

