html {
    font-size: 100.01%;
}

body {
    margin: 0 auto;
    padding: 0;
    font: 64% Arial, sans-serif;
    background: #b1aaa2;
}

h1, h2, h3, h4, h5, h6, p, form {
    margin: 0;
    padding: 0;
}

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

.logo a,
.star-rating a,
.record-details .txt-value,
.record-details .record-info .share-link a,
.right-col .box .text .more-link a {
    text-indent: -6666px;
    display: block;
    overflow: hidden;
}

a img {
    border: none;
}

#main {
    width: 951px;
    background: url(/site-static/rack/bg-page.gif) repeat-y;
    padding-right: 6px;
    margin: 0 auto;
}

h4, h3 {
    font-family: Georgia, serif;
}

#header {
    width: 100%;
    height: 145px;
    background: url(/site-static/rack/bg-header.gif) repeat-x;
    position: relative;
}

#header .logo {
    position: absolute;
    top: 8px;
    left: 15px;
}

#header .logo a {
    width: 133px;
    height: 133px;
    cursor: pointer;
    background: url(/site-static/rack/logo_sm_v5.png) no-repeat;
}

#header .beta {
    color: #fe8b04;
    font-weight: normal;
}

#header .slogan {
    position: absolute;
    display: block;
    width: 340px;
    font: 13px/16px Georgia, serif;
    color: #320;
    top: 58px;
    left: 168px;
}

#header .nav {
    float: right;
    margin: 30px 20px 0 0;
    display: inline;
    width: 346px;
}

#header .nav ul {
    position: relative;
    overflow: hidden;
    width: 100%;
    clear: both;
    font: 11px Georgia, sans-serif;
}

#header .nav ul li {
    float: left;
    display: inline;
    margin-right: 6px;
    text-transform: uppercase;
}

#header .nav ul a {
    color: #fe8b04;
    text-decoration: none;
}

#header .nav ul a:hover,
#header .nav ul .active a {
    color: #320;
    text-decoration: underline;
}

#header .nav .show-records {
    background: url(/site-static/rack/bg-show-records.png);
    clear: both;
    overflow: hidden;
    margin-top: 7px;
    padding: 9px 0 14px 13px;
}

* html #header .nav .show-records {
    overflow: visible;
    height: 1%;
}

#header .nav .show-records h4 {
    font: bold 16px Georgia, sans-serif;
    color: #553311;
    clear: both;
    padding-bottom: 5px;
}

#header .nav .show-records .field {
    background: url(/site-static/rack/bg-show-records.png);
    float: left;
}

#header .nav .show-records .field input {
    width: 210px;
    height: 22px;
    background: none;
    bordeR: 1px solid #531;
    font: 13px/16px Arial, sans-serif;
    color: #98846f;
    padding: 2px 3px;
    margin: 0;
    position: relative;
    vertical-align: middle;
}

#header .nav .show-records .button {
    float: left;
    font: bold 14px/19px Georgia, sans-serif;
    color: #483113;
    padding-right: 15px;
    background: url(/site-static/rack/link-bullet1.gif) no-repeat 100% 50%;
    text-decoration: none;
    margin-left: 9px;
    position: relative;
    vertical-align: middle;
}

#header .nav .show-records .button:hover {
    text-decoration: underline;
}

#content {
    clear: both;
    width: 100%;
    padding-bottom: 17px;
    overflow: hidden;
}

#content h4 {
    font-size: 1.4em;
    color: #531;
}

#content h3 {
    font-size: 1.5em;
    color: #531;
}

.ratingLabel {
    float: left;
    padding: 5px;
}

.ratingStar {
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    margin-top: 3px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(/site-static/rack/starOn.gif);
    height: 18px;
}

.emptyRatingStar {
    background-image: url(/site-static/rack/starOff.gif);
    height: 18px;
}

.savedRatingStar {
    background-image: url(/site-static/rack/starOn.gif);
    height: 18px;
}

.star-rating {
    position: relative;
    background: url(/site-static/rack/star.gif) repeat-x;
    width: 65px;
    height: 16px;
}

.star-rating li {
    float: left;
}

.star-rating a {
    z-index: 2;
    position: absolute;
    padding: 0;
    width: 13px;
    height: 16px;
}

.star-rating li a:hover,
.star-rating li.active a {
    background: url(/site-static/rack/star.gif) 0 100%;
    z-index: 1;
    left: 0;
}

.star-rating a.one-star {
    left: 0px;
}

.star-rating a.one-star:hover,
.star-rating li.active a.one-star {
    width: 13px;
}

.star-rating a.two-stars {
    left: 13px;
}

.star-rating a.two-stars:hover,
.star-rating li.active a.two-stars {
    width: 26px;
}

.star-rating a.three-stars {
    left: 26px;
}

.star-rating a.three-stars:hover,
.star-rating li.active a.three-stars {
    width: 39px;
}

.star-rating a.four-stars {
    left: 39px;
}

.star-rating a.four-stars:hover,
.star-rating li.active a.four-stars {
    width: 52px;
}

.star-rating a.five-stars {
    left: 52px;
}

.star-rating a.five-stars:hover,
.star-rating li.active a.five-stars {
    width: 65px;
}

.right-col {
    float: right;
    width: 300px;
    padding: 0 20px 0 10px;
}

.right-col h4 {
    background: url(/site-static/rack/gor-sep-line1.gif) repeat-x 0 100%;
    padding-bottom: 9px;
    margin-top: 8px;
}

.select-category {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}

    .select-category h4 {
        margin-bottom: 8px;
    }

.select-category div {
    width: 100%;
    overflow: hidden;
    padding-bottom: 1px;
}

.select-category div span {
    float: left;
    width: 9em;
}

.select-category div a {
    font-size: 1.1em;
    color: #fe8b04;
    font-weight: bold;
    text-decoration: none;
    padding-right: 15px;
    background: url(/site-static/rack/link-bullet1.gif) no-repeat 100% 50%;
}

.select-category div a:hover {
    text-decoration: underline;
}

.info-list {
    width: 100%;
    overflow: hidden;
    margin-top: 12px;
}

.info-list h4 {
    margin-bottom: 8px;
}

