/* ------ General ------ */

body {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  background: #006480 url(/webdesign/images2/pageBgr.gif) repeat-x top; 
  font-size: 12px;
  margin: 0px 5px 5px 5px;
}

div, span, td  {
  font-size: 12px;
}

a {
  text-decoration: none;
  color: #fe8000;
}

a.grey {
  color: #666666;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #fe8000;
}

img {
  border: 0;
}

ul {
  margin: 0 0 0 20px;
}

ul.singleton {
  margin: 7px 0 7px 10px;
  padding: 0; 
}

li {
  list-style-image: url(/webdesign/images2/marker.gif);
  margin: 0; 
  padding: 0; 
}

.spacer {
  height: 1px;
  font-size: 1px;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  clear: both;
}

.text {
  text-align: justify;
}

a.linkbtn {
  padding: 0 0 0 22px;
  background: url(/webdesign/images2/marker.gif) no-repeat left center;
}

/* ------ Main layout ------ */

.pageBlockContainer {
}

.pageBlock {
  width: 942px;
}

.headerBlock {
}

.bodyBlock {
  width: 942px;
  background: white;
  border-right: solid 1px #00596B;
  border-left: solid 1px #00596B;
  padding-top: 10px;
  text-align: left;
}

/* ------ Header ------ */

.hd1 {
  width: 192px;
  height: 86px;
  background: url(/webdesign/images2/hd1.gif) no-repeat left top; 
}

.hd1 img {
 display: block;
}

.hd2 {
  width: 749px;
  height: 86px;
  background: url(/webdesign/images2/hd2.gif) no-repeat left top; 
  text-align: left;
  padding-left: 4px;
}

.hd3 {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 15px;
  color: white;
  width: 192px;
  height: 34px;
  background: url(/webdesign/images2/hd3.gif) no-repeat left top; 
  text-align: center;
}

.hd3 a {
  color: white;
  font-style: italic;
  font-weight: bold;
}

.hd3 a:hover {
  text-decoration: none;
}

.hd4 {
  width: 749px;
  height: 34px;
  background: url(/webdesign/images2/hd4.gif) no-repeat left top; 
  text-align: left;
  padding-left: 16px;
}

.hd4menu {
  font-family: Georgia, Times New Roman, Times, serif;
  font-size: 17px;
  color: white;
  width: 484px;
  text-align: center;
}

.hd4menu a {
  color: white;
  font-style: italic;
  padding: 0 2px;
}

.hd4menu a:hover {
  text-decoration: none;
}

.printHeader {
  display: none;
}

/* ------ Main body columns ------ */

.leftCol {
  width: 180px;
  padding: 0 0 10px 0;
  vertical-align: top;
  border-right: solid 1px #DEDAD2;
}

.bodyCol {
  width: 578px;
  padding: 0 0 10px 0;
  vertical-align: top;
}

.bodyColWide {
  width: 759px;
  padding: 0 0 10px 0;
  vertical-align: top;
}

.rightCol {
  width: 180px;
  padding: 0 0 10px 0;
  vertical-align: top;
  border-left: solid 1px #DEDAD2;
}

/* ------ Middle column block ------ */

.midBlock {
  margin: 0;
  padding: 10px 15px 20px 15px;
  background: url(/webdesign/images2/blockBgr.gif) repeat-x bottom;
  border-bottom: solid 1px #DEDAD2;
}

/* ------ Orange data block ------ */

.ob {
  margin: 0 0 10px 0;
  padding: 0;
  background: url(/webdesign/images2/blockBgr.gif) repeat-x bottom;
  border-bottom: solid 1px #DEDAD2;
}

.obTitle {
  font-family: Georgia, Times New Roman, Times, serif;
  color: #465c6b;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  padding: 0 15px 5px 15px;
}

.obData {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  padding: 0 15px 15px 15px;
  font-size: 12px;
  color: #666666;
}

