/* some common styles */

html, body, table th, table td {
  font-family: Verdana, sans-serif;
  font-size: 9pt;
  line-height: 1.7em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
table {
    empty-cells: show;
}
h1 {
  font-size: 170%;
  color: #FA0;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #BFC4CF;
}

h2 {
  font-size: 120%;
  margin: 10px 0;
}

h3 {
  margin: 10px 0;
  font-size: 120%;
  color: #505050;
  font-weight: bold;
}

h4 {
  font-size: 100%;
}

h5 {
  font-size: 100%;
}

h6 {
  font-size: 100%;
}

/* links */

a:link, a:visited {
  color: #5294c1;
  text-decoration: none;
}

a:hover {
  color: #4c89bb;
  border-bottom: 1px solid #5294c1;
}
a:hover.ficon {
  border-bottom: 0px;
}

a:active, a.active {
  color: #778899;
}

/* some more items */

img, a img {
  border: none;
}

hr {
  margin: 10px 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #888;
}

/* lists, menu */

ul, .item-list ul {
  margin: 10px 30px;
  padding: 0;
  list-style: circle url(../img/menu-collapsed.gif);
}

ul li.expanded, ul.menu li.expanded, .item-list ul li.expanded {
  list-style: disc url(../img/menu-expanded.gif);
}

ul li.collapsed, ul.menu li.collapsed, .item-list ul li.collapsed {
  list-style: square url(../img/menu-collapsed.gif);
}

ul.menu li ul li {
  font-size: 95%;
  padding:0;
}

ul.menu li ul li ul li {
  line-height: 1.6em;
}

/***********************
*   layout styling
***********************/

body, #page {
  padding: 0;
  margin: 0;
  background-color: #F5F5F5;
}
#main {
  min-height: 400px;
  margin: 0;
  background-color: #FDFEFF;
  padding: 10px 20px 20px 20px;
}

/* header */

#header {
  height: 60px;
  background: #ACF url(../img/bg-header.gif) repeat-x;
  padding: 0;
  margin: 0;
  clear: both;
}

#header .menu {
    position: relative;
    overflow: visible;
    float: right;
    width: 100%;
}

#logo-title {
  position: absolute;
  top: 15px;
  padding-left: 10px;
}
#logo-titleb {
  position: absolute;
  top: 0px;
  z-index: 1;
}

#headermsg {
  font-size: 9px;
  color: #CCC;
  position: relative;
  top: -17px;
}
#footermsg {
  font-size: 9px;
  color: #CCC;
  position: relative;
  top: -18px;
}

/* primary links */

#primary ul {
  position: absolute;
  right: 10px;
  top: 16px;
  text-align: right;
  margin:0;
}

#primary ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  float: right;
}

#primary ul li a, #primary ul li a:visited {
  display: block;
  margin: 0 1px 0 1px;
  padding: 2px .8em 2px .8em;
  color: #666666;
  background: url(../img/bg-primary.gif) repeat-x;
  height: 12px;
  border: 1px solid #96B4D5;
  border-bottom: none;
  float: left;
  line-height: 10px;
  font-size: 10px;
  font-weight: bold;
}

#primary ul li a:hover {
  color: #465775;
  border-color: #A0BBDB;
  background: url(../img/bg-primary-hover.gif) repeat-x;
}

/* secondary links */

#secondary ul {
  float: right;
  padding-right: 20px;
  border: none;
  height: 12px;
  margin:0;
}

#secondary ul li {
  margin: 0;
  margin-top: 10px;
  padding: 2px 0;
  list-style-type: none;
  list-style-image: none;
  float: right;
  height: 12px;
  color: #666666;
  line-height: 11px;
}

#secondary ul li a, #secondary ul li a:visited {
  margin: 0 5px;
  padding: 0;
  color: #666666;
  font-size: 9px;
}

#secondary ul li a:hover {
  color: #FFF;
  text-decoration: none;
  border: 0;
}


/* footer */

#footer {
  text-align: center;
  vertical-align: middle;
  line-height: 37px;
  height: 37px;
  background: #FCFDFF url(../img/bg-footer.gif) repeat-x 0 0;
  margin: 0;
  clear: both;
 }

/***********************
*   styling
***********************/

/* tabs */

