/** COLOR SCHEME
Tints & Shades (Light to Dark): A8C3EB, 5489D9, 2457A4, 112A50, 000000

Set: 7EA6E2, 2457A4, 081426, 646464 (Grey) **/

/** COMMON **/
body {
    background: #444444;
    margin: 0;
    font-family: Helvetica, Arial, sans-serif;
}

a {
    text-decoration: none;
}

/******************************************
			LOG IN POPUP MODAL
******************************************/
.login_container {
    display: table;
    width: auto;
    background: #eeeeee; /* For Non-CSS3 Broswers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); /* For IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); /* For Webkit Browsers */
    background: -moz-linear-gradient(top, #ffffff, #cccccc); /* for Firefox 3.6+ */
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 1px solid #ffffff;
    box-shadow: 0 3px 6px #000000;
    z-index: 3;
    margin: 20px auto;
    /*top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -175px;*/
    /*position:fixed;*/
}

img.signup_poweredby {
    display: block;
    margin: 20px auto 0 auto;
}

.input_container {
    width: 308px;
    margin: auto;
    z-index: 1000;
}

.login_title {
    display: block;
    text-align: center;
    font-family: 'Yellowtail', serif;
    font-size: 30px;
    color: #2457a4;
}

.login_un {
    display: block;
    height: 35px;
    line-height: 35px;
    width: 295px;
    padding-left: 10px;
    margin: auto;
    border: 1px solid #999999;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    /* box-shadow: 0 -1px 0 #999; */
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #888888;
    background: #f5f8fc;
}

.login_pw {
    display: block;
    float: left;
    height: 36px;
    line-height: 36px;
    width: 205px;
    padding-left: 10px;
    margin: auto auto auto 0;
    border: 1px solid #999999;
    border-top: 0;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    box-shadow: 0 1px 0 #ffffff;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #888888;
    background: #f5f8fc;
}

.sign_in {
    display: block;
    float: left;
    height: 38px;
    line-height: 38px;
    width: 89px;
    background: #1b58b7; /* For Non-CSS3 Broswers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fb2fc', endColorstr='#1b58b7'); /* For IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#3fb2fc), to(#1b58b7)); /* For Webkit Browsers */
    background: -moz-linear-gradient(top, #3fb2fc, #1b58b7); /* for Firefox 3.6+ */
    color: #ffffff;
    text-align: center;
    border-right: 1px solid #999999;
    border-bottom: 1px solid #999999;
    box-shadow: 0 1px 0 #ffffff;
    border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-shadow: 0 -1px #2457a4;
}

a:hover.sign_in {
    background: #52d3fe; /* For Non-CSS3 Broswers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#52d3fe', endColorstr='#3c6ad9'); /* For IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#52d3fe), to(#3c6ad9)); /* For Webkit Browsers */
    background: -moz-linear-gradient(top, #52d3fe, #3c6ad9); /* for Firefox 3.6+ */
}

a:active.sign_in {
    background: #1b58b7; /* For Non-CSS3 Broswers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fb2fc', endColorstr='#1b58b7'); /* For IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#3fb2fc), to(#1b58b7)); /* For Webkit Browsers */
    background: -moz-linear-gradient(top, #3fb2fc, #1b58b7); /* for Firefox 3.6+ */
}

.rememberme_cb {
    clear: both;
    float: left;
    margin-left: 0;
    margin-top: 5px;
}

.rememberme {
    float: left;
    font-size: 9px;
    text-transform: uppercase;
    color: #777777;
    text-shadow: 1px 1px #eeeeee;
    margin-top: 7px;
    margin-left: 2px;
}

.login_forgot {
    display: block;
    float: left;
    margin-right: 23px;
    margin-bottom: 15px;
    font-size: 9px;
    margin-top: 7px;
    text-transform: uppercase;
    text-decoration: none;
    color: #777777;
    text-shadow: 1px 1px #eeeeee;
}

a:hover.login_forgot {
    text-decoration: underline;
}

.or_left {
    float: left;
    display: block;
    width: 151px;
    margin-left: 5px;
    margin-top: 8px;
}

.or {
    float: left;
    display: block;
    width: 38px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    color: #888888;
    font-style: italic;
    text-shadow: 0 1px #ffffff;
}

.or_right {
    float: left;
    display: block;
    width: 151px;
    margin-top: 8px;
}

.signup_title {
    clear: both;
    margin-left: 20px;
    margin-bottom: 0;
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    font-size: 16px;
    text-shadow: 0 1px #ffffff;
}

.signup_un {
    display: block;
    height: 35px;
    line-height: 35px;
    width: 295px;
    padding-left: 10px;
    margin: 5px auto auto;
    border: 1px solid #999999;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius : 4px;
    /* box-shadow: 0 -1px 0 #999; */
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #888888;
    background: #f5f8fc;
}

.black_overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 56;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.close_button {
    position: fixed;
    z-index: 4;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -159px;
    margin-left: -194px;
}

.or_container {
    width: 345px;
    margin: auto;
}

.signup_container {
    /*position: absolute;*/
    width: 305px;
    margin: auto;
    z-index: 1;
}

.signup_btn {
    clear: both;
    display: block;
    width: 305px;
    margin: auto;
    height: 35px;
    line-height: 37px;
    text-align: center;
    background: #239928;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #ffffff;
    border: 1px solid #1d7d1f;
    text-shadow: 0 -1px #1d7d1f;
    box-shadow: 0 1px 0 #333333, inset 0 1px 0 #70c66c;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-transform: uppercase;
}

a:hover.signup_btn {
    background: #36ac39;
}

a:active.signup_btn {
    background: #239928;
    box-shadow: inset 0 1px 0 #333333, 0 1px 0 #ffffff;
}

.signup_un {
    display: block;
    height: 35px;
    line-height: 35px;
    width: 295px;
    padding-left: 10px;
    margin: 0 auto 5px auto;
    border: 1px solid #999999;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius : 4px; /* box-shadow: 0 -1px 0 #999; */
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #888888;
    background: #f5f8fc;
}

.continue_btn {
    clear: both;
    display: block;
    width: 305px;
    margin: 15px auto;
    height: 35px;
    line-height: 37px;
    text-align: center;
    background: #0043bf;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 -1px #1d3f7d;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #1d3f7d;
    box-shadow: 0 1px 0 #333333, inset 0 1px 0 #6c98c6;
    text-transform: uppercase;
}

a:hover.continue_btn {
    background: #003699;
}

a:active.continue_btn {
    background: #0043bf;
    box-shadow: inset 0 1px 0 #333333, 0 1px 0 #ffffff;
}

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

.login_only_container {
    display: table;
    width: auto;
    background: #eeeeee; /* For Non-CSS3 Broswers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); /* For IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); /* For Webkit Browsers */
    background: -moz-linear-gradient(top, #ffffff, #cccccc); /* for Firefox 3.6+ */
    margin: 20px auto;
    padding: 20px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 1px solid #ffffff;
    box-shadow: 0 3px 6px #000000;
}

.login_only_title {
    display: block;
    margin: 0 auto 15px auto;
    text-align: center;
    color: #666666;
    text-shadow: 0 1px #ffffff;
}

.login_only_btn {
    clear: both;
    display: block;
    width: 305px;
    margin: 10px auto 0 auto;
    height: 35px;
    line-height: 37px;
    text-align: center;
    background: #0043bf;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 -1px #1d3f7d;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #1d3f7d;
    box-shadow: 0 1px 0 #333333, inset 0 1px 0 #6c98c6;
    text-transform: uppercase;
}

a:hover.login_only_btn {
    background: #003699;
}

a:active.login_only_btn {
    background: #0043bf;
    box-shadow: inset 0 1px 0 #333333, 0 1px 0 #ffffff;
}

.login_only_container span.login_only_remember {
    float: left;
    font-size: 11px;
    color: #666666;
    margin: 7px auto 0 auto;
    text-shadow: 0 1px #eeeeee;
}

.login_only_container a.login_only_forgot {
    float: right;
    margin: 7px auto 0 auto;
    color: #666666;
    font-size: 11px;
    text-shadow: 0 1px #eeeeee;
}

.login_only_container a:hover.login_only_forgot {
    text-decoration: underline;
}

.login_only_create_btn {
    clear: both;
    display: block;
    width: 305px;
    margin: 20px auto 0 auto;
    height: 35px;
    line-height: 37px;
    text-align: center;
    background: #239928;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #ffffff;
    border: 1px solid #1d7d1f;
    text-shadow: 0 -1px #1d7d1f;
    box-shadow: 0 1px 0 #333333, inset 0 1px 0 #70c66c;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-transform: uppercase;
}

a:hover.login_only_create_btn {
    background: #36ac39;
}

a:active.login_only_create_btn {
    background: #239928;
    box-shadow: inset 0 1px 0 #333333, 0 1px 0 #ffffff;
}

/******************************************
			CVV INFORMATION POPUP
******************************************/
.cvv_container {
    position: fixed;
    display: table;
    width: 660px;
    background: #eeeeee; /* For Non-CSS3 Broswers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); /* For IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); /* For Webkit Browsers */
    background: -moz-linear-gradient(top, #ffffff, #cccccc); /* for Firefox 3.6+ */

    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 1px solid #ffffff;
    box-shadow: 0 3px 6px #000000;
    z-index: 3;
    /*top: 50%;
    left: 50%;
    margin-left: -330px;
    margin-top: -200px;
    margin: 7%;*/
}

.cvv_inside_container {
    display: table;
    margin: auto;
    width: 640px;
    background: #ffffff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #aaaaaa;
    box-shadow: 0 1px #999999;
}

.tac_inside_container {
    margin: auto;
    width: 640px;
    height: 500px;
    background: #ffffff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #aaaaaa;
    box-shadow: 0 1px #999999;
    overflow: auto;
}

.cvv_close {
    position: relative;
    float: right;
    background: url('../png/cvv_x.png');
    width: 16px;
    height: 16px;
    top: 4px;
    right: 3px;
    color: #999999;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
}

.cvv_title {
    display: block;
    margin-left: 20px;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #666666;
}

.cvv_copy {
    display: block;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-align: justify;
    color: #666666;
}

.cvv_col_container1 {
    float: left;
    display: table;
    width: 280px;
    height: auto;
    margin-left: 20px;
}

.cvv_col_container2 {
    float: left;
    display: table;
    width: 300px;
    height: auto;
    border-left: 1px solid #cccccc;
}

.cvv_card_image1 {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

.cvv_card_image2 {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 37px;
}

.cvv_card_title {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #454545;
}

.cvv_visamc_back {
    float: left;
    display: block;
    width: 240px;
    margin-top: 10px;
}

.cvv_explanation_title {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    margin-right: 20px;
    color: #333333;
}

.cvv_explanation_copy {
    clear: both;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin-top: 0;
    margin-right: 20px;
    color: #666666;
}

.cvv_amex_back {
    float: left;
    display: block;
    width: 240px;
    margin-top: 10px;
    margin-left: 37px;
}

.cvv_explanation_title2 {
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    color: #333333;
    margin-left: 37px;
}

.cvv_explanation_copy2 {
    clear: both;
    float: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin-top: 0;
    color: #666666;
    margin-left: 37px;
}

/************** MAP POPUP ****************/
.map_container {
    position: fixed;
    display: table;
    width: auto;
    background: #eeeeee; /* For Non-CSS3 Broswers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); /* For IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); /* For Webkit Browsers */
    background: -moz-linear-gradient(top, #ffffff, #cccccc); /* for Firefox 3.6+ */
    padding: 20px 4px 20px 20px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 1px solid #ffffff;
    box-shadow: 0 3px 6px #000000;
    z-index: 3;
}

/******************************************
			DASHBOARD MODAL POPUPS
******************************************/

/***** FLEXIBLE MODAL CONTAINER *****/
.modal_close {
    position: relative;
    float: right;
    background: url('../png/cvv_x.png');
    width: 16px;
    height: 16px;
    top: 4px;
    right: 3px;
    color: #999999;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
}

.flex_modal_350 {
    width: 350px;
    background: #eeeeee; /* For Non-CSS3 Broswers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); /* For IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); /* For Webkit Browsers */
    background: -moz-linear-gradient(top, #ffffff, #cccccc); /* for Firefox 3.6+ */
    margin: auto auto 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 1px solid #ffffff;
    box-shadow: 0 3px 6px #000000;
    font-family: 'Open Sans', sans-serif;
}

.flex_modal_350_container {
    display: table;
    margin: auto;
    width: 330px;
    background: #ffffff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #aaaaaa;
    box-shadow: 0 1px #e8e8e8;
    padding-left:5px;
    padding-right:5px;
}

.flex_modal_550 {
    width: 550px;
    background: #eeeeee; /* For Non-CSS3 Broswers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); /* For IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); /* For Webkit Browsers */
    background: -moz-linear-gradient(top, #ffffff, #cccccc); /* for Firefox 3.6+ */
    margin: 20px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 1px solid #ffffff;
    box-shadow: 0 3px 6px #000000;
    font-family: 'Open Sans', sans-serif;
}

.flex_modal_550_container {
    display: table;
    margin: auto;
    width: 530px;
    background: #ffffff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #aaaaaa;
    box-shadow: 0 1px #e8e8e8;
}

.flex_modal_700 {
    width: 700px;
    background: #eeeeee; /* For Non-CSS3 Broswers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); /* For IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); /* For Webkit Browsers */
    background: -moz-linear-gradient(top, #ffffff, #cccccc); /* for Firefox 3.6+ */
    margin: 20px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 1px solid #ffffff;
    box-shadow: 0 3px 6px #000000;
    font-family: 'Open Sans', sans-serif;
}

.flex_modal_700_container {
    display: table;
    margin: auto;
    width: 680px;
    background: #ffffff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #aaaaaa;
    box-shadow: 0 1px #e8e8e8;
}

.flex_modal_900 {
    width: 900px;
    background: #eeeeee; /* For Non-CSS3 Broswers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); /* For IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); /* For Webkit Browsers */
    background: -moz-linear-gradient(top, #ffffff, #cccccc); /* for Firefox 3.6+ */
    margin: 20px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 1px solid #ffffff;
    box-shadow: 0 3px 6px #000000;
    font-family: 'Open Sans', sans-serif;
}

.flex_modal_900_container {
    display: table;
    margin: auto;
    width: 880px;
    background: #ffffff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #aaaaaa;
    box-shadow: 0 1px #e8e8e8;
}

/***** SPONSORSHIP EDIT *****/
.flex_modal_350_container p {
    clear: both;
    text-align: center;
    margin: 15px 0 10px 0;
}

.flex_modal_350_container a.save {
    display: block;
    width: 100px;
    margin: 15px auto;
    padding: 5px 0 5px 0;
    text-align: center;
    font-size: 12px;
    background: #eeeeee;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #cccccc;
    color: #333333;
}

.flex_modal_350_container a:hover.save {
    background: #999999;
    color: #ffffff;
    border: 1px solid #666666;
}

.flex_modal_350_container label {
    float: left;
    width: 65px;
    text-align: right;
    margin: 2px 10px 0 10px;
    font-size: 14px;
    color: #333333;
}

.flex_modal_350_container input {
    display: block;
    width: 205px;
    margin-bottom: 10px;
    padding: 5px 8px 5px 8px;
    border: 1px solid #cccccc;
    color: #454545;
}

/***** TOP LISTING *****/
#top_listing {
    clear: both;
    width: 90%;
    margin: 20px auto 15px;
    border-collapse: collapse;
    font-size: 12px;
}

#top_listing thead td {
    background: #dddddd;
    padding: 3px 5px 3px 5px;
    font-weight: 600;
    border: 1px solid #bbbbbb;
}

#top_listing tr.altrow {
    background: #f8f8f8;
}

#top_listing td {
    padding: 3px 5px 3px 5px;
    border: 1px solid #cccccc;
}

#top_listing td.col2 {
    text-align: center;
}

a.listing_export {
    clear: both;
    display: block;
    width: 100px;
    margin: auto;
    text-align: center;
    background: #eeeeee;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #cccccc;
    color: #333333;
    font-size: 12px;
    padding: 3px 0 3px 0;
}

a:hover.listing_export {
    background: #999999;
    color: #ffffff;
    border: 1px solid #666666;
}

a.listing_print {
    clear: both;
    display: block;
    width: 100px;
    margin: 5px auto 15px;
    text-align: center;
    background: #eeeeee;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #cccccc;
    color: #333333;
    font-size: 12px;
    padding: 3px 0 3px 0;
}

a:hover.listing_print {
    background: #999999;
    color: #ffffff;
    border: 1px solid #666666;
}

/***** ASK FOR PLEDGES MODAL *****/
.postcard {
    clear: both;
    width: 640px;
    margin: 25px 20px 20px 20px;
    background: #f7f7f7;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #c6c8c9;
    box-shadow: inset 0 1px #ffffff, 0 1px #fcfcfc;
    overflow: auto;
}

.postcard_top {
    display: block;
    clear: both;
    position: relative;
    overflow: auto;
}

.postcard_top img.stamp {
    clear: none;
    position: absolute;
    top: 2px;
    left: 481px;
}

.postcard_top img.paperclip {
    clear: none;
    position: absolute;
    top: 7px;
    left: 20px;
}

.postcard_top img.raceimage {
    float: right;
    margin: 15px;
    width: 115px;
    height: 95px;
    padding: 5px;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0 1px 2px #c9c9c9;
}

.postcard_top img.profile {
    float: left;
    width: 95px;
    height: 95px;
    background: #ffffff;
    border-radius: 4px;
    padding: 5px;
    margin: 15px 10px 15px 15px;
    box-shadow: 0 1px 2px #c9c9c9;
}

.postcard_top p.name {
    float: left;
    font-size: 18px;
    font-weight: 600;
    color: #444444;
    margin: 13px 0 3px 5px;
    text-shadow: 0 1px #ffffff;
}

.postcard_top span.location {
    font-size: 14px;
    color: #0043bf;
    margin: 14px 0 0 5px;
    text-shadow: 0 1px #ffffff;
}

.postcard_top img.marker {
    margin: 0 0 0 5px;
    position: relative;
    top: 2px;
}

.postcard_top textarea {
    display: block;
    width: 340px;
    min-width: 340px;
    max-width: 340px;
    height: 60px;
    min-height: 60px;
    max-height: 60px;
    margin: 2px 0 0 0;
    padding: 2px 5px 2px 5px;
    border: 1px solid #f7f7f7;
    background: #f7f7f7;
    font-size: 12px;
    color: #828282;
    resize: none;
}

.postcard_bottom {
    display: block;
    position: relative;
    overflow: auto;
}

.postcard_bottom p {
    text-align: left;

    font-size: 18px;
    color: #444444;

}

.postcard_bottom span {
    font-weight: 600;
    color: #111111;
}

.postcard_half {
    float: left;
    width: 50%;
    overflow: auto;
}

.progress {
    display: block;
    width: 612px;
    height: 15px;
    margin: 0 auto 0 auto;
    border: 1px solid #c6c8c9;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    box-shadow: inset 1px 1px #ffffff, inset 0 -1px #ffffff;
    background: #ffffff url('../png/progress_bar.png') -465px 1px no-repeat;
}

#progress_ticks {
    width: 614px;
    margin: 0 auto 0 auto;
    position: relative;
    top: -2px;
}

#progress_ticks td {
    width: 25%;
    height: 11px;
    border-left: 1px dotted #cccccc;
}

#progress_ticks td.last {
    width: 25%;
    height: 11px;
    border-left: 1px dotted #cccccc;
    border-right: 1px dotted #cccccc;
}

.progress_label_first {
    float: left;
    display: block;
    width: 76px;
    text-align: left;
    color: #666666;
    font-size: 13px;
    margin: -2px 0 20px 14px;
}

.progress_label_middle {
    float: left;
    display: block;
    width: 153px;
    text-align: center;
    color: #666666;
    font-size: 13px;
    margin: -2px 0 20px 0;
}

.progress_label_last {
    float: left;
    display: block;
    width: 77px;
    text-align: right;
    color: #666666;
    font-size: 13px;
    margin: -2px 0 20px 0;
}

a.btnpledge {
    clear: both;
    display: block;
    width: 250px;
    height: auto;
    padding: 10px 0 10px 0;
    margin: 0 auto 20px auto;
    background: #ffc208; /* For Non-CSS3 Browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd528', endColorstr='#ffc208'); /* For IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffd528), to(#ffc208)); /* For Webkit Browsers */
    background: -moz-linear-gradient(top, #ffd528, #ffc208); /* for Firefox 3.6+ */
    border: 1px solid #b39000;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: left;
    box-shadow: 0 1px #826900;
}

a:hover.btnpledge {
    background: #ffd932;
}

a:active.btnpledge {
    background: #ffc004;
    box-shadow: inset 0 1px #826900;
}

a.btnpledge img.heart {
    float: right;
    margin: 3px 15px 0 0;
}

a.btnpledge span.pledge {
    display: block;
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 0 1px #ab4a02;
    margin: 0 0 0 15px;
}

a.btnpledge span.difference {
    display: block;
    color: #ab4a02;
    font-size: 14px;
    text-shadow: 0 1px #fbea96;
    margin: -3px 0 0 15px;
}

.btnwrapper {
    display: table;
    width: auto;
    margin: 0 auto 20px auto;
    font-size: 14px;
}

a.btntweet {
    float: left;
    display: block;
    width: 200px;
    height: 30px;
    line-height: 32px;
    margin: 0 10px 0 auto;
    background: #f6fafd;
    border: 1px solid #add1e8;
    color: #536d92;
    text-shadow: 0 1px #ffffff;
    text-align: center;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 1px 0 #aaaaaa, inset 0 1px 0 #ffffff;
}

a:hover.btntweet {
    background: #fdfeff;
}

a:active.btntweet {
    box-shadow: inset 0 1px 0 #aac0d0, 0 1px 0 #ffffff;
}

img.icntwitter {
    position: relative;
    top: 1px;
    margin-right: 8px;
}

a.btnfbook {
    float: left;
    display: block;
    width: 200px;
    height: 30px;
    line-height: 32px;
    margin: 0 10px 0 auto;
    background: #eef0f6;
    border: 1px solid #d0d9ea;
    color: #4f6aa3;
    text-shadow: 0 1px #ffffff;
    text-align: center;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 1px 0 #aaaaaa, inset 0 1px 0 #ffffff;
}

a:hover.btnfbook {
    background: #f4f6fa;
}

a:active.btnfbook {
    box-shadow: inset 0 1px 0 #aac0d0, 0 1px 0 #ffffff;
}

img.icnfbook {
    position: relative;
    top: 1px;
    margin-right: 8px;
}

a.btnemail {
    float: left;
    display: block;
    width: 200px;
    height: 30px;
    line-height: 32px;
    margin: 0 auto 0 auto;
    background: #efefef;
    border: 1px solid #cccccc;
    color: #555555;
    text-shadow: 0 1px #ffffff;
    text-align: center;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 1px 0 #aaaaaa, inset 0 1px 0 #ffffff;
}

a:hover.btnemail {
    background: #f4f4f4;
}

a:active.btnemail {
    box-shadow: inset 0 1px 0 #aaaaaa, 0 1px 0 #ffffff;
}

img.icnemail {
    position: relative;
    top: 1px;
    margin-right: 8px;
}

.email_section {
    clear: both;
    display: block;
    width: auto;
    margin: 0 20px 0 20px;
}

.email_section p {
    clear: both;
    margin: 0;
    padding: 0;
    color: #333333;
    font-weight: 600;
}

.email_section span {
    display: block;
    margin: 0 0 10px 0;
    color: #666666;
    font-size: 12px;
    text-align: justify;
}

.email_section .input_div {
    float: left;
    width: auto;
    margin: 5px 0 0 0;
}

.email_section .input_div input {
    float: left;
    border: 1px solid #e0e0e0;
    height: 24px;
    width: 290px;
    border-radius: 4px;
    padding: 0 5px 0 5px;
    margin: 0 5px 2px 5px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.email_section .input_div select {
    float: left;
    background: #ffffff;
}

.email_section .input_div option {
    font-size: 12px;
    color: #666666;
}

.email_section .input_div a.submit {
    display: block;
    width: 300px;
    height: 24px;
    line-height: 26px;
    margin: 0 5px 0 10px;
    background: #0043bf;
    border: 1px solid #1d3f7d;
    color: #ffffff;
    text-shadow: 0 -1px #1d3f7d;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 #6c98c6;
    font-size: 13px;
}

.email_section .input_div a.submit:hover {
    background: #003699;
}

.email_section .input_div a.submit:active {
    box-shadow: inset 0 1px 0 #333333, 0 1px 0 #ffffff;
}

.manual_entry {
    clear: both;
    display: block;
    width: auto;
    margin: 15px 20px 10px 20px;
    padding: 15px 0 0 0;
}

.manual_entry p {
    clear: both;

    padding: 0;
    color: #333333;
    font-weight: 600;

}

.manual_entry input.name {
    clear: both;
    float: left;
    border: 1px solid #e0e0e0;
    width: 200px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    padding: 0 5px 0 5px;
    color: #666666;
    margin: 5px 5px 0 0;
}

.manual_entry input.email {
    float: left;
    border: 1px solid #e0e0e0;
    width: 405px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    padding: 0 5px 0 5px;
    color: #666666;
    margin: 5px 0 0 0;
}

.manual_entry input.email_last {
    float: left;
    border: 1px solid #e0e0e0;
    width: 379px;
    height: 24px;
    line-height: 24px;
    border-radius: 4px;
    padding: 0 5px 0 5px;
    color: #666666;
    margin: 5px 0 20px 0;
}

.manual_entry a.btn_addmore {
    float: left;
    display: block;
    background: url('../png/icon_plus.png');
    width: 16px;
    height: 16px;
    margin: 5px 0 0 6px;
    position: relative;
    top: 5px;
}

.manual_entry a.btn_send {
    clear: both;
    display: block;
    width: 309px;
    height: 25px;
    line-height: 27px;
    margin: 20px auto 20px auto;
    background: #0043bf;
    border: 1px solid #1d3f7d;
    color: #ffffff;
    text-shadow: 0 -1px #1d3f7d;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 1px 0 #333333, inset 0 1px 0 #6c98c6;
    font-size: 13px;
}

.manual_entry a:hover.btn_send {
    background: #003699;
}

.manual_entry a:active.btn_send {
    box-shadow: inset 0 1px 0 #333333, 0 1px 0 #ffffff;
}

/***** Notifications Modal *****/
.notification_container {
    position: fixed;
    display: table;
    width: 660px;
    background: #eeeeee; /* For Non-CSS3 Broswers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#cccccc'); /* For IE */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc)); /* For Webkit Browsers */
    background: -moz-linear-gradient(top, #ffffff, #cccccc); /* for Firefox 3.6+ */
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border: 1px solid #ffffff;
    box-shadow: 0 3px 6px #000000;
    z-index: 3;
}

.notification_title {
    clear: both;
    display: block;
    margin: 0 auto 10px 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #666666;
    font-weight: 600;
}

.notification_copy {
    display: block;
    margin: 0 20px 20px 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    text-align: justify;
    color: #666666;
}

/***** Notifications Composer Modal *****/
.composer_title {
    clear: both;
    display: block;
    margin: 0 auto 10px auto;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #666666;
    font-weight: 600;
}

.composer_label {
    clear: both;
    float: left;
    width: 150px;
    height: 26px;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0 0 0;
}

.composer_option {
    font-size: 12px;
    color: #666666;
}

.composer_input {
    float: left;
    margin: 5px 0 0 5px;
    height: 24px;
    width: 340px;
    border: 1px solid #e0e0e0;
    color: #666666;
    padding: 0 5px 0 5px;
}

.composer_textarea {
    float: left;
    margin: 5px 0 20px 5px;
    width: 340px;
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    padding: 5px;
    color: #666666;
    resize: none;
    border: 1px solid #e0e0e0;
}

a.composer_submit {
    clear: both;
    display: block;
    width: 200px;
    height: 30px;
    line-height: 31px;
    margin: 20px auto 20px auto;
    background: #0043bf;
    border: 1px solid #1d3f7d;
    color: #ffffff;
    text-shadow: 0 -1px #1d3f7d;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 1px 0 #333333, inset 0 1px 0 #6c98c6;
    font-size: 13px;
}

a:hover.composer_submit {
    background: #003699;
}

a:active.composer_submit {
    box-shadow: inset 0 1px 0 #333333, 0 1px 0 #ffffff;
}

/***** Volunteer Management Modal *****/
.vmanagement_title {
    clear: both;
    display: block;
    margin: 10px 0 1px 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #333333;
    font-weight: 600;
}

.vmanagement_subtitle {
    display: block;
    margin: 0 0 15px 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #666666;
}

p.available_title {
    float: left;
    width: 560px;
    margin: 0 20px 5px 20px;
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.assigned_container {
    float: left;
    width: 256px;
    margin: 0 20px 5px 0;
    text-align: center;
}

p.assigned_title {
    float: left;
    width: 256px;
    margin: 0 20px 5px 0;
    text-align: center;
    font-size: 14px;
    color: #666666;
}

#available_volunteers {
    float: left;
    width: 560px;
    margin: 0 20px 20px 20px;
    font-size: 12px;
    padding: 0;
    border-collapse: collapse;
}

#available_volunteers thead {
    font-weight: 600;
}

#available_volunteers thead td {
    border: 1px solid #1d3f7d;
    background: #0043bf;
    color: #ffffff;
    box-shadow: inset 0 1px #6c98c6;
    text-shadow: 0 -1px #1d3f7d;
}

#available_volunteers thead td.center {
    text-align: center;
}

#available_volunteers thead td.name {
    width: 193px;
    padding: 5px 0 5px 7px;
}

#available_volunteers thead td.age {
    width: 40px;
}

#available_volunteers thead td.sex {
    width: 40px;
}

#available_volunteers thead td.group {
    width: 140px;
    padding: 0 0 0 7px;
    text-align: left;
}

