@charset "utf-8";
/* ------ CSS RESET ------ */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    margin:0;
    padding:0;
    font: 11px/1.5 Tahoma,Verdana, Arial, Helvetica, sans-serif;
}

fieldset,img { 
    border:0;
}

address,caption,cite,code,dfn,em,th,var {
    font-style:normal;
    font-weight:normal;
}

ul {
    list-style:none;
    padding:0;
    margin:0;
}

caption,th {
    text-align:left;
}

h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
    line-height:normal;
}

q:before,q:after {
    content:'';
}
abbr,acronym { border:0;
}

/* ------ CSS RESET END ------ */

/* ------ CSS COMMON ELEMENTS ------ */

body {
    margin:0;
    padding:0;
    background:#fff url(../images/bg_zima.jpg) fixed top center;
}

a {
    outline:none;
    color:#d00022;
    text-decoration:underline;
}

a:hover {
    text-decoration:none;
}

input { 
    padding:0;
    margin:1px;
    font-size: 11px;
}

select { margin:1px; padding:2px; font-size: 11px;}

h2 {
    font:normal 14pt Arial;
    color: #103a6c;
}

h3 {
    color: #042F64;
}

sup {
    vertical-align: baseline;
    font-size: 0.8em;
    position: relative;
    top: -0.4em;
}

.clear { 
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*////// form //////*/
form {
    background: #e1f2fa;
}

form p {
    float: left;
    width: 100%;
    padding-top:5px;
}

form p label {
    width: 165px;
    padding:3px 0 0 5px;
    display: block;
    float: left;
    color: #47607e;
}

form p input {
    border: 1px solid #96a6c5;
    padding:3px;
    float: left;
}

form p textarea {
    padding:3px;
    overflow:auto;
    border:1px solid #96a6c5;
    float:left;
    margin-left:1px;
}

form p input[type=checkbox] {
    width: 16px;
    border:none;
}

form p label.error {
    padding:0;
    display: inline;
    text-align: right;
    color:#d00022;
    font-size:10px;
}

form input.submit, #uploadForm input.submit {
    border: 1px solid #b0b0b0;
    padding:0 10px 0 10px !important;
    background: url(../images/login_btn.gif) repeat-x;
    height: 23px;
    color: #fff;
    cursor:pointer;
}

/* ------ CSS COMMON ELEMENTS END ------ */

/* ------ CSS MAIN DIVS START ------ */

#container {
    width: 980px;
    margin:0 auto;
}
/*//////// header ///////*/
#top {
    background: #fff;
    height: 25px;
    line-height: 25px;
    margin-bottom: 16px;
    padding:0 15px 0 15px;
}

#header {
    height: 166px;
}

#header img {
    border: 3px solid #fff;
}

#logo {
    float: left;
    width: 152px;
    padding-left:14px;
}

#headerimg {
    width: 786px;
    float: right;
}
/*//////// content ////////*/
#content {
    width:974px;
    float:left;
    background:#fff;
    padding:3px;
    margin-bottom:3px;
}

/*///// left side /////*/
#static {
   padding:16px 15px;
}

#left_side {
    width:525px;
    padding:16px 0 0 15px;
}

#left_side p.error, #left_side p.success {
    width:432px !important;
    margin-top:5px;
}

#last_jobs {
    float:left;
    margin-top:15px;
}

#last_jobs li {
    margin-bottom:15px;
    padding-left:20px;
    background:url(../images/dot_blue.gif) 0 50% no-repeat;
}

#last_jobs li h3 {
    font-size:11px;
    font-weight:bold;
    text-transform:uppercase;
    padding-bottom:4px;
}

#last_jobs li p {
    font-size:10px;
    color:#373636;
}

/*///// right side /////*/
#right_side {
    width: 412px;
    float: right;
}

/*///// user panel /////*/
#userpanel {
    background: #badaef;
    height: 38px;
}

#userpanel h2 {
    width: 543px;
    padding: 7px 0 0 15px;
    float: left;
}

#userpanel p {
    width: 400px;
    float: right;
    padding:8px 10px 0 0;
    text-align: right;
}

#userpanel p a {
    color: #103a6c;
}

#loginForm {
    width:396px;
    float:right;
    padding-top:5px;
    background:none;
}

#loginForm input {
    border: 1px solid #1d2a5b;
    width: 140px;
    padding: 4px;
    color: #9f9f9f;
}

#loginForm input.submit {
    width: 70px !important;
    color:#fff;
}
/*////// registration form //////*/
#regForm {
    width: 388px;
    float: right;
    padding:10px 8px 8px 16px;
    margin-top:3px;
}

#regForm h3 {
    font-size:18pt;
    margin:0 0 8px 0 !important;
    padding:0 !important;
}

#regForm p label.error {
    width: 380px;
}

#regForm p input {
    width: 202px;
}

#regForm p textarea {
    width: 202px;
    height:70px;
}

#regForm p input.checkbox {
    width:14px;
    border:none;
}

