/*
v28.9.2007 14:12:34
*/





/* GLOBALs - START */

.error,
.warning {
  color: #FF0000;
  font-weight: bold;
}

/* GLOBALs - END */





/* HTML BODY - START */

body {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  background-image: url('./../../_layout/_www/body_bg.png');
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #474747;
}

/* HTML BODY - END */





/* HEADERs - START */

h1,
h2,
h3 {
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 1px;
  word-spacing: 1px;
  padding: 0;
  margin: 0;
}

h1 {
  margin: 10px 0 25px 0;
}

h2 {
  margin-bottom: 5px;
}

h3 {
  color: #CC9900;
  margin-bottom: 2px;
}



#attributes div h3 {
  width: 100%;
  padding: 0 0 1px 0;
  margin: 0 0 5px 0;
  border-bottom: 1px solid #CC9900;
}



#topJobs h2 {
  width: 188px;
  height: 28px;
  padding: 15px 10px 5px 43px;
  background-image: url('./../../_layout/_www/topjobs_bg.gif');
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* HEADERs - END */





/* LINKs - START */

a {
  color: #CC9900;
  outline: 0;
}

a:hover {
  color: #999999;
}



div.buttons a {
  width: 164px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 5px 5px 5px 5px;
  margin: 0 15px 0 0;
  text-align: center;
  text-decoration: none;
  background-image: url('./../../_layout/_www/button_bg.png');
  background-repeat: repeat-x;
  background-position: 0 0;
  border: 1px solid #333333;
  display: block;
  float: left;
  clear: none;
}



#copyright a {
  color: #6699CC;
}

#copyright a:hover {
  color: #CC9900;
}

#copyright div.logo a {
  width: 123px;
  height: 20px;
  margin: 6px 0 0 0;
  background-image: url('./../../_layout/_www/copyright_logo.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  float: right;
}

#copyright div.logo a:hover {
  background-position: 0 -20px;
}



#list ul li a {
  font-weight: bold;
  padding: 3px 0 4px 15px;
  background-image: url('./../../_layout/_www/item_list_style.gif');
  background-repeat: no-repeat;
  background-position: 2px center;
  display: block;
  float: left;
}



#logo a {
  width: 100%;
  height: 100%;
  display: block;
}



#mainMenu ul li a {
  width: 128px;
  height: 43px;
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  padding: 28px 10px 0 10px;
  margin: 0 0 0 1px;
  float: left;
}

#mainMenu ul li a.employees {
  height: 50px;
  padding-top: 21px;
}

#mainMenu ul li a.figure {
  width: 129px;
}

#mainMenu ul li a:hover {
  color: #CC9900;
  background-image: url('./../../_layout/_www/menu_item_hover_bg.gif');
  background-repeat: repeat-x;
  background-position: 0 0;
}

#mainMenu ul li a.figure:hover {
  background-image: url('./../../_layout/_www/menu_item_head_hover_bg.gif');
  background-repeat: no-repeat;
  background-position: 1px 0;
}



#navi a {
  color: #FFFFFF;
}

#navi a:hover {
  color: #CC9900;
}



#topJobs a {
  color: #333366;
  font-weight: bold;
}

#topJobs a:hover {
  color: #666;
}

/* LINKs - END */





/* FIELDSETs - START */

/* FIELDSETs - END */





/* LEGENDs - START */

/* LEGENDs - END */





/* FORMs - START */


/* FORMs - END */





/* INPUTs - START */

input {
  width: 172px;
  color: #666666;
  font-family: verdana, arial, sans-serif !important;
  font-size: 11px;
  padding: 0;
}

input.extraLong {
  width: 435px;
}

input.file {
  width: 550px;
  height: 17px;
}

input.long {
  width: 275px;
}

input.medium {
  width: 102px;
}

input.radio,
input.check {
  width: 13px;
  margin: 3px 5px 0 0;
}

input.short {
  width: 44px;
}



div.buttons input {
  width: 176px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 4px 5px 4px 5px;
  margin: 0 15px 0 0;
  text-decoration: none;
  background-image: url('./../../_layout/_www/button_bg.png');
  background-repeat: repeat-x;
  background-position: 0 0;
  border: 1px solid #333333;
  cursor: pointer;
}