/* ------ Blue data block ------ */
.bb, .bbStrong {
  margin: 0 0 10px 0;
  padding: 0;
  background: url(/webdesign/images2/blockBgr.gif) repeat-x bottom;
  border-bottom: solid 1px #DEDAD2;
}

.bbTitle {
  font-family: Georgia, Times New Roman, Times, serif;
  color: #fe8000;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  padding: 0 15px 5px 15px;
}

.bbData {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  padding: 0 15px 15px 15px;
  font-size: 12px;
  color: #666666;
}

.bbInfo {
  font-size: 11px;
  color: #465C6B;
}

.bbTitleStrong {
  font-family: Georgia, Times New Roman, Times, serif;
  color: #465c6b;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  padding: 0 15px 5px 15px;
}

.bbDataStrong {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  padding: 0 15px 15px 15px;
  font-size: 12px;
  color: #666666;
}

/* ------ Left menu ------ */

.leftMenuItemCont {
  width: auto;
  padding: 3px 0px 2px 0px;
}

.leftMenuItem {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  color: #666666;
  font-size: 12px;
}

.leftMenuItem:hover {
  color: #fe8000;
}

/* ------ Messages ------ */
.error {
  color: red;
  background: url(/webdesign/images2/ic_error.gif) no-repeat 4px center;
  font-size: 12px;
  font-weight: bold;
  padding: 9px 10px 9px 50px;
  margin: 2px 0 10px 0px;
}

.info {
  xcolor: #543E1C;
  background: url(/webdesign/images2/ic_info.gif) no-repeat 4px center;
  font-size: 12px;
  padding: 9px 10px 9px 50px;
  margin: 2px 0 10px 0px;
}

.infoSmall {
  xcolor: #543E1C;
  background: url(/webdesign/images2/ic_info.gif) no-repeat 4px 0;
  font-size: 12px;
  padding: 9px 10px 9px 50px;
  margin: 2px 0 10px 0px;
}

.warning {
  color: #54491C;
  background: url(/webdesign/images2/ic_warning.gif) no-repeat 4px center;
  font-size: 12px;
  font-weight: bold;
  padding: 9px 10px 9px 50px;
  margin: 2px 0 10px 0px;
}

/* ------ Footer and contactinfo ------ */

.footerBlock {
  background: #006480 url(/webdesign/images2/footerBgr.gif) no-repeat top center;
  width: 942px;
}

.footer {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 9px;
  color: #CCE0E6;
  text-align: center;
  padding-top: 5px;
}

.footer A {
  color: #CCE0E6;
}

.contact {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 9px;
  color: #CCE0E6;
  text-align: left;
  width: 180px;
  padding: 5px 0 0 5px;
}

.contactHeavy  {
  font-family: Georgia, Times New Roman, Times, serif;
  color: #CCE0E6;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
}

.counterCell {
  padding: 10px 0 0 0;
  text-align: center;
}

/* ------ Login form in main page ------ */
.loginTable {
  width: 142px;  
}

.loginTxt {
  font-size: 11px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  border: none;
  background: url(/webdesign/images2/loginFieldBgr.gif) no-repeat left top;
  width: 118px;  
  height: 12px;
  padding: 6px 12px;
  margin: 0 0 1px 0;
}

.loginBtn {
  font-size: 10px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  background: url(/webdesign/images2/loginBtnBgr.gif) no-repeat left top;
  width: 96px;  
  height: 24px;
  color: white;
  border: none;
}

/*.loginLbl {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  text-align: right;
  padding: 0 5px 0 0;
  font-size: 9px;
  color: #333333;
}*/

/* ------ Scroller ------ */
.scroller {
  background: url(/webdesign/images2/scrollerBgr.gif) no-repeat left top;
  width: 560px;
  height: 16px;
  padding: 12px 0px;
}

.scroller a {
  font-size: 14px;
  color: white;
  margin-right: 20px;
  text-decoration: none;
}