#available_volunteers thead td.preference {
    width: 140px;
    padding: 0 0 0 7px;
    text-align: left;
}

#available_volunteers tbody {
    cursor: move;
}

#available_volunteers tbody td {
    padding: 5px 0 5px 0;
    border: 1px solid #1d3f7d;
    color: #333333;
    background: #fafafa;
}

#available_volunteers tbody td.center {
    text-align: center;
}

#available_volunteers tbody td.name {
    color: #666666;
    padding: 0 0 0 7px;
    border-right: none;
}

#available_volunteers tbody td.age {
    color: #666666;
}

#available_volunteers tbody td.sex {
    color: #666666;
}

#available_volunteers tbody td.group {
    color: #666666;
    text-align: left;
    padding: 0 0 0 7px;
}

#available_volunteers tbody td.preference {
    color: #666666;
    text-align: left;
}

#assigned_volunteers {
    float: left;
    width: 256px;
    background: #eeeeee;
    margin: 0 0 20px 0;
    font-size: 12px;
    padding: 0;
    border-collapse: collapse;
}

#assigned_volunteers thead {
    font-weight: 600;
}

#assigned_volunteers thead td {
    border: 1px solid #1d3f7d;
    background: #0043bf;
    color: #ffffff;
    box-shadow: inset 0 1px #6c98c6;
    text-shadow: 0 -1px #1d3f7d;
    text-align: center;
    padding: 5px 0 5px 7px;
}

