/*** Header ***/

div.header {
  height: 200px;
  background: url(/images/header/bg.gif) repeat-x left top;
}

div.header div.logo {
  position: absolute;
  left: 20px;
  top: 15px;
}

div.header div.logo span {
  display: block;
  background: url(/images/header/logo.gif) no-repeat left top;
  width: 170px;
  height: 180px;
  cursor: pointer;
}

div.header div.logoShadow {
  position: absolute;
  left: 35px;
  top: 200px;
  background: url(/images/header/logoShadow.gif) no-repeat left top;
  width: 122px;
  height: 22px;
}

div.header div.title {
  position: absolute;
  left: 190px;
  top: 40px;
  background: url(/images/header/bgMap.gif) no-repeat left top;
  width: 396px;
  height: 216px;
  z-Index: 10;
}

div.header div.title div {
  display: block;
  width: 280px;
  height: 60px;
  background: url(/images/header/title.gif) no-repeat left top;
  margin: 70px 0px 0px 30px;
}

div.header div.title div h1 {
  display: none;
}

div.header div.userMenu,
div.header div.search {
  right: 25px;
}

div.header div.userMenu {
  top: 0px;
  position: absolute;
  background: #456A8C url(/images/header/userMenu_bg_left.gif) no-repeat left bottom;
}

div.header div.userMenu div {
  float: left;
  background: url(/images/header/userMenu_bg_right.gif) no-repeat right bottom;
}

div.header div.userMenu div ul {
  list-style-type: none;
  margin: 0px 15px 0px 15px;
  padding: 0;
}

div.header div.userMenu div ul li {
  float: left;
  padding: 8px 0px 8px 0px;
}

div.header div.userMenu div ul li span {
  color: white;
  text-decoration: none;
  cursor: pointer;
}

div.header div.userMenu div ul li span:hover {
  text-decoration: underline;
}

div.header div.userMenu div ul li.username {
  padding-right: 30px;
}

div.header div.userMenu div ul li.username span,
div.header div.userMenu div ul li.username span:hover {
  color: white;
  text-decoration: none;
  cursor: default;
  font-weight: bold;
}



div.header div.userMenu div ul li.separator {
  background: url(/images/header/userMenu_separator.gif) no-repeat center center;
}

div.header div.userMenu div ul li.separator span {
  display: block;
  width: 40px;
  height: 18px;
  cursor: default;
}



div.search {
  position: absolute;
  top: 150px;
  width: 285px;
}



div.search div.input {
  float: left;
}

div.search div.input input {
  width: 200px;
  height: 20px;
  padding: 2px 3px 0px 3px;
}


div.header_footline {
  height: 27px;
  background-color: #F4F7F9;
}

/*** Page Parts ***/

table td.leftPart,
table td.content,
table td.rightPart {
  vertical-align: top;
}

table td.leftPart,
table td.rightPart {
  width: 1%
}

table td.content {
  background: url(/images/content_bg.gif) repeat-x left top;
  width: 99%
}

/*** Main Menu ***/

table td.leftPart div.mainMenu {
  font-family: Tahoma;
  width: 190px;
}

table td.leftPart div.mainMenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

table td.leftPart div.mainMenu ul li {
  padding: 17px 30px 17px 17px;
  margin: 0;
  background-color: #EBF0F3;
  white-space: nowrap;
  border: 1px dashed #C5D2DC;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right: 0px solid white;
}

table td.leftPart div.mainMenu ul li span {
  color: #2D598D;
  display: block;
  _display: inline-block; /* fix for IE6 */
  _width: 100%; /* fix for IE6 */
  cursor: default;
  text-decoration: none;
}

table td.leftPart div.mainMenu ul li:hover span {
  color: #1A3658;
}

table td.leftPart div.mainMenu ul li a {
  text-decoration: none;
  cursor: pointer;
}

table td.leftPart div.mainMenu ul li.noborder {
  border-bottom-width: 0px;
}

table td.leftPart div.mainMenu ul li.active {
  border: 1px solid #94ACC0;
  border-left-width: 0px;
  border-right: 0px solid #456A8C;
  background-color: #D7E0E7;
  color: #456A8C;
  font-weight: bold;
}

