*{
  margin:0;
  padding:0;
}
html{
  overflow: -moz-scrollbars-vertical;
}
body{
  margin:0;
  padding:0;
  text-align:center;
  font: 62.5%/1.3em Arial, Verdana, "Times New Roman", Times, serif;
  background:#FFFFFF;
  color:#323232;
}
img{
    border:none;
}
a{
  color:#00ADEF;
  text-decoration:none;
  padding:0 2px;
  margin:0 -2px;
}
a:hover{
  background-color:#00ADEF;
  color:white;
}
a.normal:hover{
  color:#00ADEF;
  background-color:transparent;
}
h1,h2,h3,h4,h5,h6{
  font-size:1em;
}
input[type="hidden"]{border:0;}
.clear{
  clear:both;
  font-size:1px;
  line-height:1px;
  height:0;
}

#wrapper{
  width:984px;
  margin:0 auto;
  text-align:left;
  overflow:hidden;
}
/*________________________________  HEADER  __________________________________*/
#header{
  height:270px;
  position:relative;
}
#header .left, #header .right{
  position:relative;
  width:164px;
  float:left;
  top:30px;
}
#header .center{
  position:relative;
  width:656px;
  height:270px;
  float:left;
  background:url(/images/header_top.jpg) no-repeat 31px 0;
}
#header .center .filters{
  clear:both;
  overflow:hidden;
  height:51px;
  margin:10px 0 0 31px;
  color:#555555;
}
#header .center .filters .up,
#header .center .filters .down{
  float:left;
  margin:0;
  width:295px;
  height:51px;
}
#header .center .filters .profiles,
#header .center .filters a, #header .center .filters span{
  margin:0;
  display:block;
}
#header .center .filters .down a{
  font-size:15px;
  font-weight:bold;
  padding-top:16px;
  height:35px;
}
#header .center .filters a:hover{color:#00ADEF;}

#header .center .filters .up span,#header .center .filters .up a{
  font-weight:bold;
  font-size:2em;
  padding-top:8px;
  height:43px;
  line-height:25px;
}
#header .center .filters .jobs a, #header .center .filters .jobs span{
  padding-left:50px;
}
#header .center .filters .profiles a, #header .center .filters .profiles span{
  text-align:right;
  padding-right:50px;
}
#header .center .filters a span{
  float:none;
  display:inline;
  background:transparent !important;
  font-size:1em !important;
  padding:0 !important;
}
#header .center .filters .down .jobs a:hover{background:url(/images/header_work_down_active.jpg) no-repeat transparent;}
#header .center .filters .down .jobs a{background:url(/images/header_work_down.jpg) no-repeat transparent;}
#header .center .filters .up .jobs span,
#header .center .filters .up .jobs a{background:url(/images/header_work.jpg) no-repeat transparent;}

#header .center .filters .down .profiles a:hover{background:url(/images/header_profiles_down_active.jpg) no-repeat transparent;}
#header .center .filters .down .profiles a{background:url(/images/header_profiles_down.jpg) no-repeat transparent;}
#header .center .filters .up .profiles span,
#header .center .filters .up .profiles a{background:url(/images/header_profiles.jpg) no-repeat transparent;}

#header .center .filters .up .profiles{
  margin-top:-1px;
}
#header #logo{
  margin:20px 0 0 82px;
  float:left;
  display:inline;
}
#header #logo a:hover{
  background-color:transparent;
}
#header #logo #slogan{
  margin:4px 0 0 2px;
  color:#A5A5A5;
  font-size:1.1em;
}
#logoman{
  float:right;
  margin:0 200px 0px -40px;
}
#header .home_link{
  font-size:1.2em;
  position:absolute;
  top:220px;
  left:20px;
}
#header .logout_link{
  font-size:1.2em;
  position:absolute;
  top:220px;
  right:20px;
}
#header .add_job{
  position:absolute;
  font-size:1.2em;
  font-weight:bold;
  top:95px;
  right:85px;
}
#header #language{
  position:absolute;
  width:47px;
  display:block;
  height:25px;
  top:15px;
  right:85px;
  font-size:0;
  line-height:0;
  text-indent:400px;
  overflow:hidden;
  cursor:pointer;
  font-family:none;
  background:url(/images/language.png) no-repeat transparent;
}
#language_box{
  position:absolute;
  top:5px;
  right:-100px;
}
#language_box #lg_box_bg{
  width:120px;
  padding:10px 0 30px 120px;
  background:url(/images/language_box.png) no-repeat top right transparent;
}
#language_box a{
  display:block;
  position:relative;
  font-size:1.2em;
  z-index:19239123;
  padding:2px 3px 2px 3px;
  margin:3px 10px 3px 10px;
}
#language_box a:hover{
  background:#00ADEF;
  color:#FFFFFF;
}

