@import url("/common/styles-profile.css");
@import url("/common/styles-navigator.css");

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #333;
}


a {
	color: #0055ba;
}

#rootEssence a:visited {
	color: #3377c8;
}

a:hover,
#rootEssence a:hover {
	color: #3377c8;
}


.underlineOver a {
	text-decoration: none;
}

.underlineOver a:hover {
	text-decoration: underline;
}


a.anchor {
	color: #333;
}


*:focus {
	outline: none;
}


h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.17em;
}

h4,
h5,
h6 {
	font-size: 1em;
}


h1,
h1 a.anchor {
	color: #333;
}

h2,
h3,
h4,
h5,
h6,
h2 a.anchor,
h3 a.anchor,
h4 a.anchor,
h5 a.anchor,
h6 a.anchor {
	color: #1a1d32;
}


hr {
	height: 1px;
	background: #eee;
	color: #eee;
}


.spacerGlobal,
.spacerColumn {
	display: block;
	height: 2px;
	overflow: hidden;
	margin: 0 0 -2px;
	font-size: 1px;
}

.spacerGlobal {
	width: 999px;
}

.spacerColumn {
	width: 300px;
}


*.gray,
*.gray *,
.gray a {
	color: #676767 !important;
}

a.gray:hover,
.gray a:hover,
.gray a:hover * {
	color: #0055ba !important;
}


*.silver,
*.silver *,
.silver a {
	color: #999 !important;
}

a.silver:hover,
.silver a:hover,
.silver a:hover * {
	color: #0055ba !important;
}


#rootHeader {
		margin: 0 29px;
	padding: 22px 0 0;
	cursor: default;
}


#logotype {
	display: block;
	padding: 7px 6px;
}

#logotype img {
	vertical-align: bottom;
}


#newsTicker {
	margin: 0 7px;
}

#newsTicker * {
	overflow: hidden;	white-space: nowrap;
	cursor: default !important;
}

#newsTicker a {
	text-decoration: none;
	cursor: pointer !important;
}

#newsTicker a:hover {
	text-decoration: underline;
}

.newsTicker {
	width: 100%;
	height: 1.4em;
	overflow: hidden;
	font: 14px/16px Arial, sans-serif;
	}


#register {
	height: 19px;
	overflow: hidden;
	margin: 0 6px 18px;
}

#register span {
	margin: 0 4px 0 0;
}


#telephone {
	padding: 0 6px;
	position: relative;
	right: -2px;
}

#telephoneIcon {
	width: 10px;
	height: 18px;
	overflow: hidden;
	margin: 0 8px 0 0;
	background: url("/i/telephone.gif");
}

#telephoneNumber {
	color: #808080;
	font: normal 22px/22px Arial, sans-serif;
}


#rootHeader .rectangle {
	height: 44px;
	overflow: hidden;
	margin: 22px 0 0;
	background: #105eb1 0 0 url("/i/menu-item.gif") repeat-x;
}


#rootMenu {
		padding: 0 1px 0 0;
	background: right -484px url("/i/menu-item.gif") no-repeat;
}

.menuItem a {
	display: block;
	width: 100%;
	height: 44px;
	overflow: hidden;
	background: 0 -888px url("/i/menu-item.gif") repeat-x;
	color: #fff !important;
	font: normal 15px/15px Arial, sans-serif;
	text-decoration: none;
	white-space: nowrap;
}


.menuItem strong {
	display: block;
	background: 0 -44px url("/i/menu-item.gif") no-repeat;
	font-weight: normal;
}

.menuItem span {
	display: block;
	padding: 14px 17px 88px;
	background: right -88px url("/i/menu-item.gif") no-repeat;
}

.menuItemFirst span {
	padding: 0 16px 88px !important;
}


.menuItemNow {
}

.menuItemNow a {
	background-color: #4ccdf4 !important;
	background-position: 0 -132px !important;
}

#homepage .menuItemNow a {
	cursor: default;
}