.info-list .box {
    width: 100%;
    overflow: hidden;
    padding: 2px 0 5px;
}

.info-list .box img {
    float: left;
    padding: 1px;
    border: 1px solid #8f8171;
    margin: 3px 13px 0 0;
}

.info-list .box .text {
    width: 115px;
    float: left;
}

.info-list .box .text h5 {
    font-size: 1.1em;
    color: #473117;
}

.info-list .box .text h5 a {
    color: #473117;
    text-decoration: none;
}

.info-list .box .text h5 a:hover {
    text-decoration: underline;
}

.info-list .box .text .more-link {
    margin-top: 4px;
}

.info-list .box .text .more-link a {
    width: 13px;
    height: 13px;
    background: url(/site-static/rack/btn-more.gif) no-repeat;
}

.info-list .box .inf {
    float: right;
    width: 65px;
    background: url(/site-static/rack/vert-sep-line1.gif) repeat-y;
    padding-left: 10px;
    margin-top: 3px;
}

.info-list .box .inf .length {
width: 100%;
margin-top: -3px;
text-align: center;
}

.info-list .box .inf .length strong {
font-size: 1.5em;
color: #fe8b04;
display: block;
padding-bottom: 2px;
}

.info-list .box .inf .length span {
font-size: 1.1em;
color: #531;
display: block;
padding-top: 4px;
background: url(/site-static/rack/gor-sep-line2.gif) repeat-x;
}

.info-list h4 a {
    color: #531;
    text-decoration: none;
}

.info-list h4 a:hover {
    text-decoration: underline;
}

.set-record-button-large {
    width: 175px;
    height: 53px;
    position: relative;
    margin: 7px -2px 0 -3px;
    padding-top: 8px;
}

.set-record {
    width: 175px;
    height: 53px;
    background: url(/site-static/rack/bg-set-record.gif) no-repeat;
    position: relative;
    margin: 7px -2px 0 -3px;
    padding: 10px 60px 0 70px;
}

.set-record h5 {
    font: 13px Georgia, serif;
    color: #320;
    padding-bottom: 6px;
}

.set-record .field {
    float: left;
    width: 123px;
    height: 14px;
    border: none;
    background: #fff;
    font: 11px/14px Arial, sans-serif;
    color: #9b8773;
    padding: 2px 3px;
    margin: 0 0 0 0;
}

.set-record .button {
    float: left;
    font: bold 14px/18px Georgia, sans-serif;
    color: #fff;
    padding-right: 15px;
    background: url(/site-static/rack/link-bullet1.gif) no-repeat 100% 50%;
    text-decoration: none;
    margin-left: 5px;
}

.set-record .button:hover {
    text-decoration: underline;
}

.search-results {
    width: 100%;
    overflow: hidden;
    padding-bottom: 25px;
}

.search-results .name {
    font: 1.1em Georgia, serif;
    color: #531;
    background: url(/site-static/rack/gor-sep-line1.gif) repeat-x 0 100%;
    padding: 8px 0 8px;
}

.search-results .name span {
    background: url(/site-static/rack/link-bullet2.gif) no-repeat 100% 50%;
    padding-right: 11px;
}

.search-results ul {
    width: 100%;
    font-size: 1.1em;
    margin-top: 9px;
}

.search-results ul li {
    width: 100%;
    background: #efe9e3;
    padding: 2px 11px 3px;
}

.search-results ul li.alt {
    background: #fff;
}

.search-results ul a {
    color: #531;
    text-decoration: none;
}

.search-results ul a:hover {
    text-decoration: underline;
}

.keyword {
    width: 100%;
    overflow: hidden;
    padding-bottom: 10px;
}

.keyword div {
    font-size: 1.1em;
    line-height: 1.36em;
    font-weight: bold;
    width: 185px;
}

.keyword div a {
    text-decoration: none;
}

.keyword div a:hover {
    text-decoration: underline;
}

.keyword div .alt1, .keyword div .alt1 a {
    color: #48341b;
}

.keyword div .alt2, .keyword div .alt2 a {
    color: #81705b;
}

.keyword div .alt3, .keyword div .alt3 a {
    color: #c2b8ad;
}

.related-records {
    width: 100%;
    overflow: hidden;
    margin-top: -8px;
}

.related-records h4 {
    margin-bottom: 10px;
}

.related-records .box {
    width: 100%;
    overflow: hidden;
    padding: 4px 0;
}

.related-records .box img {
    float: left;
    padding: 1px;
    border: 1px solid #8f8171;
    margin: 2px 8px 0 0;
}

.related-records .box .text {
    float: left;
    width: 200px;
    font-size: 1.1em;
    color: #531;
}

.related-records .box .text .more-link {
    margin-top: 10px;
}

.related-records .box .text .more-link a {
    width: 13px;
    height: 13px;
    background: url(/site-static/rack/btn-more.gif) no-repeat;
}

.banner-image {
    padding-left: 20px;
}

.banner {
    background: url(/site-static/rack/dotted-trim.png) repeat-x 0 100%;
    padding-bottom: 10px;
    color: #fe8d09;
    font-size: 18px;
}

.banner-sub {
    font-size: 16px;
    font-weight: bold;
    color: #531;
}

.banner-sub-span {
    margin-left: 70px;
    margin-top: -30px;
    position: fixed;
}

.content-text {
    float: left;
    width: 580px;
    padding: 0 10px 0 20px;
}

.content-text .banner {
    clear: both;
    display: block;
    margin-top: 5px;
}

.content-text .banner img {
    display: block;
}

.featured-records {
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
    background: url(/site-static/rack/gor-sep-line1.gif) repeat-x 0 100%;
    padding-bottom: 3px;
}

.featured-records h4 {
    padding-bottom: 6px;
}

.featured-records h1 {
    color: #553311;
}

.featured-records .box {
    width: 100%;
    overflow: hidden;
    padding: 16px 0 17px;
    background: url(/site-static/rack/gor-sep-line1.gif) repeat-x;
}

.featured-records img {
    float: left;
    padding: 1px;
    border: 1px solid #531;
    margin: 3px 17px 0 0;
}

.featured-records .text {
    float: left;
    width: 300px;
}