#form input {
  float: left;
  clear: none;
}



#login input {
  width: 147px;
  margin-left: 25px;
}

/* INPUTs - END */





/* SELECTs - START */

select {
  width: 178px;
  color: #666666;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
}

select.long {
  width: 250px;
}

select.medium {
  width: 100px;
}

select.short {
  width: 75px;
}



#form select {
  float: left;
}

/* SELECTs - END */





/* TEXTAREAs - START */

textarea {
  width: 612px;
  height: 275px;
  color: #666666;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  padding: 2px 1px 1px 1px;
  margin: 2px 0 0 0;
}

textarea.high {
  height: 350px;
}

textarea.medium {
  height: 150px;
}

textarea.row {
  width: 405px;
  height: 38px;
}



#form textarea {
  float: left;
}

/* TEXTAREAs - END */





/* LABELs - START */

label {
  line-height: 18px;
  margin: 1px 0 0 3px;
}



#form label {
  float: left;
}

/* LABELs - END */





/* LISTs - START */

div.content ol,
div.content ul {
  padding: 0;
  margin: 0 0 15px 0;
}

div.content ol {
  list-style: decimal;
  padding-left: 30px;
}

div.content ul {
  list-style: square;
  padding-left: 25px;
}

div.content ol,
div.content ul {
  margin-bottom: 0 !important;
}



#list ul {
  width: 100%;
  list-style: none;
  padding: 0 0 0px 0;
  margin: 0 0 15px 0;
  float: left;
  clear: both;
}



#mainMenu ul {
  width: 895px;
  list-style: none;
  padding: 0;
  margin: 0 3px 0 3px;
}



#topJobs ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

/* LISTs - END */





/* LIST ROWs - START */

div.content li {
  margin-bottom: 5px;
}

div.content li {
  margin-bottom: 0;
}



#list ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  float: left;
}



#mainMenu ul li {
  float: left;
}



#topJobs ul li {
  padding: 0 0 0 15px;
  margin: 0 10px 10px 10px;
  background-image: url('./../../_layout/_www/item_list_style.gif');
  background-repeat: no-repeat;
  background-position: 2px 5px;
  border-bottom: 1px solid #D7A510;
}

#topJobs ul li:last-child {
  margin-bottom: 15px;
  border: 0;
}

/* LIST ROWs - END */





/* DIVs- START */

div.clearer {
  width: 100% !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  clear: both;
}



div.content {
  width: 100%;
  line-height: 15px;
  margin: 0 0 20px 0;
}



div.float,
div.floatL,
div.floatR {
  margin: 0 0 15px 0;
  float: left;
  clear: none;
}

div.float {
  width: 100%;
}

div.floatL {
  margin-right: 36px;
}

div.floatR {
  margin-right: 0;
}



div.ruleButtons,
div.ruleDashed,
div.ruleGallery,
div.ruleSolid {
  width: 100% !important;
  font-size: 0 !important;
  padding: 0 !important;
  margin: 0 0 13px 0;
  clear: both;
}

div.ruleButtons {
  margin-bottom: 15px;
  border-top: 1px dashed #364F77;
}

div.ruleDashed {
  border-top: 1px dashed #364F77;
}

div.ruleGallery {
  margin-bottom: 15px;
  border-top: 1px dashed #364F77;
}

div.ruleSolid {
  border-top: 1px solid #364F77;
}



div.message {
  width: 100%;
  margin: 0 0 15px 0;
}



#attributes div.template {
  width: 100%;
}



#copyright div {
  /*width: 611px;*/
  width: 882px;
  padding: 7px 0 0 10px;
  background-image: url('./../../_layout/_www/copyright_client_logo.gif');
  background-position: right center;
  background-repeat: no-repeat;
  float: left;
  clear: none;
}

#copyright div.logo {
  width: 251px;
  padding: 5px 10px 0 0;
  float: right;
  clear: none;
}



#list div.preview {
  margin: 0 0 13px 15px;
  float: left;
  clear: none;
}

#list div.preview div {
  padding: 0;
  margin: 0 0 10px 0;
}

#list div.preview div {
  margin-bottom: 0;
}

#list div.preview div.price {
  font-weight: bold;
}

/* DIVs - END */





/* SPANs - START */