/*_______________  SEARCH BAR  ______________________*/
#search_bar{
  clear:both;
  margin:30px 0 0 75px;
  padding:7px 7px 7px 7px;
  overflow:hidden;
  height:38px;
  display:block;
}
.search_blur{background:url(/images/search_blur.png) no-repeat 0 0;}
.search_focus{background:url(/images/search_focus.png) no-repeat 0 0;}
#search_bar input{
  display:block
  height:30px;
  padding:4px 6px 0 0;
  margin:3px 0 0 7px;
  font-size:1.8em;
  width:394px;
  border:0;
  background:none;
  float:left;
  position:relative;
}
#search_bar button{
  display:block;
  width:84px;
  height:36px;
  border:0;
  margin:1px 0 0 0;
  border-left:0;
  float:left;
  text-indent:500px;
  overflow:hidden;
  cursor:pointer;
  position:relative;
  background:url(/images/search_btn.png) no-repeat 0 0;
}

#search_example{
  color:#999999;
  font-size:1.1em;
  margin:0 0 0 90px;
}
/*________________________________  CONTENT  _________________________________*/
#content{
  overflow:hidden;
}

#content .flash{
  padding:10px;
  margin-bottom:10px;
  background:url(/images/flash_close.gif) no-repeat top right #E6F7FD;  
  overflow:hidden;
  cursor:hand;
  cursor:pointer;
}
#content .flash .baloon{
  background:url(/images/flash_baloon.gif) no-repeat top left transparent;
  width:385px;
  height:82px;
  float:left;
  display:block;
  margin-left:10px;
}
#content .falsh-notice .baloon .message{
  background:url(/images/flash_notice_icon.gif) no-repeat 20px 22px transparent;
}
#content .falsh-error .baloon .message{
  background:url(/images/flash_error_icon.gif) no-repeat 20px 20px transparent;
}
#content .flash .baloon .message{
  font-size:1.2em;
  width:290px;
  height:82px;
}
#content .flash .baloon .message .text{
  margin-left:80px;
  height:82px;
}

#content .flash .orjo{
  float:left;
  margin-left:7px;
}

/* Message Pages 
   ===============*/
.message-page, .message-page-left{
  padding:20px 0;
  background-color:#F5F5F5;
  overflow:hidden;;
}

.message-page .baloon{
  background:url(/images/message_page_baloon.gif) no-repeat top left transparent;
  width:206px;
  height:44px;
  padding:20px;
  float:left;
  font-size:1.3em;
  color:#A5A5A5;
  font-weight:bold;
  margin-left:45px;
}

.message-page .orjo{
  float:left;
  margin-left:20px;
}


.message-page-left .baloon{
  background:url(/images/message_page_baloon_left.gif) no-repeat top left transparent;
  width:196px;
  height:44px;
  padding:20px 20px 20px 30px;
  float:right;
  font-size:1.3em;
  color:#A5A5A5;
  font-weight:bold;
  margin-right:110px;
}

.message-page-left .orjo{
  float:left;
  margin-left:45px;
}

.message-page-left a.white_btn{
  margin:115px 0 0 169px;
}


/* ================*/
#content .exception_text{
  font-size:1.2em;
  line-height:1.25em;
  margin-top:20px;
  margin-left:10px;
}
#content .back{
  margin-top:20px;
}
#content .left, #content .right{
  width:216px;
  float:left;
}
#content .left{
  padding:0 20px 0 10px;
}
#content .right{
  padding:0 10px 0 20px;
}
#content .center{
  width:492px;
  float:left;
}

