html, body {
    height: 100%;
    padding: 0;
}
body {
    font-family:'Lucida Sans Unicode','Lucida Grande',Verdana, Arial, sans-serif;
    font-size: 16px;
    color:#00426A;
    background-image:url(../images/main_background02.jpg);
    background-repeat:repeat-x;
    background-color:#FFF;
}
#main_wrapper {
    margin:0 auto;
    width:940px;
    overflow: hidden;
    padding:20px 0 0 0;
}
#banner, #content_wrapper, #footer {
    float:left;
}
#banner {
    background-image:url(../images/banner_dots.png);
    background-repeat:repeat-x;
    overflow: hidden;
    padding:0 0 0 25px;
    width: 920px;
}
#toolbox, #banner_heading {
    float:left;
    font-size:18px;
    position:relative;
}
#banner_heading h1 {
    margin: 85px 0 0 -15px;
}
#logo {
    float:right;
    margin:15px 0 0 0;
}
#content_wrapper {
    padding:0 25px 20px 25px;
    overflow: hidden;
}
#navbar {
    background-image:url(../images/navbar_hoz_background.png);
    background-repeat:no-repeat;
    float:left;
    width:890px;
}
.content, .content_error {
    background-image:url(../images/content_background.png);
    background-repeat:no-repeat;
    background-position:top left;
    background-color:#BECFDD;
    float: left;
    overflow: hidden;
    padding: 0;
    margin: 0 0 25px;
}
.content_error  {
    background-image:url(../images/error_background.png);
}
.content_panel, .content_panel_error {
    background-image:url(../images/content_footer.png);
    background-repeat:no-repeat;
    background-position:bottom left;
    float:left;
    padding: 20px 20px 35px 20px;
    width: 850px;
}

#cboxWrapper .content_panel, #cboxWrapper .content_panel_error {
    padding: 20px 10px 35px;
}

.content_panel_error {
    background-image:url(../images/error_footer.png);
    padding: 20px 20px 10px 20px;
}
.content_panel p, .content_panel_error p {
    font-size:14px;
    line-height:18px;
    margin: 4px 0 16px;
}
.content_panel .intro p, .content_panel_error .intro p {
    margin: 4px 0 0;
}

#main_menu ul {
    padding:0 0 65px 10px
}
#main_menu li {
    float:left;
}
#main_menu a {
    background-image:url(../images/navbar_seperator.gif);
    background-repeat:no-repeat;
    background-position:bottom right;
    font-size:16px;
    color:#00426A;
    display:block;
    padding: 12px 20px 13px 10px;
    text-decoration:none;
    cursor:pointer;
    position:relative;
}
#main_menu a:hover {
    padding: 12px 20px 13px 10px;
}
#main_menu a:active {
    padding: 13px 20px 12px 10px;
}
#main_menu li.active{
    background-image:url(../images/submenu_footer.png);
    background-repeat:no-repeat;
    background-position:bottom left;
    padding:0 0 8px 0;
}





#main_menu  ul.submenu  {
    padding: 10px 0 15px;
    background-image:url(../images/submenu_background.png);
    background-repeat:no-repeat;
    background-position:top left;
    position:absolute;
    display:none;
    width: 202px;
}
#main_menu ul.submenu_off {
    background-image:none;
}
#main_menu ul.submenu li {
    background:none;
    background-image:url(../images/submenu_bullet.gif);
    background-repeat:no-repeat;
    background-position:7px 8px;
    position:relative;
    float:none;
}
#main_menu .submenu_active {
    background-image:url(../images/submenu_top.png);
    background-repeat:no-repeat;
    background-position:top left;
}
#main_menu ul.submenu  a {
    background-image:none;
    font-size:14px;
    color:#00426A;
    display:block;
    padding: 4px 0 3px 15px;
    text-decoration:none;
    word-spacing: -1px;
}
#main_menu ul.submenu a:hover {
    padding: 4px 0 3px 17px;
}
#main_menu ul.submenu a:active {
    padding: 5px 0 2px 17px;
}
.content_panel .header {

}
.content_panel h1, .content_panel_error h1 {
    font-size:16px;
    color:#00426A;
    padding: 2px 0 12px 2px;
    background-image:url(../images/header_dots.png);
    background-repeat:repeat-x;
    background-position:bottom left;
}
.table_wrapper {
    background-image:url(../images/table_footer.png);
    background-repeat:no-repeat;
    background-position:bottom left;
    overflow: hidden;
    padding: 0 0 12px;
    margin:20px 0 0 0;
    float:left;
    width:593px
}
.table_panel {
    background-image:url(../images/table_background.png);
    background-repeat:repeat-y;
    background-position:top left;
    margin:0;
    padding: 10px;
}
#footer {
    background-image:url(../images/header_dots.png);
    background-repeat:repeat-x;
    background-position:top left;
    padding:30px 25px 100px 25px;
    width: 890px;
}
#footer p {
    font-size:13px;
    margin:4px 0;
}
.table {
    padding:10px 0 0 0;
}
.table td {
    vertical-align:middle;
    padding: 1px 0 2px 0;
}

