body{
    background-image: url("../images/background.gif");
    behavior: url(css/csshover.htc);
    font-family: Arial, Verdana, Tahoma, sans-serif;
    padding:0px;
    margin:0px;
} 
hr{
    height: 1px;
    color: #8EA4BB;
}
th {
    font-size:12px;
    font-weight:bold;
    color:#003350;
    background-color: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #c6cfdb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c6cfdb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#c6cfdb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#c6cfdb 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#c6cfdb 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c6cfdb',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%,#c6cfdb 100%); /* W3C */    
    /* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#C6CFDB'); */ /* Original */
    text-align:left;
}
td,p{
font-size: 12px;
font-family: Arial, Verdana, Tahoma, sans-serif;
line-height: 14px;
color: #000000;
}
.text_input {
    font-size:14px;
    padding: 0px 2px;
}    
.main_border_color{
background-color: #000000;
}
.top_bgcolor{
background-color: #003350;
}
.left_bgcolor{
background-image: url("../images/left_bg.gif");
}
.mid_nav{
color: #003350;
text-decoration: none;
font-weight: bold;
padding:5px;
}

/*
** Begin styles for the cascading left nav bar
*/
div#nav {
    float: left; 
    width: 149px;
    background: #E0E0D5;
}
div#nav ul {
    margin: 0; 
    padding: 0; 
    width: 150px;  
    border: 0px solid;
}
div#nav li {
    position: relative; 
    list-style: none; 
    margin: 0;  
    border-bottom: 1px solid #CCC;
}
div#nav li:hover {background: #003350; color: #ffffff;}
div#nav a:hover{color: #ffffff;}
div#nav li.submenu {background: url(submenu.gif) 95% 50% no-repeat;color: #ffffff;}
div#nav li.submenu:hover {background-color: #003350; color: #ffffff;}
div#nav li a {
    display: block; 
    padding: 0.25em 0 0.25em 0.5em;
    text-decoration: none; 
    width: 109px;
    color:navy;
}
div#nav>ul a {width: auto;}
div#nav ul ul {
    position: absolute; 
    top: 0; 
    left: 140px;
    display: none;
    background-color:#E0E0D5;
}
div#nav ul.level0 li.submenu:hover ul.level1,
div#nav ul.level1 li.submenu:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {display:block;}
/*
** END styles for cascading left nav bar
*/

.header{
color: #003350;
font-weight: bold;
font-size: 16px;
}
.top_nav{
color: #003350;
text-decoration: none;
font-weight: bold;
}
.main_content_bgcolor{
background-color: #ffffff;
}
.top_divider{
background-image: url("../images/divider_bg2.gif");
}
.bottom{
background-color: #003350;
color: #ffffff;
padding: 5px;
}
.form_lbl{
    font-weight:normal;
    font-size:12px;
    color: #003350;
    padding: 0px 22px 0px 0px;
    text-align:right;
    width:150px;
    line-height:24px;
    vertical-align:middle;
}
.mandatory {
    font-weight:bold;
    background-image:url("../images/mandatory.gif");
    background-repeat:no-repeat;
    background-position:right;
}
.form_input {
    height:25px;
}
.top_lbl{
    font-weight:bold;
    font-size:12px;
    color: #003350;
    padding: 0px 3px;
    background-image: url("../images/divider_bg2.gif");
}
.form_widget{
    width: 100%;
    margin:5px;
}
#page_hdr{
    font-size:14pt;
    font-weight:bold;
    margin: 15px 0px;
    color: #003350;
}
#search_bar {
    margin: 20px 10px;
}
#search_bar th{
color: #003350;
font-weight:bold;
font-size:12px;
background-image: url("../images/divider_bg2.gif");
}
.std_btn{
   color:#003350;
   font-weight:bold;
   background-color:#C6CFDB;
   border:1px solid;
   border-top-color:#003350;
   border-left-color:#003350;
   border-right-color:#003350;
   border-bottom-color:#003350;
   background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #c6cfdb 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#c6cfdb)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#c6cfdb 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#c6cfdb 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#c6cfdb 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c6cfdb',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%,#c6cfdb 100%); /* W3C */
   /* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#C6CFDB'); */ /* Original */
   cursor:pointer;
}
.del_btn{
   color:#003350;
   font-weight:bold;
   background-color:#C6CFDB;
   border:1px solid;
   border-top-color:#003350;
   border-left-color:#003350;
   border-right-color:#003350;
   border-bottom-color:#003350;
   background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #C97575 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#C97575)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#C97575 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#C97575 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#C97575 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#C97575',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%,#C97575 100%); /* W3C */
   /* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#C6CFDB'); */ /* Original */
   cursor:pointer;
}
.danger_btn{
   color:#ffffff;
   font-weight:bold;
   background-color:#dc1313;
   border:1px solid;
   border-top-color:#d45b5b;
   border-left-color:#d45b5b;
   border-right-color:#d45b5b;
   border-bottom-color:#d45b5b;
   background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #d45b5b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cb0a0a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#cb0a0a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#cb0a0a 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#cb0a0a 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cb0a0a',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%,#cb0a0a 100%); /* W3C */
   /* filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#C6CFDB'); */ /* Original */
   cursor:pointer;
}
.page_hdr {
font-size:16px;
font-weight:bold;
color: #003350;
}
.tabbed_area {
    padding:0px;
    margin:0px;
    margin-top:20px;
    line-height:20px;
    font-size:10px;
    border-bottom:1px solid #cccccc; 
}
.tab_info_layout {
    border-left:1px solid #cccccc;
    border-bottom:1px solid #cccccc;
    border-right:1px solid #cccccc;
    margin:0px;
    padding:15px 10px;
    }
