body {
    background:     #000033;
    font-family:    "Tahoma", "Arial", sans-serif;
    font-size:      0.9em;
}

a.pdf_link {
    font-family:    "Arial", sans-serif;
    font-size:      0.7em;
    color:          #00009C;
}


.stddiv {
    float:          left;
}

.underline {
    border-bottom:  1px black solid;
}

.black_v {
    height:         100%;
    width:          2px;
    background:     black;
}

.black_h {
    width:          100%;
    height:         2px;
    background:     black;
}

.input {
    background:     url('/images/bg_text_input.jpg'); 
    background-position: top left;
    font-family:    'Tahoma', 'Arial', sans-serif;
    font-size:      0.9em;
}

.input_red {
    background:     url('/images/bg_text_input_red.jpg'); 
    background-position: top left;
    font-family:    'Tahoma', 'Arial', sans-serif;
    font-size:      0.9em;
}

div#overall_container { 
    width:          980px; 
    height:         550px;
    position:       relative;
    background:     white;
}

.left_side {
    height:         100%;
    width:          200px;
    background-image: url('/images/bg_sidemenu_under.jpg');
    background-position: bottom;
    position:       relative;
}

.header {
    width:          100%;
    height:         1.8em;
    line-height:    1.8em;
    color:          black;
    font-weight:    bold;
    font-size:      0.9em;
    background-position: top left;
    text-indent:    5px;
}

.long_yellow_header {
    background-image:url('/images/header_bigyellowfade.jpg');
}

.yellow_header {
    background-image:url('/images/header_yellowfade.jpg');
    text-transform: capitalize;
}

.red_header {
    background-image:url('/images/header_redfade.jpg');
    color:          white;
    text-transform: capitalize;
}

div#weather {
    width:          175px;
    height:         150px;
    margin:         20px auto;
}

ul.manage_menu {
    list-style:     none;
    padding:        0;
    margin:         0;
}

ul.manage_menu li a {
    background-image: url('/images/header_redfade.jpg');
    background-repeat: repeat-y;
    border-bottom:  2px black solid;
    height:         1,5em;
    line-height:    1.5em;
    width:          200px;
    height:         27px;
    display:        block;
    color:          white;
    text-decoration:none;
    text-align:     left;
    text-indent:    5px;
    font-weight:    bold;
    font-size:      1.0em;
}

ul.manage_menu li a:hover {
    color:          yellow;
}

ul.menu {
    list-style:     none;
    padding:        0;
    margin:         0;
}

ul.menu li a {
    background-image: url('/images/bg_sidemenu.jpg');
    background-repeat: repeat-y;
    border-bottom:  1px black solid;
    height:         1,5em;
    line-height:    1.5em;
    width:          200px;
    display:        block;
    color:          white;
    text-decoration:none;
    text-align:     left;
    text-indent:    5px;
    font-weight:    bold;
    font-size:      0.9em;
}

ul.menu li a:hover {
    color:          yellow;
}

ul.submenu {
    list-style:     none;
    padding:        0;
    margin:         0;
}

ul.submenu li a {
    background-image: url('/images/bg_sidemenu_submenu.jpg');
    background-repeat: repeat-y;
    border-bottom:  1px black solid;
    height:         1,5em;
    line-height:    1.5em;
    width:          200px;
    display:        block;
    color:          white;
    text-decoration:none;
    text-align:     left;
    text-indent:    15px;
    font-weight:    bold;
    font-size:      0.75em;
}

ul.submenu li a:hover {
    color:          yellow;
}

ul.manage_submenu {
    list-style:     none;
    padding:        0;
    margin:         0;
}

ul.manage_submenu li a {
    background-image: url('/images/darker_redfade.jpg');
    background-repeat: repeat-y;
    border-bottom:  1px black solid;
    height:         1,5em;
    line-height:    1.5em;
    width:          200px;
    display:        block;
    color:          white;
    text-decoration:none;
    text-align:     left;
    text-indent:    15px;
    font-weight:    bold;
    font-size:      0.75em;
}

ul.manage_submenu li a:hover {
    color:          yellow;
}

.feature_header {
    color:          #00009C;
    font-size:      1.15em;
    font-weight:    bolder;
}

a.feature_header {
    color:          #00009C;
    font-size:      1.15em;
    font-weight:    bolder;
    text-decoration: none;
}

