/* clearfix to handle floats---------------------------------------- */
.clearfix {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}
.clear_right {
  clear: right;
}
.clear_left {
  clear: left;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}

h1, h2, h3, h4, h5, h6,
#registrace legend, .LeftTitle {
  color: #d88831;
	padding: 0.2em 0;
	line-height: 1.2em;
}
div.LeftTitle{
  padding-left: 35px;
  background: url("./../images/plus_orange.png") no-repeat scroll left center transparent;
}
.LeftTitle{
  font-size: 160%;
  background: url("./../images/interuptline_horizontal.png") repeat-x scroll left bottom transparent;
}
.Tabs{
  color:#D88831;
  font-weight: bold;
}
.LearnMore{
  /*background: url("./../images/interuptline_horizontal.png") repeat-x scroll left bottom transparent;*/
}
#middle>table{
  background: url("./../images/interuptline_horizontal.png") repeat-x scroll left bottom transparent;
  margin-bottom: 10px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #d88831 !important;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration: underline;
}
h1 {
	font-size: 160%;
}
h2,
#registrace legend {
	font-size: 140%;
}
h3 {
	font-size: 125%;
}
h4 {
	font-size: 115%;
}
h5 {
	font-size: 110%;
}
h6 {
	font-size: 100%;
}
p {
	padding: 4px 0;
}
a {
	color: black;
	text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
.align_center {
  text-align: center;
}
a img {
  text-decoration: none;
  border: 0;
}
.error {
  display: block;
  color: #d83131;
}
small {
  font-size: 0.85em;
}
.valign_top {
  vertical-align: top;
}

body {
  margin: 30px 0 2em 0;
  text-align: center;
  font-size: 0.8em;
  font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif;
  background: #d6d7d5 url('./../images/backgroung_gradient.png') repeat-x left top;
}
#all_docs {
  margin: 0 auto 0 auto;
  text-align: left;
  width: 885px;
  padding: 0 23px;
  _padding: 0;
  _padding-top: 7px;/*because of hidden #all_docs_top */
  background: url('./../images/backgroung_center_shadow.png') repeat-y center top;
}
#all_docs_top {
  height: 29px;
  margin: 0 auto 0 auto;
  width: 931px;
  background: url('./../images/backgroung_top_shadow.png') no-repeat left top;
  _display: none;
}
.recruiterMenu{
  text-align: right;
  margin-right: 24px;
}
.recruiterMenu li{
  display: inline;
  margin-left: 4px; 
}
.recruiterMenu li a{
  text-decoration: none;
  color: #5E5E5E;
}
#top_banner {
  height: 250px;
  position: relative;
  overflow: hidden;
  margin: 0 9px;
}
#top_banner a.logo_link {
  display: block;
  position: absolute;
  left: 9px;
  top: 73px;
  width: 302px;
  height: 109px;
  z-index: 3;
}
#top_banner img {
  position: absolute;
  z-index: 1;
  left: 967px;
}
#top_banner img.active {
  display: block;
  z-index: 2;
}

#main_menuCover {
  position: relative;
  width: 867px;
  height: 44px;
  margin: 0 9px;
  background: url('./../images/menu/gray_strip.png') no-repeat left bottom;
}
#main_menu {
  width: 100%;
}
#main_menu td {
  padding-right: 2px;
  position: relative;
}
#main_menu td.last {
  padding-right: 0;
}
#main_menu a {
  color: #888888;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  background: url('./../images/menu/butt_menu_left.png') no-repeat left top;
  display: block;
}
#main_menu a span {
  background: url('./../images/menu/butt_menu_end.png') no-repeat right top;
  display: block;
  padding: 9px 15px 0 15px;
  height: 25px;
  font-size: 16px;
  cursor: pointer;
}