.featured-records .text h3 {
    font-size: 1.4em;
    color: #531;
}

.featured-records .text h3 a {
    color: #531;
    text-decoration: none;
}

.featured-records .text h3 a:hover {
    text-decoration: underline;
}

.featured-records .text p {
    font-size: 1.1em;
    color: #473117;
    line-height: 1.25em;
    margin-top: 17px;
}

.featured-records .text p a {
    text-decoration: underline;
    color: #473117;
}

.featured-records .text p .more-link {
    margin-left: 2px;
    font-size: 1.25em;
    line-height: 0.5em;
}

.featured-records .text p .more-link a {
    color: #fe8d09;
    text-decoration: none;
    padding: 0 2px;
}

.featured-records .inf {
    float: right;
    width: 87px;
    background: url(/site-static/rack/vert-sep-line1.gif) repeat-y;
    padding: 0 0 0 10px;
    margin-top: 4px;
}

.featured-records .inf .length {
    padding: 0 0 6px 6px;
    margin-top: -3px;
}

.featured-records .inf .length strong {
    font-size: 1.5em;
    color: #fe8b04;
    display: block;
    background: url(/site-static/rack/gor-sep-line2.gif) repeat-x 0 100%;
}

.featured-records .inf .length span {
    font-size: 1.1em;
    color: #531;
    display: block;
}

.featured-records .inf .views {
    padding: 4px 0 5px 6px;
    background: url(/site-static/rack/gor-sep-line2.gif) repeat-x 0 100%;
}

.featured-records .inf .views strong {
    font-size: 1.4em;
    color: #fe8b04;
    display: block;
}

.featured-records .inf .views span {
    font-size: 1.1em;
    font-family: Georgia, serif;
    color: #531;
    display: block;
    margin-top: 4px;
}

.featured-records .inf .rating {
    padding: 4px 0 0 6px;
}

.featured-records .inf .rating span {
    font-size: 1.1em;
    font-family: Georgia, serif;
    color: #531;
    display: block;
}

.featured-records .inf .rating .star-rating {
    margin-top: 4px;
}

.record-details {
    width: 100%;
    overflow: hidden;
}

.record-details .text-part {
    float: left;
    width: 383px;
}

.record-details .title {
    width: 100%;
    overflow: hidden;
}

.record-details h4,
.record-details h4 {
    background: url(/site-static/rack/gor-sep-line1.gif) repeat-x 0 100%;
    padding-bottom: 9px;
}