.form_tab {
    display:none;
}   
.smaller_sz {
    font-size:smaller;
    } 
.top_tabs {
    margin: 0;
    padding: 0;
}
.top_tabs li {
    list-style: none;
    float: left;
    margin-left: 1px;
    padding:0px 0px 0px 8px;
    
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    background: #ffffff url("../images/sub_tab_01.gif") 0 100% no-repeat;
    border:0px solid white;
    color: #003350;
}
.top_tabs a {
    float: right;
    padding-right:1em;
    text-decoration: none;
    font-weight: bold;
    display:block;
    color: #003350;
    background: #ffffff url("../images/sub_tab_01.gif") 100% 0 no-repeat;
    width: .1em;
}
.highlight_tabs li {
    list-style: none;
    float: left;
    margin-left: 1px;
    padding:0px 0px 0px 8px;
    
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    background: #ffffff url("../images/sub_tab_02.gif") 0 100% no-repeat;
    border:0px solid white;
    color: #ffffff;
}
.highlight_tabs a {
    float: right;
    padding-right:1em;
    text-decoration: none;
    font-weight: bold;
    display:block;
    color: #ffffff;
    background: #ffffff url("../images/sub_tab_02.gif") 100% 0 no-repeat;
    width: .1em;
}
.spacer_tab {width:10px;background:white;background-image:none;border:2px solid orange;}

html>body .highlight_tabs a {width: auto;}    /* fixes IE6 hack */
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.highlight_tabs a {float: none;}            /* End IE5-Mac hack */

html>body .top_tabs a {width: auto;}    /* fixes IE6 hack */
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.top_tabs a {float: none;}            /* End IE5-Mac hack */
.top_tabs a:hover {color: #003350;}
.top_tabs #current, #nav #current a {color: #003350;background: #C6CFDB;}

submit,input,textarea,select,button{
font-family: verdana;
font-size: 11px;
}
a{
color:#003350;
}
.reviewFunctions{
    background-color: #92A3BD;
    height: 40px;
    width: 1000px;
    margin-bottom: 15px;
}
.errorFunctions{
    background-color: #92A3BD;
    height: 40px;
    width: 1000px;
    margin-bottom: 15px;
}
.reviewButtons{
    position: relative;
    top: 7px;
    text-align: center;
}
.reviewButtons input{
    height:25px;
    margin-left:2px;
    margin-right:2px;
}
.reviewFunctions .process input, .errorFunctions .process input{
    background: -moz-linear-gradient(top, #7A93A9 0%, #08344F 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7A93A9), color-stop(100%,#08344F)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7A93A9 0%,#08344F 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7A93A9 0%,#08344F 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #7A93A9 0%,#08344F 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7A93A9', endColorstr='#08344F',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #7A93A9 0%,#08344F 100%); /* W3C */
    color: white;
}
.reviewFunctions .verticalBar, .errorFunctions .verticalBar{
    padding-left:25px;
    padding-right:25px;
    color: #758AA5;
    font-size:32px;
    position: relative;
    top: 4px;
}
div.errorHeader{
    font-size:18px;
    font-weight:bold;
    background-color: #D13F40;
    width:1000px;
    height:30px;
}
div.reviewHeader{
    font-size:18px;
    font-weight:bold;
}
div.errorHeader span{
    position: relative;
    top:7px;
    color: #FFEEEC;
    padding-left: 10px;
}
div.reviewHeader{
    font-size:18px;
    font-weight:bold;
    background-color: #003352;
    width:1000px;
    height:30px;
}
div.reviewHeader span{
    position: relative;
    top:7px;
    color: #FFEEEC;
    padding-left: 10px;
}