*  {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

body {
margin: 0;
padding: 0;
background-color:#F4F4F4;
color: #666666;
}

table {
 width:100%;
 empty-cells:show;
 border: none;
 border-spacing: 0;
 border-collapse: collapse;
}

input, textarea, select {
  border: 1px solid #BDBDBD;
  background-color: #FFFFCC;
  margin:1px;
}

input, textarea {
  padding: 1px 3px 1px 3px;
}
select {
  padding-left:3px;
}
input.checkbox {
  padding:2px;
  width:15px;
  height:15px;
}
 
input.date {width: 64px;}
input.btn { background-color:#5C85C2; color:#ffffff; font-weight: bold; border-bottom: 1px solid #2B3D59;border-right: 1px solid #2B3D59;}

form { padding:0; margin:0;}

td {
  vertical-align: top;
  padding: 1px;
  margin:0;
}

td.col {
 padding:8px;
 vertical-align:top;
}

img {
   border: none;
}

a {
text-decoration: none;
/* color: #74A8F5; */
color: #5C85C2;
}

a:hover { text-decoration: underline; }

#body {
  width: 980px !important;
  margin: 0 auto;
}

#content {
  line-height: 140%;
  color: #666666;
  background-color:#FFFFFF;
  border: 1px solid #DDECDD;
  border-top: none;
  clear: both;
}

#content h1 {
 font-size: 18px;
 margin: 0px;
}

#content h2 {
 font-size: 14px;
 margin: 0px;
}

#content h3, #content h3 a {
 color: #666666;
 margin: 0px;
 font-weight: bold;
}

#content h4 {
 margin: 0px;
 margin-top: 2px;
 margin-bottom: 2px;
 padding-top: 2px;
 padding-bottom: 2px;
 font-weight: bold;
}

#content h5 {
 color:#74A8F5;
 margin: 0px;
 margin-top: 2px;
 margin-bottom: 2px;
 padding-top: 2px;
 padding-bottom: 2px;
 font-weight: bold;
}

#content h1 img, #content h2 img, #content h3 img, #content h4 img, #content h5 img {
  background-color: transparent !important;
  border: none !important;
  margin-left: 2px;
  vertical-align: baseline;
  position: relative;
  top: 1px;
}

.mt4 { margin-top: 4px !important;}
.mb4 { margin-bottom: 4px !important;}
.p4 { padding: 4px !important;}
.orange {
  color: #FF9933 !important;
}
.green {
  color:#86C32A !important;
}
.gray {
  color: #666666 !important;
}
.blue {
  color: #5C85C2 !important;
}

.alert {
  color: #ff0000 !important; font-weight: bold;
}

.b {
 font-weight: bold;
}

.i {
 font-style: italic;
}

.cb {
  clear: both;
}

.bl {
  border-bottom: 1px solid #F0F0F0;
}

.bl_b {
  border-bottom: 1px solid #74A8F5;
}

.bl_b2 {
  border-bottom: 1px solid #C5D7F5;
}

.tl {
  border-top: 1px solid #F0F0F0;
}

.tl_b {
  border-top: 1px solid #74A8F5;
}

.tl_b2 {
  border-top: 1px solid #C5D7F5;
}

.info_sm {
  padding-bottom: 2px;
  clear:both;
}

.info_sm img, img.frame_bs {
  padding:2px;
  background-color: #F7F9F7;
  border: 1px solid #BDBDBD;
}

.gmap img {background-color: transparent;}

.frame_b {
 background-color: #F7F9F7;
 border: 1px solid #BDBDBD;
}

.hand {cursor: pointer;}