span.row {
  float: left;
  clear: both;
}



div.message p span.info {
  color: #FFFFFF;
}

div.message p span.question {
  color: #FFFFFF;
}



#copyright div.logo a span {
  display: none;
}



#logo a span {
  display: none;
}

/* SPANs - END */





/* TABLEs - START */

table {
  width: 100%;
}

/* TABLEs - END */





/* TABLE CELLs - START */

table td {
  padding: 2px 0 2px 0;
}


table th {
  padding: 5px 0 5px 0;
  background-color: #364F77;
}

/* TABLE CELLs - END */





/* IMAGEs - START */

img.educa {
  position: relative;
  left: -14px;
  top: -12px;
  margin-bottom: 7px;
}



img.icon {
  vertical-align: middle;
}



img.thumb {
  padding: 3px;
  margin: 0 0 13px 15px;
  vertical-align: top;
  border: 1px solid #FFFFFF;
  float: left;
  clear: both;
}



div.content img {
  padding: 3px;
  margin: 0;
  vertical-align: top;
  border: 1px solid #FFFFFF;
  float: right !important;
  clear: none !important;
}

/* IMAGEs - END */





/* PARAGRAPHs - START */

div.content p {
  margin: 0 0 15px 0;
}



div.message p {
  font-weight: bold;
  padding: 0;
  margin: 0;
}



#copyright p {
  line-height: 14px;
  margin: 0;
}



#form form p {
  padding: 0;
  margin: 0 0 15px 0;
  float: left;
  clear: both;
}

#form form p.error {
  padding: 2px 0 1px 0;
  margin: 0;
}



#topJobs p {
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 10px;
}

/* PARAGRAPHs - END */





/* LAYOUT BOXes - START */

#advertisement {
  padding: 0 0 75px 0;
  margin: 0 0 0 75px;
  display: block;
  background-image: url('./../../_layout/_www/advert_cards.gif');
  background-repeat: no-repeat;
  background-position: center bottom;
  float: left;
  clear: both;
}



#attributes {
  width: 100%;
}



#buttons {
  width: 100%;
  margin: 0 0 10px 0;
  text-align: center;
  border-top: 1px dashed #FFFFFF;
}



#copyright {
  width: 100%;
  height: 50px;
  color: #FFFFFF;
  font-size: 10px;
  padding: 10px 0 10px 0;
  background-image: url('./../../_layout/_www/copyright_bg.gif');
  background-position: 0 0;
  background-repeat: no-repeat;
  float: left;
  clear: both;
}



#form {
  width: 100%;
  float: left;
}



#header {
  width: 100%;
  height: 171px;
  background-image: url('./../../_layout/_www/header_bg.jpg');
  background-position: right 0;
  background-repeat: no-repeat;
  float: left;
  clear: both;
}

  a.educa {
    width: 628px;
    height: 141px;
    margin: 15px;
    display: block;
    float: right;
    clear: none;
  }

    a.educa span {
      display: none;
    }



#leftFrame {
  width: 241px;
  float: left;
  clear: none;
}



#list {
  width: 100%;
  float: left;
  clear: both;
}



#logo {
  width: 244px;
  height: 171px;
  background-image: url('./../../_layout/_www/logo.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  float: left;
  clear: none;
}



#mainMenu {
  width: 100%;
  height: 72px;
  background-image: url('./../../_layout/_www/menu_bg.png');
  background-position: 0 0;
  background-repeat: repeat-x;
}



#navi {
  width: 100%;
  color: #0066CC;
  font-size: 10px;
  font-weight: bold;
  padding: 15px 0 18px 0;
}



#page {
  width: 902px;
  margin-left: auto;
  margin-right: auto;
}



#rightFrame {
  width: 613px;
  padding: 0 25px 25px 15px;
  margin: 0;
  background-image: url('./../../_layout/_www/rightframe_bg.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  float: right;
  clear: none;
}



#topJobs {
  margin-bottom: 10px;
}



#workspace {
  width: 894px;
  padding: 0 4px 0 4px;
  background-image: url('./../../_layout/_www/workspace_bg.gif');
  background-position: 0 0;
  background-repeat: repeat-y;
  background-color: #2B446C;
  float: left;
  clear: both;
}

/* LAYOUT BOXes - END */
