body {
   background: #E7EEF4 url('/images/bg.jpg') repeat-x;
   margin: 0px;
}
body, td, th {
   font-family: helvetica,arial,sans-serif;
   font-size: 12px;
   line-height: 1.5;
   color: #333333;
}
.button {
   background: #fefefe url(/btnBG.gif) repeat-x;
   border: 3px double;
   border-color: #c4cccc #acb5b5 #6f7777 #acb5b5;
}
.button:hover,
.button:focus {
   border: 3px double;
   border-color: #808080;
}
img {
   border-color: lightgrey;
}
h1,h2,h3,h4,h5,h6 {
   margin-bottom: 7px;
}
h1 {
   font-weight: normal;
}
h1 {
   border-bottom: 2px solid #EF7800;
   font-size: 18px;
}
h2 {
   color: #EF7800;
   font-size: 16px;
}
h3 {
   color: #EF7800;
   font-size: 14px;
}
a {
   color: #4487BD;
}
p {
   margin-top: 7px;
   margin-bottom: 7px;
}
ul {
   list-style-image: url("/images/bullet.gif");
}
th {
   text-align: right;
}

/*** <CORE> ***/
#container {
   width: 780px;
   padding: 0px;
}
#quick_nav {
   height: 21px;
   background-color: #EF7800;
   color: #ffffff;
   padding-right: 30px;
   text-align: right;
   font-size: 11px;
}
#quick_nav a {
   color: #ffffff;
   text-decoration: none;
}
#quick_nav a:hover {
   text-decoration: underline;
}
#header {
   background: #42688C url('/images/header_bg.jpg') repeat-y;
   height: 120px;
}
#navigation {
   background-color: #0A287E;
   height: 32px;
   padding-left: 30px;
   border-left: 1px solid #95B3CD;
   border-right: 1px solid #95B3CD;
}
#content {
   background: #ffffff url('/images/content_bg.jpg') repeat-x;
   height: 350px;
   padding-left: 30px;
   border-left: 1px solid #95B3CD;
   padding-top: 7px;
   padding-right: 10px;
}
.right_panel {
   background-color: #ffffff;
   width: 200px;
   border-right: 1px solid #95B3CD;
   border-left: 1px solid #E7E7E7;
}
#right_top {
   background: #ffffff url('/images/right_bg.gif') repeat-x;
   padding-bottom: 20px;
}
#search {
   background-color: #0A287E;
   color: #ffffff;
   font-size: 14px;
}
#search form {
   padding: 10px;
   padding-bottom: 5px;
   margin-bottom: 0px;
}
#search_input {
   border: 1px solid #e7e7e7;
   width: 100px;
}
#right_bottom {
   text-align: center;
   font-weight: bold;
   font-size: 11px;
   padding-bottom: 15px;
}
.footer {
   text-align: right;
   padding-right: 30px;
   background-color: #E7EEF4;
   height: 110px;
}
.footer a {
   text-decoration: none;
   color: #436789;
   font-size: 10px;
}
.footer a:hover {
   text-decoration: underline;
}
.copyright {
   background-color: #436789;
   height: 23px;
   color: #ffffff;
   text-align: right;
   font-size: 10px;
}
.copyright a {
   color: white;
   text-decoration: none;
}
.copyright a:hover {
   text-decoration: underline;
}
/*** </CORE> ***/

/*** <SHARED> ***/
.rexel_table th {
   background-color: #0A287D;
   color: #FFFFFF;
}
.rexel_table td {
   background-color: #F1F1F1;
}
.required {
   color: #f00;
}


.box {
   margin: 10px;
   width: 180px;
}

.box-header {
   background: #EF7800 url(/images/bg-box-heading.gif) no-repeat;
   padding: 0px 8px;
   color: #fff;
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   height: 30px;
   line-height: 30px;
}

.box-content {
   border: 1px solid #CDCDCD;
   border-top: 0px;
   padding: 8px;
   background: #fff url(/images/bg-box.gif) repeat-x bottom;
}

.box-content form {
   line-height: 2em;
   color: #4468DD;
   font-size: 11px;
   font-weight: bold;
   margin: 0px;
   padding: 0px;
}

.box-content form input[type=text],
.box-content form input[type=password] {
   width: 150px;
   border: 1px solid #999;
   padding: 3px 2px;
}

.box-content .button {
   background: #2B61A4 url(/images/button.gif) no-repeat;
   width: 100px;
   height: 25px;
   line-height: 25px;
   color: #fff;
   font-weight: bold;
   font-size: 11px;
   border: 0px;
}

#legals {
   margin: 0px;
   padding: 0px;
   list-style: none;
}
#legals li {
   height: 35px;
   line-height: 35px;
}
#legals img {
}
#legals a {
   font-size: 16px;
   margin-left: 7px;
}