#main_menu a:hover,
#main_menu .current a {
  color: white;
  background-position: left bottom;
}
#main_menu a:hover span,
#main_menu .current a span {
  height: 39px;
  _height: 25px;
  background-position: right bottom;
}
#main_menu .current a span {
  height: 25px;
  background-image: url('./../images/menu/butt_menu_end_active.png');
}
#main_menu .current a {
  background-image: url('./../images/menu/butt_menu_left_active.png');
}
/*
#main_menu a:hover {
  color: white;
}
#main_menu .current a {
  color: white;
  background-position: left bottom;
}
#main_menu .current a span {
  background-position: right bottom;
}
*/

#job_search_and_hotjobs {
  width: 867px;
  height: 208px;
  overflow: hidden;
  margin: 9px;
  background: url('./../images/search_box.png') no-repeat left top;
}
#jobsearch {
  width: 403px;
  height: 151px;
  padding: 49px 0 0 15px;
  float: left;
  position: relative;
}
.grouping {
  background-color: #e4e4e4;
}
#jobsearch label {
  color: white;
  font-size: 1.4em;
  display: block;
  float: left;
  width: 108px;
  padding: 0 0 0 10px;
}
#jobsearch select {
  border: 0;
  background: white;
  width: 230px;
  margin-bottom: 10px;
  display: block;
  float: left;
  color: #0d455a;
  padding: 2px;
  font-size: 0.85em;  
}
#jobsearch input#search_keyword {
  display: block;
  width: 330px;
  border: 0;
  margin-bottom: 10px;
  margin-left: 10px;
  color: #0d455a;
  padding: 4px;
  font-size: 0.95em;
  font-weight: bold;
}
#jobsearch .submit {
  width: 153px;
  height: 57px;
  border: 0;
  cursor: pointer;
  font-size: 18px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
}
#jobsearch a.submit {
  text-decoration: none;
  left: 14px;
  text-align: center;
  height: 57px;
  line-height: 57px;
}
#jobsearch a.submit.register {
  color: #0d455a;
  background: url('./../images/buttons/button_registration.png') no-repeat left top;
}
#jobsearch input.submit.search {
  color: #bf6400;
  background: url('./../images/buttons/button_search.png') no-repeat left top;
  float: right;
}
#jobsearch input.submit.hover,
#jobsearch a.submit:hover {
  background-position: left bottom;
}

#marqueecontainer {
  height: 142px;
  overflow: hidden;
  position: relative;
}
#vmarquee {
  position: absolute;
  width: 100%;
}
#hot_jobs_list {
  float: right;
  width: 280px;
  height: 142px;
  padding: 45px 75px 20px 75px;
}
#hot_jobs_list ul {
  overflow: hidden;
}
#hot_jobs_list a {
  text-decoration: none;
  color: white;
  border-bottom: 1px solid #81abbb;
  padding: 0 20px;
  white-space: nowrap;
  display: block;
}
#hot_jobs_list a:hover {
  color: #d88831;
}
#hot_jobs_list li {
  padding: 3px 0;
}


