@charset "utf-8";
* {
	font-family: Tahoma, Arial, Verdana, sans-serif;
}
html, body {
	height:100%;
}
html {
	background:#ebebeb;
}
body {
	background:#ebebeb;
	color:#333;
	font-size:12px;
	padding:0;
	margin:0;
}
#layout {
	margin:0 auto 0 auto;
	width:1002px;
	position:relative;
	height:100%;
}
#contactsList {
	float:right;
	width:210px;
	overflow:hidden;
	margin:0 0 20px 10px;
	padding-left:10px;
	border-left:1px solid #CFD7DE;
}
#contentContainer {
	background:#f6f6f6;
	border-left:solid 1px #b7b7b7;
	border-right:solid 1px #b7b7b7;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -163px;
}
.contentContainerNotIndex {
	margin: 0 auto -75px !important;
}
.v_dsh {
	display:inline-block;
	vertical-align:top;
	padding-top:3px;
}
span.codedirection {
	display:none;
	visibility:hidden;
}
#contentHead {
	padding:10px 0 0 10px;
	margin-bottom:8px;
	overflow:hidden;
}
#mjLogo {
	width:270px;
	height:60px;
	float:left;
	position:relative;
}
#headTopRight {
	float:right;
	overflow:hidden;
	height:62px;
	padding-right:10px;
}
.headbanner {
	height:60px;
	border:1px solid #fff;
	/*width:280px;
	background:#CBD7DC;*/
	color:#369;
	line-height:60px;
	text-align:center;
	float:right;
	margin-left:10px;
}
.headbanner img {
	border:none;
}
#menuContainer {
	clear:both;
	height:40px;
	background:none;
	margin: 0;
	padding:0;
	color:#fff;
	overflow:visible;
	position:relative;
	background-repeat:no-repeat;
	z-index:1000;
}
.menuMouseover {
	background:url(/img/highlight.gif) center no-repeat !important;
}
#menuContainer table {
	width:100%;
	border-collapse:collapse;
}
#menuContainer table, #footerContainer table {
	border:0;
	padding:0;
	margin:0 auto;
}
#menuContainer tr, #footerContainer tr {
	margin:0;
	padding:0;
	border:0;
}
#menuContainer td, #footerContainer td {
	text-align:center;
	margin:0;
	padding:0;
	border:0;
	white-space:nowrap;
	overflow:hidden;
	width:1%;
	font-size:11px;
}
#menuContainer td {
	line-height:40px;
	overflow:visible;
}
.menuDropdown {
	position:absolute;
	text-align:left;
	display:none;
	top:40px;
	left:-10px;
	background:url(../img/menu_dropdownbg.gif);
	border:1px #444;
	border-style:none solid solid solid;
}
div.menuItem {
	overflow:visible;
}
div.cpTitle {
	padding:8px 5px 3px 0;
	position:relative;
	color:#ebebeb;
	border-bottom:1px solid #ebebeb;
	background:url(../img/diagonalsae1e2c.png);
}
div.cpTitle p {
	margin-left:10px;
}
#usageAgreement {
	height:500px;
	width:80%;
	margin:10px auto;
	padding:10px;
	border:1px solid #CCC;
	overflow:scroll;
	position:relative;
}
#usageAgreement p {
	margin:0.5em 0 0 0;
	font-size:11px;
}
li.list-indent {
	margin-left:17px;
}
li.list-bold {
	font-weight:bold;
	margin-top:6px;
}
.jj {
	margin:0 5px 5px 0;
	width:48%;
	display:inline-block;
    cursor:pointer;
}
.m_crn {
	position:absolute;
	height:3px;
	width:3px;
	background-repeat:no-repeat;
	line-height:0;
}
.m_lt {
	left:0;
	top:0;
	background:url(../img/menucornersAlt.gif) -3px -3px no-repeat;
}
.m_rt {
	right:0;
	top:0;
	background:url(../img/menucorners.gif) 0 -3px no-repeat;
}
.m_lb {
	left:0;
	bottom:0;
	background:url(../img/menucornersAlt.gif) -3px 0 no-repeat;
}
.m_rb {
	right:0;
	bottom:0;
	background:url(../img/menucorners.gif) 0 0 no-repeat;
}
.menuItem a {
	text-decoration:none;
	color: #333;
	padding:0 10px;
	display:block;
	line-height:24px;
	text-align:left;
}
.menuItem a:link {
	color: #333;
}
.menuItem a:visited {
	color: #333;
}
.menuItem a:hover {
	color: #fff;
	text-decoration:underline;
}
.menuItem a:active {
	color: #333;
}
#footerContainer table {
	border-top:#999 1px dotted;
	margin:0;
	line-height:30px;
	outline:1px
}
.menuSep {
}
#menuContainer .menuSep {
	background:url(../img/menudivider.gif) center no-repeat;
}