table td.leftPart div.mainMenu ul li.first {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

div.mainSubMenu {
  left: -10000px;
  top: -10000px;
  position: absolute;
  visibility: hidden;
  background-color: #F9FAFA;
  border: 1px dashed #D3DDE5;
  border-left-width: 0px;
  border-right-width: 0px;
  padding: 20px 0px 20px 0px;
  z-index: 100;
}

div.mainSubMenu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.mainSubMenu ul li {
  padding: 0;
  margin: 0;
}

div.mainSubMenu ul li a {
  display: block;
  _display: inline-block; /* fix for IE6 */
  _width: 100%; /* fix for IE6 */
  padding: 5px 30px 5px 30px;
  text-decoration: none;
  margin: 0;
  white-space: nowrap;
}

div.mainSubMenu ul li a:hover {
  background-color: #D8E3ED;
  text-decoration: none;
}

/*** Second Menu ***/

table td.leftPart div.secondMenu {
  width: 190px;
  font-family: Tahoma;
  background-color: #F9FAFA;
  border-bottom: 1px dashed #C5D2DC;
  font-size: 9pt;
}

table td.leftPart div.secondMenu div {
  padding: 20px 0px 20px 0px;
}

table td.leftPart div.secondMenu div ul {
  list-style-type: none;
  margin: 0px;
  padding: 0;
}

table td.leftPart div.secondMenu div ul li {
  padding: 5px 30px 5px 17px;
  margin: 0;
  white-space: nowrap;
  color: #456A8C;
  font-weight: bold;
}

table td.leftPart div.secondMenu div ul li a {
  font-weight: normal;
}


/*** Government Menu ***/

table td.leftPart div.govMenu {
  width: 175px;
  font-family: Tahoma;
  font-size: 8pt;
}

table td.leftPart div.govMenu div {
  padding: 20px 0px 20px 0px;
}

table td.leftPart div.govMenu div ul {
  list-style-type: none;
  margin: 0px;
  padding: 0;
}

table td.leftPart div.govMenu div ul li {
  padding: 5px 30px 5px 17px;
  margin: 0;
  white-space: nowrap;
}

table td.leftPart div.govMenu div ul li a {
  color: #888888;
}

table td.leftPart div.govMenu div ul li a:hover {
  color: #456A8C;
}

/*** Content ***/

table td.content {
  padding: 30px 30px 30px 30px;
}

/*** Right Part Menu ***/

table td.rightPart {
  padding: 0px 0px 20px 0px;
}

table td.rightPart div.rightMenu {
  background-color: #F9FAFA;
  border: 1px dashed #D3DDE5;
  border-left-width: 0px;
  border-right-width: 0px;
  padding: 20px 25px 20px 25px;
  margin: 10px 0px 10px 0px;
  font-size: 9pt;
  width: 250px;
}

table td.rightPart div.rightMenu h4 {
  margin: 0px 0px 10px 0px;
  padding: 0;
  color: #555555;
  font-family: Arial;
  font-size: 10pt;
}

table td.rightPart div.rightMenu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

table td.rightPart div.rightMenu ul li {
  background: url(/images/right_menu_marker.gif) no-repeat left top;
  padding: 2px 0px 2px 15px;
  color: #666666;
}

table td.rightPart div.rightMenu ul li a {
  text-decoration: none;
}

table td.rightPart div.rightMenu ul li a:hover {
  text-decoration: underline;
}

table td.rightPart div.rightMenu ul li.active {
  background-position: left -66px;
}

table td.rightPart div.rightMenu ul li.submenu {
  padding-left: 33px;
  background-position: 17px -66px;
}

table td.rightPart div.rightMenu ul.wbr li {
  white-space: normal;
}

/*** Third Menu ***/

div.thirdMenu {
  padding: 0px 0px 10px 22px;
  margin: 0px 0px 0px 10px;
}

div.thirdMenu h4 {
  font-family: Arial;
  font-size: 12pt;
  color: #555555;
  margin: 0px 0px 0px 0px;
  padding: 0;
}

div.thirdMenu ul {
  list-style-type: none;
  margin: 8px 0px 0px 0px;
  padding: 0;
}

div.thirdMenu ul li {
  display: inline;
  padding: 0px 10px 0px 0px;
  margin: 0;
  color: #456A8C;
  font-weight: bold;
  white-space: nowrap;
}

div.thirdMenu ul.vertical li {
  display: block;
  padding: 0px 0px 2px 0px;
}

div.thirdMenu ul li.first {
  background-image: none;
}

div.thirdMenu ul li a {
  font-weight: normal;
}

/*** Footer ***/

div.footer {
  height: 75px;
  background: #F4F7F9 url(/images/footer/bg.gif) repeat-x left top;
}

div.footer table tr td {
  padding: 20px 20px 0px 20px;
}


/*** Modal Window ***/

div.modalWindow {
  background: #F4F7F9 url(/images/modalWindow/bg_bottom.gif) bottom repeat-x;
  border: 2px solid #EFEFEF;
  border-top-width: 0px;
  border-bottom-width: 0px;
  position: absolute;
  z-index: 20000;
  padding: 0;
  margin: 0;
  left: 0px;
  top: 0px;
}

div.modalWindowHead {
  background: url(/images/modalWindow/bg_top.gif) left top repeat-x;
  margin: 0px;
  padding: 10px 0px 0px 0px;
}

div.modalWindowHead div.closeBtn {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 12px;
  right: 5px;
  background: url(/images/modalWindow/closeBtn.gif) no-repeat top left;
}

div.modalWindowContent {
  padding: 30px 20px 20px 20px;
}

div.modalWindowContent div.message {
  text-align: center;
  margin: 20px 20px 20px 20px;
}