.menuItemNow strong {
	background-position: 0 -176px !important;
}

.menuItemNow span {
	background-position: right -220px !important;
}


.menuItemFirst strong {
	background-image: url("/i/blank.gif") !important;
}


.menuItem a:hover {
	background-color: #2a7cc4;
	background-position: 0 -264px;
}

.menuItem a:hover strong {
	background-position: 0 -308px;
}

.menuItem a:hover span {
	background-position: right -352px;
}


.menuItem a:active {
	background-color: #2a7cc4;
	background-position: 0 -264px;
}

.menuItem a:active strong {
	background-position: 0 -396px;
}

.menuItem a:active span {
	padding-top: 15px;
	background-position: right -440px;
}

.menuItemFirst a:active span {
	padding-top: 1px !important;
}

#homepage .menuItemFirst a:active span {
	padding-top: 0 !important;
}


#search {
	width: 293px;
	height: 28px;
	margin: 8px;
	background: #fff 0 0 url("/i/search.gif") no-repeat;
	white-space: nowrap;
}

#searchForm {
	width: 293px;
	height: 28px;
	background: right -28px url("/i/search.gif") no-repeat;
	cursor: default;
}

#searchInput {
	padding: 0 0 0 8px;
	vertical-align: middle;
}

#searchInput input {
	width: 257px;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: -1px;
	background: transparent;
	color: #4c4c4c;
	border: none;
	font-size: 14px;
	cursor: text;
}

#searchButton {
	height: 28px;
	vertical-align: top;
}

#searchButton input {
	width: 28px;
	height: 28px;
	margin: 0;
	padding: 0;
	color: #4c4c4c;
	font-size: 14px;
	cursor: pointer;
}


#rootContent {
		margin: 0 29px;
	padding: 22px 0 5px;
}

#homepage #rootContent {
	padding: 10px 0;
}


#rootEssence {
		margin: 0 7px;
}


#rootFooter {
		margin: 20px 29px 0;
	padding: 0 0 29px;
	cursor: default;
}

#rootFooter .rectangle {
	background: #ededed top url("/i/gradient/1.gif") repeat-x;
}

#rootFooter .rectangle .b {
	background: bottom url("/i/gradient/2.gif") repeat-x;
}

#rootFooter .rectangle .lt {
	background: 0 0 url("/i/gradient/2.gif") no-repeat;
}

#rootFooter .rectangle .rt {
	background: right -500px url("/i/gradient/2.gif") no-repeat;
}

#rootFooter .rectangle .lb {
	background: 0 bottom url("/i/gradient/3.gif") no-repeat;
}

#rootFooter .rectangle .rb {
		padding: 18px 24px;
	background: right bottom url("/i/gradient/4.gif") no-repeat;
}

#rootFooter td.separator {
	width: 80px;
	background: center center url("/i/line/1.gif") repeat-y;
}

#rootFooter td.separator .spacer {
	width: 80px;
}

#rootFooter img {
	vertical-align: bottom;
}

#rootFooter strong.parent {
	display: block;
	padding: 0 0 1em;
	font-size: 0.95em;
	font-weight: normal;
	text-transform: uppercase;
}

#rootFooter ul {
	margin: 0;
	padding: 0 0 18px;
	font-size: 0.95em;
}

#rootFooter li {
	margin: 0;
	padding: 0 0 0.45ex;
	background: none;
}


#update {
	padding: 1px 0 0;
}


#copyright {
	margin: 15px 0 0;
}

#hintSource {
}

#hintCopy {
	margin: 0 0.45em 0 0;
	padding: 0 0 1px;
	color: #999;
	line-height: 1.1em;
}

#hintName {
	display: block;
	padding: 0 0 1px;
	color: #aaa;
	line-height: 1.1em;
	text-decoration: none !important;
	cursor: wait;
}

#hintSource.on #hintName {
	background: left bottom url("/i/hint/underline.gif") no-repeat;
	color: #999;
	cursor: pointer;
}

