body{
	font-family:Verdana,Arial,sans-serif;
	color:#333333;
	font-size:11px;
	margin:0px;
	padding:0px;
	background-image:url(../images/bg.gif);
}

a {
	color:#0055A7;
	font-size:11px;
}

a img {
	border-width:0px;
}

.primaryColor {
	color:#0055A7;
}

.secondaryColor {
	color:#D2232C;
}

a:hover	{
	color:#0055A7;
	font-size:11px;
	text-decoration:none;
}

h1{
	font-family:Verdana,Arial,sans-serif;
	font-size:120%;
	color:#0055A7;
	margin:10px 0px;
	padding:0px;
}

h2{
	font-family:Arial,sans-serif;
	font-size:114%;
	color:#0055A7;
	margin:7px 0px;
	padding:0px;
}

h3{
	font-family:Arial,sans-serif;
	font-size:110%;
	color:#0055A7;
	margin:5px 0px;
	padding:0px;
}

h4{
	font-family:Arial,sans-serif;
	font-size:100%;
	font-weight:normal;
	color:#0055A7;
	margin:0px;
	padding:0px;
}

h5{
	font-family:Verdana,Arial,sans-serif;
	font-size:100%;
	color:#0055A7;
	margin:0px;
	padding:0px;
}

ul{
	list-style-type:square;
}

ul ul{
	list-style-type:disc;
}

ul ul ul{
	list-style-type:none;
}

label{
	font-family:Arial,sans-serif;
	font-size:100%;
	font-weight:bold;
	color:#0055A7;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/
/* Wrap everything */
#mainWrapper {
	width:985px;
	margin-left:auto;
	margin-right:auto;
	background-color:#ffffff;
	border-right:solid 1px #adc4d9;
	border-left:solid 1px #adc4d9;
}
/* Header */
#masthead{
	padding:0px 0px 0px 0px;
	width:100%;
	background-image:url(../images/header_bg.gif);
}

#logo {
	float:left;
}
/* Employer menu */
#headerRight {
	float:right;
}

#topMenuWrapper {
	vertical-align:middle;
	text-align:right;
}

#topMenuContainer {
	vertical-align:top;
	color:#537ea6;
	font-family:Tahoma;
}

#topMenuContainer strong {
	color:#0B48A3;
}

#topMenuContainer td {
	vertical-align:bottom;
}

#topMenuContainer a {
	color:#5e92b3;
	text-decoration:none;
}

#topMenuContainer a:hover {
	text-decoration:underline;
}

#menuEmployersButton {
	padding-right:20px;
}

#lang {
	padding-left:20px;
}

/* #global navigation bar */
#globalNavWrapper {
	clear:both;
	padding:0px;
	background-image:url(../images/top_menu_bg.gif);
	color:#cccccc;
}

#globalNav {
	width:100%;
}

#globalNav .item {
	width:60px;
}

#globalNav .separator {
	width:4px;
}

#globalNav .item a, #globalNav .item a:hover {
	display:block;
	height:27px;
	background-repeat:no-repeat;
	padding-left:36px;
	padding-right:15px;
	line-height:27px;
	color:#FFFFFF;
	font-family:Verdana;
	text-decoration:none;
	text-transform:uppercase;
	white-space:pre;
}

#globalNav .itemLogout {
	text-align:right;
	padding-right:15px;
}

#globalNav .itemLogout a, #globalNav .itemLogout a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

#globalNav .itemLogout a:hover {
	text-decoration:underline;
}

/* #global navigation bar END */

/* content plus the two panels */
/* table below header */
#main {
	width:100%;
}

#main td {
	vertical-align:top;
}
/* menu */
#panel {
	width:190px;
	padding-left: 7px;
}
/* banners */
#panelAds {
	width:186px;
}
/* content in the middle */
#content {
	padding-top:7px;
	width: 568px;
	height:500px; *height:500px; /* fix for em since no right col */ 
}