#content .register{
  margin-top:11px;
  width:194px;
  height:200px;
  padding:20px;
  background:#e5f7fd;
  margin-left:5px;
  float:left;
  position:relative;
}
#content .new-member{
  float:right;
  margin-right:6px;
}
#content .register h2{
  font-size:1.8em;
  line-height:1.1em;
  margin-left:6px;
}
#content .register div{
  font-size:1.2em;
  margin:15px 0 10px 5px;
}
#content .new-member img{
  float:right;
  margin:80px 0px 0 0;
}
#content .register img{
  position:absolute;
  bottom:-10px;
  right:30px;
}


#content .passwords-box{
  overflow:hidden;
  clear:both;
  padding-bottom: 3px;
}

#content .passwords-box div{
  width:226px;
  float:left;
}
#content .passwords-box input{
  width:193px;
}
.white_btn{
  display:block;
  width:94px;
  height:42px;
  border: 0;
  overflow:hidden;
  text-indent:100px;
  background:transparent url(/images/w_btn_blur.png) no-repeat;
}
.white_btn_focus{
  background:transparent url(/images/w_btn_focus.png) no-repeat;
  cursor:pointer;
}
.white_btn:hover{
  background-color: transparent;
}

.small_white_btn{
  display:block;
  width:43px;
  height:30px;
  border: 0;
  overflow:hidden;
  text-indent:100px;
  background:transparent url(/images/small_white_btn_blur.png) no-repeat;
}
.small_white_btn_focus{
  background:transparent url(/images/small_white_btn_focus.png) no-repeat;
  cursor:pointer;
}
.small_white_btn:hover{
  background-color: transparent;
}


#content .rejections{
  list-style:none;
  margin:0 0 40px 0;
  font-size:1.2em;
}
#content .rejections li{
  padding:10px 5px;
  overflow:hidden;
}

#content .rejections span{
  float:left;
  font-weight:bold;
  font-size:1.25em;
}
#content .rejections .title{
  width:400px;
}
#content .rejections .langs{
  font-size:1em;
}
#content .add{
  clear:both;
  font-size:1.2em;
  margin-left:5px;
  margin-top:10px;
}
#content ul.controls{
  clear:both;
  font-size:1.2em;
  margin-top:10px;
  margin-left:5px;
}

#content ul.controls li{
  display:inline;
  margin-left:10px;
}

/* Profiles
============================  */
#content ul.profiles, #content ul.partners{
  list-style:none;
}

#content ul.profiles li, #content ul.partners li{
  padding:6px 5px;
  overflow:hidden;
  clear:left;
}
#content ul.profiles li .image, #content ul.partners li .image{
  float:right;
  width:122px;
  height:82px;
  margin-right:6px;
}
#content ul.partners li .image{
  float:left;
}

#content ul.profiles li .image a, #content ul.partners li .image a{
  border:1px solid #80D6F7;
  background:none;
  display:block;
  padding:0;
  margin:0;
}
#content ul.profiles li .image a:hover, #content ul.partners li .image a:hover{
  border:1px solid #0A82AF;
  background:none;
}
#content ul.profiles li .image a img, #content ul.partners li .image a img{
  display:block;
}

#content ul.profiles li .text, #content ul.partners li .text{
  float:left;
  padding:10px;
  width:260px;
}
#content ul.profiles li .text{
  width:320px;
}
#content ul.profiles li .text a.name, #content ul.partners li a.name{
  font-size:1.3em;
  font-weight:bold;
}
#content ul.profiles li .text .location, #content ul.partners li .text .description{
  font-size:1.3em;
  margin:7px 0;
}
.content_head .avatar{
  float:left;
  margin-right:15px;
  border: 3px solid #C1C1C1;
}
.content_head .avatar img{
  display:block;
}
.content_head .text{
  height:60px;
}
.tooltip{
  border:1px solid #C1C1C1;
}
h3.gallery_head{
  margin-top:10px;
  background: url(/images/gallery_head.gif) no-repeat top left transparent;
  padding:21px;
  font-weight:bold;
  font-size:1.3em;
}
h3.gallery_head a{
  float:right;
  font-weight:normal;
}

