/* RESET */
* {
    margin: 0px;
    padding: 0px;
}

.temp_hide {
    display: none;
}

/* Global */

body {
    background: #fff;
    color: #444;
    font: 16px Arial;
    text-align: center;
}

h2 {
    color: #193441;
    font: bold 28px Arial;
    text-align: left;
}

h3 {
    color: #193441;
    font: bold 24px Arial;
    line-height: 32px;
    text-align: left;
    margin-bottom: 10px;
}

p {
    padding: 4px 10px 6px 16px;
    text-align: left;
    line-height: 26px;
}

a, a:visited {
    color: #91aa9d;
    font: 16px Arial;
    text-decoration: none;
    border-bottom: 1px dotted #bdd8c2;
}

a:hover, a:active {
    color: #b8c9c0;
}

.error-message {
    color: #c93232;
    font: 11px Arial;
}

.small {
    color: #222;
    font: 11px Arial;
}

.small a {
    font: 11px Arial;
}

.center {
    text-align: center;
}

.hidden {
    display: none;
}

/* Top Section */

#top {
    background: url("/images/zbg80.jpg") 0 0;
    overflow: hidden;
}
/*
#top_box {
    background: url("/images/shadow.jpg") bottom left repeat-x;
    text-align: center;
}
*/
#top_container {
    width: 960px;
    margin: 0 auto;
    padding: 40px 0 30px 0;
}

#top_small_container {
    width: 960px;
    margin: 0 auto;
    padding: 10px 0 12px 0;
}

#top_small_container div#header_left {
    text-align: left;
}

#top_small_container a#header_name {
    margin: 0;
}

#header {
    overflow: hidden;
    clear: both;
}

#header_left {
    float: left;
    width: 430px;
    text-align: center;
}

#header_right {
    float: left;
    width: 530px;
    text-align: right;
}

#header h2 {
    color: #d1e8d5;
    font: bold 28px Arial;
    text-align: center;
}

#header h3 {
    color: #d1e8d5;
    font: bold italic 16px Arial;
    line-height: 26px;
    text-align: center;
}

#header_name {
    width: 277px;
    height: 51px;
    padding: 0;
    border: 0;
    background: url("/images/header5.png") top center no-repeat;
    display: block;
    margin: 0 auto;
}

#header_desc {
    text-align: center;
    margin: 30px 0 0 0;
}

#header_image {
    background: url("/images/header_image.png") top right no-repeat;
    height: 225px;
    position: relative;
    right: 0;
}

/* Nav */

#nav_container {
    background: url("/images/nav_bg.gif") top left repeat-x;
    text-align: center;
}

#nav {
    margin: 0 auto;
    width: 960px;
    height: 39px;
    clear: both;
}

#nav_box {
    float: right;
}

#nav_box ul {
    margin: 0;
    padding: 0;
}

#nav_box ul li {
    list-style-type: none;
    float: left;
    border: 0;
    padding: 0;
    margin: 0;
}

#nav_box ul li a {
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

#nav_home {
    background: url("/images/nav_home.gif") 0 0 no-repeat;
    height: 39px;
    width: 86px;
}

#nav_home:hover {
    background: url("/images/nav_home.gif") 0 -39px no-repeat;
}

#nav_pricing {
    background: url("/images/nav_pricing.gif") 0 0 no-repeat;
    height: 39px;
    width: 96px;
}

#nav_pricing:hover {
    background: url("/images/nav_pricing.gif") 0 -39px no-repeat;
}

#nav_faq {
    background: url("/images/nav_faq.gif") 0 0 no-repeat;
    height: 39px;
    width: 66px;
}

#nav_faq:hover {
    background: url("/images/nav_faq.gif") 0 -39px no-repeat;
}

#nav_login {
    background: url("/images/nav_login.gif") 0 0 no-repeat;
    height: 39px;
    width: 83px;
}

#nav_login:hover {
    background: url("/images/nav_login.gif") 0 -39px no-repeat;
}

#nav_logout {
    background: url("/images/nav_logout.gif") 0 0 no-repeat;
    height: 39px;
    width: 96px;
}

#nav_logout:hover {
    background: url("/images/nav_logout.gif") 0 -39px no-repeat;
}

#nav_dash {
    background: url("/images/nav_dash.gif") 0 0 no-repeat;
    height: 39px;
    width: 126px;
}

#nav_dash:hover {
    background: url("/images/nav_dash.gif") 0 -39px no-repeat;
}

#nav_box ul li a.current {
    background-position: 0 -78px;
}

/* Mid */
#mid {
    margin: 25px auto;
    width: 960px;
    clear: both;
}

.mid_box {
    background: #f8f8f8;
    /*background: #f7f6f0;*/
    padding: 20px 30px 25px;
    margin-bottom: 0px;
}

/* Sign Up Section */

#signup_left {
    float: left;
    width: 380px;
}

#signup_right {
    float: left;
    width: 480px;
}

a#signup_button {
    background: url("/images/signup_button.png");
    width: 221px;
    height: 56px;
    display: block;
    border: 0;
    cursor: pointer;
}

#signup_left form {
    font: 16px Arial;
    color: #444;
}

#signup_left form input {
    margin-top: 5px;
    font: 18px Arial;
    width: 214px;
}

.clear {
    display: block;
    clear: both;
}