.feature_text {
    color:          #942F2F;
    font-size:      0.65em;
}

a.feature_text:link, a.feature_text:visited, a.feature_text:active, a.feature_text:hover {
    color:          #942F2F;
    font-size:      1.0em;    
    font-weight:    bold;
}

.content_container {
    width:          90%; 
    text-align:     left;
    padding-top:    10px;
}

.content {
    font-size:      0.8em;
}

.pricing_list {
    padding:        0px;
    margin:         0px;
    position:       relative;
    left:           15px;
    width:          85%;
}

.login_window {
    position:       relative;
    z-index:        10;
    float:          right;
    width:          200px;
    height:         50px;
    background:     white;
    border-left:    2px black solid;
    border-bottom:  2px black solid;
    filter:         alpha(opacity=70);
    opacity:        0.7;
    -moz-opacity:   0.7;
    font-size:      0.7em;
    font-weight:    bold;
}

.login_window_big {
    float:          left;
    width:          40%;
    height:         30px;
    text-align:     center;
}
    
.login_window_small {
    float:          left;
    width:          20%;
    height:         30px;
    text-align:     center;
}
 
.login_window_box {
    width:          90%;
    font-family:    "Lucida Sans", "Arial", sans-serif;
    font-size:      0.9em;
    font-weight:    bold;
    text-align:     center;
}

.login_button {
    width:          25px;
    font-family:    "Lucida Sans", "Arial", sans-serif;
    font-size:      0.7em;
    font-weight:    bold;
    text-align:     center;
}    

.footer {
    font-size:      0.6em;
    color:          #DDDDDD;
}

a.footer_link {
    color:          #DDDDDD;
}

/* CBC Styles */
#cbc_div { background: rgb(255, 255, 255); width: 180px; }
#cbc_div h3 { background: rgb(255, 255, 255); }
#cbc_div h3 a { color: rgb(168, 38, 43); font-family: Georgia,Times New Roman,serif; font-size: 12px; text-decoration: none; }
#cbc_div dl { border-bottom: 1px solid rgb(204, 204, 204); }
#cbc_div dt a { color: rgb(19, 45, 108); font-family: Arial,Helvetica,sans-serif; font-size: 11px; }
.cbc_lead { display: none; }
.cbc_timezone { color: rgb(64, 64, 64); font-family: Arial,Helvetica,sans-serif; font-size: 8px; margin-left: 0px; }



/* BUTTONS */

.buttons a, .buttons button {
    display:block;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}

.buttons button {
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}

.buttons button[type] {
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}

*:first-child+html button[type] {
    padding:4px 10px 3px 7px; /* IE7 */
}

.buttons button img, .buttons a img {
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover {
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active {
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive {
    color:#529214;
}

.buttons a.positive:hover, button.positive:hover {
    background-color:#DDFFDD;
    border:1px solid #C6D880;
    color:#529214;
}

.buttons a.positive:active {
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative {
    color:#d12f19;
}

.buttons a.negative:hover, button.negative:hover {
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}

.buttons a.negative:active {
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* TABS */
#tabs {
    position:   relative;
    left:       40px;
    font-size:  70%;
    line-height:normal;
}

#tabs ul {
    margin:     0;
    padding:    0px 10px 0;
    list-style: none;
}

#tabs li {
    float:      left;
    background: url("/images/tab_left.jpg") no-repeat left bottom;
    margin:     0;
    padding:    0 0 0 9px;
}

#tabs a {
    display:            block;
    background:         url("/images/tab_right.jpg") no-repeat right bottom;
    padding:            3px 23px 6px 15px;
    text-decoration:    none;
    font-weight:        bold;
    color:              white;
}

#tabs a:hover {
    color:      yellow;
}

.current {
    background-image:   url("/images/tab_left_on.jpg");
}

a.current {
    background-image:   url("/images/tab_right_on.jpg");
    padding-bottom:     5px;
}

.title {
    font-size:      1.1em;
    font-color:     #243e95;
    font-weight:    bold;
    border-bottom:  1px black solid;
    width:          100%;
    height:         20px;
}
   
a.maplink {
    color:          blue;
}
 
.tab_content {
    position:       absolute;
    height:         380px;
    width:          700px;
}

.product_header {
    border-bottom:  1px black solid;
    font-weight:    bold;
    font-size:      0.7em;
    padding:        0 30px;
}