#vac_list {
	position:relative;
}
#vac_list h4 {
	font-size:14px;
}
#vacLoading {
	position:absolute;
	background:#E2E3E7;
	font-size:large;
	color:#495665;
	display:none;
	z-index:10;
	border:1px #51667B solid;
	padding:10px 20px 10px 0;
	overflow:hidden;
	text-align:right;
	width:50%;
	left:25%;
	top:40%;
	opacity:0.75;
}
.req {
	color:#F03;
}
#leftColumn {
	float:left;
	width:260px;
}
#leftContent {
	margin-left:10px;
	padding-top: 15px;
}
#centerColumn {
	margin:10px 222px 0 266px;
	background:white;
}
#centerColumnFull {
	margin:10px 15px 0 15px;
	background:white;
}
#centerColumnTwoThirds {
	margin:10px 6px 0 266px;
	background:white;
}
#centerColumnTwoThirds2 {
	margin:10px 222px 0 6px;
	background:white;
}
#centerContent {
	margin:0 20px;
	background:white;
	border-bottom:1px solid white; /* For some weird reason this fixes unwanted spacing at the bottom */
}
#centerContent a, #rightContent a {
	text-decoration:underline;
}
#centerLeft {
	background:url(/img/contentLeft.gif) repeat-y left;
}
#centerRight {
	background:url(/img/contentRight.gif) repeat-y right;
	padding-top:10px;
}
#rightColumn {
	float:right;
	width:220px;
}
#rightContent {
	margin:12px 10px 0 5px;
}
.rightContentFront {
	margin:12px 0 0 0 !important;
}
#rightContent div.block div.blockContent {
	padding: 5px 10px 5px 15px;
	background:url(/img/columnVerticalBordersR.gif) left repeat-y;
}
#vView {
	float:right;
	width:250px;
	background:#EEEFF2;
	margin:0 0 10px 10px;
}
#rightmostContainer {
	overflow:visible;
	padding-top:20px;
	width:0;
	height:0;
	position:absolute;
	overflow:visible;
	left:0;
}
.rightmostBannerHolder {
	height:100px;
	width:100px;
	margin:0 60px 20px 1020px;
	border:1px solid #fff;
	text-align:center;
}
.rightmostBannerHolder img, .leftBanner img {
	border:none;
}
.leftBanner {
	text-align:center;
	margin-bottom:5px;
	overflow:hidden;
}
.push {
	height:75px;
	padding-top:10px;
	clear:both;
}
.pushIndex {
	height:163px !important;
}
#footerContainer {
	text-align:center;
	clear:both;
	height:75px;
	margin:0;
	background:#f6f6f6;
	border-left:solid 1px #b7b7b7;
	border-right:solid 1px #b7b7b7;
}
.footerContainerIndex {
	height:163px !important;
}
#partners {
	height:88px;
	border-top:1px dotted #999;
}
#vacKeywordsContainer, #resKeywordsContainer {
	border:1px solid #333;
	text-align:left;
	background:white;
	height:30px;
	margin:9px 90px 0 10px;
	border-radius:4px;
	-moz-border-radius: 4px;
	padding-left:10px;
}
.indexFindBtn {
	height:40px;
	border:none;
	color:black;
	background:url(/img/Button.png) top no-repeat;
	width:80px;
	margin:5px 10px 0 0;
	font-size:18px;
}
div.inputHelper {
	line-height:30px;
	height:30px;
	font-style:italic;
	color:#999;
	font-size:13px;
}
#vacKeywords, #resKeywords {
	width:100%;
	line-height:30px;
	height:30px;
	font-size:16px;
	margin:0;
	padding:0;
	background:none;
	border:none;
	color:#287DDB;
	outline: 0px none;
}
.subLinks img {
	margin:0;
	padding:0;
	border:0;
	border-collapse:collapse;
}
.vFrm p {
	color:#2C3743;
	font-size:12px;
	margin:0 0 2px 0;
}
.vFrm-err {
	font-size:11px;
	display:none;
	margin-left:20%;
	padding-left:25px;
	color:#B74944;
}
.vFrm p small {
	color:#666;
	font-size:11px;
	margin:0 0 5px 0;
}
.vFrm sup {
	text-align:right;
	margin:-13px 5% 0 0;
	display:block;
	padding:0 0 0 35%;
	font-size:11px;
	margin-bottom:10px;
	color:#999;
}
.vFrm input, .vFrm select {
	border:1px solid #95B4C4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:66%;
	margin:0 0 13px 0;
}
.vFrm textarea {
	border:1px solid #95B4C4;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:65%;
	margin:0 0 13px 0;
}
.vFrm .label {
	border-bottom:1px dotted #999;
	width:30%;
	margin-right:1%;
	display:inline-block;
	float:left;
	clear:left;
}
.vFrm .label_txt {
	background:#FFF;
	position:relative;
	top:2px;
	padding-right:4px;
}
.vFrm .label_txt_alt {
	background:#F4F5F7;
	position:relative;
	top:2px;
	padding-right:4px;
}
.vFrm .section {
	width:90%;
	margin:0 auto;
	text-align:left;
	clear:both;
}
.vFrm h3 {
	font-size:15px;
	font-weight:normal;
	color:#369;
}
.titleHolder {
	/*border-bottom:1px #999 dashed;*/
	margin:0 0 15px 0;
}
.titleHolder {
	border-bottom: none;
	margin-bottom:8px;
}
.titleHolder a {
	text-decoration:underline;
}
.titleHolder a:link {
	color:black;
}
.titleHolder a:visited {
	color:black;
}
.titleHolder a:hover {
	color:#06c;
}
.block ul {
	list-style:none outside;
	margin:0;
	padding:0;
}
.block li {
	margin:6px 0 0 0;
	padding:0 0 0 15px;
	background:url(../img/listbullet.gif) no-repeat;
	background-position:0 5px;
}
.block ol.noblock {
    padding-left: 20px;
}
.block ol.noblock li {
    margin:0;
    padding: 0 5px 0 0;
    background-image: none;
    background-position: 0 0;
}
.titleHolder span {
	padding:0 5px;
	margin-left:10px;
}
h1 {
	color:#333;
	padding:0;
	margin:0;
	font-weight:normal;
}
h2 {
	font-size:16px;
}
#centerContent h1, #leftContent h1, #rightContent h1 {
	font-size:18px;
}
/*#rightContent h1 { text-align:right; }*/

