/** START EDITOR **/

body {
	font-size:75%;
	line-height:1.6;
	margin: 5px;
	}

body, h1, h2, h3, a, input, select, option, button, textarea {
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	color: #060606;
	}

h1, h2, h3 	{
	font-style: normal;
	font-weight: bold;
	color: #060606;
	}

h1 { font-size: 150%; }
h2 { font-size: 130%; }
h3 { font-size: 110%; }

h1 a, h2 a, h3 a {
	color: inherit;
	text-decoration: none;
	}

a { text-decoration: none;}
a:hover, a:focus {  }

p { margin: 0; }

.smallText {
	font-size:85%;
}

/** END EDITOR **/


/** BASIC STYLES **/

html, body {
	margin: 0px !important;
	}

body {
	background: url('/image/bg.jpg') no-repeat center top;
	}

body, h1, h2, h3, a {
	color: #FFF;
}

input, select, option, button, textarea {
	color: #060606;
	}

body {
	background-color: #060606;
	text-align:center;
	}

form {
	margin:0px;
	padding:0px;
}

form legend {
	font-weight: bold;
	width: 300px;
	margin: 0;
	}
form p.requiredField {
	}
form p.missing {
	}
form *:focus {
	}
form p input,
textarea,
form table input {
	border: 1px solid #aaaaaa;
	font-size: 100%;
	width: 31.8em;
	height: 8em;
	margin-left: -2px;
	}

form fieldset {
	margin: 1em 0 0 0;
	border: 0;
	padding: 0;
	}

form p {
	overflow: auto;
	clear: both;
	margin-bottom:5px;
	overflow-x: hidden;
	}

form label {
	display: block;
	width: 130px;
	float: left;
	font-weight:bold;
	}
form p input, form table input {
	display: block;
	width: 130px;
	float: left;
	height:auto;
	}
form span.state, #vacancyOverview span.state {
	width:13px;
	height:18px;
	float: right;
	display: block;
	/*
	margin-left:27px;
	*/
	background-image:url(/image/state-empty.png);
	background-position: left 3px;
	background-repeat:no-repeat;
	}

#vacancyOverview span.state {
	float:right;
	position:relative;
	margin-right:79px;
	background-position: left 3px;
}
form span.stateError, #vacancyOverview span.stateError {
	background-image:url(/image/state-red.png);
	}
form span.stateOk, #vacancyOverview span.stateOk {
	background-image:url(/image/state-green.png);
	}
form span.stateAlmostOk, #vacancyOverview span.stateAlmostOk {
	background-image:url(/image/state-yellow.png);
	}

form strong {
	margin-left: 5px;
	}
form input[type='hidden'] {
	display:none;
	}

form input.button {
	background-image:url(/image/btn-submit.png);
	background-position: center center;
	background-repeat:no-repeat;
	width: 62px;
	overflow: hidden;
	height:67px;
	padding-top: 67px;
	border:none;
	background-color:transparent;
	text-indent:62px;
	margin-right:8px;
	cursor:pointer;
	position: absolute;
	display: block;
	zoom: 1;
	right: 0;
	bottom: 0;
	outline:0;
}

form input.button:hover {
	background-image:url(/image/btn-submit-over.png);
	}

a.button {
	background-image:url(/image/btn-submit-small.png);
	background-position: 320px center;
	display:block;
	height:24px;
	background-repeat:no-repeat;
}

li.active a.button, a.button:hover {
	background-image:url(/image/btn-submit-small-over.png);
}

#addVacancy a.button {
	background-image:url(/image/btn-add-vacancy.png);
	background-position: 329px center;
}
#addVacancy a.button:hover {
	background-image:url(/image/btn-add-vacancy-over.png);
}

form {
	position:relative;
	padding-bottom:16px;
}

#submitAlreadyLoggedIn {
	margin-bottom:-10px;
}

#submitAddVacancy, #submitChangeInfo {
	margin-bottom:-3px;
	}

#submitLogin{
	margin-bottom:31px;
}

#submitForgotPassword, #submitRegister, #submitChangePassword {
	margin-bottom:-5px;
	}

/** CLASSES **/

.errorMessage {
	padding-left:40px;
	background-image: url(/image/exclamation.png);
	background-position: left top;
	background-repeat:no-repeat;
	color: red;
	min-height:30px;
	padding-top:5px;
	}

.clearfix {
	display: block;
	height: 0px;
	clear: both;
	line-height: 0;
	}

form div.fields {
	float:left;
	width:300px;
}


/** HEADER **/

#header {
	clear: both;
	text-align:center;
	padding-top:65px;
	padding-bottom:28px;
	}
#logo {
	}

#logo a {
	text-decoration: none;
	}



/** CONTENT - SHARED **/

#container {
	margin:0px auto;
	width:845px;
	text-align:left;
}

#wrapper {
	}

#content {
	}

#columnRight, #columnLeft {
	width:402px;
	float:left;
}

#columnRight {
	margin-left:41px;
}

h2 {
	height:26px;
	background-repeat:no-repeat;
	background-position:right;
	text-indent: -999em;
}