#quotes_left {
    float: left;
    width: 380px;
}

#quotes_right {
    float: left;
    width: 520px;
}

/* Pricing */

#pricing {
    margin: 25px auto;
    width: 960px;
}

/* Login */

a#login_button {
    background: url("/images/login.png");
    width: 221px;
    height: 56px;
    display: block;
    border: 0;
    cursor: pointer;
}

#login_box {
    margin-left: 325px;
}

#login_box form {
    font: 16px Arial;
    color: #444;
    text-align: left;
}

#login_box form input {
    margin-top: 5px;
    font: 18px Arial;
    width: 214px;
}

/* FAQ */

#faq {
    margin: 25px auto;
    width: 960px;
}

/* Dash */

#dash {
    margin: 25px auto;
    width: 960px;
}

#dash_nav a.current {
    border: 0;
    color: #193441;
}

#dash_box {
    margin: 0 0;
}

#dash_box h3 {
    font: bold 22px Arial;
    line-height: 30px;
    color: #606e75;
}

#dash_nav {
    margin: 25px auto;
    text-align: center;
}

table {
    border-collapse: collapse;
    width: 956px;
    border: 1px solid #f0f0f0;
}

tr.even {
    background: #fafafa;
}

tr.odd {
    background: #f6f6f6;
}

tr.online {
}

.green {
    color: #53a661;
    font-weight: bold;
}

th {
    border: 1px solid #efefef;
    background: #c1d0c8;
    color: #222;
    font: bold 14px Arial;
    padding: 10px;
}

th.header {
    background: #c1d0c8 url("/images/bg.gif") center right no-repeat;
    cursor: pointer;
    border: 1px solid #efefef;
    color: #222;
    font: bold 14px Arial;
    padding: 10px;
}

th.headerSortUp {
    background: #86b39c url("/images/asc.gif") center right no-repeat;
    border: 1px solid #efefef;
    color: #222;
    font: bold 14px Arial;
    padding: 10px;
}

th.headerSortDown {
    background: #86b39c url("/images/desc.gif") center right no-repeat;
    border: 1px solid #efefef;
    color: #222;
    font: bold 14px Arial;
    padding: 10px;
}

th.header:hover {
    background-color: #b3c4bb;
}

th.headerSortUp:hover, th.headerSortDown:hover {
    background-color: #95bfaa;
}

td {
    border: 1px solid #efefef;
    color: #666;
    font: 14px Arial;
    padding: 10px;
}

#table_pager {
    padding: 15px 0;
}

#table_pager select {
    padding: 0;
}

#table_pager option {
    margin: 0;
}

#table_pager input {
    padding: 0;
}

/* Forms */

#fish_head {
    clear: both;
    height: 60px;
    margin: 0;
}

#fish_head_left {
    float: left;
    width: 300px;
}

#fish_head_right {
    width: 660px;
    float: left;
    text-align: right;
    height: 40px;
}

#fish_head_right span {
    float: right;
    text-align: right;
    padding: 3px 101px 0 0;
    width: 300px;
    clear: left;
}

#fish_head_right form {
    text-align: right;
    float: right;
    margin: 10px 4px 0 0;
    /*
    position: relative;
    top: 4px;
    right: 5px;
    */
}

input {
    background: #fcfcfc;
    border: 1px solid #ccc;
    padding: 3px;
    color: #444;
}

input:focus {
    background: #f1f1f1;
    border: 1px solid #bbb;
}

input.submit {
    background: #c1d0c8;
    color: #111;
    border: 1px solid #f6f6f6;
}

textarea {
    background: #fff;
    border: 1px solid #efefef;
}

select {
    background: #fcfcfc;
    border: 1px solid #ccc;
    padding: 3px;
}

select:focus {
    background: #f1f1f1;
    border: 1px solid #bbb;
}

option {
    margin: 7px;
}

.slider {
    text-align: center;
    background: #f6f6f6;
    margin-bottom: 30px;
}

.slider_desc {
    padding: 10px 20px;
}

.slider_desc p {
    padding: 4px 1px 15px;
}

.slider_checks {
    width: 860px;
    margin: 0 auto;
    padding: 0 0 20px;
}

.slider fieldset {
    margin: 0 auto;
    border: 0px;
    width: 800px;
    font: 10px Arial;
    text-align: left;
}

.slider fieldset label {
    font: bold 14px Arial;
    line-height: 40px;
    margin-left: -15px;
}

.check_column {
    float: left;
    margin-left: 45px;
    text-align: left;
    font: 14px Arial;
    line-height: 20px;
}

a.save_button {
    background: url("/images/save.png");
    width: 221px;
    height: 56px;
    display: block;
    border: 0;
    cursor: pointer;
    margin: 0 auto 15px;
}

#user_profile_form {
    margin: 0;
}

#user_profile_form input {
    margin-top: 5px;
}

#profile_box {
    background: #f6f6f6;
    margin: 0 0 30px 0;
    padding: 10px 20px;
}

#profile_left {
    float: left;
    width: 430px;
}

#profile_right {
    float: left;
}

#subscription_box {
    background: #f6f6f6;
    margin: 0 0 30px 0;
    padding: 10px 20px;
}

.icon {
    vertical-align: middle;
    border: 0;
}

.watermark {
    color: #bbb;
}

input#notify_interval {
    width: 50px;
}