input.disable_button,
input.disable_button:active {
    background-image:url(../images/button_green_disabled.png);
    color:#417392;
}

.confirm, .discard_button, .page_order input.clear_button {
    background-image:url(../images/button_green.png);
    color:#00426A;
}

.confirm, .discard_button, .page_order input.clear_button, .disable_button {
    background-repeat:no-repeat;
    background-position:left top;
    background-color: transparent;
    font-family:'Lucida Sans Unicode','Lucida Grande',Verdana, Arial, sans-serif;
    border:0px;
    cursor: pointer;
    padding: 1px 2px 2px 1px;
    font-size:16px;
    width:202px;
    height:38px;
}

.confirm:hover {
}
.confirm:active, .discard_button:active {
    padding: 3px 2px 2px 1px;
    background-image:url(../images/button_green_on.png);
    background-position:1px 1px;
}

a.confirm {
    display: block;
    padding: 8px 0;
    text-align: center;
    text-decoration: none;
}

a.confirm:active{
    padding: 10px 0 8px 0;
    background-image:url(../images/button_green_on.png);
    background-position:1px 1px;
}

.discard_button {
    background-image:url(../images/button_blue.png);
}
.discard_button:active {
    background-image:url(../images/button_blue_on.png);
}
.page_order input.clear_button {
    background-image: url(../images/button_show_all.png);
    font-size: 14px;
    height: 25px;
    margin: 0 2px 0 10px;
    padding: 0 0 2px;
    width: 137px;
    font-weight:normal;
}
.page_order input.clear_button:active {
    background-image: url(../images/button_show_all_on.png);
    top:1px;
    left:1px;
    position:relative;
}
select {
    font-size: 14px;
    font-family:'Lucida Sans Unicode','Lucida Grande',Verdana, Arial, sans-serif;
    color:#00426A;
    padding:1px;
    background-image:url(../images/input_background.gif);
    background-repeat:repeat-x;
    background-position:bottom left;
    background-color:transparent;
    border:1px solid #7F9DB9;
}
option {
    background-color:#FFF;
}
.intro {
    font-size:14px;
    font-weight:normal;
    float:left;
    width:100%;
}


.button_on {
    background-image:url(../images/submenu_top.png) !important;
    background-position:0 5px !important;
    margin: 0 0 -9px;
}

.errorList {
    margin: 15px 0 0;
    float:left;
    font-size: 14px;
    line-height: 18px;
}
.errorItem {
    display: block;
    float:left;
    height: 50px;
    margin: 0 10px 15px;
    padding: 5px 0 0 60px;
    width: 340px;
    background-image: url(../images/error_icon.png);
    background-position: left top;
    background-repeat: no-repeat;
}
.list_selector {
    font-size:14px;
    font-weight:bold;
}
.list_selector select {
    width:330px;
}
.row01, .row02 {
    display: block;
    overflow: hidden;
    font-size:14px;
    font-weight: bold;
    color:#00426A;
}
.row01 {
    background-color:#A7C1D1;
    border:0;
    border-top:1px solid #EDF2F6;
}