#leftContent .titleHolder, #rightContent .titleHolder {
	margin-top:7px;
}
a {
	text-decoration:none;
}
a:link {
	color: #1d5489;
}
a:visited {
	color: #1d5489;
}
a:hover {
	color: #09C;
	text-decoration:underline;
}
a:active {
	color: #1d5489;
}
a.menuTop {
	text-decoration:none;
	line-height:40px;
	height:40px;
	display:inline-block;
	font-size:14px;
}
a.menuTop:link {
	color: #fff;
}
a.menuTop:visited {
	color: #fff;
}
a.menuTop:hover {
	color: #fff;
	text-decoration:underline;
}
a.menuTop:active {
	color: #fff;
}
div.bigTab {
	width:50%;
	height:43px;
	text-align:center;
	line-height:49px;
	overflow:hidden;
	background:url(/img/bigButtonsBg.gif) repeat-x;
	cursor:pointer;
	color: #dceff8;
	text-shadow:rgba(0,0,0,0.2) -1px -1px;
	font-size:18px;
}
div.tabInactive {
	background-position:0 -43px;
	color:#9e9e9e;
	text-shadow:none;
}
div.industriesList {
	padding: 15px 0 0 0;
	margin-top:15px;
	color: #054f78;
	font-size:14px;
}
div.industriesList div ul {
	list-style-type:none;
	padding: 0;
	margin: 0 0 0 10px;
}
#newsFront small, #newContent small {
	color:#999;
	padding-top:10px;
	display:inline-block;
	font-size:11px;
}
#newsFront h5 {
	font-size:1.2em;
	padding:0;
	margin:3px 0;
	font-weight:normal;
}
#newsFront {
	margin-top: 10px;
}
#newContent h5 {
	font-size:12px;
	padding:0;
	margin:3px 0;
	font-weight:normal;
}
#newContent img {
	margin:0 auto;
}
.newImgDiv {
	margin:2px 5px 3px 0;
	border:solid 1px #CCC;
	width:100px;
	float:left;
	text-align:center;
}
#newContent h5 {
	padding-top:5px;
}
.smallrect {
	border:1px solid black;
	width:6px;
	height:6px;
	margin:0 3px 0 0;
	display:inline-block;
}
a.gray {
	text-decoration:none;
	color:#555;
}
a.gray:link {
	color: #555;
}
a.gray:visited {
	color: #555;
}
a.gray:hover {
	color: #555;
	text-decoration:underline;
}
a.gray:active {
	color: #555;
}
#mainLeaders table, #mainLeaders tr, #mainLeaders td {
	border-collapse:collapse;
	vertical-align:middle;
}
#mainLeaders img {
	margin:5px 10px 5px 0;
	/*border:1px #CCC solid;*/
}
.vacancyContainer {
	overflow:hidden;
	white-space:nowrap;
}
.vacancyLineOne {
	border-bottom:1px solid #CCC;
	padding-bottom:1px;
}
.vacancyLineOne a {
	text-decoration:none;
}
.vacancyLineOne a:link {
	color:#0E245F;
}
.vacancyLineOne a:visited {
	color:#2C5A94;
}
.vacancyLineOne a:hover {
	color:#C03;
}
.vacancyLineOne a:active {
	color:#F33;
}
.vacancyLineTwo {
	padding-bottom:1px;
	margin-bottom:5px;
	font-size:10px;
}
.vacancyLineTwo a {
	text-decoration:none;
}
.vacancyLineTwo a:link {
	color:#369;
}
.vacancyLineTwo a:visited {
	color:#4A6888;
}
.vacancyLineTwo a:hover {
	color:#339;
}
.vacancyLineTwo a:active {
	color:#36C;
}
.vacancyPosition {
	overflow:hidden;
	width:75%;
	text-overflow: ellipsis;
}
.vacancySalary {
	float:right;
	font-size:11px;
	color:#C00;
}
.vacancyDate {
	overflow:hidden;
	color:#999;
}
.vacancyCompany {
	float:right;
}

table.special-employee-table {
	border-collapse:collapse; 
	width:100%; 
	table-layout:fixed;
	background:#e8f3e8;
}
table.special-employee-table tr td {
	padding:10px;
	vertical-align:top;
}

div.subLinks {
}
a.subLinks {
	font-size:13px;
	border-bottom:1px #06F dashed;
	display:inline-block;
}
.newsDate {
	text-align:right;
	margin:5px 0;
}
div.cartContainer {
	position:absolute;
	top:0;
	left:50%;
}
h2.pay {
	color:#C03;
	clear:both;
}
.newsDate h2 {
	margin:0;
	padding:2px 5px;
	color:#fff;
	background:#CDC9C2;
}
.block {
	margin-bottom:0;
	overflow:hidden;
}
p {
	padding:0;
	margin:0 0 6px 0;
}