.record-details .title h1 {
    float: left;
    font-size: 1.8em;
    line-height: 1.1em;
    color: #531;
    font-weight: normal;
    width: 290px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.record-details .title .value {
    float: right;
    width: 93px;
    margin-top: 10px;
    background: url(/site-static/rack/vert-sep-line1.gif) repeat-y;
}

.record-details .title .value .txt-value {
    float: left;
    width: 27px;
    height: 44px;
    background: url(/site-static/rack/txt-value.gif) no-repeat;
}

.record-details .title .value .length {
    float: right;
    width: 55px;
    padding-left: 9px;
    background: url(/site-static/rack/vert-sep-line1.gif) repeat-y;
    text-align: center;
    overflow: hidden;
}

.record-details .title .value .length strong .urdb-LabelDefault {
    display: block;
    font-size: 1.6em;
    color: #fe8b04;
    margin-top: 3px;
}


.record-details .title .value .length span {
    display: block;
    font-size: 1.1em;
    color: #531;
    padding-bottom: 7px;
    background: url(/site-static/rack/gor-sep-line2.gif) repeat-x 0 100%;
}

.record-details .text {
    width: 100%;
    overflow: hidden;
    clear: both;
    margin-top: 15px;
}

.record-details .text .img-hold {
    width: 383px;
    height: 276px;
    background: url(/site-static/rack/bg-img1.gif) no-repeat;
    padding-top: 15px;
}

.record-details .text .img-hold img {
    display: block;
    margin: 0 auto;
}

.record-details .text h5 {
    font-size: 1.1em;
    line-height: 1.25em;
    color: #531;
    margin-top: 11px;
}

.record-details .text p {
    padding-bottom: 8px;
}

.record-details .beat-record input {
    overflow: hidden;
    margin-top: 8px;
    float: right;
}

.record-details .status {
    color: #fe8b04;
}

.record-details .text .beat-record {
    width: 100%;
    overflow: hidden;
    margin-top: 8px;
    float: right;
}

.record-details .text .beat-record a {
    float: right;
    width: 186px;
    height: 43px;
    text-align: center;
    font: 1.3em/43px Georgia, serif;
    color: #320;
    text-decoration: none;
}

.record-details .text .beat-record a:hover {
    text-decoration: underline;
}

.record-details .record-info {
    float: right;
    width: 180px;
}

.record-details .record-info .ratingAjax {
    float: left;
    width: 70px;
    margin-top: 10px;
}

.record-details .record-info .views span,
.record-details .record-info .rating span {
    display: block;
    font: 1.1em Georgia, serif;
    color: #531;
    padding-bottom: 6px;
    background: url(/site-static/rack/gor-sep-line2.gif) repeat-x 0 100%;
}

.record-details .record-info .views strong {
    font-size: 1.4em;
    margin-top: 3px;
    color: #fe8b04;
    display: block;
}

.record-details .record-info .rating {
    float: right;
    margin-top: 12px;
    width: 90px;
    height: 96px;
    overflow: hidden;
    padding-left: 17px;
    background: url(/site-static/rack/vert-sep-line1.gif) repeat-y;
}

.record-details .record-info .views {
    float: right;
    margin-top: 12px;
    width: 70px;
    height: 125px;
    overflow: hidden;
    padding-left: 17px;
    background: url(/site-static/rack/vert-sep-line1.gif) repeat-y;
}

.record-details .record-info .ratingAjaxSpan {
    display: block;
    font: 1.1em Georgia, serif;
    color: #531;
    padding-bottom: 6px;
    background: url(/site-static/rack/gor-sep-line2.gif) repeat-x 0 100%;
}

.record-details .record-info .ratingAjax span {
    display: block;
    font: 1.1em Georgia, serif;
    color: #531;
    padding-bottom: 6px;
}

.record-details .record-info .ratingAjaxDiv {
    padding-bottom: 12px;
    padding-top: 6px;
}

.record-details .record-info .rating span {
    margin-top: -2px;
}

.record-details .record-info .rating .star-rating {
    margin: 8px 0 12px;
}

.record-details .record-info .more-info {
    width: 100%;
    clear: both;
    overflow: hidden;
}

.record-details .record-info .more-info h6 {
    font: 1.25em Georgia, serif;
    color: #531;
    background: url(/site-static/rack/gor-sep-line2.gif) repeat-x 0 100%;
    padding: 4px 0 6px;
    margin-bottom: 3px;
}

.record-details .record-info .more-info a {
    font-size: 1.1em;
    line-height: 1.36em;
    color: #fe8b04;
    text-decoration: none;
    padding-right: 15px;
}

.record-details .text .record-history a {
    font-size: 1.1em;
    line-height: 1.36em;
    color: #fe8b04;
    text-decoration: none;
}


.record-details .record-info .more-info a:hover {
    text-decoration: underline;
}

.record-details .record-info .embed-url {
    width: 100%;
    overflow: hidden;
    margin-top: 13px;
}

.record-details .record-info .embed-url h6 {
    font: 1.1em Georgia, serif;
    color: #531;
}

.record-details .record-info .embed-url div {
    background: #fef1e3;
    font: 0.9em Verdana, sans-serif;
    color: #320;
    padding: 1px 4px 3px;
    margin-top: 7px;
}

.record-details .record-info .share-link {
    width: 100%;
    overflow: hidden;
    margin-top: 9px;
}

.record-details .record-info .share-link h6 {
    font: 1.1em Georgia, serif;
    color: #531;
    padding-bottom: 10px;
}

.record-details .record-info .share-link-AddThis h6 {
    font: 1.1em Georgia, serif;
    color: #531;
    padding-bottom: 10px;
}

.record-details .record-info .share-link a {
    width: 16px;
    height: 16px;
    float: left;
    margin-right: 10px;
}

.record-details .record-info .share-link .link1 {
    background: url(/site-static/rack/share-link1.gif) no-repeat;
}

.record-details .record-info .share-link .link2 {
    background: url(/site-static/rack/share-link2.gif) no-repeat;
}

.record-details .record-info .share-link .link3 {
    background: url(/site-static/rack/share-link3.gif) no-repeat;
}

.record-details .record-info .share-link .link4 {
    background: url(/site-static/rack/share-link4.gif) no-repeat;
}

.record-details .record-info .share-link .link5 {
    background: url(/site-static/rack/share-link5.gif) no-repeat;
}

.record-details .record-info .share-link .link6 {
    background: url(/site-static/rack/share-link6.gif) no-repeat;
}

.record-details .comments {
    width: 383px;
    overflow: hidden;
    clear: both;
    padding-top: 6px;
}

.record-details .comments p {
    font-size: 1.1em;
    color: #531;
    padding: 10px 0 3px;
}

.record-details .comments p a {
    color: #531;
}

.record-details .comments p a:hover {
    text-decoration: none;
}

.faq {
    font: Arial, sans-serif;
    padding-left: 170px;
    padding-right: 150px;
    text-align: left;
}

.faq a {
    color: #473117;
    text-decoration: underline;
}

.faq h1 {
    font: 13px Georgia, serif;
    font-weight: bold;
    color: #531;
    padding-left: 0px;
}

.faq dt {
    font: Arial, sans-serif;
    font-size: 1.2em;
    color: Orange;
    font-weight: bold;
    padding-left: 0px;
    padding-bottom: 10px;
}

.faq dd {
    font-size: 1.1em;
    color: #473117;
    padding-left: 0px;
    padding-bottom: 10px;
    margin-left: 0px;
}

.faq p {
    font: Arial, sans-serif;
    font-size: 1.1em;
    color: #473117;
    padding-left: 0px;
    padding-bottom: 10px;
}

.faq .box {
    background: url(/site-static/rack/gor-sep-line1.gif) repeat-x 0 100%;
}

.about-left-column {
    width: 60%;
    padding-top: 15px;
    padding-left: 20px;
    float: left;
    background: white;
}

.about-right-column {
    float: right;
    background: #EEE;
    margin-right: 20px;
    width: 30%;
    padding: 15px 20px 20px;
}

.aboutus h1 {
    font: 13px Georgia, serif;
    font-weight: bold;
    color: #531;
    padding-left: 0px;
}

.aboutus dt {
    font-size: 1.2em;
    color: orange;
    font-weight: bold;
    padding-left: 0px;
    padding-bottom: 10px;
}

.aboutus dd {
    font: Arial, sans-serif;
    font-size: 1.1em;
    color: #473117;
    margin-left: 0px;
    padding-left: 0px;
    padding-bottom: 10px;
}

.aboutus a {
    color: #473117;
    text-decoration: underline;
}

.aboutus p {
    padding-bottom: 10px;
}

.aboutus .box {
    background: url(/site-static/rack/gor-sep-line1.gif) repeat-x 0 100%;
}

#aboutuslinks {
    padding-top: 10px;
    width: 220px;
    margin: 0 auto;
}

.aboutustxt {
    color: #473117;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.aboutuswidgettxt {
    text-align: right;
    padding-top: 5px;
    color: #473117;
    font-size: 1.3em;
    font-style: italic;
}

#tweet li {
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px dotted #DDD;
    color: #473117;
    font-size: 1.1em;
}

#tweet li a, .aboutuswidgettxt a, #aboutuslinks a, .aboutustxt a {
    color: orange;
    text-decoration: underline;
}

.gfg-root {
    background: #FFF;
    border: 1px dotted #ccc !important;
    margin-top: 10px;
    font-size: 1.1em !important;
}

.tab_link {
    float: left;
    border: 1px solid #D7D7D7;
    background: transparent url(/site-static/rack/tab.png) no-repeat scroll right top;
    margin-right: 5px;
    color: #531;
    text-decoration: none;
    padding: 2px 5px;
    width: 70px;
}

.tab_link_selected {
    background: #FFF;
    border-bottom: none;
}

