body {
text-align: left;
margin: 0;
padding: 0;
font-family: Verdana,Arial,Helvetica,sans-serif;
}

#main {
height: 100%;
position: relative;
text-align: left;
width: 1000px;
margin-left: auto;
margin-right: auto;
}

#header {
height: 95px;
width: 1000px;
float: left;
margin: 0;
padding: 0;
background: white url(images/bg.gif) repeat-x 0 -1px /*-321px*/;
border: 1px solid #EFEFEF;
border-radius: 0 10px 0 0;
}

#header .logo {
float: left;
width: 196px;
height: 79px;
background-color: white;
}

.navTop {
background: url(images/sprite-120430.png) no-repeat -500px 0;
float: left;
width: 804px;
height: 79px;
margin: 0;
padding: 0;
}

#contentMain {
  min-height: 600px;
}

#addFooterWrapper {
background: #DADADA url(images/footer-xtra_bg-blu.png) repeat-x scroll center top;
height: 180px;
margin-top: 20px;
border-top: 1px solid #B2C0CF;
}

h1, h2, h3 {
  color: #0A3C6C;  
}

#main h1 {
font-size: 1.8em;
text-decoration: none;
}

a, a:visited {
color: #003060;
text-decoration: none;
}

a:hover {
  color: #ed802c;
}

table {
  
font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
font-size: 12px;
width: 100%;
text-align: left;
border-collapse: collapse;
border: 1px solid #ccc;
margin-top: 20px; 
}

th {
  
font-weight: normal;
font-size: 14px;
color: #1c2f68;
padding: 15px 10px 10px;  
}

tbody {
  background: #E8EDFF;
}

td {
color: #000;
border-top: 1px dashed #ccc;
padding: 10px; 
}

tr:hover td {
color: #fff;
background: #ed802c;
/*ed802c   efefef*/
cursor:pointer;
border-style: solid;
}


td ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

td ul li {
  display: inline;
}

dl.zend_form dt {
  min-width: 120px;
  text-align: right;
float: left;
vertical-align: middle;
padding: 3px 5px 3px 0;
padding-bottom: 1em;
clear: both;
}



#page-login {
background: #F8F8F8;
text-align: center;
}

.login-container {
width: 581px;
margin: 170px auto;
padding-left: 32px;
/*background: url(images/login_logo.gif) no-repeat;*/
}

.login-box {
  border: 1px solid #CCC;
}

.login-form {
padding: 27px 57px 35px 57px;
/*background: url(images/login_box_bg.jpg) no-repeat;*/
text-align: left;
}

.login-form h2 {
font-size: 1.7em;
font-weight: normal;
}

.login-form .input-left {
float: left;
}

.login-form .input-right {
float: right;
}

.login-form .form-buttons {
margin: 12px 0 0 0;
clear: both;
text-align: right;
}

.f-left, .left {
float: left;
}

.login-container .legal {
margin: 0;
/*background: url(images/login_box_legal_bg.gif) no-repeat;*/
padding: 8px 8px 5px 8px;
font-size: .95em;
}

.login-box .bottom {
width: 581px;
height: 5px;
/*background: url(images/login_box_bottom.jpg) no-repeat;*/
overflow: hidden;
}

.login-form label {
font-weight: bold;
}

.login-form .input-box input.input-text {
width: 224px;
}

input.input-text, textarea {
padding: 2px;
}

input.input-text, textarea, select {
border-width: 1px;
border-style: solid;
border-color: #AAA #C8C8C8 #C8C8C8 #AAA;
background: white;
font: 12px arial, helvetica, sans-serif;
}

button, .form-button {
border-width: 1px;
border-style: solid;
border-color: #ED6502 #A04300 #A04300 #ED6502;
padding: 1px 7px 2px 7px;
background: #FFAC47 url(images/btn_bg.gif) repeat-x 0 100%;
color: white;
font: bold 12px arial, helvetica, sans-serif;
cursor: pointer;
text-align: center !important;
white-space: nowrap;
}

.clear {
  clear: both;
}

.header-top {
  height: 67px;
  text-align: center;
}

.logo {
float: left;
margin: 0;
}

.welcome {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
padding-top: 15px;
font-size: 1.9em;
font-weight: bold;
color: #0A3C6C;  
  
}
.header-right {
padding: 10px 25px 0 15px;
font-size: .95em;
float: right;
}
.nav-bar {

background: #ed802c;
padding: 0 30px;
height: 30px;
margin-top: -3px;
}

.content-header {
margin-bottom: 18px;
border-bottom: 2px solid #0A3C6C;
padding-bottom: .25em;
}

.middle {
  min-height: 450px;
  background: white;
  padding: 23px 27px 0 27px;
}

.footer {
clear: both;
background: #E6E6E6;
margin-top: 50px;
padding: 2.8em;
font-size: .95em;
text-align: center;
}

.content-header h1 {
margin: .3em .5em 0 0;
font-size: 1.25em;
line-height: 1.2em;
}