body {
    background-color: #d7d9aa;
    background-image: url('/assets/images/bg-grad.png');
    background-repeat: repeat-x;
    font-family: Lucida Grande, Verdana, Sans-serif;
    font-size: 14px;
    color: #000;
    cursor: auto;
}

p {
    font-size: 110%;
    line-height: 125%;
}

h1 {
    color: #3D3819;
    background-color: transparent;
    font-family: Arial, Helvetica, Sans-serif ;
    font-size: 28px;
    padding: 15px 0 5px 0;
    letter-spacing: 1px;
    font-weight: bold;
}

h2 {
    color: #000;
    background-color: transparent;
    font-family: Arial, Helvetica, Sans-serif ;
    font-size: 28px;
    padding: 0 ;
    margin: 10px 0 5px 0;
}

h3 {
    color: #3D3819;
    background-color: transparent;
    font-family: Impact, Arial, Helvetica, Sans-serif;
    font-size: 225%;
    padding: 15px 0 5px 0;
}

h2.replace_browse {
    height: 64px;
    position: relative;
}

h2.replace_browse span {
    background: url('/assets/images/h3_browse.png') ;
    position: absolute;
    background-repeat: no-repeat;
    width: 300px;
    height: 64px;
    background-color: white;
}

h2.replace_accepting {
    height: 64px;
    position: relative;
}

h2.replace_accepting span {
    background: url('/assets/images/h3_accepting.png') ;
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-color: white;
}

h2.replace_schedule {
    height: 72px;
    position: relative;
}

h2.replace_schedule span {
    background: url('/assets/images/h3_schedule.png') ;
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-color: white;
}

h2.replace_free {
    height: 106px;
    position: relative;
}

h2.replace_free span {
    background: url('/assets/images/h3_free.png');
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background-color: white;
}

code {
    font-family: Monaco, Verdana, Sans-serif;
    font-size: 12px;
    background-color: #f9f9f9;
    border: 1px solid #D0D0D0;
    color: #002166;
    display: block;
    margin: 14px 0 14px 0;
    padding: 12px 10px 12px 10px;
}

#logo {
    position: absolute;
    top: 42px;
    left: 175px;
}

#outer_wrapper{
    position: absolute;
    width: 972px;
    float: left;
    left: 50%;
    margin-left: -486px;
    margin-top: 1em;
}

#branding {
    height: 155px;
    width: 972px;
    margin: 1em 0;
    background-image: url('/assets/images/header.png');
}

#page_middle {
    top: 190px;
    padding: 10px 25px;
    border: 1px solid #555;
    background-color: #FFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    clear: both;
}

.img_container {
    border: 1px solid black;
    margin: 20px 0;
}



#left_col {
    float: left;
    width: 280px;
    padding: 0;
    margin: 0 25px 0 0;
}

.bordered {
    border: 1px solid black;
    margin: 10px 0 20px 0;
}

.link_list a:visited,.link_list a  {
    display: block;
    padding: 5px;
    width: 100%;
    color: #3f4679;
    font-weight: bold;
    font-size: 12px;
}

.link_list a:hover  {
    color: white;
    font-weight: bold;
    font-size: 12px;
    background-color: black;
}

#left_col p {
    padding-right: 2em;
}

#middle_col {
    float: left;
    width: 280px;
    padding: 0;
    margin: 0 10px 20px 10px;
}

#middle_col p {
    padding-right: 2em;
}

#right_col {
    float: right;
    margin: 0 15px 20px 0;
    width: 270px;
}

#right_col p {
    padding-right: 2em;
}

#footer {
    position: relative;
    top: 10px;
    width: 100%;
    clear: both;
    text-align: center;
    letter-spacing: 2px;
    padding: 0;
    font-size: 10px;
    padding-bottom: 10px;
}

.error {
    width: 360px;
    display: block;
    color: red;
    background: black;
    font-size: 15px;
    padding: .25em 1em;
}


#footer a, #footer a:visited {
    color: black;
}

#footer a:hover {
    color: orange;
}

#footer p {
    font-size: 70%;
}

/* NAVIGATION */
#main_navbar {
    position: absolute;
    margin-left: 175px;
    margin-top: 100px;
}

#main_navbar li span {
    display: none;
}

#main_navbar li{
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: left;
    height: 52px;
}

#main_navbar a, #main_navbar div {
    display: block;
    float: left;
    clear: both;
    height: 52px;
}


.clear {
    top: 10px;
    width: 100%;
    clear: both;
    text-align: center;
    letter-spacing: 2px;
    padding: 0;
    font-size: 10px;
}