.scroller a:hover {
  color: white;
  text-decoration: none;
}

/* ------ Tabpages and title ------ */
.tabPages {
  width: 100%;
  border-bottom: solid 2px #FE8000;
}

.tabPagesMulti {
  width: 100%;
  border-bottom: solid 1px white;
}

div.dynamicTabPageContent {
  border-bottom: solid 2px #FE8000;
}
 
td.tabAct {
  color: white;
  font-size: 11px;
  text-decoration: none;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-weight: bold;
  padding: 3px 6px 2px 6px;
  background: #FE8000;
  border-right: solid 1px white;
  text-align: center;
}

td.tabInact {
  color: #666666;
  padding: 3px 6px 2px 6px;
  background: #E0E0E0;
  border-right: solid 1px white;
  text-align: center;
}

a.tabInact {
  font-size: 11px;
  text-decoration: none;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  color: #666666;
}

a.tabInact:hover {
  color: #fe8000;
  text-decoration: none;
}

.tabEmpty {
  padding: 0 5px;
  color: #3F599C;
  font-size: 12px;
}

.tabSpacer {
  width: 100%;
}

.cvstepnum {
  font-size:20px; 
  color:#FE8000;
}

/* ----- Regular title ----- */

.tabTitleCont {
  width: 100%;
}

.titleCont {
  width: 100%;
  margin-bottom: 5px;
}

.tabTitle {
  font-family: Georgia, Times New Roman, Times, serif;
  color: #465c6b;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  padding: 2px 5px 0px 5px;
  vertical-align: bottom;
}

td.tabTitleNotes {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  padding: 1px 10px 0px 5px;
  color: #666666;
  text-align: right;
  font-weight: normal;
  font-size: 12px;
  vertical-align: bottom;
}

span.tabTitleNotes {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  padding: 1px 10px 0px 5px;
  color: #666666;
  font-weight: normal;
  font-size: 11px;
  vertical-align: bottom;
}

/* ----- Supertitle ----- */

.superTitle {
  font-family: Georgia, Times New Roman, Times, serif;
  color: #fe8000;
  font-size: 16px;
  font-weight: bold;
  font-style: italic;
  padding: 0px 5px 0px 5px;
  margin: 0 0 10px 0;
  text-align: center;
}

.superTitle td {
  padding: 0;
  font-size: 12px;
}

.cutter {
  height: 1px;
  overflow: hidden;
  border-top: dashed 1px #3F599C;
  margin: 10px 0;
}

.subtitle span {
  color: black;
  font-size: 12px;
  font-weight: bold;
}

/* ------ Forms ------ */
form {
  margin: 0;
}

.label {
  text-align: right;
  font-size: 11px;
  padding: 2px 10px 2px 0;
  xcolor: #333333;
}

.labelinline {
  font-size: 11px;
  xcolor: #333333;
}

.toplabel {
  vertical-align: top;
}

.comment {
  font-size: 11px;
  padding: 0 0 0 10px;
  color: #666666;
  font-style: italic;
}

.catcount {
  font-size: 11px;
  padding: 0 0 0 10px;
  color: #666666;
}

.mandatory {
  color: red;
}

.fullwidth {
  width: 100%;
}

.field {
  padding: 1px 0 0 0;
}

.txt {
  border: solid 1px #999999;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px;
  background: #FFE6CC;
  margin-bottom: 1px;
}

.dropdown {
  border: solid 1px #999999;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px;
  background: #FFE6CC;
  margin-bottom: 1px;
}

.listbox {
  border: solid 1px #999999;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px;
  background: #FFE6CC;
  margin-bottom: 1px;
}

.txtarea {
  border: solid 1px #999999;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px;
  background: #FFE6CC;
  margin-bottom: 1px;
}

.checkb {
}

.btn {
  color: white;
  font-size: 11px;
  padding: 1px 10px;
  background: #FE8000;
  border: solid 1px #FEBF7F;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='#CCCCCC');
}