ul.primary {
  text-align: right;
  border-bottom: 1px solid #DADCE0;
}

ul.primary li a {
  background: #EBEFF7;
  border-color: #CFD5E3;
}

ul.primary li a.active {
  border-color: #CFD5E3;
  border-bottom: 0;
}

ul.primary li a:hover {
  background-color: #FBFCFE;
  border-color: #BABFC6;
}

ul.secondary {
  padding: 0;
}
ul.secondary li {
  margin: 0;
}
ul.secondary li.active a, ul.secondary li a:hover {
  border-bottom: 3px solid #BABFC6;
}

tr.even, tr.odd {
  border-color: #DADCE0;
}

tr.even {
  background-color: #fbfcfe;
}

tr.odd {
  background-color: #fff;
}

td.active {
  background: #e4ecf5;
}

td {
  padding: 3px;
}

td.menu-disabled {
  background-color: #E5E5E5;
}

input, textarea, select, textfield {
  font-size: 15px;
  color: #333;
}

fieldset {
  border: solid #DADCE0 1px;
  background-color: #F8F9FA;
  margin: 1em 0 1em 0;
}

fieldset.collapsed {
  background-color: transparent;
  padding: 0;
}

.form-item input.error, .form-item textarea.error {
  font: 11px/100% "Verdana", sans-serif;
  border: 1px dashed #E1471D;
  color: #555;
}

#search .form-item {
  display: inline;
  padding: 0;
  margin: 0;
}

#user-login-form {
  text-align:left;
}

#user-login-form .form-item {
  margin: 0 0 .5em 0;
}

#user-login-form .item-list {
  margin-top: .5em;
  font-size: 90%;
}

#user-login-form input.form-text {
  border: 1px solid #D1DBEC;
  text-align: left;
}

#user-login-form input.form-submit {
  border: 1px solid #D1DBEC;
}

#user-login-form label {
  font-size: 90%;
  font-weight: normal;
}

#user-login-form .form-required {
  display: none;
}

#search input.form-submit:hover, #search input.form-submit:focus,
#search input.form-text:hover, #search input.form-text:focus,
#user-login-form input.form-text:hover, #user-login-form input.form-text:focus,
#user-login-form input.form-submit:hover, #user-login-form input.form-submit:focus {
  background-color: #fff;
  color: #485F7E;
  border-color: #B7C7E2;
}

blockquote {
  border: 1px #DADCE0 solid;
  margin: 0.5em 1em;
  padding: 0.3em;
  font-style: italic;
}

.blockinner {
  padding: 0;
  margin: 0;
}

.preview .node, .preview .comment {
  border: 1px solid #BABFC6;
  padding: 10px;
  margin: 5px 0 10px 0;
  background-color: #FAF4E1;
}

.new {
  float: right;
  color: red;
  vertical-align: super;
  font-size: 80%;
  font-weight: bold;
}

#fshow {
    width: 100%;
    height: 250px;
    background: #FFF;
}

#fshow UL{
    height: 63px;
    text-align: center;
    float: left;
    padding:0;
    margin:0;
}
#fshow UL li{
    cursor: pointer;
    font-weight: bold;
    font-size: 10px;
    margin: 0;
    margin-left: 1px;
    padding: 0;
    padding-top: 8px;
    width: 90px;
    height: 63px;
    list-style-type: none;
    list-style-image: none;
    float: left;
    line-height: 14px;
    border-bottom: 2px dotted #BBB;
    }

.fson {
    background: url(../img/fsbg-li-hover.png) no-repeat;
    color: #28A;
    }
.fsoff {
    background: url(../img/fsbg-li.png) no-repeat;
    }

#fp-wrap {
    height: 500px;
    }
#fshow-pic {
    float:left;
    width: 350px;
    margin-right: 10px;
    height: 250px;
    border: 3px solid #BBB;
    background: #DCDDE0 url(../img/howitworks1.png) no-repeat;
}
#fshow-txt {
    border-right: 3px solid #BBB;
    border-bottom: 3px solid #BBB;
    font-size: 12px;
    line-height: 14px;
    color: #28A;
    margin: 5px;
    margin-right: 0;
    float:left;
    width: 452px;
    height: 180px;
}
#fshow-txt H2{
    text-align: left;
    }