.information_nav_link a, .information_nav_link div {
    width: 173px;
    background-image: url('/assets/images/navlinks_info.png');
}

.information_nav_link a:hover, .information_nav_link div {
    background-position: left bottom ;
}

.login_nav_link a, .login_nav_link div {
    width: 102px;
    background-image: url('/assets/images/navlinks_login.png');
}

.login_nav_link a:hover, .login_nav_link div {
    background-position: left bottom ;
}

.signup_nav_link a, .signup_nav_link div {
    width: 106px;
    background-image: url('/assets/images/navlinks_signup.png');
}

.signup_nav_link a:hover, .signup_nav_link div  {
    background-position: left bottom ;
}


.home_nav_link a, .home_nav_link div {
    width: 105px;
    background-image: url('/assets/images/navlinks_home.png');
}

.home_nav_link a:hover, .home_nav_link div {
    background-position: left bottom ;
}

.browse_nav_link a, .browse_nav_link div {
    width: 216px;
    background-image: url('/assets/images/navlinks_browse.png');
}

.browse_nav_link a:hover, .browse_nav_link div {
    background-position: left bottom ;
}



#child_navbar {
    padding: 3px 0;
    width: 100%;
    height: 16px;
    text-align: center;
}

#child_navbar li a,
#child_navbar li div,
#child_navbar li a:link,
#child_navbar li a:visited {
    text-decoration: none;
    float: left;
    padding: 3px;
    margin: 0 10px;
    color: olive;
    font-weight: bold;
    font-size: 12px;
}

#child_navbar li a:hover {
    background-color: olive;
    color: white;
    padding: 3px;
}


/* FORMS */
form.signup {
    width: 320px;
}

fieldset.comment {
    width: 400px;
    margin: auto;
    margin-bottom: 1em;
    display: block;
    background: #c4dce9;
    padding: 1em;
    border: 2px solid #90abbb;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
}


input[type=text].comment, input[type=password].comment {
    font-size: 100%;
    font-family: courier, fixed-width;
    font-weight: normal;
    display: block;
    margin: 0 0 1em 0;
    width: 280px;
    border: 2px solid silver;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    padding: 7px;
}
textarea.comment {
    font-size: 100%;
    font-weight: normal;
    display: block;
    margin: 0 0 1em 0;
    width: 360px;
    border: 2px solid silver;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    padding: 7px;
}

input[type=submit], form a {
    border: 2px solid #778899;
    display: block;
    margin-left: 3em;
    padding: 3px 7px;
    font-size: 1em;
    text-decoration: none;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    background-color: #a1b5c1;
    color: white;
    float: left;
    text-align: center;
}

input[type=submit]:hover, form a:hover {
    background:	olive;
    cursor: pointer;
}

.form_row {
    clear: both;
}



#login {
    width: 100%;
    padding: 0;
    margin: 0;
}

div.hr {
    border-top: 1px dashed gray;
    margin-top: 2em;
}


#login fieldset {
    margin-bottom: 1em;
    display: block;
    background-color: #E5E3D6;
    border: 2px solid #000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
}
#login legend {
    background: #FFF;
    padding: 5px 10px;
    border: 1px solid #000;
    letter-spacing: 1px;
}
#login input {
    width: 100%;
    display: inline;
    float: left;
    font-weight: normal;
    display: block;
    margin: 0 0 1em 0;
    border: 2px solid silver;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    padding: 7px 3px;
}
#login a {
    float: left;
    padding-right: 1em;
    font-size: 80%;
    padding: 7px ;
    margin: 0 2em 0 0;
}
#login label {
    font-size: 120%;
    padding: 0 7px;
    font-family: serif;
    margin: 0;
}
#login_button {
    height: 28px;
    width: 81px;
    font-weight: bold;
    background: transparent url('/assets/images/login.png') no-repeat center;
    border: 0px;
    cursor: pointer;
}


#mini_login {
    position: relative;
    width: 275px;
    height: 120px;
    padding: 10px;
    margin: 10px 5px 30px 0;
    border: 2px solid #9aa483;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 7px 3px;
    background: #eef3e8;
}
.mini_login_label {
    width: 250px;
    display: block;
    margin: 0 10px;
    padding: 10px 3px 0 0;
    font-weight: normal;
    font-size: 10px;
}
.mini_login_input {
    width: 250px;
    display: block;
    margin: 0 10px;
    padding: 5px;
    border: 1px solid silver;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    font-weight: normal;
    font-size: 16px;
}
.mini_login_pass {
    width: 130px;
    display: block;
    margin: 0 10px;
    border: 1px solid silver;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    padding: 5px;
    float: left;
    font-weight: normal;
    font-size: 16px;
}
#mini_login_button {
    height: 30px;
    width: 100px;
    background: transparent url('/assets/images/login.png') no-repeat center;
    font-weight: bold;
    margin-top: 0px;
    border: 0px;
    cursor: pointer;
    float: left;
}