.pager {
  background-color: #F7F9F7;
  padding:3px;
  color: #DEDEDE;
  text-align: center;
  border-left: 1px solid #74A8F5;
  border-right: 1px solid #74A8F5;
}
.pager a {color: #5C85C2; padding: 3px;}
.pager a:hover, .pager a b {background: #DEE6FF; font-weight:normal !important; padding: 3px;}

.pager img {
  background-color: transparent !important;
  border: none !important;
  vertical-align:middle;
}

.ifl {
  float:left !important;
  margin :4px;
  margin-left: 0px;
}

.ifr {
  float: right !important;
  margin :4px;
  margin-right: 0px;
}

#footer {
  color: #666666;
  text-align:center;
  padding-top: 4px;
  padding-bottom: 10px;
  padding-left: 90px;
}

#header {
  height: 116px;
  background-color: #74A8F5;
  background-image: url('hd_bg.jpg');
  background-repeat: no-repeat;
  background-position: 20px -10px;
  /* border: 1px solid #DDECDD; */
  border: 1px solid #5C85C2;
  border-bottom: none;
  padding: 0px;
}

#hd_title {
  margin-top:17px;
  margin-right: 25px;
  color: #FFFFFF;
  text-align: right;
}
#hd_title * {   font-size: 40px !important;   font-weight: bold;}

#hd_title a {
  color: #FFFFFF;
  text-decoration: none !important;
}

#hd_slogan {
  margin-right: 25px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: right;
}

#hd_menu {
  margin-top:5px;
  padding-top:5px;
  margin-right: 25px;
  border-top: 1px solid #DDECDD;
}
#hd_language { margin-left: 10px; float: left; width: 40%; vertical-align:middle;}
#hd_language img {border: none;}

#hd_menutop {
  text-align: right;
  color: #FFFFFF;
  width: 40%;
  float:right !important;
  padding-top: 4px;
}

#hd_menutop a {
  text-align: right;
  color: #FFFFFF;
  font-weight: bold;
}

#path {
  padding: 2px;
  padding-left:10px;
  border-bottom: 1px solid #DDECDD;
  margin-bottom: 2px;
  margin-right: 25px;
}

.al {text-align: left !important;}
.ac {text-align: center !important;}
.ar {text-align: right !important;}

img.cal {background-color: #74A8F5}

.br {
  border-right: 1px solid #F0F0F0;
}

.pr4 { padding-right: 4px; }
.pl4 { padding-left: 4px; }
.pt4 { padding-top: 4px; }
.pb4 { padding-bottom: 4px; }
.p4 {padding: 4px;}
.p6 {padding: 6px;}

.txt {padding:8px;}

.strike {text-decoration : line-through;}

#rez_date td {vertical-align:middle;}

.ft100, .fs100 {width:96%;}

.vab {vertical-align: bottom !important;}
.vac {vertical-align:middle !important;}
.vat {vertical-align:top !important;}

.bgr {background-color:#F0F0F0;}

.tabconfirm td {padding: 2px 2px 2px 4px;  border-bottom: 1px solid #F0F0F0;}

#tabsearch td {border-bottom: 1px solid #F0F0F0; vertical-align:top; padding: 4px 6px 2px 6px;}
.tabselect {width:auto;}
.tabselect td {padding-top:6px; vertical-align:middle;}

.sparky {
  text-decoration: blink;
}

.alertb {
  border: 1px solid #ff0000;
  padding: 1px 3px 1px 3px;
}

.ul1 {margin:0; padding:0; width:100%; list-style-type: none; list-style-position:outside; list-style-image: none; marker-offset: 0;}
.li1 {width:100%; clear:both;}
.li4 {width:33%; float:left;}

.flag_box {width:85px; height:75px; border: 1px solid #DBDBDB; padding-top:10px;}
.flag_box img {border: 1px solid #ebebeb;}

.mosaic {
  margin-top: 6px;
  padding: 2px 1px 2px 2px;
  background-color: #F7F9F7;
  border: 1px solid #BDBDBD;
}
.mosaic img {float:left; border:none; padding:0; margin:0 1px 1px 0;}

.nobr {
  white-space: nowrap !important;
}

.col_rgt {width: 300px!important;}
.col_3 {width:33% !important;}