.content {
	padding:10px 10px 10px 10px;
	text-align:left;
	width:568px;
}

.banner {
	text-align:center;
	margin-bottom:15px;
	margin-top:15px;
}
/* orange block in the banners */
.blockTwo {
	width:166px;
	background-image:url(../images/block_two_middle.gif);
	margin:auto;
	margin-top:15px;
	margin-bottom:25px;
}

.blockTwoContent {
	min-height:100px;
	background-image:url(../images/block_two_top.gif);
	background-repeat:no-repeat;
	padding:10px;
}


/* content plus the two panels END */

/* bottom menu */
#bottomMenu {
	clear:both;
	font-size:90%;
	color:#FFFFFF;
	height:49px;
	padding-top:8px;
	background-image:url(../images/bottom_menu_bg.gif);
	text-align:center;
	vertical-align:bottom;
	line-height:20px;
}

#bottomMenu a {
	color:#FFFFFF;
	text-decoration:none;
}

#bottomMenu a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
/* bottom menu END */

/* menu */
.panelOneHeader, .panelTwoHeader, .panelThreeHeader {
	float:right;
	background-color:#FFFFFF;
	text-align:right;
	margin-right:11px;
	/* fix for ie */
	//margin-right:6px;
	padding-left:4px;
	padding-right:4px;
	color:#D2232C;
	font-family:Tahoma;
	font-weight:bold;
}

.panelOne {
	width:170px;
	background-image:url(../images/panel_one_middle.gif);
	margin-top:10px;
	margin-bottom:8px;
}

.panelOneContent {
	background-image:url(../images/panel_one_top.gif);
	background-repeat:no-repeat;
}

.panelTwo {
	width:170px;
	background-image:url(../images/panel_two_middle.gif);
	margin-top:10px;
	margin-bottom:8px;
}

.panelTwoContent {
	background-image:url(../images/panel_two_top.gif);
	background-repeat:no-repeat;
}

.panelThree {
	width:170px;
	background-image:url(../images/panel_three_middle.gif);
	margin-top:10px;
	margin-bottom:10px;
}

.panelThreeContent {
	background-image:url(../images/panel_three_top.gif);
	background-repeat:no-repeat;
}


ul.userMenu {
	clear:right;
	padding:8px 5px 8px 25px;
	//padding:0px 5px 5px 25px;
	margin:0px;
	list-style-image:url(../images/menu_bullet.gif);
}

ul.userMenu li {
	list-style-type:none;
	padding: 4px 0px 4px 0px;
}

ul.userMenu li a, ul.userMenu li a:hover {
	display:block;
	margin:0px;
	padding:0px;
	color:#0055A7;
	font-family:Tahoma;
	font-weight:bold;
	text-decoration:none;
}

ul.userMenu li a:hover {
	color:#82afd9;
}

/* menu END */

.clearLeft {
	clear: left;
}

div.addNew {
	padding-bottom:10px;
}
/* on top of most forms */
a.addNew {
	font-weight:600;
}

a.addNew:hover {
	font-weight: 600;
}

div.pathWrapper {
 	padding: 3px 2px 3px 2px;
 	margin-bottom: 0px;
}

div.path {
	color: #D2232C;
	padding-left: 5px;
	font-weight:bold;
}

div.path a, div.path a:hover {
	color:#D2232C;
}

/* loading icon for ajax */
#loadingSplash {
	display: none;
}

.loadingSplash {
	display: inline;
	color: #000000;
	padding: 0px 2px;
	margin: 2px;
	width: 70px;
}
/* messages appearing after submitting forms */
div.informWrapper {
	text-align: center;
}

div.inform {
	width: 90%;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #0055A7;
	padding: 5px;
	text-align: center;
}

div.inform div {
	margin-top: 10px;
	text-align: center;
}

.important {
	color: #AA0000 !important;
	font-weight: bold !important;
}

