/* common */
body {
  background-color: #fff;
  margin: 0px;
  padding: 10px 0px;
  font-family: verdana, tahoma, helvetica, Arial, sans-serif;
  font-size: 1em;
  color: #555;
}	
input, select, table {font-family: verdana, tahoma, helvetica, Arial, sans-serif;}

form {margin: 0;}
img {border: 0px}
td {vertical-align: top}
a {
  color: #D12129;
  text-decoration: underline;
}
a:hover {
  color: #D12129;
  text-decoration: underline;
}
div.space-height-1 {
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}

div.space-height-10 {
  height: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  clear: both
}

div.space-height-20 {
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}
div.space-width-30 {
  width: 30px;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
}

.flright {
  float: right;
  margin-left: 15px;
  display: inline
}

/* end common */

/* top header */
div.textcenter {text-align: center}
div.center {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  width: 980px;
}
div.line-top {

  width: 980px;
  height: 4px;
  background: #d12129 url(../img/tab-bgline.gif);
  z-index: 2;
  position: relative;
  top: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  clear: both
}
div.topheader {
  background: #fff;
  margin: 0;
  padding: 0;
}
/* bread crumbs*/
div.breadcrumbs {
  color: #D12129;
  font-size: 70%;
  padding: 0px;
  margin: 10px 0px 10px 0px;
}
div.breadcrumbs a {
  color: #666;
  text-decoration: none
}
div.breadcrumbs a:hover {
  color: #666;
  text-decoration: underline
}

/* Main menu */
/* menu level 1*/
div.menu01 {
  display: block;
  background: #FFDB93 url("../img/white-dot.gif") repeat-x bottom;
  margin: 0;
  padding: 0;
  border: 0;
  width: 200px;
}
.nav01 {    
  color: #fff;
  display: block;
  color: #fff;
  background: #002E66;
  font-size: 80%;
  font-weight: bold;
  padding: 2px 4px
    margin: 0px;
  background-image:url(../img/blue_bar_bg.gif);
}	
a.nav01:hover {
  font-weight: bold;
  color: #D12129;
  text-decoration: none;
}
div.menu11 {
  display: block;
  background: #D12129 url("../img/white-dot.gif") repeat-x bottom;
  margin: 0;
  padding: 0;
  border: 0;
  width: 200px;
}	
.nav11 {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 70%;
  text-decoration: none;
  padding: 4px 7px 4px 7px;
  background: url("../img/f-rcorner.gif") no-repeat 100% 0%;
}	
a.nav11:hover {
  color: #FFDB93;
  text-decoration: none;
}
/* menu level 2 */
div.menu02 {
  display: block;
  background: #F7F7F7 url("../img/white-dot.gif") repeat-x bottom;
  margin: 0;
  padding: 2px 0px 5px 0px;
  border: 0;
  width: 200px;
}
.nav02 {
  display: block;
  color: #000;
  font-size: 70%;
  text-decoration: none;
  padding: 1px 7px 1px 7px;
}	
a.nav02:hover {
  color: #D12129;
  text-decoration: none;
}
.nav22 {     
  clear: none;
  display: block;
  color: #000;
  font-size: 70%;
  font-weight: bold;
  text-decoration: none;
  padding: 1px 7px 1px 7px;
}	
a.nav22:hover {
  color: #D12129;
  text-decoration: none;
}


/* Footer */
div.space-footer-4 {
  width: 100%;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  background: #798EB1;
  overflow: hidden;
}
div.footer {
  margin: 0;
  padding: 5px 0px 0px 0px;
  border: 0;
  font-size: 65%;
}

/* Main content style*/
div.content {
  font-size: 75%;
  margin: 12px 0px 24px 0px;
}
.content div.header {
  color: #002E66;
  font-size: 200%;
  padding: 0px;
  font-weight: bold;
  margin-top: 0px;
  text-transform:capitalize;
}
.content div.subheader {
  font-weight: bold;
  color: #D12129;
  font-size: 110%;
  margin-top: 10px;
}
/* TABLES style */
.td01 {
  background-color: #F7F7F7;
  vertical-align: top;
}
.td02 {
  background-color: #fff;
  vertical-align: top;
}
table.search, table.results {
  width: 100%;
  border: 0;
}
table.search th, table.results th {
  background-color: #E5E9F0;
  color: #002E5E;
  text-align: left;
  vertical-align: top;	
}
table.search td {
  background-color: #F7F7F7;
  text-align: left;
  vertical-align: top;
  font-size: 90%	
}
/* STATUS colors style */
.unprocessed {
  color: #D12129;
}
.inprogress {
  color: #3C9E3D;
}
.processed {
  color: #798EB1;
}
/* end STATUS colors style */


/* form BUTTONS and INPUTs */
input.btn01 {
  color: #fff;
  font-weight: bold;
  background: #D12129 url("/img/f-rcorner.gif") no-repeat 100% 0%;
  border: 0px;
  margin: 0px;
  padding: 3px;
}
/* end form BUTTONS */
/* error style */
.error {
  border: 1px solid #f00; 
  width: 430px;
  padding: 2px;
  margin: 12px 0px 12px 0px;
  color: #f00;
  font-size: 90%;
}
/* end error style */
.cancelled {
  color: #666666;
}

/* POPUP */
div.popupcenter {
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  width: 400px;
  z-index:11;
}
div.popupheader {
  background: #6382b1;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  padding: 3px 10px 10px 10px;
  color: #fff;
  font-weight: bold;
}
div.popupmain {
  background: #F7F7F7;
  border-right: 1px solid #999;
  border-left: 1px solid #999;
  padding: 10px;
  clear: both;
  min-height: 198px; height: auto ! important; height: 200px;
}
div.scroll {
  height: 150px;
  overflow: auto;
  overflow-y: scroll;
  overflow:-moz-scrollbars-vertical;
}
table.popup-t-det {
  border: 0px;
  margin: 0px;
  padding: 0px;
  width: 378px;
}
table.popup-t-detaddr {
  border: 0px;
  margin: 0px;
  padding: 0px;
  width: 350px;
}
.popup-t-det td, .popup-t-detaddr td {
  border-bottom: 1px solid #fff;
  padding: 1px 5px;
}
div.hiddenblock, tr.hiddenblock {
  display: none;
}
#cover {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 100%;
  height: 500px;
  background-color: #ffffff;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  display: none;
}
#icover {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 9;
  width: 100%;
}
div.expanded_section {
  padding-left: 20px;
}

div.suggestions {
  position: absolute;
  background-color: #ffffff;
  border:1px solid black;
  z-index: 4;
  padding-bottom: 3px;
}

div.suggestions div {
  cursor: default;
  padding: 0px 3px;
}

div.suggestions div.current {
  background-color: #3366cc;
  color:#ffffff;
}

/* popup alt */
div.alt {
  width: 250px;
  color: #000;
  background: #F7F7F7;
  border: 1px solid #999;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  padding: 5px
}



.tablinks {
  width: 220px;
  margin: 0px;
  border: 0px;
  padding: 0px;
  float: right;
  height: 58px
}
.tablinks a, .tablinks a:link, .tablinks a:hover, .tablinks a:visited {text-decoration: none ! important;}
.right {text-align: right}