.tab_text {
    display: none;
    border: 1px solid #D7D7D7;
    color: #531;
    background: #FFF;
    padding: 10px;
}

.tab_text p {
    padding: 10px 0px 10px 0px;
    border-bottom: 1px dotted black;
    float: left;
    width: 260px;
}

p.nobottom {
    border-bottom: none;
    float: left;
}

.tab_text img {
    float: left;
    width: 115px;
    padding-right: 15px;
}

.clear {
    clear: both;
}

.related-records .box .text .more-link, #tabs_wrapper {
    margin-top: 10px;
}

#facebook {
    border-bottom: 1px solid #3B5998;
    margin-top: 10px;
    margin-bottom: 10px;
}

#feed-control {
    width: 285px;
}

.teampics {
    float: left;
    width: 100px;
    padding: 10px;
    border: 1px dotted #ccc;
    margin: 0px 10px 10px 0px;
}

.termsofuse {
    padding-left: 170px;
    padding-right: 150px;
    text-align: left;
}

.termsofuse h1 {
    font: 22px Georgia, serif;
    font-weight: bold;
    color: #531;
    padding-left: 0px;
    padding-bottom: 15px;
}

.termsofuse h2 {
    font: 13px Georgia, serif;
    font-weight: bold;
    color: #531;
    padding-left: 0px;
}

.termsofuse li {
    font: 13px Georgia, serif;
    color: #473117;
    list-style-type: disc;
    margin-left: 22px;
    padding-bottom: 7px;
}

.termsofuse p {
    font: 13px Georgia, serif;
    color: #473117;
    padding-left: 0px;
    padding-bottom: 10px;
}

.principles {
    font: Arial, sans-serif;
    padding-left: 170px;
    padding-right: 150px;
    text-align: left;
}

.principles h1 {
    font: 13px Georgia, serif;
    font-weight: bold;
    color: #531;
    padding-left: 0px;
}

.principles h2, .aboutus h2 {
    font: Georgia, serif;
    font-weight: bold;
    font-size: 1.2em;
    color: #531;
    padding-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.principles dt {
    font: Arial, sans-serif;
    font-size: 1.2em;
    color: Orange;
    font-weight: bold;
    padding-left: 0px;
    padding-bottom: 10px;
}

.principles dd {
    font-size: 1.1em;
    color: #473117;
    padding-left: 0px;
    padding-bottom: 10px;
    margin-left: 0px;
}

.principles p {
    font: Arial, sans-serif;
    font-size: 1.1em;
    color: #473117;
    padding-left: 0px;
    padding-bottom: 10px;
}

.principles .box {
    background: url(/site-static/rack/gor-sep-line1.gif) repeat-x 0 100%;
}

#submission-content {
    clear: both;
    width: 100%;
    padding-bottom: 17px;
    overflow: hidden;
}

#submission-content h4 {
    font-size: 1.4em;
    color: #531;
    padding-top: 15px;
}

.submission-content-text {
    float: left;
    padding: 0 10px 0 20px;
}

.submission {
    font-size: 1.4em;
    font-weight: bold;
    color: #60574D;
}

.submission .smalltext {
    font-size: .9em;
}

.submission tr {
    line-height: 2.2em;
}

.submission input {
    height: 18px;
    background: none;
    bordeR: 1px solid #CCCCCC;
    font: 14px/18px Arial, sans-serif;
    color: #98846f;
    padding: 5px 5px;
    margin: 0;
    position: relative;
}

.submission .noborder input {
    border-style: none;
}

.submission select {
    bordeR: 1px solid #CCCCCC;
    font: 15px/18px Arial, sans-serif;
    color: #98846f;
    padding: 5px 3px;
    margin: 0;
    position: relative;
}

.submission .textboxwidth input {
    width: 300px;
}

.submission textarea {
    background: none;
    bordeR: 1px solid #CCCCCC;
    font: 14px/18px Arial, sans-serif;
    color: #98846f;
    padding: 5px 5px;
    margin: 0;
    position: relative;
}

.submit input {
    margin-top: 15px;
    height: 25px;
}

.submission .record-submission {
    width: 50%;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: top;
}

.submission .record-submission-pledge {
    background: #fe8b04;
    width: 50%;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 5px;
    vertical-align: top;
    font-size: 0.9em;
}

.submission .record-details-label {
    width: 37%;
    vertical-align: top;
    padding-top: 0px;
    padding-right: 8px;
}

.submission .record-details-input {
    width: 50%;
    vertical-align: top;
}

.submission .record-details-input-radio {
    width: 40%;
    padding-top: 5px;
}

.submission .record-details-textbox {
    width: 325px;
}

.submission .record-details-textbox-cap {
    width: 325px;
    text-transform: capitalize;
}

.submission .record-media-fileuplaod {
    height: 19px;
    border: 1px solid #531;
}

.submission .record-media-button-cell input {
    background-color: #4A494A;
    color: White;
    height: 29px;
    width: 125px;
}

.submission .record-media-cell {
    vertical-align: top;
    padding-top: 5px;
}

.submission-records {
    width: 100%;
    overflow: hidden;
    margin-top: 14px;
    background: url(/site-static/rack/gor-sep-line1.gif) repeat-x 0 100%;
    padding-bottom: 3px;
}

.submission-records h4 {
    padding-bottom: 6px;
}

.submission-records .box {
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    background: url(/site-static/rack/gor-sep-line1.gif) repeat-x;
}

.submission-records img {
    vertical-align: top;
    padding: 1px;
    border: 0px;
}

.submission-records .text {
    float: left;
    width: 290px;
}

.submission-records .text h3 {
    font-size: 1.4em;
    color: #531;
}

.submission-records .text h3 a {
    color: #531;
    text-decoration: none;
}

.submission-records .text h3 a:hover {
    text-decoration: underline;
}

.submission-records .text p {
    font-size: 1.1em;
    color: #473117;
    line-height: 1.25em;
    margin-top: 17px;
}

.submission-records .text p .more-link {
    margin-left: 2px;
    font-size: 1.25em;
    line-height: 0.5em;
}