#hintSource.on #hintName:hover {
	background-position: -500px bottom;
	color: #0055ba;
}

#hintSource.on #hintName.now {
	background: none;
	color: #999 !important;
	cursor: default;
}


#hint {
	width: 388px;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 7001;
	margin: 0 0 0 -15px;
	padding: 0 0 5px;
	cursor: default;
}

#hintClose {
	width: 15px;
	height: 15px;
	overflow: hidden;
	position: absolute;
	margin: 5px 0 0 367px;
	font-size: 1px;
	background: center 4px url("/i/hint/close.gif") no-repeat;
	cursor: pointer;
}

#hintClose.on {
	background-position: center -46px;
}

#hint_t,
#hint_b {
	width: 388px;
	height: 4px;
	overflow: hidden;
	margin: 0;
	font-size: 1px;
}

#hint_b {
	height: 5px;
}

#hint_t em,
#hint_b em {
	display: block;
	width: 388px;
	height: 509px;
	background: left top url("/i/hint/skin.png") no-repeat;
}

#hint_t em {
	margin: -500px 0 0;
}

#hint_b em {
	margin: -504px 0 0;
}

#hint_c {
	width: 388px;
	background: left top url("/i/hint/skin.png") no-repeat;
}

#hintContent {
		padding: 7px 15px 10px;
	text-align: left;
}

#hintContent div,
#hintContent a {
	color: #fff !important;
}

#hintContent a:hover {
	color: #d2e2f1 !important;
}

#hintContact {
		padding: 0 0 0.75em;
	font-size: 1.17em;
}

#hintContent .rectangle {
	margin: 0.75ex 0 3ex;
}

#hint_c a {
	position: relative;
}

#profile {
	padding: 0 2.5em 0 0;
}

#profileAddress,
#profileContacts {
	margin: 0;
}

#profileAddress {
	padding: 0 2em 0 0;
}


#profileRegistration {
	margin: 1.1ex 0 0;
}


#brick {
	height: 17px;
	overflow: hidden;
	margin: 15px 0 0;
}


#rootList {
		margin: 0 22px 0 0;
	background: #14c1f6;
}

#rootList .rectangle {
		padding: 17px;
}

#rootList p {
	margin: 0;
	padding: 0 0 7px;
	color: #fff;
	font-size: 1.17em;
	text-transform: uppercase;
}

#rootList ul {
	margin: 0 0 0 1px;
	padding: 0 0 1px;
}

#rootList ul ul {
	margin: 0.85em 0 1.5em 1.25em;
	padding: 0;
}


#rootList a {
	color: #fff;
	text-decoration: none;
}

#rootList a:hover {
	color: #d0f3fd;
	text-decoration: underline;
}


#rootList em {
	font-style: normal;
	font-weight: bold;
}

#rootList strong a {
	color: #d0f3fd !important;
	text-decoration: none !important;
	cursor: default;
}


#rootList ul li {
	background: 0 0.4em url("/i/marker2-ul.gif") no-repeat;
}

#rootList ul li li,
#rootList ul li li li li {
	background: 0 0.4em url("/i/marker2-ul-ul.gif") no-repeat;
}

#rootList ul li li li,
#rootList ul li li li li li {
	background: 0 0.6em url("/i/marker2-ul-ul-ul.gif") no-repeat;
}


#cover {
	height: 264px;
	margin: 0 0 20px;
	background: #abe3ff 0 0 url("/i/cover-background.jpg") no-repeat;
}

#cover .layout {
	height: 264px;
}

#changerPicture {
	height: 264px;
	position: relative;
	z-index: 101;
	margin: 0 0 -264px;
	background: url("/i/blank.gif") no-repeat;
	}

#coverData {
	width: 440px;
	height: 224px;
	position: relative;
	z-index: 102;
	float: right;
	margin: 20px 20px 0 0;
}