#regForm p input.submit {
    margin-left:290px;
    width:90px;
}

#regForm p input.reset {
    margin-left:171px !important;
}

#regForm p input.send {
    margin-left:29px !important;
}

/*////// profile form //////*/
#profileForm, #passwordForm, #uploadForm {
    width: 430px;
    float:left;
    padding:10px 8px 8px 16px;
    margin-top:10px;
    color: #47607e;
}

#profileForm p, #passwordForm p, #uploadForm p {
    width:420px !important;
}

#profileForm p label.error, #passwordForm p label.error {
    width:420px;  
}

#profileForm p input, #passwordForm p input {
    width:240px;
}

#profileForm p textarea {
    width:240px;
    height:60px;
}

#profileForm p input.radio {
    width:15px;
    float:none;
    border:none;
}

#profileForm p select {
    width:248px;
    _width:245px;
}

#profileForm p #bdate + img { position:relative; left:400px; top:-19px; }

#profileForm input.submit, #passwordForm input.submit {
    float:right;
    width:100px;
}

/*////// file upload //////*/
#uploadForm {
    width:430px !important;
    background:#e1f2fa;
    float:left;
}

#uploadForm input.submit {
    float:right;
    width:120px;
}

#file_list {
    margin-top:10px;
    width:290px;
}

#file_list li {
    width:99%;
    margin-bottom:5px;
    padding:2px;
    float:left;
}

#file_list li a.del {
    width:40px;
    display:block;
    float:right;
    margin-left:10px;
    display:none;
}

#file_list img {
    vertical-align:middle;
}

#loading {
    background:url(../images/ajax-loader.gif) 0 0 no-repeat;
    width:16px;
    height:16px;
    margin-top:5px;
    display:none;
}

/*////// user page ///////*/
#user_left_side {
    float:left;
    width:190px;
    background:#e1f2fa;
    margin-top:3px;
    padding-bottom:30px;
}

#user_right_side {
    float:right;
    width:752px;
}

#user_right_side h2 {
    float:left;
    width:450px;
    padding-top:16px;
    margin:0;
}

#user_right_side p.error, #user_right_side p.success {
    width:432px !important;
    margin-top:5px;
}

#user_right_side p.title {
    font-weight:bold;
}

#user_right_side a#search_link {
    float:right;
    padding-right:10px;
}

#user_right_side p, #user_right_side div {
    width:450px;
}

#user_menu {
    width:100%;
}

#user_menu li {
    border-bottom:1px solid #9bbbcf;
}

#user_menu li a {
    display:block;
    height:28px;
    padding-left:15px;
    line-height:28px;
    font-size:12px;
    color: #103a6c;
    text-decoration:none;
    font-weight:bold;
}

#user_menu li a:hover, #user_menu li a.selected {  
    background:#badaef;
}

#candForm {
    background:#fff;
}

#help {
    width:230px !important;
    float:right;
    margin-top:3px;
    background:#e1f2fa;
}

#help * {
    width:210px !important;
    padding:10px;
}

/*////// search form /////*/
#searchForm {
    width:740px;
    padding:10px 5px 10px 5px;
    margin-top:10px;
    float:left;
}

#searchForm select {
    padding:2px;
}

/*/////// footer ///////*/
#footer {
    clear: both;
    height: 64px;
    background: #fff;
    margin-bottom:10px;
    padding: 32px 15px 0 15px;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

#footer p {
    padding-bottom: 3px;
}

#footer a{
    color: #000;
}

/*////// msg //////*/

p.error {
    background: #ffebe8;
    padding:5px 10px 5px 10px;
    border: 1px solid #dc3b10;
    width: 360px !important;
    height: auto !important;
}

p.success {
    background: #dfffe0;
    padding:5px 10px 5px 10px;
    border: 1px solid #36af3b;
    width: 360px !important;
    height: auto !important;
}

.clear {
    clear:both;
}

/*////// map //////*/

#map_link {
    float:left;
    width:100%;
    margin-top:20px;
}

#map_link a {
    display:block;
    width:354px;
    height:36px;
    background:url(../images/target_icon.png) 0% 50% no-repeat;
    padding-left:30px;
    text-decoration:none;
    color:#042F64;
    font-weight:bold;
    line-height:36px;
}

#map_link a:hover {
    background:url(../images/target_icon_hover.png) 0% 50% no-repeat;
}

#map_content {
   padding:16px 5px 15px 5px;
   float:left;
}

#map {
    width:600px;
    height:450px;
    float:left;
}

#map_list {
    width:364px;
    float:right;
}

#map_list li {
    float:left;
    width:50%;
    margin-bottom:8px;
}

#map_list li a {
    display:block;
    width:152px;
    height:36px;
    background:url(../images/target_icon.png) 5% 50% no-repeat;
    padding-left:32px;
    text-decoration:none;
    color:#373636;
}

#map_list li a strong {
    color:#042F64;
}

#map_list li a:hover {
    background:url(../images/target_icon_hover.png) 5% 50% no-repeat;
}