#assigned_volunteers tbody {
    cursor: move;
}

#assigned_volunteers tbody td {
    padding: 5px 7px 5px 7px;
    border: 1px solid #1d3f7d;
    color: #333333;
    background: #fafafa;
}

#assigned_volunteers tbody td span {
    float: right;
    color: #666666;
    font-style: italic;
}

a.btn_save {
    float: left;
    width: 200px;
    height: 30px;
    line-height: 31px;
    margin: 15px 5px 15px 5px;
    background: #0043bf;
    border: 1px solid #1d3f7d;
    color: #ffffff;
    text-shadow: 0 -1px #1d3f7d;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 1px 0 #333333, inset 0 1px 0 #6c98c6;
    font-size: 13px;
}

a:hover.save {
    background: #003699;
}

a:active.save {
    box-shadow: inset 0 1px 0 #333333, 0 1px 0 #ffffff;
}

.assignment_tip {
    clear: both;
    display: table;
    width: 480px;
    margin: 0 auto 20px auto;
    text-align: center;
    background: #fefee3;
    border: 1px solid #ffdc64;
    padding: 10px;
    font-size: 12px;
    color: #666666;
}

/***** iFrame Window *****/
.iframe_modal {
    margin-top: 50%;
    margin-left: 50%;
    z-index: 100;
    position: fixed;
}