#publications .odd {
}
#publications .even {
	background:#f3f3f3;
}
#publications p {
	margin:0 0 10px 0;/*clear:both;*/
}
#publications img {
	margin:0;
	padding:0;
	float:left;
	margin:0 10px 5px 0;
	border:1px solid #999;
}
#top-pub-menu {
	position:relative;
	top:-25px;
	margin-bottom:-15px;
}
#top-pub-menu ul {
	margin:0;
	padding:0 10px;
	text-align:center;
}
#top-pub-menu ul li {
	background:url('/img/pub_menu_bg.gif') top repeat-x;
	height:44px;
	line-height:44px;
	color:#363636;
	font-size:13px;
	display:inline-block;
	padding:0 10px;
	margin:0;
}
#top-pub-menu ul li a {
	line-height:44px;
	display:inline-block;
}
.pub-menu-highlight {
	background-position:0 -44px !important;
}
#top-pub-menu ul li:first-child {
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
#top-pub-menu ul li:last-child {
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}
h3 {
	font-size:14px;
}
#publications h3 {
	margin:0 0 10px 15px;
	padding:0;
	font-size:14px;
	color:#339;
	font-weight:normal;
}
#publications br {
	margin:0;
	padding:0;
}
#publications a {
	text-decoration:underline;
}
#publications a:link {
	color:#0675B0;
}
#publications a:visited {
	color:#294176;
}
#publications a:hover {
	color:#339;
}
#publications a:active {
	color:#36C;
}
div.msgbox {
	position: relative;
	width:80%;
	background-repeat: repeat-x;
}
div.msgleft {
	padding:5px 2px 5px 20px;
	background-image:url(../img/gradient_lightgray.gif);
	background-color:#dbdbdb;
	margin-bottom:5px;
}
div.msgright {
	padding:5px 2px 5px 20px;
	background-image:url(../img/gradient_lightgreen.gif);
	background-color:#bee8c3;
	margin-bottom:5px;
}
div.corner {
	position: absolute;
	overflow:hidden; /* for IE6 */
	width: 4px;
	height: 4px;
	background:url(../img/corners-white-4px.png) no-repeat;
}
div.topright {
	background-position: top right;
	right:0;
	top:0;
}
div.topleft {
	background-position: top left;
	left:0;
	top:0;
}
div.bottomright {
	background-position: -4px -4px; /* bottom left and bottom right just dont work properly in.. guess what */
	right:0;
	bottom:0;
}
div.bottomleft {
	background-position: 0 -4px;
	left:0;
	bottom:0;
}
div.publications-list {
	background:url(../img/pub_bg.jpg) repeat-x;
	background-position:bottom;
	overflow:hidden;
	padding:5px 10px 2px 10px;
	margin-bottom:-3px;
}
div.pub_details {
	background:url(../img/pub_details_bg.gif) repeat-x;
	height:29px;
	margin:0 0 10px 5px;
	overflow:visible;
	line-height:29px;
	padding:0;
	font-size:10px;
	color:#666;
	text-shadow: white 1px 1px 1px;
}
div.pub_details_corner {
	width:5px;
	height:29px;
	margin:0;
	padding:0;
	position:relative;
	background:url(../img/pub_details_corners.png) no-repeat;
}
div.corner_left {
	float:left;
	margin:0 5px 0 -5px;
	background-position:left;
}
div.corner_right {
	float:right;
	margin:0 0 0 -5px;
	background-position:right;
}
div.pub_details_empty {
	background:#efefef;
	height:4px;
	border-top:1px solid #dedede;
	margin:0 0 10px 0;
	line-height:0;
}
div.pub_details_corner_empty {
	background:url(../img/pub_details_corners_empty.gif) no-repeat;
	height:4px;
	width:4px;
	bottom:0;
}
div.corner_left_empty {
	float:left;
	background-position:left;
}
div.corner_right_empty {
	float:right;
	background-position:right;
}
#loginControls form {
	padding:0 15px;
	margin:0 0 30px 0;
}
#loginControls img {
	padding:0;
	border:none;
}
#loginForm * input.rndd, #miniAuthForm  * input.rndd {
	background:url(../img/input-field.png) bottom;
	vertical-align:top;
	color:#808080;
	width: 158px;
	height: 17px;
	border: 0;
	outline: 0;
}
#miniAuthForm  * input.rndd { 
	text-align:center;
}
div.roundInputContainer {
	vertical-align: bottom;
	margin-right: 10px;
}

#miniAuthForm div.roundInputContainer {
	margin-top:28px;
}