.cols_left{
    float:left;
    padding: 6px 3px 7px 11px;
}
.cols_right {
    float: right;
    padding: 0;
}
.ckBx {
    margin:2px 0;
    padding: 4px 28px;
    float:left;
    border:0;
    border-left:1px solid #B2C9D7;
}
.faded {
    color:#85A7BB;
}
.faded:hover {
    color:#00426A !important;
    cursor:pointer;
}
.leftcol input, .page_order input {
    font-size: 13px;
    font-family:'Lucida Sans Unicode','Lucida Grande',Verdana, Arial, sans-serif;
    color:#00426A;
    padding:1px;
    background-image:url(../images/input_background.gif);
    background-repeat:repeat-x;
    background-position:bottom left;
    background-color:transparent;
    border:1px solid #7F9DB9;
    width:190px;
}
.inerror {
    background-image:url(../images/input_background_error.gif) !important;
}
.tr_inerror {
    border: 1px solid #E8EFF3;
    border-left:0;
    border-right:0;
    background-color: #E3A5A5 !important;
}
.page_order input {
    width:125px;
}
.select_list {
    padding: 0;
    background-image:url(../images/table_background_full.png);
}
.select_list_full {
    background-image: url(../images/table_footer_full.png);
    width: 850px;
}
.select_list .table {
    background-image:url(../images/table_header_full.png);
    background-repeat:no-repeat;
}
.full_width {
    background-image:url(../images/table_header_full.png);
}
.select_list .header {
    margin: 0 6px 0 9px;
    overflow:hidden;
}
.select_list .header h1 {
    float:left;
}
.select_list .header .cols_right {
    margin:0 -6px 0 0;
}
.col_title {
    margin:0;
    padding: 4px 0;
    float:left;
    border:0;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    width:77px;
    letter-spacing:-1px;
}
.select_list .table {
    padding: 4px 2px 0 1px;
}

.save {
    float:right;
    padding: 15px 2px 0 0;
}
.discard {
    float:left;
    padding: 15px 2px 0 0;
}
.toggle_schemes, .page_info {
    float:left;
    padding:10px 0 0;
}
.page_order, .show_options {
    float:right;
    padding:10px 0 0;
}
.intro_row01, .intro_row02 {
    width:850px;
    overflow: hidden;
    line-height: 26px;
}
.toggle_schemes img {
    vertical-align:middle;
}
.select_list_full .table th, .select_list_full .table td, #legendPanel .table th {
    font-size: 13px;
    font-weight:bold;
    padding: 5px 3px;
    text-align:center;
    vertical-align:middle;
}
.select_list_full .table th, #legendPanel .table th {
    font-size: 14px;
    padding: 2px 3px 10px;
    text-align:center;
    vertical-align:bottom;
    background-image:url(../images/col_seperator.gif);
    background-repeat:no-repeat;
    background-position:bottom right;
    background-color:transparent;
}
.select_list_full .table .endcol, #legendPanel .table .endcol {
    background-image:none;
}
.select_list_full .table .leftcol, #legendPanel .table .leftcol {
    text-align:left;
    padding-left:5px;
}
.select_list_full .table .odd {
    background-color:#A4BFD0;
}
.select_list_full .table .even {
    background-color:#BACEDB;
}
.header_row {
    background-image:url(../images/table_dots.gif);
    background-repeat:no-repeat;
    background-position:-1px bottom;
}
#toggle_button {
    background-image:url(../images/button_toggle_a.png);
    background-repeat:no-repeat;
    background-position:left top;
    background-color: transparent;
    border:0px;
    cursor:pointer;
    width:94px;
    height:25px;
    font-size:14px;
    font-weight:bold;
    color:#00426A;
    padding:0 0 3px 5px;
    margin:0 10px 0 0;
}
.toggle_button_on {
    background-image:url(../images/button_toggle_b.png) !important;
    padding:1px 0 2px 6px !important;
}
.invisirow {
    display: none;
}

#flyout {
    position:absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

#topSlider {
    background: none repeat scroll 0 0 transparent;
    height: 65px;
    position: absolute;
    top: -65px;
    width: 100%;
}
#legendPanel {
    background-image:url(../images/legend_background.png);
    background-repeat:no-repeat;
    background-position:center bottom;
    background-color: transparent;
    height: 65px;
    opacity: 0.95;
    position: fixed;
    width: 100%;
}
#legendTable {
    width:850px;
    margin:0 auto;
    padding:10px 0 0 0 !important;
}