#coverData p.background {
	width: 440px;
	height: 224px;
	margin: 0;
	background: url("/i/map.png");
}

#searchJobs {
	margin: -224px 0 0;
	padding: 165px 0 0 26px;
}


#jobsButton {
	width: 154px;
	height: 40px;
	overflow: hidden;
	position: relative;
	z-index: 3101;
}


#jobsData {
	width: 231px;
	position: absolute;
	z-index: 3102;
	margin: -5px 0 0;
	cursor: default;
	visibility: hidden;
	}

#jobsData.open {
	visibility: visible;
}

#jobsData p.t,
#jobsData p.b {
	width: 231px;
	height: 9px;
	overflow: hidden;
	margin: 0;
	font-size: 1px;
}

#jobsData p.t em,
#jobsData p.b em {
	display: block;
	width: 231px;
	height: 14px;
	background: url("/i/rectangle-231.png");
}

#jobsData p.b {
	height: 5px;
}

#jobsData p.b em {
	margin: -9px 0 0;
}

#jobsData .rectangle {
		padding: 9px 14px;
	background: #094fa3;
	border-right: 1px solid #00428a;
}

#jobsData ul {
	margin: 0;
	padding: 0 14px 0 3px;
}

#jobsData ul.scroll {
	height: 420px;
	overflow: auto;
}

#jobsData li {
		margin: 0;
	padding: 0;
	background: none;
}

#jobsData a {
		display: block;
	padding: 0 0 0.95ex;
	color: #fff;
	line-height: 1.17em;
}

#jobsData li.last a {
	padding: 0;
}

#jobsData a:hover {
	color: #cedced;
}


#rootHome {
		margin: 0 17px;
	padding: 6px 0 0;
}

#rootHome h1 {
	margin: 0 0 0.55ex;
	position: relative;
	left: -1px;
	font-size: 3.1em;
	font-weight: normal;
}


#rootNews {
		margin: 29px 17px 0;
}

#rootNews h2 {
	margin: 0 0 19px;
	font-size: 1.17em;
	text-transform: uppercase;
}

#rootNews .more {
	margin: 17px 2px 0;
}


#rootVacancies {
		margin: 0 0 0 30px;
}

#rootVacancies h2 {
	margin: 0 10px 12px;
	font-size: 1.17em;
	text-transform: uppercase;
}

.vacancyItem {
	background: top url("/i/gradient/5.gif") repeat-x;
}

.vacancyItem .lt {
	background: 0 -500px url("/i/gradient/5.gif") no-repeat;
}

.vacancyItem .rt {
		padding: 18px 10px;
	background: right -1000px url("/i/gradient/5.gif") no-repeat;
}

.vacancyName {
	font-size: 1.17em;
}

.vacancySalary {
	padding: 0.25ex 0 0;
	color: #919191;
	font-size: 0.95em;
	line-height: 1.1em;
}

#rootVacancies .more {
	margin: 10px 10px 0;
}



.readonly TR TD INPUT, .readonly TR TD TEXTAREA {
	border: 0px;
	cursor: arrow;
}


.highlight img {
                opacity: 0.32;
}

.highlight img:hover {
                opacity: 1.00;
}


<PUBLIC:COMPONENT URN="urn:msdn-microsoft-com:workshop">
	<PUBLIC:ATTACH EVENT="onmouseover" ONEVENT="on()" />
	<PUBLIC:ATTACH EVENT="onmouseout" ONEVENT="off()" />

	<script language="jscript">
		var opacity;

		function on() {
			element.filters[2].apply();
			opacity = element.filters[1].opacity;
			element.filters[1].opacity = "100";
			element.filters[0].grayscale = "0";
			element.filters[2].play();
		}

		function off() {
			element.filters[2].apply();
			element.filters[1].opacity = opacity;
			element.filters[0].grayscale = "1";
			element.filters[2].play();
		}
	</script>

</PUBLIC:COMPONENT>