.delete {
	color: #DD0000 !important;
}

.banners {
	padding-bottom:20px;
}

/************** form formating *************/
ul.errors {
	background-color:#FFFFFF;
	border:solid 1px #AA0000;
	margin-left:0px;
	padding-left:0px;
}

ul.errors li {
	list-style-type:disc;
	list-style-position:inside;
	margin:1px;
	padding:3px;
	background-color:#FFCCCC;
	color:#550000;
}

ul.errors li.title {
	font-weight: bold;
}

.error {
	color: #AA0000;
	font-weight: bold;
	line-height: 16px;
	padding-bottom: 3px;
}

.requiredAsterix {
	color:#CC0000;
	font-weight:500;
}

.form {
	width:100%;
	border: solid 1px #66A1D8;
	background-color: #FFFFFF;
}

.formSeparator {
	color: #0055A7;
	background-color: #0055A7;
	height: 1px;
}

.formHeader {
	color:#555555;
	background-color:#FFFFFF;
	background-image:url('../images/form_header_bg.gif');
	text-align:left;
	font-size:12px;
	font-weight:600;
	padding: 2px 2px 5px 5px;
}

.formHeader a, .formHeader a:hover {
	color: #0055A7;
	font-weight: bold;
}

.formRow, .formRowInfoFull {
	background-color: #DAECF9;
	margin:1px;
	border:solid 1px #DAECF9;
}

.formRowInfoFull {
	background-color: #748ea6;
	color: #FFFFFF;
}

.formRowSubmit {
}

.formLabel {
	display: block;
	margin: 4px 10px;
	padding: 0px;
	font-weight:bold;
	text-align:left;
}


.formData {
	padding:0px;
	margin: 2px 10px 6px 10px;
}

.formDataSubmit {
	margin: 2px 10px 6px 10px;
	padding-top:10px;
	padding-bottom:10px;
}

/* info block below some of the fields */
.formInfo {
	color:#3A3A3A;
	font-size:10px;
	text-align:justify;
}


/************* form fields ******************/
form {
	display:block;
	margin-bottom:0px;
}

.formEdit, .formEditSmall, .formEditSmaller, .formEditBig, .formTextarea, .formTextareaBig, .formTextareaBigger, .formSelect, .formSelectSmall, .formSelectSmaller {
	font-family:"Arial","Verdana","MS Sans Serif",sans-serif;
	border: 1px solid #748EA6;
	background-color: #FFFFFF;
	width: 300px;
	font-size: 11px;
}

.formEditSmall {
	width: 120px;
}

.formEditSmaller {
	width: 60px;
}

.formEditBig {
	width: 400px;
}

.formTextarea {
	height: 100px;
	width: 300px;
}

.formTextareaBig {
	height: 200px;
	width: 500px;
}


.formTextareaBigger {
	height: 300px;
	width: 550px;
}

.formSelectSmall {
	width:150px;
}

.formSelectSmaller {
	width:75px;
}

.formCheckbox, .formRadio {
	vertical-align: middle;
}