#fshow-txt H2, #main H2{
    line-height: 20px;
    font-size: 18px;
    margin-top: 5px;
    color: #FA0;
    }
#fshow-txt OL{
    text-align: left;
    list-style: circle url(../img/menu-collapsed.gif);
    }
#fshow-txt OL LI{
    margin: 0;
    }
#fshow-txt H3{
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    color: #C00;
    }

#kwlinks A{
    margin: 0px 3px;
    }
#hlogon A{
    font-weight: bold;
    font-size: 10px;
    line-height: 22px;
    color: #FFF;
}
#hlogon A:hover{
    color: #F00;
    border:0;
    }
    
#hlogon {
    text-align: center;
    margin-top:29px;
    margin-right:25px;
    float: right;
    width: 64px;
    height: 25px;
    background: url(../img/b_login.png) no-repeat;
}

.shrect {
    text-align: left;
    float: left;
    margin: 8px;
    border-top: 3px solid #DDD;
    border-left: 3px solid #DDD;
    border-right: 3px solid #666;
    border-bottom: 3px solid #666;
}
.shrect H3 {
    color: #FA0;
    margin: 5px;
    font-size: 14px;
    }
.shrect P {
    margin: 5px;
    font-size: 10px;
    line-height: 15px;
    }
.shrect A{
    margin: 5px;
}

/*--Menu styles--------------------------------------------------------------*/

.menu_active{
    padding-left: 5px;
    font-weight: bold;
    }
.menu_active A{
    color: #FA0;
    }
#umenu A{
    font-weight: bold;
    }
#umenu {
    position:absolute;
    top: 65px;
    left: 5px;
    width: 130px;
    padding: 5px;
    display: block;
    border: 1px solid #888;
    background-color: #FDFEFF;
}
#umenu.UL {
    margin:0;
    padding:0;
    width: 100%;
    }

.menu_block LI{
    padding: 0;
    margin:0;
    padding-left: 5px;
    width: 115px;
    list-style-type: none;
    list-style-image: none;
    }
.menu_block UL{
    padding: 0;
    list-style: none;
    margin:0;
    margin-bottom: 2px;
    margin-top: 5px;
    width: 100%;
}

.menu_block_hdr IMG{
    margin-top: 1px;
    margin-right: 5px;
}


.menu_block_hdr {
    margin-top: 0px;
    margin-bottom: 0px;
    background: #3369A0 url(../img/th_bkgnd.gif) repeat-x;
    color: #FFF;
    font-weight: bold;
    padding: 0px 5px;
}

#content {
    display: table;
    margin-left: 140px;
}

.centered {
    display: table;
    text-align: center;
    margin: auto auto;
}

.container-left {
    float:left;
    margin-right: 20px;
}
.container-right {
    float:right;
    margin-left: 20px;
}
.container-table {
    display: table;
    width: 100%;
    float: left;
    margin: 10px 0px;
}

.pager {
    font-size: 0.95em;
    margin:0;
}
.pager-txt {
    font-size: 0.8em;
    margin-left: 10px;
    }
    
.pager-d {
    padding: 1px 2px;
    background-color: #ACF;
    color: #FFF;
    margin: 2px;
    border: 1px solid #ACF;
}
A.pager-d {
    padding: 1px 2px;
    background-color: transparent;
    margin: 2px;
    border: 1px solid #FA0;
}
                                                    

.rbox2 {
    margin-bottom: 20px;
}
.linkbuttons {
    margin-top: 10px;
    }
.formbutton {
    padding: 0 3px;
    color: #000;
    margin-right: 5px;
}

.outline-nopad{
  border-bottom: 1px #777 solid;
  border-left:  1px #777 solid;
  border-right: 1px #777 solid;
  margin: 0;
  padding: 10px;
}
.outline {
  border: 1px #DADCE0 solid;
  margin: 10px 0;
  padding: 10px;
}
.ivrdiv {
    display: none;
    float: left;
}
    
.center {
    text-align: center;
}
.right {
    float: right;
    text-align: right;
}
.left {
    float: left;
    text-align: left;
}
.t_extnum {
    font-size: 1.2em;
    font-weight: bold;
}