div.box, div.box-empty, div.box-input {
	background-image:url(/image/box-top.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:7px;
	margin-bottom:16px;
}

div.box-empty {
	background-image:url(/image/box-empty-top.png);
}

div.box-input {
	background-image:url(/image/box-input-top.png);
}

div.box div, div.box-empty div, div.box-input div {
	zoom: 1;
	background-image:url(/image/box-bottom.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:7px;
}

div.box-empty div {
	background-image:url(/image/box-empty-bottom.png);
}

div.box-input div {
	background-image:url(/image/box-input-bottom.png);
}

div.box div.forgotPassword {
	padding-bottom:0px;
	background-image:none;
}

div.box div div, div.box-empty div div, div.box-input div div {
	background-image:url(/image/box-middle.png);
	background-repeat:repeat-y;
	padding:16px 0px;
}

div.box div.forgotPassword div {
	padding-bottom:0px;
}

div.box-empty div div {
	background-image:url(/image/box-empty-middle.png);
}

div.box-input div div {
	background-image:url(/image/box-input-middle.png);
}

div.box div div div.content, div.box-empty div div div.content, div.box-input div div div.content {
	background-image:none;
	padding:0px;
	margin-left:23px;
}

div.box-input div div div.content {
	margin-right:0px;
	}

div.box div div div.content div, div.box-empty div div div.content div, div.box-input div div div.content div {
	margin:0px;
	padding:0px;
	background-image:none;
}

div.content p.small, div#forgotPasswordContent p.small {
	width:270px;
}

#register div.content p.small {
	margin-bottom:23px;
}

#forgotPassword a{
	background-image:url(/image/btn-password.gif);
	background-repeat: no-repeat;
	background-position: right;
	height:20px;
	width: 150px;
	display:block;
	margin-top:10px;
}

#forgotPassword a:hover {
	background-image:url(/image/btn-password-over.gif);
	}

#forgotPassword a.open {
	background-image:url(/image/btn-password-open.gif);
}

#forgotPassword a.open:hover {
	background-image:url(/image/btn-password-open-over.gif);
}

div.box #forgotPasswordContent {
	background-image:url(/image/bg-forgot-password.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display:none;
	min-height:70px;
	padding:0px;
	margin:0px;
}

div.box #forgotPasswordContent div {
	background-image:none;
	padding:0px;
	margin:0px;
}

div.box #forgotPasswordContent div.borderPadding {
	border-top:1px solid #060606;
	margin:0px 1px !important;
	padding:10px 0px 0px 22px;
	}

div.box #forgotPasswordContent .fields {
	padding-top:2px;
}

#vacancyOverview div div {
	padding:0px;
}

/** CONTENT - HOMEPAGE **/

#divmediaplayer {
	line-height:0px;
	border:0px;
	font-size:0px;
}

/** CONTENT - EXTRANET **/

#welcome {
	width:240px;
	float:left;
	line-height: 23px;
	}

#welcome span {
	display:block;
	float:left;
	width:100px;
	}
#welcome span.value {
	width:130px;
	margin-left:10px;
}

#logoOverlay {
	width:95px;
	height:95px;
	overflow:hidden;
	background-repeat:no-repeat;
	background-position: center;
	float:left;
	margin-right:15px;
	background-color:#FFF;
}

#viewVacancy p {
	clear:both;
	}

#viewVacancy span, .video span {
	display:block;
	width:125px;
	float:left;
	}
#viewVacancy span.multiline  {
	width:220px;
	word-wrap: break-word;
	}
.video span.multiline {
	width:130px;
}

#chooseProfile .profile {
	clear:both;
	margin-top:10px;
	}
#chooseProfile .first {
	margin-top:0px;
	}

#chooseProfile .player {
	width:120px;
	float:left;
	margin-right:10px;
	}

#chooseProfile .profileInfo {
	float:left;
	width:140px;
	}
#chooseProfile .profileInfo label {
	width:110px;
	}

/** CONTENT - TABS **/
#rotate {
	padding-bottom: 30px;
	position: relative;
	}
ul.tabs {
	bottom: 0;
	margin-bottom: -6px;
	position: absolute;
}

ul.tabs li.last {
	border-right:none;
}

#companyInfo ul.tabs, #viewVacancy ul.tabs {
	margin-left:-22px;
}

#vacancyOverview .content {
	margin-left:1px;
}

#vacancyOverview li {
	clear:both;
	margin-bottom:3px;
	height:23px;
	padding-left:22px;
	padding-top:4px;
	background-image: url(/image/bg-vacancy-overview.gif);
	background-repeat:no-repeat;
}

#vacancyOverview li#addVacancy {
	font-style:italic;
	margin-bottom:0px;
}

#contentAction {
	position: relative;
	padding-bottom:0px !important;
	}


/** TITLES **/

#welcomeTitle {
	background-image: url(/image/titles/welcome.png);
}

#loginTitle {
	background-image: url(/image/titles/login.png);
}

#registerTitle {
	background-image: url(/image/titles/register.png);
}

#infoTitle {
	background-image: url(/image/titles/info.png);
}

#changeInfoTitle {
	background-image: url(/image/titles/change-info.png);
}

#changePasswordTitle {
	background-image: url(/image/titles/change-password.png);
}

#vacancyOverviewTitle {
	background-image: url(/image/titles/vacancy-overview.png);
}

#viewVacancyTitle {
	background-image: url(/image/titles/view-vacancy.png);
}

#addVacancyTitle {
	background-image: url(/image/titles/add-vacancy.png);
}

#changeVacancyTitle {
	background-image: url(/image/titles/change-vacancy.png);
}

#deleteVacancyTitle {
	background-image: url(/image/titles/delete-vacancy.png);
}

#duplicateVacancyTitle {
	background-image: url(/image/titles/duplicate-vacancy.png);
}


/** FOOTER **/

#footer {
	margin-top:26px;
	clear: both;
	text-align:center;
	}

#footer a {
	text-decoration: none;
	}


/** FORMS **/

form label.value {
	width: auto;
	}

form #companyLogo, form #Filedata {
	width:262px;
	}

form p.radio input {
	width:25px;
	border:none;
	}
form p.radio label {
	font-weight:normal;
	}

form .calendarContainer .date-day, form .calendarContainer .date-month {
	width: 20px;
}

form .calendarContainer .date-year {
	width:35px;
}

form .calendarContainer label {
	width:auto;
}

form table.calendarContainer {
	margin-right:11px;
}