.formButton, .formSmallButton, .formLongButton {
	background-color: #EFF7FC;
	background-image: url(../images/button_bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #C5C8C9;
	height: 21px;
	padding-left: 10px;
	padding-right: 10px;
	margin:0px;
	color: #5A5A5A;
	font-family:Tahoma;
	font-size: 11px;
	font-weight: bold;
}


.formSmallButton {
	width: 52px;
}


.formLongButton {
	width: 122px;
}

.auto {
	width: auto;
}

.formIframe {
	height: 30px;
	width: 550px;
}

iframe.hidden {
	visibility: hidden;
	width:0px;
	height:0px;
}

.selectOptionDisabled {
	color: #BBBBBB;
}

/********* tables ***********/
/* outer table */
.tableBorder {
	width:100%;
	border: solid 1px #D5D5D5;
	background-color: #FFFFFF;
}

/* topmost table title. Usually not displayed */
.tableTitle {
	padding: 5px 2px;
}
/* filter form */
.find {
	padding:3px 2px;
	text-align:right;
}

.pagingExtendedSearchBlock {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	border: double 3px #D5D5D5;
}

.paging {
	padding:5px 2px; font-size:12px; font-weight:bold; 
}

/* TBGchanges - included for bigger paging numbers */
.paging a { font-size:12px; font-weight:bold;}
.paging a:hover { font-size:12px; font-weight:bold;}

.pages {
	text-align:right; 
}

.select {
	font-family:"Arial","Verdana","MS Sans Serif",sans-serif;
	font-size:11px;
}

/* columd header cells */
tr.trTableHeader td {
	background-image:url('../images/form_header_bg.gif');
	background-repeat:repeat-x;
	background-color:#BDD7EB;
	color:#555555;
	font-weight:500;
	padding:1px 2px 2px 2px;
	text-align:center;
}

tr.trTableHeader td a, tr.trTableHeader td a:hover {
	color:#555555;
	font-weight:500;
}

div.tableHeaderText {
	color:#555555;
}

/* cells */
.tableDataDark {
	background-color: #DAECF9;
	padding:4px;
}

.tableDataLight {
	background-color: #EAF4FC;
	padding:4px;
}

.tableData {
	background-color: #DAECF9;
	padding:4px;
}

.tableDataOver, .tableDataClick {
	background-color: #FAFCFE;
	padding:4px;
}
/* action row on the bottom */
.tableAction {
	background-color:#BDD7EB;
}

.tableAction td {
	text-align:right;
}

.tableFooter {
	background-color:#E3EAEE;
	padding: 3px 2px;
}

/******* Forum and job views ********/
.forumLeft {
	text-align: left;
}

.forumCenter {
	text-align: center;
}

.forumRight {
	text-align: right;
}

.forumJustify {
	text-align: justify;
}

/****** Iterator *******/
#employerProfileItemsWrapper div div {
	padding-bottom: 5px;
}

.employerProfileListOdd, .jobListOdd, .resumeListOdd, .messageListOdd, .newsListOdd {
	background-color: #DAECF9;
	padding: 6px 4px;
	margin: 1px;
}

.employerProfileListEven, .jobListEven, .resumeListEven, .messageListEven, .newsListEven {
	background-color: #EAF4FC;
	padding: 6px 4px;
	margin: 1px;
}

.employerProfileListSelected, .jobListSelected, .resumeListSelected, .messageListSelected, .newsListSelected {
	background-color: #FAFCFE;
	padding: 6px 4px;
	margin: 1px;
}

.IteratorConsole {
	padding: 4px;
}

.IteratorOrderBy {
	float: left;
	width: 265px;
	padding-left: 2px;
	padding-bottom: 5px;
}

.IteratorFind {
	vertical-align: middle;
	text-align: right;
}

.IteratorFind .formEditSmall {
	width: 100px;
}

/* make ddl smaller, because we need space */
.IteratorOrderBy .formSelect, .IteratorFind .formSelect {
	font-family:Arial;
	font-size:10px;
}

.IteratorViewAll {
	margin-top:10px;
	clear:both;
}

.IteratorViewAll .formSmallButton {
	width:auto;
}
.PagingCustom {
	clear: left;
	margin: 6px 4px;
}

.PagingCustom * {
	background-color: #FFFFFF;
}

/****** miscellaneous ******/
.separator {
	
}

.resumeRelItem {
	margin-bottom: 20px;
}

body .actionsPopup {
	background-color: #FFFFFF;
	text-align: center;
	border: solid 1px #0055A7;
	padding: 0px 10px 3px 10px;
	margin-top: 0px;
	margin-left: -10px;
	display:none;
	position:absolute;
}

.actionsPopup a {
	display: block;
	padding-bottom: 3px;
}