.gallery_body{
  background-color:#F3FDFF;
  padding:11px 0 11px 11px;
  list-style:none;
  overflow:hidden;
  clear:both;
}
.gallery_body li{
  float:left;
  margin:10px 15px;
}
.gallery_body li a.image{
  border:2px solid #45B7E2;
  background:none;
  display:block;
  padding:0;
  margin:0;
}
.gallery_body li a.image:hover{
  border:2px solid #94D0E4;
  background:none;
}
.gallery_body li a.image img{
  display:block;
  border:0;
}
.gallery_body li .comments{
  padding-left:17px;
  background:url(/images/comments_icon_small.gif) transparent top left no-repeat;
  margin:8px 0 0 0;
  color:#666666;
}
.edit_class h3{
  font-size:1.3em;
  font-weight:bold;
  margin-top:25px;
}
#portfolio_pics{
  list-style:none;
}
#portfolio_pics li{
  float:left;
  margin:5px;
  position:relative;
}
#portfolio_pics li .image{
  display:block;
  cursor:move;
}

#portfolio_pics li .tools{
  position:absolute;
  bottom:5px;
  right:5px;
}
.portfolio_pic_pagination{
  margin:10px 0 5px 13px !important;
}
li .tools{
  overflow:hidden;
}

li .tools a{
  float:right;
  margin:0 0 0 3px;
  padding:0;
  cursor:hand;
  cursor:pointer;
}
li .tools a:hover{
  background:none;
}
li .tools .progress{
  float:right;
  width:16px;
  height:16px;
  margin-right:3px;
  background:url(/images/progress.gif) no-repeat top left transparent;
}


/* Partners
============================  */
#content ul.partners li{
  padding-left: 10px;
}
#content ul.partners .image{
  width:182px !important;
  height:72px !important;
}
#home-partners{
  margin-top:40px;
}
#home-partners h3{
  background:url(/images/right_title_bg.gif) no-repeat top left transparent;
  padding:7px 11px;
  font-weight:bold;
  font-size:1.1em;
  color:#666666;
}
#home-partners .partner{
  background-color:#F5F5F5;
  margin:4px 8px;
  padding:8px;
}
#home-partners .partner a.image{
  display:block;
  margin:0 0 10px 0;
  padding:0;
  width:180px;
  border:1px solid white;
  background-color:none;
}
#home-partners .partner a.image:hover{
  border:1px solid #33BDF2;
  background-color:none;
}
#home-partners .partner .image img{
  display:block;
}

.portfolio_pic img{
  border:3px solid #45B7E2;
}
.portfolio_pic img.image, .tools img{
  border:0 !important;
}
.portfolio_pic:hover{
  background:none;
}
.portfolio_pic:hover img{
  border:3px solid #94D0E4;
}
/*________________________________  COMMENTS  __________________________________*/
h3.comments{
  margin:20px 0 25px 20px;
  font-size:1.5em;
  color:#B2B2B2;
  background:url(/images/comments_icon.gif) no-repeat top left transparent;
  padding:6px 0 12px 35px;
  clear:both;
}
h3.comments span{
  float:left;
  width:25px;
  margin:0 0 0 -35px;
  text-align: center;
  color:white;
}
#comments{
  list-style:none;
}
#comments li{
  overflow: hidden;
  margin-bottom:10px;
  background-color:#EAEAEA;
  clear:left;
  height:1%;
}
#comments li.even{
  background-color:#F5F5F5;
}
#comments li .avatar{
  float:left;
  display:inline;
  width:68px;
  height:68px;
  margin:17px 22px 17px 17px;
}
#comments li .avatar a{
  display:block;
  margin:0;
  padding:0;
}

#comments li .avatar a img{
  border:3px solid #45B7E2;
}
#comments li .avatar a:hover{
  background-color:none;
}
#comments li .avatar a:hover img{
  border:3px solid #94D0E4;
}
#comments li .content{
  float:left;
  margin-top:17px;
  width:370px;
}
#comments li .content .head .num{
  float:left;
  font-size:3.5em;
  color:#C1C1C1;
  font-weight:bold;
  line-height:0.8em;
}
#comments li .content .head .user{
  font-size:1.2em;
  padding:0 0 0 10px;
  overflow:hidden;
}
#comments li .content .head .user span{
  color:#666666;
  display:block;
}
#comments li .content .text{
  padding-top:10px;
  clear:both;
  font-size:1.2em;
  padding-bottom:17px;
}
#comments li .content .abuse{
  text-align:right;
  font-size:1em;
  position:static;
  margin-top:-7px;
  float:none;
  clear:both;
  width:370px;
  height:27px;
}
#comments li .tools{
  margin-top:-7px;
  width:40px;
  float:right;
}