.submission-records .text p .more-link a {
    color: #fe8d09;
    text-decoration: none;
    padding: 0 2px;
}

#contact-content {
    clear: both;
    width: 100%;
    padding-bottom: 17px;
    overflow: hidden;
}

#contact-content h4 {
    font-size: 1.4em;
    color: #531;
}

.contact-content-text {
    float: left;
    padding: 0 10px 0 20px;
}

.contact {
    font-size: 1.1em;
    color: #473117;
}

.contact-records {
    width: 100%;
    overflow: hidden;
    margin-top: 14px;
    background: url(/site-static/rack/gor-sep-line1.gif) repeat-x 0 100%;
    padding-bottom: 3px;
}

.contact-records h4 {
    padding-bottom: 6px;
}

.contact-records .box {
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    background: url(/site-static/rack/gor-sep-line1.gif) repeat-x;
}

.contact .record-details-textbox {
    width: 450px;
}

.contact .record-details-input input {
    width: 300px;
}

#contact-content {
    clear: both;
    width: 100%;
    padding-bottom: 17px;
    overflow: hidden;
}

#contact-content h4 {
    font-size: 1.4em;
    color: #531;
}

.contact-content-text {
    float: left;
    padding: 0 10px 0 20px;
}

.contact {
    font-size: 1.1em;
    color: #473117;
}

.contact .smalltext {
    font-size: .9em;
}

.contact input {
    height: 13px;
    background: none;
    bordeR: 1px solid #531;
    font: 11px/13px Arial, sans-serif;
    color: #98846f;
    padding: 2px 3px;
    margin: 0;
    position: relative;
}

.contact .noborder input {
    border-style: none;
    padding-right: 4px;
}

.contact select {
    height: 19px;
    bordeR: 1px solid #531;
    font: 11px/13px Arial, sans-serif;
    color: #98846f;
    padding: 2px 3px;
    margin: 0;
    position: relative;
}

.contact .record-media-button-cell input {
    height: 20px;
}

.contact .record-media-button {
    border-color: #fe8b04;
    border-width: 1px;
}

.contact textarea {
    background: none;
    bordeR: 1px solid #531;
    font: 11px/13px Arial, sans-serif;
    color: #98846f;
    padding: 2px 3px;
    margin: 0;
    position: relative;
}

#tooltip {
    position: absolute;
    border: 1px solid #333;
    background: #fe8b04;
    padding: 2px 5px;
    color: #333;
    display: none;
    width: 200px;
}

#footer {
    width: 951px;
    margin: 0 auto;
    padding: 10px 10px 5px 2px;
    color: #fff;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer a:hover,
#footer .active a {
    color: #fff;
    text-decoration: underline;
}

#footer .left-col-footer {
    float: left;
}

#footer .right-col-footer {
    float: right;
    padding: 0 20px 0 10px;
}

.ajax__tab_urdbtabs-theme .ajax__tab_header {
    font-family: Arial, Sans-Serif;
    color: #553311;
    background: url(/site-static/rack/tab-line.png) repeat-x bottom;
    font-size: 11px;
    display: block;
    padding-top: 10px;
}

.ajax__tab_urdbtabs-theme .ajax__tab_header .ajax__tab_outer {
    background: url(/site-static/rack/tab.png) no-repeat left top;
    border-color: #222;
    color: #222;
    padding-left: 10px;
    margin-right: 3px;
}

.ajax__tab_urdbtabs-theme .ajax__tab_header .ajax__tab_inner {
    background: url(/site-static/rack/tab.png) no-repeat right top;
    border-color: #666;
    color: #666;
    padding: 3px 10px 2px 0px;
}

.ajax__tab_urdbtabs-theme .ajax__tab_hover .ajax__tab_inner {
    color: #553311;
}

.ajax__tab_urdbtabs-theme .ajax__tab_active .ajax__tab_outer {
    background: url(/site-static/rack/tab.png) no-repeat 0pt -40px;
    border-bottom-color: #ffffff;
}

.ajax__tab_urdbtabs-theme .ajax__tab_active .ajax__tab_inner {
    background: url(/site-static/rack/tab.png) no-repeat right -40px;
    color: #553311;
    border-color: #333
}

.ajax__tab_urdbtabs-theme .ajax__tab_body {
    padding: 2px;
    background-color: #ffffff;
    border: solid 1px #d7d7d7;
    border-top-width: 0;
}

.NotchesPopup {
    visibility: hidden;
    border-style: dotted;
    border-width: thin;
    padding: 4px 4px 4px 4px;
    margin-left: 10px;
    background-color: White;
}

.more {
    color: #fe8d09;
}

.editorial-post {
    font-size: 1.1em;
    line-height: 1.6em;
    color: #531;
    margin-top: 11px;
    margin-bottom: 15px;
}

.editorial-post p {
    padding-bottom: 10px;
}

a.editorial-post-right {
    float: right;
}

.history table {
    text-align: left;
    vertical-align: top;
}

.history table th {
    padding-right: 10px;
    padding-left: 10px;
    white-space: nowrap;
}

.history table td {
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: top;
    white-space: nowrap;
    padding-bottom: 25px;
}

.history table td.value {
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: top;
    width: 60%;
    white-space: normal;
}

.history table tr.topborder td {
    border-top: 1pt solid white
}

#editConfirm {
    background: #FE8B04;
    color: White;
    font: 16px Arial, sans-serif;
    font-weight: bold;
    text-align: center;
    padding: 5px;
}

div.ac_results ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    border: solid 1px #ccc;
}

div.ac_results ul li {
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10px;
    margin: 1px;
    padding: 3px;
    cursor: pointer;
}

div.ac_results ul li.ac_over {
    background-color: #FFCB43;
}

p label {
    width: 10em;
    float: left;
    margin-right: 0.5em;
    display: block;
    padding-top: 5px;
}

p input[type=text] {
    width: 175px;
}

p input[type=password] {
    width: 175px;
}

#profile-wrapper {
    text-align: left;
    margin: 0px auto;
    padding: 0px;
    border: 0;
    width: 951px;
    position: relative;
    min-height: 380px;
}

#profile-header {
    margin: 0 0 15px 0;
    background: #362715;
    color: White;
    padding: 10px 10px 10px 20px;
    height: 70px;
}