/* Jobs list */
/* cqlata tablica za pokazvane na obqvite */
.jobtable {
	position: inherit;
	width:570px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
	}

/* tova zasega nqma funkcia */
.jobtable .title {padding-right: 10px;	width: 30%;	}

/* tova e linka na job title, moje da promenim visited s drug cviat, da e po-nagledno za JS koi obqvi e vidial */
.jobtable .jobtitle {color: #254B59;font-size: 12px;font-style: normal;font-weight: bold;text-decoration:none; } /* old color #0055A7 */
.jobtable .jobtitle a:link {color: #254B59;font-size: 12px; font-style: normal;font-weight: bold;text-decoration:none; }
.jobtable .jobtitle a:visited {color: #666666;font-size: 12px;font-weight: bold;text-decoration:none; }
.jobtable .jobtitle a:hover {color: #0055A7;font-size: 12px; font-weight: bold;text-decoration:underline; }

.jobtable .company{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}	

.jobtable .salary {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #333333;
}

.jobtable .location{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

.jobtable .date{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

.jobtable .jobsummary{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	border-bottom:solid 1px #FFFFFF;
}

/* sponsoriranite obqvi bi trqbvalo da izlizat po po-razlichen nachin */

/* tova e za otdelenia text za ::: sponosrirani obiavi ::: i ::: obiavi ::: */
.jobtable .featuredheader {
	color: #0055A7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	vertical-align:top;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* tova e za pokazvaneto na sponsoriranite obqvi po po-razlichen nachin; moje bold, drug cviat ili drugo; zasega sum gi ostavil kato .odd; */
.jobtable .featured{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	vertical-align:top;
	background-color: #DAECF9;
	border-bottom: #000000 10px solid;
}

/* razlichni cvetove za chetni i nechetni obqvi; za po-goliama naglednost */
.jobtable .odd{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	vertical-align:top;
/*	background-color: #DAECF9; */
	background-color: #FFFFFF; 
}

.jobtable .even{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	vertical-align:top;
/*	background-color: #F7F7F7;  */
	background-color: #F4F7F7; 	 /*  #EBF2F2 */
}

.jobtable .odd td, .jobtable .even td , .jobtable .featured td {
	padding:5px 5px 5px 5px;
	border-top:0px solid #9BB9BF;
}

.jobtable .dateTill {
	color:#555555;
	font-size:9px;
	font-style:italic;
}

.jobtable .menu {
	margin-top:10px;
	margin-bottom:5px;
}

.subtable, .maintable {
	width:100%;
}

.subtable .subheader, .maintable .header {
	font-family:Arial,sans-serif;
	font-size:110%;
	color:#0055A7;
	padding:0px 0px 5px 0px;
	font-weight:bold;
}

.saveJob {
	margin-top:3px;
}

.saveJob a {
	font-size:11px;
	font-family:Arial;
}

/***************** GENERAL INDEX PAGE STYLES ************************/

#indexPage{
	width:985px;
	margin-left:auto; margin-right:auto;
	border-right:solid 1px #adc4d9;
	border-left:solid 1px #adc4d9;
	background-color:#ffffff;
	padding-top:5px; padding-bottom:10px;
	height: auto;
	min-height:350px;
	text-align: left;
}

#indexPage table{border-collapse:collapse;border-spacing:0;}
#indexPage img{border:0px;}
#indexPage a { font-size:13px;}
#indexPage a:link {color: #008693;text-decoration:none;}
#indexPage a:visited {color: #008693;text-decoration:none;}
#indexPage a:hover {text-decoration:underline; font-size:13px;}
#indexPage a:active {color: #008693;text-decoration:none;}
#indexPage body,div,ul,li,h4,h5,form,fieldset,input,p,td{margin:0px;padding:0px;}

#indexPage h1 {margin:0px;}
#indexPage h2 {margin:0px;}
#indexPage h3 {margin:0px;}

#indexPage ul {list-style:none;}

#indexPage .smallText{font:11px Arial;color:#505050;}

.clear { clear:both; }

/***************** TOP ROW SEARCH BOX************************/

#indexPageTopRow { position:relative; height:190px;}


.ipt1 {border:1px solid #DADAD9;} .ipt2 {border:1px solid #DADAD9;} .ipt3 {border:1px solid #DADAD9;} .ipt4 {border:1px solid #DADAD9;} /* .ipt5 {border:1px solid #DEDEDE;}.ipt6 {border:1px solid #E2E2E2;}.ipt7 {border:1px solid #E8E8E8;} .ipt8 {border:1px solid #F0F0F0;} .ipt9 {border:1px solid #F6F6F6;} */

#indexSearchForm {width:540px; height:155px; background-color:#FFFFFF; border:1px solid #FAFAFA; color:#2F3738;}

	#indexSearchForm .smallText{color:#2F3738; font-weight:bold; font-size:12px; padding-bottom:2px;}
	#indexSearchForm h1{ font:24px arial; color:#BF2028; padding:5px 20px 10px 15px;}
	#indexSearchForm input {padding:3px 2px 3px 2px; color:#CC3300; font-size:14px;}
	#indexSearchForm select {font-size:13px;clear:both; height:25px; vertical-align:middle; padding-top:3px;}
	
	#indexSearchForm .keyword{float:left; padding:0 15px 0 15px;}
	#indexSearchForm .keyword input{clear:both;width:230px; height:18px;}
	
	#indexSearchForm .category {float:left; padding:15px 15px 15px 15px;}
	#indexSearchForm .category select{width:237px;}
	
	#indexSearchForm .location {float:left; padding:0 15px 0 20px;}
	#indexSearchForm .location select{width:230px;}

	#indexSearchForm .submit {float:left; padding:25px 5px 25px 25px; }
	#indexSearchForm input.submitButton{width:135px; height:35px; text-align:center; vertical-align:top; color:#000000; font-size:18px; font-weight:900; border:none; background-color: #FFFFFF; background:url(../images/png_files/index_search_button.png) no-repeat; cursor:pointer;}
	
	#indexSearchForm .advanced_search { padding-top:30px; margin-right:10px; }
	#indexSearchForm .advanced_search a{ width:55px; font:11px arial bold; color:#2F3738; font-weight:bold; text-decoration:none;} 
	#indexSearchForm .advanced_search a:hover {color:#CC3300;text-decoration:underline;}

/***************** LEFT COLUMN ************************/
#leftColumn { margin:0px 0px 5px 0px; width:168px; border:1px solid #EBF2F2; padding:1px; } /* OLD COLOR #DFB4EA */
	#leftColumn a { color:#0086A7; font-size:12px; text-decoration:none;}
	#leftColumn a:hover {font-size:12px; text-decoration:underline;}
	#leftColumn ul {list-style-type:none; margin-bottom:5px 0px; padding:0px;}
	#leftColumn .links li {padding-bottom:6px;}
	#leftColumn .smallLinks li {padding-bottom:4px;}
	#leftColumn .smallLinks a{font-size:10px;font-weight:bold;}
	#leftColumn .smallLinks a:hover{font-size:10px;font-weight:bold;}

.leftColumnBoxes {margin:0 0 15px 0;}
.leftColumnBoxes .header{background-color: #EBF2F2; font:13px arial; font-weight:bold; color: #254B59;padding:3px 0 3px 3px; margin-top:0px;} /* ORIGINAL .leftColumnBoxes .header{background-color: #74447C; font:13px arial; font-weight:bold; color: #B9A1BD;padding:3px 0 3px 10px; margin-top:0px;} */

.leftColumnBoxes .body{padding:3px 0 3px 5px;}

/**************** CENTER COLUMN MAIN ***************/
/* not used */ .indexPageCenterColumn{margin-left:7px!important; margin-right:7px!important; width:auto; *width:568px;} 

.centerColumnBox{position:relative; border:2px solid #DDD;padding:7px;margin-bottom:10px;height:1%; width:auto; *width:auto;}
.centerColumnBox .body{padding-top:10px;}
.centerColumnBox h2{font:18px Arial;color: #BF2028;}
.centerColumnBox h2 a{margin-left:15px;}
.centerColumnBox a{font-weight:bold;}

/**************** FEATURED COMPANIES ***************/
#featuredCompaniesBox table.main {padding:0;width:100%;border:none;}
#featuredCompaniesBox table.sub {text-align:center;width:98%;margin:2px; padding-top:5px;}

#featuredCompaniesBox .featuredCompaniesImage{height:70px; vertical-align:bottom; padding-bottom:15px;} 
#featuredCompaniesBox .featuredCompaniesText{background-color:#EEE;padding:3px 3px 0;height:5em;vertical-align:middle;}
#featuredCompaniesBox .featuredCompaniesText a{font-size:11px;color:#008693;font-weight:normal; text-decoration:none;}
#featuredCompaniesBox .featuredCompaniesText a:hover b{text-decoration:underline;}
#featuredCompaniesBox .featuredCompaniesText b{display:block;}


/**************** CAREER ARTICLES AND CAREER ADVICE BOX ***************/
#careerArticlesBox .article a.img{float:left;width:80px;height:80px;display:block;margin-right:10px; margin-top:5px; border:1px solid #000000;}
#careerArticlesBox a {font-size: 12px; text-decoration:none;}
#careerArticlesBox a:hover {text-decoration:underline;}
#careerArticlesBox .article{color:#505050;font-size:13px;margin:10px 8px 15px 8px;clear:both;}
#careerArticlesBox .more a{ font-size:11px; font-weight:bold;}

/***************** TOP ROW RESUME BOX ************************/

#indexPageCvBox { width:200px; height:162px; background:url(../images/index_page_cv_background.gif) repeat-x; 
 border-top:5px solid #5C5C5C; border-bottom:5px solid #5C5C5C; text-align:left; padding:3px 5px 0px 6px; margin: 17px 0px 10px 0px;}

#indexPageCvBox .header{color:#B9A1BD;font-family:arial;font-size:22px;font-size-adjust:none;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:normal;line-height:normal;} /* ORIGINAL COLOR #74447C */

#indexPageCvBox .smallText{color:#505050;font-size:12px; font-weight:bold; font-family:Arial, Helvetica, sans-serif;}

/**************** RIGHT COLUMN ***************/
.rightColumnTopGradient {background-image:url(../images/rightcol_top.gif); background-position:top; background-repeat:top no-repeat; height:5px; //width:216px; margin-right:2px; margin-top:10px; display:none;}

.rightColumn{ width:210px!important;background-color:#FFFFFF; padding:6px 0 5px 6px; margin-right:2px; border-left:1px solid #EBF2F2;border-top:1px solid #EBF2F2;  } /* ORIGINAL .rightColumn{ width:210px!important;background-color:#E1EAF7; padding:6px 0 5px 6px; margin-right:2px; background-image:url(../images/rightcol_left.gif); background-position:left; background-repeat:repeat-y; } */

.rightColumn a {text-decoration:none;}
.rightColumn a:hover {text-decoration:underline;}

.rightColumnBoxes {margin:0 0 10px 0;}
.rightColumnBoxes .row{margin:10px 10px 10px 5px;padding-bottom:10px;border-bottom:1px #CCC solid;}
.rightColumnBoxes .header{background-color:#EBF2F2; font:13px arial; font-weight:bold; color: #254B59;padding:3px 0 3px 10px;}
.rightColumnBoxes .body{padding:3px 0 3px 10px;}

/***************** END INDEX PAGE STYLES ************************/