#new_comment_edit{
  padding:20px 20px 0 20px;
  background-color:#EAEAEA;
  clear:left;
}
#not_registed_add_comment{
  padding:10px 20px;
  background-color:#EAEAEA;
  clear:left;
}

#new_comment_edit .avatar{
  float:left;
  width:62px;
  height:62px;
  border:3px solid #C1C1C1;
}

#new_comment_edit .content{
  margin-left:85px;
}
#new_comment_edit .content form{
  margin:0; padding:0;
}
#new_comment_edit .content label{
  margin:0 0 5px 0;
  color:#666666;
}
#new_comment_edit .operations{
  margin-top:5px;
}
#new_comment_edit .operations .progress{
  margin-top:7px;
}
/*________________________________  FOOTER  __________________________________*/

#footer{
  clear:both;
  padding-top:30px;
  overflow:hidden;
}
#footer .left, #footer .right{
  width:164px;
  float:left;
}
#footer .center{
  width:656px;
  height:110px;
  float:left;
  background:url(/images/footer_bg.gif) no-repeat 31px 0;
}
#footer .center ul{
  display:block;
  margin:32px 75px 0px 75px;
  padding-bottom:10px;
  list-style:none;
  font-size:1.2em;
  font-weight:bold;
  overflow:hidden;
}
#footer .center ul li{
  float:left;
  margin-right:7px;
  padding-left:7px;
  border-left:2px solid #00ADEF;
  color:#666666;
}
#footer .center ul li.first{
  border:0;
}
#footer .center .copyright{
  margin:23px 75px 10px 75px;
  padding-left:7px;
  clear:both;
  font-size:1.3em;
  color:#848484;
}
#footer .center .copyright span{
  float:left;
}
#footer .center .copyright img{
  float:left;
  margin:-10px 0 0 15px;
}
/*________________________________  JOBS  __________________________________*/
.category_title{
  background:#33BDF2 url(/images/arrow.gif) no-repeat top left;
  height:24px;
  overflow:hidden;
  padding:8px 14px 0 32px;
  color:#D1EEFC;
  font-size:1.1em;
  font-weight:bold;
}
.category_title a.rss{
  color:#FFFFFF;
  float:right;
  font-size:0.9em;
  font-weight:bold;
  background:url(/images/rss.gif) transparent no-repeat;
  padding:0 0 0 18px;
  margin-top:1px;
}
.category_title a.rss:hover{
  background-color:transparent;
  color:white;
}
.category_title a.rss span{
  padding: 0 1px;
}
.category_title a.rss:hover span{
  background-color:white;
  color:#33BDF2;
}

.category_title a{
  color:#FFFFFF;
}
.category_title a:hover{
  background-color:white;
  color:#33BDF2;
}
.category_title h1, .category_title h2{
  color:#D1EEFC;
  float:left;
  font-size:1.4em;
}
.jobs{
  list-style:none;
  margin:0 0 40px 0;
  font-size:1.2em;
}
.jobs li{
  padding:10px 5px;
  overflow:hidden;
  height:30px;
}

.jobs li .location{
  float:left;
  width:125px;
  color:#555555;
  font-weight:bold;
  padding-left:10px;
  display:inline;
}

.jobs li .position{
  float:left;
  width:300px;
  font-weight:bold;
  font-size:1.25em;
}
.jobs li span{
  display:block;
  padding-left:2px;
  font-weight:normal;
  font-size:0.75em;
  padding-top:2px;
}