#logout {
    width: 500px;
}


#logout input {
    font-size: 90%;
    font-weight: normal;
    display: block;
    margin: 0
}

#search_bar {
    position: relative;
    top: 20px;
    width: 900px;
    height: 50px;
    clear: both;
    padding: 0;
    margin-bottom: 1em;
}


.form_col {
    float: left;
    margin-right: 12px;
}

#basic_search {
    position: relative;
    background-color: #E5E3D6;
    width: 100%;
    height: 40px;
    padding: 0;
    margin: 0;
    border: 1px solid #777;
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
}

label.basic_search_select_label {
    margin: 12px 0 0 5px;
    font-family: sans serif, helvetica, arial;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 110%;
}

.basic_search_select {
    position: absolute;
    top: 8px;
    left: 95px;
    font-size: 125%;
    padding-left: 5px;
}

label.low_price_label {
    position: absolute;
    top: 12px;
    left: 255px;
    font-family: sans serif, helvetica, arial;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 110%;
}

input.low_price_input {
    position: absolute;
    top: 2px;
    left: 345px;
    width: 100px;
    font-size: 110%;
}

label.high_price_label {
    position: absolute;
    top: 12px;
    left: 475px;
    font-family: sans serif, helvetica, arial;
    font-weight: bold;
    letter-spacing: -1px;
    font-size: 110%;
}

input.high_price_input {
    position: absolute;
    top: 2px;
    left: 570px;
    width: 100px;
    font-size: 110%;
}

#basic_search_button {
    position: absolute;
    top: 6px;
    left: 775px;
    padding: 0;
    height: 28px;
    width: 81px;
    font-weight: bold;
    background: transparent url('/assets/images/login.png') no-repeat center top;
    border: 0px;
    cursor: pointer;
}

#listing_search {
    position: relative;
    background-color: #E5E3D6;
    width: 100%;
    height: 50px;
    top: 30px;
    padding: 0;
    margin: 0;
    border: 1px solid #777;
    border-radius: 1em;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
}

#listing_search_button {
    position: absolute;
    top: 10px;
    left: 220px;
    padding: 0;
    height: 28px;
    width: 81px;
    font-weight: bold;
    background: transparent url('/assets/images/login.png') no-repeat center top;
    border: 0px;
    cursor: pointer;
}

label.listing_id_label {
    position: absolute;
    top: 12px;
    left: 5px;
    font-size: 125%;
}

input.listing_id_input {
    position: absolute;
    top: 5px;
    left: 110px;
    width: 80px;
    font-size: 110%;
}

#page_bottom {
    float: right;
    width: 100%;
}

#contact {
    width: 700px;
}

#mini_search {
    padding: 0;
}

div.country_code {
    display: block;
    width: 40px;
    float: left;
}

.country_code label{
    display: block;
    width: 40px;
    float: left;
}

.country_code input {
    display: block;
    width: 30px;
    float: left;
}

div.prefix {
    display: block;
    width: 40px;
    float: left;
    margin-left: 30px;
}

.prefix label{
    display: block;
    width: 40px;
    float: left;
}

.prefix input {
    display: block;
    width: 40px;
    float: left;
}

div.number {
    display: block;
    width: 60px;
    float: left;
    margin-left: 30px;
}

.number label{
    display: block;
    width: 120px;
    float: left;
}

.number input {
    width: 60px;
    float: left;
}


#signup_form {
    text-align: center;
    width: 100%;
    padding: 1em 0;
    margin: 0;
}


/* SCHEDULE TABLE */


.table_heading {
    font-size: 16px;
    font-weight: bold;
    width: 908px;
    height: 20px;
    padding: 5px;
    border-bottom: 1px solid black;
}

.dark_row {
    background-color: #ecd4ea;
    width: 908px;
    padding: 5px;
    height: 16px;
    clear: both;
}

.light_row {
    background: white;
    width: 908px;
    height: 16px;
    clear: both;
    padding: 5px;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}

.issue {
    display: block;
    width: 15%;
    float: left;
}
.proof_date, .copy_date, .stands_date {
    display: block;
    width: 250px;
    float: left;
}

