@CHARSET "ISO-8859-1";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,600italic,700italic,400,600,700);

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #f2f3ed url('../images/background-top.jpg') repeat-x left top;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #323033;
}

a {
	color: #4a4b45;
	text-decoration: none;
}

a img {
	border: none;
}

h1 {
	border-bottom: 3px solid #323033;
	font-size: 18px; /* 1.2em */
	word-wrap: break-word;
}

h2 {
	font-size: 17px;
	word-wrap: break-word;
}

h3 {
	font-size: 15px;
	word-wrap: break-word;
}

h4 {
	font-size: 13px;
	word-wrap: break-word;
}

h5, h6 {
    font-size: 11px;
    word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #323033;
}

table {
	border-spacing: 0;
}

table th, table td {
	margin: 0;
	padding: 0;
}

label {
	font-weight: bolder;
}

.main-column {
	width: 976px;
	margin: 0 auto;
	padding: 12px;
}

#login-box {
	width: 1000px;
	margin: 0 auto;
	margin-top: 15px;
	padding: 12px 0 6px 0;
	text-align: right;
	color: #fffdfe;
	font-weight: bolder;
}

#login-box a {
	color: #fffdfe;
	text-decoration: none;
}

#site {
	margin-bottom: 50px;
	background-color: #fff;
	box-shadow: 0px 3px 3px #505050;
	-moz-box-shadow: 0px 3px 3px #505050;
	-webkit-box-shadow: 0px 3px 3px #505050;
}

#head {
}

#logo {
	width: 238px;
	height: 88px;
	float: left;
	border: 1px solid #c0c0c0;
	text-align: center;
}

#add-head {
	width: 728px;
	height: 90px;
	margin-left: 250px;
	margin-bottom: 8px;
}

ul#menu {
	width: 100%;
	height: 38px;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #c0c0c0;
	border-top: 3px solid #414141;
	background-color: #f2f3ed;
	font-size: 15px;
}

ul#menu li {
	float: left;
	text-align: center;
	font-weight: bolder;
}

ul#menu li a {
	line-height: 38px;
	color: #000;
	text-decoration: none;
}

ul#menu li:hover, ul#menu li.active {
	background-color: #91a819;
}

ul#menu li a:hover, ul#menu li.active a {
	color: #fff;
}

#content {
	padding-top: 8px;
}

#foot {
	border-top: 5px solid #f2f3ed;
	margin-top: 15px;
	padding-top: 10px;
	line-height: 18px;
	font-size: 12px;
}

#foot a {
	color: #000;
	text-decoration: none;
}

#foot a:hover {
	text-decoration: underline;
}

#foot #part-container {
	overflow: auto;
}

#foot #part1, #foot #part2, #foot #part3,#foot #part4 {
	float: left;
}

#foot #part1 {
	width: 225px;
}

#foot #part2 {
	width: 305px;
}

#foot #part3 {
	width: 235px;
}

#foot #part4 {
	width: 200px;
}

#foot #part5 {
	min-height: 75px;
	margin-top: 15px;
	text-align: justify;
}

#foot #part5 #logo-simple {
	margin-right: 8px;
	float: left;
	border: 1px solid #c0c0c0;
}

#foot #copyright {
	margin-top: 5px;
	text-align: center;
}

.add-footer {
   width: 730px;
    height: 92px;
    margin: 10px auto;
    overflow: hidden;
}

.section-link {
	text-align: right;
	font-weight: bolder;
}

.section-link a {
	color: #000;
	text-decoration: none;
}

#ariane-line {
	font-size: 0.7em;
	line-height: 0.8em;
	text-transform: uppercase;
	margin-bottom: 5px;
}

#ariane-line span {
	font-size: 1.8em;
}

.add-square {
	width: 300px;
	height: 250px;
	margin: 10px 0;
}

.add-rectangle {
    width: 162px;
    height: 602px;
    margin: 10px 70px;
    margin-top: 25px;
    overflow: hidden;
}

.add-square-b {
    width: 300px;
    height: 600px;
    margin: 10px 0;
}

.add-rectangle-b {
    width: 300px;
    height: 250px;
    margin: 10px 0;
}


.star {
	font-weight: normal;
	font-size: 0.9em;
}

#popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.65;
    z-index: 1000000 !important;
    display: none;
}

#popup {
    position: fixed;
    top: 30%;
    left: 50%;
    width: 350px;
    margin-left: -175px;
    padding: 10px 25px;
    z-index:  1000100;
	background-color: #f2f3f5;
	border: 5px solid #fff;
	border-radius: 4px;
	overflow: visible;
	display: none;
}

#popup h2 {
	border-bottom: 1px solid #e1e1e1;
}

#popup span.button {
    width: 150px;
    height: 35px;
    display: block;
    border: none;
    font-weight: bolder;
    color: #fff;
    cursor: pointer;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
}

#popup .candidate span {
	background-color: #91a819;
}

#popup .recruiter {
	float: right;
}

#popup .recruiter span {
    background-color: #4a4b45;
}

#popup a.close {
	position: absolute;
	top: -13px;
	right: -13px;
}

/** Notifications **/

.valid-icon {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    float: left;
    background-image: url(../images/valid_ico.png);
}

.warning-icon {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    float: left;
    background-image: url(../images/warning_ico.png);
}

.error-icon {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    float: left;
    background-image: url(../images/error_ico.png);
}

.disabled-icon {
    width: 15px;
    height: 15px;
    margin: 0 5px;
    float: left;
    background-image: url(../images/disabled_ico.png);
}

.state-valid, .state-warning, .state-error, .state-disabled {
    margin: 20px;
    padding: 8px 16px;
    line-height: 16px;
}

.state-valid {
    background-color: #d7e6b9;
    border: 1px solid #85c80f;
    border-top: 5px solid #85c80f;
}

.state-warning {
    background-color: #fff5af;
    border: 1px solid #f0d200;
    border-top: 5px solid #f0d200;
}

.state-error {
    background-color: #ffe1e1;
    border: 1px solid #ff2020;
    border-top: 5px solid #ff2020;
}

.state-disabled {
    background-color: #dcdcdc;
    border: 1px solid #646464;
    border-top: 3px solid #646464;
}

#error {
	width: 500px;
	margin: 100px auto;
	text-align: center;
}

.clear-both {
    clear: both;
}