.odd{ background:#E6F7FD; }
.even{ background:#F3FCFF; }

.content_head{
  background:#EAEAEA url(/images/content_head.gif) no-repeat top;
  padding:15px 20px 30px 20px;
}
.content_head h1{
  font-size:2.2em;
  line-height:1.1em;
  font-weight:bold;
  padding-bottom:3px;
}
.content_head .organization{
  display:block;
  margin:0 0 6px 0;
  font-size:1.6em;
  font-weight:bold;
}
.content_head label{
  display:block;
  margin-top:10px;
}

.content_head .location{
  margin:0 0 0 0;
  display:block;
  font-size:1.4em;
}

.content_body{
  padding:30px 20px 20px 20px;

  background:#F5F5F5 url(/images/content_body.gif) no-repeat bottom;

  
}
.content_body .description, .content_body .contacts{
  font-size:1.2em;
  line-height:1.4em;
}
.content_body .description ul, .content_body .contacts ul{
  margin-left: 20px;
}
.content_body .description p, .content_body .contacts p{
  margin-bottom:10px;
}
.content_body h3.contacts{
  font-weight:bold;
  font-size:1.25em;
  margin:20px 0 10px 0;
}
.content_body .back{
  clear:both;
  display:block;
  margin:20px 0 0 0;
  font-size:1.2em; 
}
.content_head .example, .content_body .example{
  margin:-2px 0 0 5px;
  clear:left;
  color:#5B5B5B;
}
.content_head .example span, .content_body .exampl span{
  text-decoration:line-through;
}
.content_head .notice, .content_body .notice{
  margin:10px 0 0 5px;
  font-size:1.2em;
  color:#5B5B5B;
}
.content_head .employer_options{
  float:right;
  margin-top:5px;
  font-size:1.2em;
  color:#AAAAAA;
}
.content_head .employer_options a img{
  border:1px solid #EAEAEA;
}

.content_head .employer_options .add:hover{
  text-decoration:none;
  background:none;
}

.content_head .employer_options .add:hover img{
  border:1px solid #00ADEF;
}



/*______________________________  PAGINATION  ________________________________*/
.pagination{
  clear:both;
  overflow:hidden;
  font-size:1.3em;
  padding:3px;
}
.pagination a, .pagination span{
  border:1px solid #eaeaea;
  padding:2px 6px 4px 6px;
  margin:0 2px;
  float:left;
}

.pagination span{
  border:none;
}

.pagination span.current{
  border:1px solid #eaeaea;
  background-color:#d9f3fd;
  font-weight:bold;
}


/*_______________________________  MENUS _____________________________________*/
.menu{
  margin:0 0 15px;
}
#category_menu{
  list-style:none;
}

#category_menu li{
  background:url(/images/catbtn.gif) no-repeat 0 0;
  margin-bottom:10px;
}
#category_menu li a{
  background:url(/images/catbtn.gif) no-repeat 0 0;
  display:block;
}
#category_menu li a:hover{
  background:url(/images/catbtn_hover.gif) no-repeat 0 0 transparent;
}

#category_menu li span{
  display:block;
  height:24px;
  width:174px;
  padding:8px 0 0 43px;
  color:#D1EEFC;
  font-size:1.2em;
  font-weight:bold;
  background:url(/images/category.gif) no-repeat 10px 4px;
  
}
#category_menu li a span{
  padding:8px 0 0 42px;
  color:white;
  cursor:pointer;
}
#category_menu li.selected span{
  background:url(/images/category_active.gif) no-repeat 10px 4px;
}

.menu_title{
  background:url(/images/right_head_active.gif) no-repeat;
  height:32px;
  width:216px;
  font-size:1.2em;
  line-height:1.2em;
  overflow:hidden;
  font-weight:bold;
  color:#5B5B5B;
}

.menu_title a{
  height:32px;
  width:216px;
  display:block;
}
.menu_title a span{
  background:url(/images/right_head_active.gif) no-repeat transparent;
}
.menu_title a:hover{
  background:url(/images/right_head_hover.gif) no-repeat transparent;
  margin:0;
  padding:0;
}
.menu_title span{
  display:block;
  padding:8px 0 8px 40px;
}
.menu_title a{
  color:white;
}
.menu_title a:hover{
  background-color:transparent;
}
.menu .link{
  background:url(/images/right_head.gif) no-repeat;
}
.menu .menu_title_login  span{
  background:url(/images/my_menu_left.gif) no-repeat 6px 4px;
}
.menu .menu_title_login_open  span{
  background:url(/images/my_menu_down.gif) no-repeat 6px 4px;
}