.iframe_modal body {
    background: transparent;
}

/***** AFFILIATE ADD RACE TO PROMOTE MODAL *****/
.affiliate_addrace_title {
    clear: both;
    display: block;
    margin: 10px 0 10px 0;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #333333;
    font-weight: 600;
}

#promotable_races {
    float: left;
    width: 640px;
    margin: 0 19px 20px 19px;
    font-size: 12px;
    padding: 0;
    border-collapse: collapse;
}

#promotable_races thead {
    font-weight: 600;
}

#promotable_races thead td {
    border: 1px solid #1d3f7d;
    background: #0043bf;
    color: #ffffff;
    box-shadow: inset 0 1px #6c98c6;
    text-shadow: 0 -1px #1d3f7d;
}

#promotable_races thead td.center {
    text-align: center;
}

#promotable_races thead td.race {
    width: 228px;
}

#promotable_races thead td.date {
    width: 100px;
}

#promotable_races thead td.payout {
    width: 100px;
}

#promotable_races thead td.promote {
    width: 80px;
}

#promotable_races thead td.location {
    width: 125px;
}

#promotable_races thead td.sortedup {
    background: #0043bf url('../png/sorted_up.png') 96% 50% no-repeat;
}

#promotable_races thead td.sorteddown {
    background: #0043bf url('../png/sorted_down.png') 96% 50% no-repeat;
}