#middleCover {
  /*min-height: 200px;
  _height: 200px;*/
  color: #5e5e5e;
}
#middleCover a {
  color: #647c31;
}
#middleCover #leftCover {
  float: left;
  width: 200px;
  padding: 5px 20px;
  overflow: hidden;
}
#middleCover #rightCover {
  float: right;
  padding: 5px 20px;
  width: 220px;
  overflow: hidden;
}
#middleCover #middle {
  margin-left: 240px;
  width: 365px;
  _width: 358px;
  overflow: hidden;
  line-height: 1.5em;
  /*min-height: 200px;
  _height: 200px;*/
  padding: 5px 10px;
}
#middleCover.no_right #middle {
  width: auto;
}
#middleCover.no_left #middle {
  width: 600px;
  margin-left: 0;
}
#middleCover.no_left.no_right #middle {
  margin: 0;
  width: auto;
}
#middle ul,
#middle ol {
  list-style-position: inside;
  padding: 6px 0 6px 10px;
}
#middle ul {
  list-style-type: square;
}
#middle ol {
  list-style-type: decimal;
}
#middle h1 {
  padding: 0.4em 0;
}
#middle .inBox {
  padding: 10px;
  overflow: hidden;
}
#middle img {
  border: 1px solid #b1b1b1;
  padding: 4px;
  margin: 2px;
}
#middle img.no_borders,
img.no_borders,
#middle .no_borders img,
.no_borders img {
  border: 0;
  padding: 0;
  margin: 0;
}
#middle table {
  width: 99%;
}
#middle table td {
  padding: 2px;
}
#middle table th {
  vertical-align: top;
}
#middle input,
#middle select,
#middle textarea {
  border: 1px solid rgb(153, 153, 153); 
  background-color: rgb(255, 255, 255); 
  font-size: 11px; 
  width: 200px;
  /*
  width: 70%;
  border-top: 1px solid #b1b1b1;
  border-left: 1px solid #b1b1b1;
  border-right: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
*/  
}
#middle input[type=checkbox]{
  width: auto;
}
#middle table .submitLine td{
  padding-right: 270px;
}
#middle input.submit {
  width: auto;
  cursor: pointer;
  border-width: 2px;
}
#middle input.submit.hover {
  border-top: 2px solid black;
  border-left: 2px solid black;
  border-right: 2px solid #b1b1b1;
  border-bottom: 2px solid #b1b1b1;
}
#middle input.submit.green {
  background: #50b948;
  border: 0;
  padding: 4px 10px;
  color: white;
  font-weight: bold;
}
#middle input.submit.green.hover {
  color: black;
}
#middle input.checkbox,
#middle input.radio {
  width: auto;
  border: 0;
}

#footer {
  background: url('./../images/footer.png') no-repeat center top;
  width: 875px;
  padding: 12px 33px 16px 33px;
  margin: 0 auto 0 auto;
  color: white;
  height: 46px;
  font-size: 1em;
  _height: 24px;
  _width: 845px;
  _padding: 12px 20px 6px 20px; 
}
#footer a {
  color: white;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer ul#footer_links {
  float: left;
}
#footer #copy {
  float: right;
  padding: 0;
  text-align: right;
}

.siteMap_ident {
  padding-left: 20px;
}

table#home_table {
  width: 100%;
}
table#home_table td {
  min-height: 165px;
  _height: 165px;
  padding: 0;
}
#home_table tr.odd {
  background: url('./../images/interuptline_horizontal.png') repeat-x bottom left;
}
#home_table tr.even td {
}
.green,
.green a {
  color: #2c657a !important;
}
.plus,
#middle .plus {
  background: url('./../images/plus_orange.png') no-repeat left center;
  padding-left: 35px;
}
.plus.green,
#middle .plus.green {
  background: url('./../images/plus_blue.png') no-repeat left center;
}

#home_table h2 {
  font-size: 1.6em;
}
td.novinky {
  width: 434px;
  background: url('./../images/image_news.png') no-repeat 280px top;
}
table#home_table td.poradna {
  padding-left: 15px;
  background: url('./../images/image_questions.png') no-repeat 240px top;
}
td.testimonials {
  background: url('./../images/image_partnersnews.png') no-repeat 280px 10px;
}
table#home_table td.testimonials_logos {
  padding-left: 15px;
  background: url('./../images/image_partners.png') no-repeat 255px 10px;
}
#home_table tr.even .dots.right {
  padding-top: 10px;
}
#home_table .dots {
  min-height: 165px;
  _height: 165px;
}

.dots.right,
.dots.left {
  height: 100%;
  background: url('./../images/interuptline_vertical.png') repeat-y top right;
}
.dots.left {
  background-position: top left;
}
.dots.top,
.dots.bottom {
  width: 100%;
  background: url('./../images/interuptline_horizontal.png') repeat-x top left;
}
.dots.bottom {
  background-position: bottom left;
}

td.novinky .news_list {
  padding-right: 20px;
  padding-bottom: 10px;
}
#home_table td.novinky .news_item_title a,
#home_table .testimonial_heading a {
  color: #d88831;
  margin-left: 10px;
  display: block;
}
#home_table .testimonial_heading a {
  color: #5E5E5E !important;
}
td.novinky .news_item_shortdesc,
#home_table .testimonial_homepage_content {
  padding: 0 0 0 20px;
}
#home_table ul#testimonials_list {
  list-style-type: none;
  padding: 0;
}