#footSlider {
    background: none repeat scroll 0 0 transparent;
    height: 85px;
    position: absolute;
    bottom: -85px;
    width: 100%;
}
#actionsPanel {
    background-image:url(../images/actions_background.png);
    background-repeat:no-repeat;
    background-position:center top;
    background-color: transparent;
    height: 85px;
    opacity: 0.95;
    position: fixed;
    width: 100%;
}
#actionsWrapper {
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 30px 0;
    width: 830px;
}
.list_selector td {
    text-align:left !important;
}
.faded {
    opacity: 0.30;
}


.list_selector {
    font-size:14px;
    font-weight:bold;
}
.list_selector select {
    width:330px;
}
.row01, .row02 {
    display: block;
    overflow: hidden;
    font-size:14px;
    font-weight: bold;
    color:#00426A;
}
.row01 {
    background-color:#A7C1D1;
    border:0;
    border-top:1px solid #EDF2F6;
}

.cols_left{
    float:left;
    padding: 6px 3px 7px 11px;
}
.cols_right {
    float: right;
    padding: 0;
}
.ckBx {
    margin:2px 0;
    padding: 4px 28px;
    float:left;
    border:0;
    border-left:1px solid #B2C9D7;
}
.faded {
    color:#85A7BB;
}
.faded:hover {
    color:#00426A !important;
    cursor:pointer;
}
.leftcol input, .page_order input {
    font-size: 13px;
    font-family:'Lucida Sans Unicode','Lucida Grande',Verdana, Arial, sans-serif;
    color:#00426A;
    padding:1px;
    background-image:url(../images/input_background.gif);
    background-repeat:repeat-x;
    background-position:bottom left;
    background-color:transparent;
    border:1px solid #7F9DB9;
    width:190px;
}
.inerror {
    background-image:url(../images/input_background_error.gif) !important;
}
.tr_inerror {
    border: 1px solid #E8EFF3;
    border-left:0;
    border-right:0;
    background-color: #E3A5A5 !important;
}
.page_order input {
    width:125px;
}
.select_list {
    padding: 0;
    background-image:url(../images/table_background_full.png);
    background-position:0 5px;
}
.select_list_full {
    background-image: url(../images/table_footer_full.png);
    width: 850px;
}
.select_list .table {
    background-image:url(../images/table_header_full.png);
    background-repeat:no-repeat;
}
.full_width {
    background-image:url(../images/table_header_full.png);
}
.select_list .header {
    margin: 0 6px 0 9px;
    overflow:hidden;
}
.select_list .header h1 {
    float:left;
}
.select_list .header .cols_right {
    margin:0 -6px 0 0;
}
.col_title {
    margin:0;
    padding: 4px 0;
    float:left;
    border:0;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    width:77px;
    letter-spacing:-1px;
}
.select_list .table {
    padding: 4px 2px 0 1px;
}

.save {
    float:right;
    padding: 15px 2px 0 0;
}
.discard {
    float:left;
    padding: 15px 2px 0 0;
}
.toggle_schemes, .page_info {
    float:left;
    padding:10px 0 0;
}
.page_order, .show_options {
    float:right;
    padding:10px 0 0;
}
.intro_row01, .intro_row02 {
    width:850px;
    overflow: hidden;
    line-height: 26px;
}
.toggle_schemes img {
    vertical-align:middle;
}
.select_list_full .table th, .select_list_full .table td, #legendPanel .table th {
    font-size: 13px;
    font-weight:bold;
    padding: 5px 3px;
    text-align:center;
    vertical-align:middle;
}
.select_list_full .table th, #legendPanel .table th {
    font-size: 14px;
    padding: 2px 3px 10px;
    text-align:center;
    vertical-align:bottom;
    background-image:url(../images/col_seperator.gif);
    background-repeat:no-repeat;
    background-position:bottom right;
    background-color:transparent;
}
.select_list_full .table .endcol, #legendPanel .table .endcol {
    background-image:none;
}
.select_list_full .table .leftcol, #legendPanel .table .leftcol {
    text-align:left;
    padding-left:5px;
}
.select_list_full .table .odd {
    background-color:#A4BFD0;
}
.select_list_full .table .even {
    background-color:#BACEDB;
}
.header_row {
    background-image:url(../images/table_dots.gif);
    background-repeat:no-repeat;
    background-position:-1px bottom;
}
#toggle_button {
    background-image:url(../images/button_toggle_a.png);
    background-repeat:no-repeat;
    background-position:left top;
    background-color: transparent;
    border:0px;
    cursor:pointer;
    width:94px;
    height:25px;
    font-size:14px;
    font-weight:bold;
    color:#00426A;
    padding:0 0 3px 5px;
    margin:0 10px 0 0;
}
.toggle_button_on {
    background-image:url(../images/button_toggle_b.png) !important;
    padding:1px 0 2px 6px !important;
}
.invisirow {
    display: none;
}