#promotable_races tbody td {
    border: 1px solid #1d3f7d;
    color: #333333;
    background: #fafafa;
}

#promotable_races tbody td.center {
    text-align: center;
}

#promotable_races tbody td.race {
    color: #666666;
    border-right: none;
}

#promotable_races tbody td.date {
    color: #666666;
}

#promotable_races tbody td.payout {
    color: #666666;
}

#promotable_races tbody td.promote {
    color: #666666;
}

#promotable_races tbody td.location {
    color: #666666;
}

#promotable_races tbody td a.btn_add {
    clear: both;
    display: block;
    width: 70px;
    height: 18px;
    line-height: 18px;
    margin: 0 auto 0 auto;
    background: #0043bf;
    border: 1px solid #1d3f7d;
    color: #ffffff;
    text-shadow: 0 -1px #1d3f7d;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 1px 0 #333333, inset 0 1px 0 #6c98c6;
    font-size: 11px;
}

#promotable_races tbody td a:hover.btn_add {
    background: #003699;
}

#promotable_races tbody td a:active.btn_add {
    box-shadow: inset 0 1px 0 #333333, 0 1px 0 #ffffff;
}

#promotable_races tbody td a.btn_added {
    clear: both;
    display: block;
    width: 70px;
    height: 18px;
    line-height: 19px;
    margin: 0 auto 0 auto;
    background: #239928;
    border: 1px solid #1d7d1f;
    color: #ffffff;
    text-shadow: 0 -1px #1d7d1f;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 1px 0 #333333, inset 0 1px 0 #70c66c;
    font-size: 11px;
}