#loginForm span.inputRoundCorner, #miniAuthForm span.inputRoundCorner {
	display:inline-block;
	vertical-align:top;
	width:9px;
	height:19px;
	line-height:19px;
	background:url(/img/input-field.png) no-repeat;
}
#loginForm span.crnL, #miniAuthForm span.crnL {
	background-position: top left;
}
#loginForm span.crnR, #miniAuthForm span.crnR {
	background-position: top right;
}
#keep {
	position:relative;
	top:2px
}
#loginControls {
	padding:17px 0 0 0;
	background:url(../img/login_bg.gif);
	margin: 0 0 15px 0;
	color:#333;
	overflow:hidden;
	width:100%;
}
#loginControls h2 {
	display:inline;
	color:#F90;
	font-weight:normal;
}
#loginControls div.txt {
	border:1px #999 solid;
	margin:0 auto 5px auto;
	height:18px;
	font-size:12px;
	padding-left:5px;
	overflow:hidden;
	background:url(../img/login_input_bg.gif);
}
ul.posList {
	margin:0;
	padding:0;
	overflow:hidden;
}
ul.posList li {
	margin:3px 0;
	padding:0 0 0 12px;
	display:block;
	float:left;
	width:48%;
}
div.cp_main_index {
	padding:0;
	margin:0;
}
div.cp_main_index div {
	display:inline-block;
	width:33%;
	text-align:center;
	margin:0 0 25px 0;
	padding:0;
	border-bottom:#E6EDEE 1px solid;
}
div.cp_main_index div img {
	border:none;
	float:none;
	margin:0;
}
table.cp_biglist {
	text-align:left;
	font-size:11px;
	border-collapse:collapse;
	width:100%;
}
table.cp_biglist td.subHead {
	font-weight:bold;
	text-indent:3em;
	padding:5px 0;
	font-size:1.1em;
}
table.cp_biglist tr:first-child td {
	background:#333;
	color:#CCC;
	font-weight:bold;
	padding:5px 0;
	text-align:center;
}
table.cp_biglist td {
	border-bottom:1px solid #F2F4F7;
	padding:2px 5px;
	vertical-align:top;
}
#loginControls input.txt {
	background:none;
	position:relative; /* fix for <input> bug after applyin pngfix in ie6 (what else?).. */
	border:none;
	height:16px;
	line-height:16px;
	color:#9AA3AF;
	width:100%;
	margin:0;
	outline:0 none;
}
#loginControls h3 {
	color:#336;
	font-size:13px;
	font-style:normal;
	font-weight:bold;
	padding-bottom:2px;
	border-bottom:#666 solid 1px;
	margin:0;
}
#loginControls li, #loginControls ul {
	list-style:none;
	padding-left:10px;
	line-height:1.5em;
	color:#F60;
}
div.twotone-icon {
	display:inline-block;
	height:16px;
	width:16px;
	background:url('/img/twotone.gif') no-repeat;
	vertical-align:middle;
}
div.twotone-black-mail {
	background-position: -102px -172px;
}
div.twotone-black-phone {
	background-position: -155px -189px;
}
div.twotone-black-extlink {
	background-position: -36px -189px;
}
#loginControls ul {
	margin:10px 0;
}
#loginControls ul a {
}
#loginControls ul a:link {
	color:#339;
}
#loginControls ul a:visited {
	color:#339;
}
#loginControls ul a:hover {
	color:#339;
}
#loginControls ul a:active {
	color:#339;
}
.green {
	color:#55b84e;
}
a.green {
}
a.green:link {
	color:#063;
}
a.green:visited {
	color:#063;
}
a.green:hover {
	color:#063;
}
a.green:active {
	color:#063;
}
.fc {
	clear:both;
}
a.passRestore {
	margin-left:10px;
}
a.passRestore:link {
	color:#666;
}
a.passRestore:visited {
	color:#666;
}
a.passRestore:hover {
	color:#666;
}
a.passRestore:active {
	color:#666;
}
a.registerLink {
}
a.registerLink:link {
	color:#039;
}
a.registerLink:visited {
	color:#039;
}
a.registerLink:hover {
	color:#06F;
}
a.registerLink:active {
	color:#039;
}
a.registerHint {
	margin-left:3px;
	position:relative;
	bottom:2px;
}
a.registerHint:link {
	color:#3CF;
}
a.registerHint:visited {
	color:#3CF;
}
a.registerHint:hover {
	color:#3CF;
}
a.registerHint:active {
	color:#3CF;
}
#paginator {
	height:21px;
	line-height:21px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
}
#paginator * {
	text-shadow:#aaa -1px -1px;
}
.p_round_l {
	background:url(../img/paginator_e.gif) no-repeat;
}
.p_round_l, .p_round_r {
	display:inline-block;
	width:10px;
	height:21px;
	line-height:21px;
}
.p_round_r {
	background:url(../img/paginator_e.gif) -10px 0 no-repeat;
}
.p_bar {
	background:url(../img/paginator_b.gif) repeat-x;
	display:inline-block;
	height:21px;
	padding:0 5px;
}
.p_barC {
	background:url(../img/paginator_c.gif) repeat-x;
	display:inline-block;
	height:21px;
	padding:0 5px;
}
.p_el {
	background:url(../img/paginator_e.gif) 0 -21px no-repeat;
}
.p_el, .p_er {
	display:inline-block;
	width:4px;
	height:21px;
	line-height:21px;
}
.p_er {
	background:url(../img/paginator_e.gif) -4px -21px no-repeat;
}
#paginator a {
	text-decoration:none;
}
#paginator a:link {
	color:#FFF;
}
#paginator a:visited {
	color:#FFF;
}
#paginator a:hover {
	color:#6FF;
}
#paginator a:active {
	color:#FFF;
}
#kwSearch {
	background:white;
	border:1px solid #9C3;
	overflow:hidden;
}
#quicksearchTop {
	background:url(../img/diagonalse6e6e6.png);
	padding:0 8px 0 4px;
	margin-bottom:15px;
	border:1px #A8B5CC;
	border-style:none solid solid solid;
	overflow:hidden;
}
a.qs_off {
	text-decoration:none;
	font-size:11px;
	display:inline-block;
	margin:0 0 3px 0;
	border:1px solid #bbb;
	background:url(../img/diagonalse6e6e6.png);
	width:100%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
a.qs_off:link {
	color:#333;
}
a.qs_off:visited {
	color:#333;
}
a.qs_off:hover {
	border-color:#09557b;
	color:#333;
	background:#E9F0FC;
	text-decoration:none
}
a.qs_off:active {
	color:#333;
}
a.qs_on {
	border:#09557b 1px solid;
	background:url(../img/diagonalsae1e2c.gif);
}
a.qs_on:link {
	color:#fff;
}
a.qs_on:visited {
	color:#fff;
}
a.qs_on:hover {
	color:#fff;
	border:#09557b 1px solid;
	background:#36C;
}
a.qs_on:active {
	color:#fff;
}
div.resumeResult {
	overflow:hidden;
	margin:6px 0;
	padding-bottom:5px;
	border-bottom:#D6E4F5 1px solid;
	text-decoration:none
}
.resumeResult h2 {
	font-size:14px;
	margin:0;
	padding:0;
}
.resumeResult sub {
	font-size:11px;
	color:#666;
	display:block;
	clear:both;
}
.vHL {
	margin-bottom:3px;
	padding-top:5px;
	font-weight:bold;
}
div.right_lnk {
	overflow:hidden;
	line-height:29px;
	height:29px;
	margin-bottom:10px;
}
div.right_lnk a {
	text-decoration:none;
	color:#fff;
	font-size:14px;
	margin-left:15px;
	font-weight:bold;
}
div.right_lnk a:link {
	color:#fff;
}
div.right_lnk a:visited {
}
div.right_lnk a:hover {
	text-decoration:underline;
}
div.right_lnk a:active {
}
table.tblStyle1 {
	border-collapse:collapse;
	margin:0;
	padding:0;
}
table.tblStyle1 td {
	padding:2px 8px;
	border-bottom:3px solid white;
}
table.tblStyle1 tr {
	background:#f5f5f5;
}
tr.tblStyle1Header td {
	background:url(../img/diagonalsae1e2c.gif);
	color:#f5f5f5;
	padding:9px 5px;
	font-weight:bold;
}
.resumeResult p {
	margin:0;
	padding:0;
	color:#333;
}
.resumeResult .resInfo {
	color:#666;
	font-size:11px;
	margin:5px 0 0 0;
	padding:0;
}
.resumeResult img {
	float:left;
	margin:0;
	padding:0;
}
tr.r_grp {
	background:url(../img/diagonalsae1e2c.gif);
	color:#ae1e2c;
	font-weight:bold;
}
.hide {
	display:none;
}
tr.r_grp td {
	padding:5px 15px;
	border-top:10px solid white;
	border-bottom:1px solid #bbb;
}
.archRow {
	display:none;
}
table.resumeInfo {
	width:100%;
	text-align:left;
	margin:0;
	padding:0;
	border:none;
	clear:both;
}
table.resumeInfo td {
	padding:2px 5px;
}
table.resumeInfo td.section {
	font-weight:bold;
	font-size:13px;
	padding:15px 0 10px 30px;
	color:#36C;
}
.multiTemplate {
	background: #ebebeb;
	margin-bottom: 10px;
}
.multiTemplate h6 {
	background: #d6d6d6;
	color: #333;
	border-bottom: 1px solid #ebebeb;
	cursor:pointer;
	font-size: 12px;
	font-weight:normal;
	margin:0;
	padding: 3px 4px;
	text-align: left;
}
.multiTemplate h6 span {
	color: #13578c;
}
.multiTemplate div {
	background: url('/img/diagonalse6e6e6.png');
	padding: 15px 5px;
	overflow:hidden;
	display: none;
}
.multiTemplate div input {
	width:95%;
}
.multiTemplate div textarea {
	width:95%;
	height:200px;
}
div.cons-q {
	margin-bottom:10px;
	border-bottom:1px dotted #ccc;
	overflow:hidden;
}
p.tags {
	font-size:11px;
	width: 70%;
}
p.tags span {
	white-space: nowrap;
}
p.tags span, .tags-right {
	padding-right:15px;
}
.tags-right a {
}
.tags-right {
	color:#999;
	white-space: nowrap;
}
p.tags span a {
	color:green;
}
p.tags span a:link {
	color:green !important;
}
p.tags span a:visited {
	color:green !important;
}
p.more {
	font-weight:bold;
	text-align: right;
	float:right;
	width: 25%;
}
p.more small {
	font-weight: normal;
	color:#666;
}
div.cvSearchItem {
	margin-top:5px;
	font-size:11px;
	color:#333;
}
.cvSearchCompany {
}
.cvSearchPos {
	font-weight:bold;
}
#quizForm ul li {
	background:none;
	padding:0 0 0 25px;
	text-indent:-25px;
	margin:0;
}
table.table-style-10 {
	width:100%;
	border:0;
	border-collapse:collapse;
	font-size:12px;
}
table.table-style-10 tr.header td {
	font-weight:bold;
	font-size:1.2em;
	color:#2E6CB8;
}
table.table-style-10 tr.smalltext td {
	font-size:11px;
}
table.table-style-10 * ul {
	list-style-type:square;
	margin-left:1.5em;
	padding-left:0;
}
table.table-style-10 * ul li {
	margin:0 0 5px 0;
	padding:0;
	background: none;
}
table.table-style-10 * td {
	vertical-align:top;
}
table.table-style-10 tr.param td {
	text-align:center;
}
table.table-style-10 tr.subheader td, table.table-style-10 tr td.subheader {
	text-align:left;
	font-weight:bold;
	color:#ae1e2c;
	border-bottom: 1px solid #ebebeb;
	vertical-align:top;
}
.textboxlist {
	font: 11px "Lucida Grande", Verdana;
	cursor: text;
}
.textboxlist-bits {
	list-style-type: none !important;
	zoom: 1;
	overflow: hidden;
	margin: 0 0 10px 0 !important;
	height:24px !important;
	padding: 3px 4px 0 !important;
	border: 1px solid #ccc !important;
*padding-bottom: 3px !important;
}
.textboxlist-bit {
	list-style-type: none !important;
	background-image: none !important;
	float: left;
	display: block;
	padding: 0 20px 0 10px !important;
	margin: 0 5px 3px 0 !important;
	cursor: default;
}
.textboxlist-bit-editable {
	border: 1px solid #fff !important;
}
.textboxlist-bit-editable-input {
	border: 0 !important;
	padding: 2px 0;
*padding-bottom: 0;
	height: 14px !important;
	font: 11px "Lucida Grande", Verdana;
}
.textboxlist-bit-editable-input:focus {
	outline: 0;
}
.textboxlist-bit-box {
	position: relative;
	line-height: 18px;
	padding: 0 5px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	border: 1px solid #CAD8F3;
	background: #DEE7F8;
	cursor: default;
}
.textboxlist-bit-box-deletable {
	padding-right: 15px;
}
.textboxlist-bit-box-deletebutton {
	position: absolute;
	right: 4px;
	top: 6px;
	display: block;
	width: 7px;
	height: 7px;
	font-size: 1px;
	background: url('/img/close.gif');
}
.textboxlist-bit-box-deletebutton:hover {
	border: none;
	background-position: 7px;
	text-decoration: none;
}
.textboxlist-bit-box-hover {
	background: #BBCEF1;
	border: 1px solid #6D95E0;
}
.textboxlist-bit-box-focus {
	border-color: #598BEC !important;
	background: #598BEC !important;
	color: #fff !important;
}
.textboxlist-bit-box-focus .textboxlist-bit-box-deletebutton {
	background-position: bottom;
}
.textboxlist-autocomplete {
	position: absolute;
	left:33%;
	width: 60% !important;
	margin-top:-10px;
}
.textboxlist-autocomplete-placeholder, .textboxlist-autocomplete-results {
	opacity: 0.9;
	filter: alpha(opacity=90);
	background: #eee;
	-webkit-box-shadow: 0 3px 3px #ccc;
	-moz-box-shadow: 0 3px 3px #ccc;
	box-shadow: 0 3px 3px #ccc;
	border: 1px solid #999;
	border-top: none;
	display: none;
}
.textboxlist-autocomplete-placeholder {
	padding: 5px 7px;
}
.textboxlist-autocomplete-results {
	margin: 0;
	padding: 0;
}
.textboxlist-autocomplete-result {
	margin: 0;
	padding: 5px !important;
	list-style-type: none !important;
	background-image: none !important;
	background: #eee;
}
.textboxlist-autocomplete-result-focus {
	background: #C6D9E4 !important;
}
.textboxlist-autocomplete-highlight {
	background: #EEF0C4 !important;
	font-weight: bold !important;
}
div.jMyCarousel .prev, #btnPrev {
	width:104px;
	height:80px;
	border:0;
	position:absolute;
	left:0;
	top:0;
	z-index:1000;
	background: url('/img/partnersNav.png') no-repeat;
	background-position: 0 -80px;
}
div.jMyCarousel .next, #btnNext {
	width:104px;
	height:80px;
	border:0;
	position:absolute;
	right:0;
	top:0;
	z-index:1000;
	background: url('/img/partnersNav.png') no-repeat;
	background-position: -104px -80px;
}
#scrollerContainer {
	height: 80px;
	width:100%;
	position:relative;
	top:10px;
}
div.jMyCarousel ul {
}
div.jMyCarousel ul li {
	margin:0px;
	line-height:0px;
	padding:0;
}
div.jMyCarousel ul li a { /* in case of link */
	display:block;
	margin:0 auto;
	line-height:70px;
	margin: 0 auto 0 auto;
}
div.jMyCarousel ul li img {
	display:inline;
	border:0px;
	vertical-align:middle;
}
div.alignHelper {
	display:inline-block;
	vertical-align:middle;
	height:70px;
	width:1px; /* If set to zero, does not work with Opera */
}
.balloonDescript {
	display:none;
}
#partnerInfo {
	display:none;
	color:black;
	position:absolute;
	width:243px;
	min-height:15px;
	z-index:1000;
}
#partnerInfo .top, #partnerInfo .bottom {
	width:243px;
	background:url(/img/bubble.png) left no-repeat;
}
#partnerInfo .top {
	height:13px;
	background-position:0 0;
}
#partnerInfo .content {
	padding: 0 15px;
	background:url(/img/bubble.png) right repeat-y;
	border:0;
}
#partnerInfo .bottom {
	height:22px;
	background-position:left bottom;
}
.carouselItem {
	height:70px;
	width:101px; /* 100px + 1px Opera fix (see above) */
	text-align:center;
	margin-right:20px;
	position:relative;
}
.fancySelectTitle {
	font-size:14px;
	line-height:2em;
	white-space:nowrap;
}
.fancySelectTitle a {
	text-decoration:none !important;
}
.fancySelectTitle a span.text {
	border-bottom:1px dashed;
}
.fancySelectTitle a div.arr {
	width:0;
	height:0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #27688c;
	border-bottom: 0;
	display:inline-block;
	position: relative;
	top:1px;
}
.fancySelectMenu {
	/*padding:10px;*/ /* cannot be used due to incorrect calculation of element position in IE  */
	background: #e5e5e5;
	border: 1px solid #27688c;
	position: absolute;
	display:none;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dadada');
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#dadada)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #ededed, #dadada); /* for firefox 3.6+ */
}
.fancySelectMenu p {
	margin:5px 0px;
	font-size:14px;
}
.fancySelectMenuInner {
	margin:15px 10px;
}
.fancySelectMenuActive {
	font-weight:bold;
	border-bottom:1px dotted;
	text-decoration:none;
}
.ui-dropdownchecklist {
	height: 20px;
	border: 1px solid #ddd;
	border-right: 0;
	background: #fff url(/img/dropdown.png) no-repeat center right;
}
.ui-dropdownchecklist-hover, .ui-dropdownchecklist-active {
	background-image: url(/img/dropdown_hover.png);
	border-color: #5794bf;
}
.ui-dropdownchecklist-text {
	height: 20px;
	color: black;
	padding-left: 5px;
	line-height: 20px;
	margin-right: 17px; /* background dropdown.png image */
}
.ui-dropdownchecklist-dropcontainer {
	background-color: #fff;
	border: 1px solid #999;
}
.ui-dropdownchecklist-item {
}
.ui-dropdownchecklist-item-hover {
	background-color: #39f;
}
.ui-dropdownchecklist-item-disabled label {
	color: #ccc;
}
.ui-dropdownchecklist-item-hover .ui-dropdownchecklist-text {
	color: #fff;
}
.ui-dropdownchecklist-group {
	font-weight: bold;
	font-style: italic;
}
.ui-dropdownchecklist-indent {
	padding-left: 20px;
}