#fav_head span{
  background:url(/images/favs_active_logo.gif) no-repeat 6px 3px;
}

.login_form{
  overflow:hidden;
  padding:5px 0 5px 0;
  margin:5px 6px 0 6px;
  background:#F5F5F5;
}
.login_form form{
  display:block;
  padding: 0 0 0 10px;
  margin:8px 0 0 0;
}
.login_form form input{
  width:160px !important;
}
.login_form .input_blur, .login_form .input_focus{
  width:175px !important;
}

.login_form label{
  display:block;
  font-size:1.1em;
  color:#848484;
  margin:10px 0 0 4px;
  padding:0;
}
.login_form button{
  margin:10px 0 10px 0;
  float:left;
}

.login_form .registration{
  margin-left:5px;
  clear:both;
}
.login_form .registration a{
  font-size:1.2em;  
  font-weight:bold;
}
.user_menu{
  list-style:none;
  margin:5px 6px 0 6px;
  padding:3px 0 3px 0;
  background:#F5F5F5;
  overflow:hidden;
}
.user_menu li{
  display:block;
  min-height:22px;
  font-size:1.2em;
  line-height:1.1em;
  font-weight:bold;
  color:#848484;
  padding:8px 0 0 44px;
  background: url(/images/g_arrow_r.gif) no-repeat 20px 10px;
}
.user_menu li a{
  display:block;
  margin-left:-24px;
  padding-left:24px;
  font-weight:bold;
  background: url(/images/b_arrow_r.gif) no-repeat 0 2px;
}
.user_menu li a span{
  color:#00ADEF;
}
.user_menu li a:hover span{
  color:#F5F5F5;
  background-color:#00ADEF;
}

.abuse{
  text-align:right;
  margin-top:-1.17em;
  font-size:1.2em;
}
#abuse_report{
  padding-top:10px;
}
#abuse_report label{
  font-size:1.2em;
  margin-left:3px;
}

/*_____________________________  EDIT FORMS  ______________________________________*/
.new_job_state{
  margin:20px 0 0 0;
  padding:0 0 0 20px;
}
.new_job_state #rejections{
}
.new_job_state label{
  margin:20px 0 0 100px;
  font-size:1.2em;
  font-weight:bold;
}
.new_job_state input{  
}
.new_job_state button{
  clear:both;
  display:block;
  margin:10px 0 0 0;
}

.edit_class label{
  display:block;
  margin:8px 0 -3px 0;
  padding:2px 0 4px 4px;
  font-size:1.2em;
  color:#848484;
  font-weight:normal;
}
.edit_class .view-image{
  display:block;
  margin:8px 0 -3px 0;
}
.operations{
  clear:both;
  overflow:hidden;
  height:40px;
  margin:10px 0 10px 0;
}
.edit_class .operations{
  margin-top:20px;
}

.operations .submit{
  float:left;
}
.operations .cancel{
  float:left;
  margin:13px 0 0 25px;
  font-size:1.3em;
}
.operations .cancel:hover{
  text-decoration:underline;
}
.operations .progress{
  float:left;
  width:16px;
  height:16px;
  margin:13px 0 0 25px;
  background:url(/images/progress.gif) no-repeat top left transparent;
}


.job_state{
  padding:20px 20px 20px 0;
  overflow:hidden;
  margin:20px 0 0 0;
  position:relative;
}
.job_state .left_padding{
  padding-left:60px;
}
.job_state strong{
  font-weight:bold;
  font-size:1.3em;
  padding:6px 0;
}
.job_state p{
  font-style:italic;
  font-size:1.2em;
}
.job_state span{
  font-size:1.2em;
  font-style:normal;
  padding:6px 0;
}
.approved_state{
  background:#B2E6FA url(/images/approved_icon.gif) no-repeat 20px 20px;
}
.rejected_state{
  background:#FBCE99 url(/images/rejected_icon.gif) no-repeat 20px 20px;;
}
.created_state{
  background:#E6E6E6;
}
.job_state .date{
  position:absolute;
  top:10px;
  right:20px;
}