#profile-header .main {
    position: relative;
    margin-left: 260px;
    padding-top: 5px;
}

#profile-header .sub {
    position: absolute;
    left: 20px;
}

#profile-container {
}

#profile-side-a {
    float: left;
    width: 250px;
    padding: 0 10px 0 20px;
}

#profile-side-a h3 {
    color: #553311;
    background: transparent url(/site-static/rack/gor-sep-line1.gif) repeat-x scroll 0 100%;
    margin-top: 8px;
    padding-bottom: 9px;
    padding-top: 5px;
}

#profile-side-a div {
    padding-top: 5px;
}

#profile-side-b {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 230px;
    background-color: #F2F1EF;
    min-height: 90%;
}

#profile-side-b div {
    padding-top: 10px;
    text-align: center;
}

#profile-side-b a {
    color: #FE8B04;
    text-decoration: none;
}

#profile-side-b a:hover,
#profile-side-b .active a {
    color: #320;
    text-decoration: underline;
}

#profile-content {
    float: left;
    width: 43%;
}

#profile-content h3 {
    color: #553311;
    background: transparent url(/site-static/rack/gor-sep-line1.gif) repeat-x scroll 0 100%;
    margin-top: 8px;
    padding-bottom: 9px;
}

#profile-content div {
    padding-top: 5px;
    clear: left;
}

#profile-footer {
    clear: both;
    background: #A2A2A2;
    padding: 0 10px 0 20px;
}

a {
    color: #4EA2C3;
}

span.italic {
    font-style: italic
}

div.padding-0-20 {
    padding: 0px 20px;
}

div.padding-10-40 {
    padding: 10px 40px;
}

div.beige-bg {
    padding: 10px;
    background-color: #F4EFE8
}

p input[type='radio'] {
    position: relative;
    top: 2px;
}

div.submit {
    margin: 30px 0px 10px 0px;
    background-color: #F8F5F1;
}

h1.tall {
    font-weight: normal;
    font-size: 28px;
    color: #483216;
    margin-top: 40px;
    margin-bottom: 10px;
    margin-left: 20px
}

h1.tall span.small {
    font-size: 16px;
}

div.signup-form {
    color: #4f4f4f;
}

div.signup-form h2 {
    color: #BF6C2F;
    margin: 30px 0 10px 0;
    font-size: 15px
}

div.signup-form h2 span.left {
    display: inline-block;
    margin-right: 10px;
    width: 170px;
}

div.signup-form h2 span.right {
    display: inline-block;
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
    color: #4f4f4f;
    width: 370px;
    vertical-align: top;
    position: relative;
    top: 2px;
}

div.signup-form p label {
    text-align: right;
    margin-left: 40px;
    margin-right: 20px;
    font-size: 12px
}

div.signup-form p input[type='text'], div.signup-form p input[type='password'], div.signup-form p input[type='select'] {
    border: 2px solid #D8D7D6;
    height: 14px;
    padding: 4px 2px;
}

div.signup-form p input[type='text'], div.signup-form p input[type='password'] {
    background: url('/site-static/rack/bg_input.png') repeat-x;
}

div.signup-form fieldset {
    border: 1px dotted #5f5f5f;
    width: 450px;
    background: #fff;
    padding: 3px
}

div.signup-form fieldset div.padding {
    padding: 10px 0;
    background-color: #F6F5F3;
}

div.signup-form fieldset p label {
    margin-left: 30px;
}

div.signup-form fieldset p span.accept {
    display: inline-block;
    height: 16px;
    width: 16px;
    background: url('/site-static/rack/accept.png') no-repeat;
    vertical-align: middle
}

div.signup-form fieldset p span.warning {
    display: inline-block;
    height: 16px;
    width: 16px;
    background: url('/site-static/rack/error.png') no-repeat;
    vertical-align: middle
}

div.submit {
    color: #4f4f4f;
}

div.submit input[type='submit'] {
    border: 0;
    background: url('/site-static/rack/btn_orange.png') no-repeat;
    width: 175px;
    height: 42px;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    font-family: Arial, Helvetica;
    position: relative;
    top: -10px;
}

div.submit label {
    width: 300px;
}

span.icons {
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-left: 2px;
    vertical-align: top;
    position: relative;
    top: -3px;
    cursor: pointer;
}

span.icons#facebook {
    background: url('/site-static/rack/facebook_16.png') no-repeat;
}

span.icons#google {
    background: url('/site-static/rack/google_16.png') no-repeat;
}

span.icons#twitter {
    background: url('/site-static/rack/twitter_16.png') no-repeat;
}

span.icons#myspace {
    background: url('/site-static/rack/myspace_16.png') no-repeat;
}

span.icons#delicious {
    background: url('/site-static/rack/delicious_16.png') no-repeat;
}

#login-left-outer {
    width: 561px;
    border: 1px dotted #666666;
    background-color: #ffffff;
}

#login-left {
    background-color: #FFFFFF;
    border: 1px dotted #777777;
    width: 547px;
}

#login-left #remember-me {
    float: left;
    font-size: 12px;
    padding-left: 166px;
    padding-top: 26px;
    width: 210px;
}

#login-left #login-submit {
    float: right;
    padding-right: 31px;
    padding-top: 25px;
    padding-bottom: 15px;
}

#login-left #login-submit input {
    background-color: #f68b1f;
    color: #ffffff;
    font-size: 14px;
    height: 36px;
    width: 93px;
    border: 1px solid #bd6f29;
}

#forgot-password {
    padding-left: 429px;
    font-size: 11px;
}

#forgot-password a, #forgot-password a:visited {
    color: #5b564c;
}

div.signup-form fieldset {
    background-color: #F6F5F3;
    border: 5px solid #FFFFFF;
    margin-left: 0;
    padding: 3px;
    width: 530px;
}

#signup-box {
    float: right;
    font-weight: bold;
    height: 48px;
    width: 283px;
    margin-top: 19px;
    background-color: #a25124;
    border: 5px solid #ffffff;
}

#signup-box p {
    color: #ffffff;
    float: left;
    font-size: 12px;
    padding: 15px 12px;
    width: 150px;
}