#middle table.job_list {
  padding: 20px;
  background: url('./../images/interuptline_horizontal.png') repeat-x top left;
  width: 100%;
}
#middleCover table.job_list a {
  text-decoration: none;
  color: #5E5E5E;
}
table.job_list tr.no_link a {
  text-decoration: underline;
}
table.job_list tr.no_link a:hover {
  text-decoration: none;
}
#middle table.job_list th {
  color: #2c657a;
  padding: 6px;
  background: url('./../images/interuptline_horizontal.png') repeat-x bottom left;
}
#middle table.job_list td {
  color: #5E5E5E;
  padding: 4px 6px;
  background: url('./../images/interuptline_horizontal.png') repeat-x bottom left;
}

#middle .job_list .hover td {
  background-color: #e4e4e4;
}

/*
.odd {
  background-color: #f0f0f0;
}
.even {
  background-color: #e4e4e4;
}
*/
.hover {
  cursor: pointer;
}


.slider {
  float: right;
  padding: 10px 0;
  font-size: 0.85em;
}
.slider a,
.slider span {
  color: #bababa;
  text-decoration: none;
  padding: 2px 6px;
  border: 1px solid #e4e4e4;
}
#middle .slider a {
  color: #5e5e5e;
}
#middle .slider a:hover {
  border: 1px solid #D88831;
}
.slider .active {
  color: #5e5e5e;
  background: #e4e4e4;
}

.job_details {
  background: url('./../images/magnifying_glass_info.png') no-repeat 620px 70px;
}
.job_details h2.plus {
  padding: 0.4em 0;
  font-size: 160%;
}
.job_details .reference {
  font-size: 0.85em;
}
#middle .job_details h1.title {
  color: #5E5E5E;
  font-size: 1.2em;
  padding: 0;
}
#middle .job_details h3 {
  padding-top: 0.6em;
}
#middle .job_details p {
  padding: 0;
}
#kontaktujte {
  float: left;
  width: 500px;
}
#middle input.submit.apply,
a#apply_button {
  background: url('./../images/buttons/button_reagovat.png') no-repeat left top;
  text-decoration: none;
  color: #0D455A;
  text-align: center;
  font-size: 1.4em;
  width: 255px;
  height: 58px;
}
a#apply_button {
  display: block;
  float: left;
  margin-top: 30px;
  line-height: 58px;
}
a#apply_button:hover,
#middle input.submit.apply.hover {
  background-position: left bottom;
}
#middle input.submit.apply {
  border: 0;
}

#registrace th {
  width: 180px;
  white-space: nowrap;
}
#registrace input {
  width: 399px;
}
#registrace select {
  width: 287px;
}
#registrace textarea {
  width: 585px;
}
#registrace select.short {
  width: 131px;
  margin-right: 4px;
}
#registrace input.long,
#registrace select.long {
  width: 99%;
}
#registrace fieldset {
  
}
#registrace fieldset.first {

}
#registrace fieldset legend {
  margin-top: 0.6em;  
}
#registrace h2 {
  padding: 0.4em 0;
}
#registrace fieldset table {
  margin-left: 5%;
  margin-top: 20px;
  width: 93%;
}
#registrace table td,
#registrace table th {
  padding: 2px 6px;
}
#registrace table .even td,
#registrace table .even th {
  background-color: #e2e1e1;
}
#registrace table .no_padding,
#registrace table .no_padding {
  padding: 0;
}
#registrace td.selectHolder {
  width: 260px;
}
#registrace table#jazyky {
  border-spacing: 2px;
  border-collapse: separate;
}

.orange {
  color: #d88831;
}
table#apply th {
  width: 130px;
}
.auto_width {
  width: auto !important;
}

.button_like {
  display: block;
  background: url('./../images/buttons/button_list.png') no-repeat left top;
  width: 127px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  color: #2c657a !important;
  text-decoration: none !important;
  font-weight: bold;
}
.button_like:hover {
  background-position: left bottom;
}