.rejection_form{
  margin-top:20px;
  overflow:hidden;
  clear:both;
}
.content_head span.text{
  font-size:1.4em;
}

div.autocomplete {
  position:absolute;
  width:480px;
  background-color:white;
  border:1px solid #ccc;
  margin:-5px 0 0 -5px;
  padding:0px;
  font-size:1.6em;
  text-align:left;
  max-height:200px;
  overflow:auto;
  z-index:100000;
}
div.autocomplete ul {
  list-style-type:none;
  margin:0 0 0 0;
  padding:0 0 0 0;
}
div.autocomplete ul li.selected { 
  background-color: #EAF2FB;
}
div.autocomplete ul li {
  list-style-type:none;
  display:block;
  margin:0;
  padding:4px 2px 4px 6px;
  cursor:pointer;
}


.input, .select{
  padding:0 0 0 9px;
  overflow:hidden;
  overflow:visible;
  height:40px;
}
.input input, .select input{
  float:left;
  font-size:1.8em;
  height:27px;
  padding:9px 0 5px 0;    
  border:0;
  background:none;
  width:420px;
  position:relative;
}
.select input{
  display : block;
  text-align:left; 
  background: url('/images/g_arrow_d.gif') no-repeat right;
  cursor: pointer;
}
.input span, .select span{
  display:block;
  width:9px;
  height:40px;
  float:right;
}
.input_checkbox{
  background:url(/images/checkbox.png) no-repeat left top;
  display:block;
  width:22px;
  height:22px;
  cursor:hand;
  cursor:pointer;
}
.input_checkbox_checked{
  background:url(/images/checkbox_checked.png) no-repeat left top !important;
  display:block;
  width:22px;
  height:22px;
  cursor:hand;
  cursor:pointer;
}

.input_blur, .select_blur{background:url(/images/input_blur.png) no-repeat left top;}
.input_blur span, .select_blur span{background:url(/images/input_blur2.png) no-repeat right top;}
.input_focus, select_focus{background:url(/images/input_focus.png) no-repeat left top;}
.input_focus span, select_focus span{background:url(/images/input_focus2.png) no-repeat right top;}
.fieldWithErrors .input_blur, .fieldWithErrors .select_blur{
  background:url(/images/input_error_blur.png) no-repeat left top;
}
.fieldWithErrors .input_blur span, .fieldWithErrors .select_blur span{
  background:url(/images/input_error_blur2.png) no-repeat left top;
}


.textarea textarea{
  margin:8px 8px 1px 8px;
  border:0;
  width:436px;
  position:relative;
}
.textarea textarea.small{
  width:316px;
}

.textarea span{
  height:5px;
  padding:0;
  font-size:1px;
  line-height:1px;
  display:block;
}

.textarea_blur{background:url(/images/textarea_blur.png) no-repeat left 2px ;}
.textarea_blur_small{background:url(/images/textarea_blur_small.png) no-repeat left 2px ;}
.textarea_blur span{background:url(/images/textarea_blur2.png) no-repeat left bottom;}
.textarea_blur_small span{background:url(/images/textarea_blur2_small.png) no-repeat left bottom;}
.textarea_focus{background:url(/images/textarea_focus.png) no-repeat left 2px;}
.textarea_focus_small{background:url(/images/textarea_focus_small.png) no-repeat left 2px;}
.textarea_focus span{background:url(/images/textarea_focus2.png) no-repeat left bottom;}
.textarea_focus_small span{background:url(/images/textarea_focus2_small.png) no-repeat left bottom;}

.fieldWithErrors .textarea_blur{background:url(/images/textarea_error_blur.png) no-repeat left 2px ;}
.fieldWithErrors .textarea_blur_small{background:url(/images/textarea_error_blur_small.png) no-repeat left 2px ;}
.fieldWithErrors .textarea_blur span{background:url(/images/textarea_error_blur2.png) no-repeat left bottom;}
.fieldWithErrors .textarea_blur_small span{background:url(/images/textarea_error_blur2_small.png) no-repeat left bottom;}
.formError {
  margin-left:5px;
  color:#E3807D;
}