#flyout {
    position:absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

#topSlider {
    background: none repeat scroll 0 0 transparent;
    height: 65px;
    position: fixed;
    top: -65px;
    width: 100%;
}
#legendPanel {
    background-image:url(../images/legend_background.png);
    background-repeat:no-repeat;
    background-position:center bottom;
    background-color: transparent;
    height: 65px;
    opacity: 0.95;
    position: fixed;
    width: 100%;
}
#legendTable {
    width:850px;
    margin:0 auto;
    padding:10px 0 0 0 !important;
}

#footSlider {
    background: none repeat scroll 0 0 transparent;
    height: 85px;
    position: fixed;
    bottom: -85px;
    width: 100%;
}
#actionsPanel {
    background-image:url(../images/actions_background.png);
    background-repeat:no-repeat;
    background-position:center top;
    background-color: transparent;
    height: 85px;
    opacity: 0.95;
    position: fixed;
    width: 100%;
}
#actionsWrapper {
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 30px 0;
    width: 830px;
}
.list_selector td {
    text-align:left !important;
}
.faded {
    opacity: 0.30;
}

.hidden {
    visibility:hidden;
}

.nodisplay {
    display:none !important;
}

.disabled .select_list_full {
    background-image: url("../images/table_footer_full_disabled.png");
}

.disabled .select_list {
    background-image: url("../images/table_background_full_disabled.png");
}

.disabled .criteria_table {
    background-image: url("../images/table_header_full_scheme_disabled.png") !important;
}

.disabled .header_row {
    background-image: url("../images/table_dots_disabled.png");
    color: #5D5D5D;
}

.disabled .select_list_full .table .odd {
    background-color: #C8C8C8;
}

.disabled .select_list_full .table .even {
    background-color: #D5D5D5;
}

.disabled .last {
    background-color: #C7C7C7 !important;
}

.disabled .emptySet {
    background-image: url("../images/grey_button_disabled.png");
    color: #5D5D5D;
}
.disabled .emptySet:active {
    background-image: url("../images/grey_button_disabled.png");
    color: #5D5D5D;
}

.disabled .buttonOn {
    background-image: url("../images/green_button_disabled.png");
    color: #00426A;
}
.disabled .buttonOn:active {
    background-image: url("../images/green_button_disabled.png");
    color: #00426A;
}

.disabled .addCondtion {
    background-image: url("../images/aq_add_icon_disabled.png");
}

.disabled .tools {
    background-image: url("../images/aq_tool_icon_disabled.png");
}

.disabled .deleteSmall, .addSmall {
    background-image: url("../images/aq_delete_icon_small_disabled.png");
}

.disabled .addSmall {
    background-image: url("../images/aq_add_icon_small_disabled.png");
}

.disabled .loginInput {
    -moz-opacity:0.3;
    border: 1px solid #C7C7C7;
    color: #C7C7C7;
}

.disabled .condTitle {
    color: #5D5D5D;
}

.disabled .headerBlock {
    color: #5D5D5D;
}

.disabled .testLegend {
    color: #5D5D5D;
}

.disabled .loginLbl {
    color: #5D5D5D;
}

.disabled .criteria_table .loginCol2 {
    color: #5D5D5D;
}

.disabled select {
    border: 1px solid #C7C7C7;
    color: #5D5D5D;
}

.disabledStatusIcon {
    margin: 0 5px 0 0;
    display: block;
    float:left;
    text-indent:-1000000px;
    vertical-align:middle;
}