#signup-holder {
    background-color: #ffffff;
}

#signup-box a, #signup-box a:visited {
    background-color: #FFFFFF;
    color: #483216;
    float: right;
    font-size: 12px;
    margin-right: 15px;
    margin-top: 11px;
    padding: 5px 17px;
    text-decoration: none;
}

#whitespace {
    height: 140px;
    background-color: #ffffff;
}

div.signup-form {
    padding-bottom: 80px;
}

div.signup-form h2 span.left {
    display: inline-block;
    margin-right: 10px;
    width: 270px;
}

.events-archive {
    padding: 15px;
}

.events-archive h1 {
    color: #553311;
}

.events-archive h4 {
    color: #FE8B04;
    font-size: 1.4em;
    padding-top: 10px;
    padding-bottom: 5px;
}

.events-archive p {
    color: #553311;
    padding-left: 20px;
    font-size: 12px;
}

.search-tag {
    padding-left: 40px;
    color: #473117;
    font-size: 1.2em;
    line-height: 1.5em;
}

    .search-tag a {
        color: #4EA2C3;
    }

.search-tag-more {
    padding-left: 40px;
    padding-bottom: 10px;
    font-size: 1.2em;
}

#search-tag-title {
    line-height: 2em;
}

.search-people {
    padding-top: 5px;
    padding-bottom: 5px;
    clear: both;
    min-height: 106px;
    color: #473117;
    font-size: 1.2em;
    text-decoration: none;
}

.search-people-name {
    padding-left: 10px;
    color: #4EA2C3;
}

.urdb-LabelDefault-Blue {
    font-size: 1.1em;
}

.moderator-wrapper #nav {
    font-size: 1.7em;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #332200;
}

.moderator-wrapper #nav a {
    color: #332200;
    text-decoration: none;
}

.moderator-wrapper #nav a:hover {
    text-decoration: underline;
}

.moderator-wrapper #nav a.selected {
    color: #FE8B04;
    text-decoration: underline;
}


.moderator-wrapper {
    padding: 15px;
    color: #553311;
}

.moderator-wrapper h1 {
    color: #553311;
}

.moderator-wrapper h1 a {
    color: #553311;
    text-decoration: none;
}

.moderator-wrapper h1 a:hover {
    text-decoration: underline;
}

.moderator-wrapper h4 {
    color: #FE8B04;
    font-size: 1.4em;
    padding-bottom: 5px;
    padding-top: 10px;
}

.moderator-wrapper .indent {
    font-size: 12px;
    padding-left: 20px;
    padding-bottom: 10px;
}

.moderator-wrapper .moderate-link {
    padding-top: 5px;
    position: relative;
    left: -2px;
}

.moderator-wrapper .frame {
    padding: 5px;
    border: 1px solid #aaa;
}

.moderator-wrapper .align-left {
    float: left;
    margin: 0 15px 15px 0;
}

.moderator-wrapper .elemnt-left {
    float: left;
    max-width: 425px;
}

.moderator-wrapper .elemnt-left div {
    padding-top: 10px;
    padding-bottom: 10px;
}

.moderator-wrapper .align-right {
    float: right;
    margin: 0 80px 0px 0;
}

.moderator-wrapper .clear {
    clear: both;
}

.moderator-wrapper .description {
    font-size: 1.2em;
    font-weight: bold
}

.moderator-wrapper .gravatar-wrapper {
    padding: 10px;
    font-size: .8em;
    color: #aaa;
}

.moderator-wrapper label {
    vertical-align: top;
    font-weight: bold;
}

.moderator-wrapper hr {
    color: #553311;
}

.moderator-wrapper .vertical-space div {
    padding-top: 10px;
}

.moderator-wrapper textarea {
    width: 425px;
}

.moderator-wrapper .approve-reject-data div {
    padding-bottom: 3px;
}

.moderator-wrapper .approve-reject-data label {
    font-weight: bold;
}

.moderator-wrapper .approve-reject-data .notes {
    max-width: 425px;
    padding-left: 175px;
}

.moderator-wrapper .approve-reject-data span.moderator-name {
    color: #9F1C27;
}

.moderator-wrapper .activity-data {
    width: 625px;
    overflow: hidden;
}

.moderator-wrapper .activity-data .info {
    border-bottom: 1px dashed #DEDEDE;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.moderator-wrapper .activity-data .info span.important {
    color: #9F1C27;
}

#moderate-comment-wrapper {
    font-family: arial;
    font-size: 12px;
    color: #696969;
    width: 592px;
}

#moderate-comment-wrapper h2 {
    font-size: 100%;
}

#moderate-comment-wrapper h1 {
    color: #5F5F5F;
    font-weight: bold;
    font-size: 100%;
}

#moderate-comment-wrapper .comments h1 {
    margin: 0 0 0 5px;
}

#moderate-comment-wrapper .comments {
    clear: both;
    margin: 30px 0 0 0;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 20px 0;
}

#moderate-comment-wrapper .comments li {
    overflow: hidden;
    *height: 1%;
    clear: both;
    padding: 5px;
    margin: 5px 0 5px 0;
    list-style-type: none;
}

#moderate-comment-wrapper .comments li .content {
    float: left;
    width: 300px;
}

#moderate-comment-wrapper .comments li img {
    float: left;
    margin: 0 10px 0 0;
}

#moderate-comment-wrapper .add_comment button.add_comment_button {
    display: block;
    margin: 10px 0 20px 0;
}

#moderate-comment-wrapper .add_comment img,
#moderate-comment-wrapper .add_comment input {
    vertical-align: middle;
}

#moderate-comment-wrapper .share_this_comment {
    font-weight: bold;
    font-size: 11px;
    color: #999999;
}

#moderate-comment-wrapper .buttongroup {
    margin: 5px 0;
}

#moderate-comment-wrapper .facebook {
    display: inline-block;
    width: 150px;
    vertical-align: bottom;
    font-size: 10px;
    font-family: verdana;
}

#moderate-comment-wrapper .odd {
    background-color: #F5f5f5;
}

#moderate-comment-wrapper time {
    font-style: italic;
    color: #BAB7B2;
}