.fancyCheckbox {
/*	cursor:pointer;*/
	display:block;
	margin-bottom:0 0 5px 0;
}

.fancyCheck {
	background: url('/img/checkbox.png') no-repeat;
	background-position:0px 0px;
	height:20px;
	width:17px;
	display:inline-block;
	vertical-align:top;
	margin-top:-3px;
}
.fancyCheckOff {
	background-position: 0px 0px;
}
.fancyCheckHover {
	background-position: 0px -20px;
}
.fancyCheckOn {
	background-position: 0px -40px;
}
.hidden {
	position:absolute;
	left:-1000px;
}

#modalAuth {
	width:220px;
	padding:30px 20px;
	display:none;
	position:absolute;
	border:1px solid #ccc;
	z-index:1000;
	background:#e4e4e4;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 9px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 9px rgba(0,0,0,0.5);
	box-shadow: 0 0 9px rgba(0,0,0,0.5);
	font-size:14px;
	text-align:center;
}

.simplemodal-overlay {
	background:#333;
}

.partnerListImg {
	height:auto; 
	width:auto; 
	max-width:100px; 
	max-height:60px;
}

.spec-emp-colorblock {
	overflow:hidden;
	margin:25px 0 0 0;
}

.spec-emp-colorblock p.preheader {
	font-size:11px;
	color:#666;
	margin:0 0 2px 10px !important;
	padding:0;
}

.spec-emp-colorblock .header-container {
	height:22px;
	overflow:hidden;
	font-size:17px;
	line-height:22px;
}

.spec-emp-colorblock .header-container .ttl {
	float:left;
	width:60%;
	background:#36C;
	color:white;
	padding-left:10px;
	position:relative;
	overflow:hidden;
	font-size: 17px;
}

.spec-emp-colorblock .header-container .prc {
	float:right;
	color:#848484;
	font-size: 17px;
}

.spec-emp-colorblock .blockbody {
	background:#f6f6f6;
	overflow:hidden;
	padding:15px;
}

.bottomshadow {
	border-top:1px solid green; 
	height:9px; line-height:9px; 
	background:url(/img/special_employee_shadow.png) repeat-x;
}

.spRedLink a {
	padding:2px 5px;
}
.spRedLink a:link {
	color:red !important;
}
.spRedLink a:visited {
	color:red !important;
}
.spRedLink a:hover {
	color:white !important;
	background:#ae1e2c;
	text-decoration:none !important;
}
.spRedLink a:active {
	
}

.slidePanel {display:none; margin-top:15px;}