.submit {
  margin: 10px 5px 0 0;
}

.backBtn {
  font-size: 11px;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  background: #FE8000 url(/webdesign/images2/backBtnBgr.gif) no-repeat 5px center;;
  color: white;
  width: 90px;  
  border: solid 1px #FEBF7F;
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=1, OffY=1, Color='#CCCCCC');
  padding: 1px 10px 1px 15px;
  margin: 10px 5px 0 0;
}

.readarea {
  border: solid 1px #999999;
  padding: 10px;
  color: #333333;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 11px;
  background: #FFE6CC;
  text-align: left;
  overflow-y: auto;
}

.flag {
  width: 14px;
  height: 10px;
}

A.flagLink:hover {
  text-decoration: none;
}

/* ------ Data table ------ */
table.dataTable {
  margin: 0px 0;
  xwidth: 100%;
}

table.dataTable td a {
  xcolor: #666666;
  color: #FE8000;
}

table.dataTable thead {
  xbackground: #FE8000;
}

table.dataTable th {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  color: #fe8000;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 3px;
  border-right: solid 1px #DEDAD2;
}

table.dataTable th a{
  padding: 0 2px;
  color: #fe8000;
}

table.dataTable th a:hover{
  color: #fe8000;
  text-decoration: underline;
}


table.dataTable tr.odd {
  background: white;
}

table.dataTable tr.even {
  background: #ECEEF0;
}

table.dataTable td {
  font-size: 12px;
  padding: 3px 8px;
  font-family: Tahoma, Arial;
  color: #222222;
  border-right: solid 1px #DEDAD2;
}

.table_subtitle {
  font-size: 10px;
  color: #465c6b;
  padding: 0 10px;
}

table.pageNavigateTop {
  margin: 5px 0 0 0;
  text-align: right;
}

table.pageNavigateBottom {
  margin: 10px 0 5px 0;
}

table.pageNavigateBottomCont {
  width: 100%;
}

td.pageNavigateBottomContTd {
  text-align: right;
  padding: 0 10px;
}

td.pageNavigate {
  padding: 2px 0;
}

a.pageNavigate {
  color: #666666;
  font-size: 9px;
  text-decoration: none;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  padding: 0 2px;
}

a.pageNavigate:hover {
  color: #FE8000;
  text-decoration: none;
}

a.pageNavigateNum {
  color: #666666;
  font-size: 11px;
  text-decoration: none;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  padding: 0 3px;
}

a.pageNavigateNum:hover {
  color: #FE8000;
  text-decoration: none;
}

td.pageNavigateAct {
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
  font-family: Verdana, Tahoma, Arial, sans-serif;
  padding: 2px 6px;
  border: solid 1px #DEDAD2;
}

/*-------- Icons ---------------*/
.icon {
  width: 14px;
  height: 14px;
  padding: 2px 6px 0 4px;
}

/*-------- Print specific changes ---------*/

@media print {
  .noprint {
    display: none;
  }

  .headerBlock {
    display: none;
  }

  .printHeader {
    display: block;
  }

  .menuLine {
    display: none;
  }

  .leftCol {
    display: none;
  }

  .bodyCol {
    width: 100%;
  }

  .rightCol {
    display: none;
  }

  .tabAct {
    border-top: solid 1px #E08034;
    border-right: solid 1px #E08034;
    border-left: solid 1px #E08034;
    background: #FFD6A4;
  }

  .tabInact {
    display: none;
  }

  .tabEmpty {
    background: white;
  }

  .tabSpacer {
    background: white;
  }

  table.dataTable th {
    border-bottom: solid 2px #FE8000;
  }

  table.pageNavigateTop {
    display: none;
  }

  table.pageNavigateBottom {
    display: none;
  }

  table.pageNavigateBottomCont {
    display: none;
  }

  .pageNavigate {
    display: none;
  }

  .footer {
    border: none;
  }

  .counterRow {
    display: none;
  }

}