/***** AVATAR UPLOAD MODAL *****/
.avatar_select {
    display: block;
    width: 300px;
    margin: 10px auto;
}

a.btn_upload {
    clear: both;
    display: block;
    width: 150px;
    height: 24px;
    line-height: 26px;
    margin: 10px auto;
    background: #0043bf;
    border: 1px solid #1d3f7d;
    color: #ffffff;
    text-shadow: 0 -1px #1d3f7d;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 1px 0 #333333, inset 0 1px 0 #6c98c6;
    font-size: 12px;
}

a:hover.btn_upload {
    background: #003699;
}

a:active.btn_upload {
    background: #0043bf;
    box-shadow: inset 0 1px 0 #333333, 0 1px 0 #ffffff;
    line-height: 28px;
}

a.btn_avatar_save {
    display: block;
    width: 150px;
    height: 24px;
    line-height: 26px;
    margin: 10px auto;
    background: #239928;
    border: 1px solid #1d7d1f;
    color: #ffffff;
    text-shadow: 0 -1px #1d7d1f;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    border-radius: 4px;
    box-shadow: 0 1px 0 #333333, inset 0 1px 0 #70c66c;
    font-size: 13px;
}

a:hover.btn_avatar_save {
    background: #36ac39;
}

a:active.btn_avatar_save {
    box-shadow: inset 0 1px 0 #333333, 0 1px 0 #ffffff;
    line-height: 28px;
}

p.avatar_preview_title {
    display: block;
    text-align: center;
    font-size: 10px;
    margin: 15px auto 2px auto;
    color: #666666;
}

.avatar_preview {
    display: block;
    margin: 0 auto 15px auto;
    border: 1px solid #999999;
}

/** Fix for scrolling on iOS when the content doesn't fit in the modal */
.ui-dialog .ui-dialog-content {
    -webkit-overflow-scrolling: touch;
}

/** Fix for width of iframes on iOS */
.ui-dialog .ui-dialog-content > iframe {
    width: 0 !important;
    min-width: 100%;
    *width: 100%;
}