.expl {
    cursor: help;
    border-bottom: 1px dotted;
}
.expand {
    cursor: pointer;
}
.expand_span {
    margin: 10px 20px;
}

.extra {
    cursor: pointer;
    font-weight: bold;
    color: #FFF;
    background: #ACF;
    margin-left: 5px;
    padding: 0px 2px;
    border: 1px solid #FA0;
}
H4{
    font-weight: bold;
    border-bottom: 1px solid #FA0;
    font-size: 1.1em;
    margin-bottom: 5px;
}
.inline-box-l {
    background: #F6F6FF;
    float: left;
    padding: 5px;
    margin: 5px;
    border: 1px solid #66C;
}
.inline-box-l H3{
    text-align: center;
    margin: 10px 20px;
}
.amount-n {
    color: #F00;
    font-weight: bold;
}
.amount-p {
    color: #000;
    font-weight: bold;
}

.numreq {
    width: 380px;
    height: 220px;
    float: left;
  border: 1px #DADCE0 solid;
  margin: 10px;
  padding: 10px;

}
.alist_wrap {
    width: 800px;
    background: #FDA;
    border: 1px solid #FA0;
    }
.alist {
    empty-cells: show;
    display: block;
    float: left;
    width: 300px;
    }
.alist TD {
    padding: 5px;
    }
.adiv {
    background: #FDA;
    display: none;
    float: left;
    clear: right;
    padding: 10px;
    width: 480px;
}

.clearer {
    clear: both;
    }

.t600 {
    width: 600px;
    }
.txt_err {
    color: #C00;
    font-weight: bold;
}
.txt_noerr {
    color: #0A0;
    font-weight: bold;
}
.newsdt {
 float: left;
 margin-right: 10px;
 font-size: 10px;
 font-weight: bold;
 color: #AAA;
}

#hdr_promo {
    position: relative;
    top: -23px;
    left: 280px;
    font-size: 15px;
    font-weight: bold;
    color: #FFF;
    float: left;
}

.ajaxload {
  width: 48px;
  height: 48px;
  margin:24px;
  margin-left: 48px;
}
#wait {
    position: absolute;
    width: 150px;
    height: auto;
    padding: 5px;
    background: #FFF;
    border: 2px solid #FA0;
    font-size: 1.5em;
    text-align: center;
    z-index: 110; 
    visibility: hidden;
}

#helptip{
    position: absolute;
    width: auto;
    padding: 2px;
    background: #FFC;
    padding: 1px 5px;
    visibility: hidden;
    border: 1px solid #FA0;
    font-size: 0.8em;
    white-space: nowrap;
    line-height: 14px;
    z-index: 100;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#404040,direction=135,strength=4);
}

ul.Tabs { position:relative;clear:both;z-index:99;height:20px;margin:10px 0px 0px 0px;padding:0px;font-weight:bolder;font-family:Verdana, Helvetica, Sans-Serif;font-size:10px; }
div.TabOffset {padding-bottom:30px;margin:0;}
ul.Tabs a { position:relative;top:0px; }
ul.Tabs li { position:relative;float:left;height:21px;padding:0px 15px 0px 10px;background:url('/img/tab_off.png');list-style:none;list-style-image:none; }
ul.Tabs li div.lc,ul.Tabs li div.rc { position:absolute;background:url('/img/tabs.png'); }
ul.Tabs li div.lc { left:0px;top:0px;width:6px;height:21px;background-position:-16px 0px; }
ul.Tabs li div.rc { right:0px;top:0px;width:10px;height:21px;background-position:-6px 0px; }
ul.Tabs li.t1 div.lc { background-position:0px 0px; }
ul.Tabs li.tl div.rc { width:12px;background-position:-56px 0px; }
ul.Tabs li.s { background:url('/img/tab_on.png'); }
ul.Tabs li.s div.lc { background-position:-33px 0px; }
ul.Tabs li.s div.rc { background-position:-40px 0px; }
ul.Tabs li.ps div.lc { background-position:-50px 0px; }
ul.Tabs li.ls div.rc { background-position:-75px 0px; }
.TabContainer{border-bottom: 1px solid #000066;}

.save_msg{
    margin-left: 25px;
    font-size: 0.9em;
    color: #5294c1;
}

.w600 {min-width: 600px;}
