@charset "utf-8";
/* CSS Document
||
||    \\\\\\\\\\\\\\\\\\            \\\\\    \\\\\\\\\\\        \\\\\\\\\\\\\\\\\\\\\\\\\\    TM
||    \\\\\\\\\\\\\\\\\\\          \\\\\\  \\\\\\\\\\\\\\\     \\\\\\\\\\\\\\\\\\\\\\\\\\\\\
||    \\\\           \\\\\         \\\\\  \\\\\      \\\\\\   \\\\\\       \\\\        \\\\\\
||    \\\\            \\\\\      \\\\\\  \\\\\         \\\\\ \\\\\         \\\\          \\\\\
||    \\\\             \\\\\    \\\\\\  \\\\\           \\\\ \\\\\         \\\\           \\\\
||    \\\\              \\\\\  \\\\\\  \\\\              \\\\\\\\\         \\\\           \\\\
||    \\\\               \\\\\\\\\\\  \\\\\             \\\\\ \\\\\\       \\\\           \\\\
||    \\\\\\\\\\\\\\      \\\\\\\\\  \\\\\              \\\\   \\\\\\\\\\\\\\\\           \\\\
||    \\\\\\\\\\\\\\       \\\\\\    \\\\              \\\\     \\\\\\\\\\\\\\\           \\\\
||    \\\\                  \\\\     \\\\             \\\\\     \\\\\      \\\\           \\\\
||    \\\\                  \\\\     \\\\\           \\\\\     \\\\\       \\\\          \\\\\
||    \\\\                  \\\\      \\\\\\       \\\\\\     \\\\\        \\\\         \\\\\
||    \\\\                  \\\\       \\\\\\\\\\\\\\\\      \\\\\         \\\\\\\\\\\\\\\\\
||    \\\\                  \\\\         \\\\\\\\\\\\\      \\\\\\         \\\\\\\\\\\\\\\\
||    \\\\                  \\\\           \\\\\\\\        \\\\\\          \\\\\\\\\\\\\
||
||    ## Ridingclub Championships
||    ## Launched 1st oct 2007
||    !! Made by Fyord ltd
||
||    ~~ Authors/designers:
||    == Patryk Krupa
||    == Hallvard Kristiansen
||
||    @@ www.fyord.com
||
*/


/* set global default properties to ensure they are equal for all browsers */
* {
    clear: none;
    margin: 0;
    padding: 0;
}
#container * {
    float: left;
}
/* end global style */


/* make sure default tags don't float and have the correct clear properties */
#container br {
    clear: both;
    float: none;
}
#container a img, button {
    border: none;
    background-color: transparent;
}
body {
    float: none;
    background-color: #fff;
    background-image: url(../images/body_grad.png);
    background-repeat: repeat-x;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 70%;
    color: #522f40;
    text-align: center;
}
#container h1, #container h2, #container strong, #container i, #container b {
    float: none;
    font-size: 100%;
    margin: 0;
    padding: 0;
}
/* end default tags */


/* utility tags */
#container .bold {
    font-weight: bold;
    float: none;
}
#container .clear {
    display: block;
    clear: both;
    float: none;
    margin-bottom: 3px;
}
#container .clearL {
    width: 270px;
    display: block;
    clear: both;
    float: none;
    margin-bottom: 5px;
}
#container .clearR {
    width: 220px;
    display: block;
    clear: both;
    float: none;
    margin-bottom: 5px;
}
#container .pink {
    color: #ac4269;
    float: none;
}
#container #submit, .submit {
    margin-top: 20px;
}
#container .rss {
    margin: 6px;
}
/* end utility tags */


/* there are four nested main containers */
#container {
    float: none;
    width: 1108px;
    margin: auto;
    text-align: left;
}
#shadow {
    float: left;
    width: 1018px;
    padding: 0px 43px 0px 43px;
    background-color: transparent;
    background-position: left;
    background-image: url(../images/bg_shadow_l.png);
    background-repeat: repeat-y;
}
#bg {
    width: 1018px;
    /*background-image: url(../images/bg_grad.png);*/
    background-repeat: repeat-x;
    background-color: transparent;
}
#content {
    width: 1018px;
    /*background-image: url(../images/checkers.png);*/
    background-repeat: repeat-y;
    background-color: transparent;
}
/* end main containers */


/* navigation */
#leftCol {
    width: 208px;
}
#leftCol .header {
    height: 96px;
    width: 208px;
    margin: 0;
    padding: 0;
    background-image: none;
}
#mainNav a:link, #mainNav a:visited {
    color: #ac4269;
    font-weight: bold;
    font-size: 90%;
    text-decoration: none;
}
#mainNav a:hover, #mainNav a:active {
    color: #522f40;
}
#mainNav {
    list-style-type: none;
}
#mainNav li img {
    width: 208px;
    height: 28px;
}
#languages {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #cfc5de;
}
#languages * {
    float: none !important;
    vertical-align: middle;
}
#languages img {
    margin: 5px 0;
}

.subNav {
    list-style-type: none;
}
.subNav li {
    background-color: white;
}
#mainNav li .subNav li img {
    width: 208px;
    height: 22px;
}
a.rollover:link, a.rollover:visited {
    background-color: white;
}
a.rollover:hover, a.rollover:active {
    background-color: #DDDDFF;
}
#flags {
    width: 208px;
    padding-top: 1px;
    padding-bottom: 20px;
    background-image: url(../images/bg_language.png);
    background-repeat: repeat;
}
#flags li {
    width: 26px;
    height: 18px;
    list-style-type: none;
    margin: 1px;
}
#flags li img {
    width: 26px;
    height: 18px;
}
#flags li a.on:link, #flags li a.on:visited {
    filter: alpha(opacity=100);
    opacity: 1;
}
#flags li a.on:hover, #flags li a.on:active {
    filter: alpha(opacity=100);
    opacity: 1;
}
#flags li a.off:link, #flags li a.off:visited {
    filter: alpha(opacity=50);
    opacity: 0.5;
}
#flags li a.off:hover, #flags li a.off:active {
    filter: alpha(opacity=100);
    opacity: 1;
}

/* end navigation */


/* header/login form */
.header {
    height: 29px;
    width: 795px;
    background-image: url(../images/top.jpg);
    padding: 8px 15px 0px 0px;
}
.header button {
    height: 21px;
}
.header input {
    padding: 1px 0px 0px 6px;
    font-size: 90%;
    height: 17px;
    color: #666666;
    border: 1px solid #522f40;
}
#username {
    width: 100px;
    margin-right: 5px;
}
#password {
    width: 100px;
    margin-right: 5px;
}
#enter_btn {
    margin-right: 3px;
    height: 20px;
    border: none;
    margin-top: -1px;
}
#leave_btn {
    margin-right: 3px;
    margin-left: 3px;
    height: 20px;
    margin-top: -1px;
}
#btn_forgot {
    margin-right: 3px;
    height: 20px;
    border: none;
}
#btn_signup {
    height: 20px;
    border: none;
}
#search {
    float: right;
    margin-right: 5px;
}
#go_btn {
    float: right;
    height: 20px;
}
.error {
    background-color:#FF9F9F;
}
#loggedin {
    background-color:#FFFFFF;
    height:16px;
    padding-left:5px;
    padding-right:5px;
    padding-top:2px;
    color:#ac4269;
    margin-top:1px;
}
/* end loginform */


/* central subcontainers / main content */
#centralCol {
    width: 582px;
    background-color: white;
    border-left: 1px solid #c8cccd;
    border-right: 1px solid #c8cccd;
    background-image: url(../images/bottom_grad.png);
    background-repeat: repeat-x;
    background-position: bottom;
}
#centralCol ul {
    float: none;
    clear: both;
}
#centralCol li {
    list-style-type: none;
    clear: both;
}
#centralCol p {
    float: none;
    margin-bottom: 10px;
    clear: none;
}
#centralCol a:link, #centralCol a:visited, #centralCol label {
    float: none;
    color: #ac4269;
    font-weight: bold;
    text-decoration: none;
}
#centralCol a:hover, #centralCol a:active, #centralCol label:hover {
    color: #522f40;
}
#centralCol .banner {
    width: 582px;
    border-bottom: 1px solid #c8cccd;
    cursor: pointer;
}
#centralCol .article {
    width: 582px;
    padding: 0px;
}
#centralCol .article .header {
    width: 582px;
    height: 25px;
    background-image:url(../images/headerBG.png);
    background-repeat: repeat-x;
    padding: 10px 0px 5px 0px;
}
#centralCol .article .content {
    width: 535px;
    padding: 0px 30px 30px 17px;
}
#centralCol .article .content input, #centralCol .article .content select {
    margin-right: 20px;
    margin-bottom: 10px;
    display: inline;
}
#centralCol .article .content .clearR {
    margin-right: 0px;
}
#centralCol .article .content select option {
    float: none;
    clear: both;
    margin-right: 20px;
}
#centralCol .article .content textarea {
    margin: 0;
    display: inline;
}
#centralCol .article .content h2 {
    color: #ac4269;
}
#centralCol .article .content img.leftAligned {
    margin: 3px 10px 10px 0px;
    float: left;
    border: 1px solid #ac4269;
}
#centralCol .article .content img.rightAligned {
    margin: 3px 0px 10px 10px;
    float: right;
    border: 1px solid #ac4269;
}
#centralCol .article .profile form p, #centralCol .article .details form p, #centralCol .article .contact form p, #centralCol .article .billing form p {
    float: left;
    clear: both;
}
#colOne {
    width: 314px;
    border-right: 1px solid #c8cccd;
}
#colOne .article {
    width: 314px;
}
#colOne .article .header {
    width: 314px;
    height: 25px;
    background-image:url(../images/headerBG.png);
    background-repeat: repeat-x;
    padding: 10px 0px 5px 0px;
}
#colOne .article .content {
    width: 277px;
    padding: 0px 20px 30px 17px;
}
#colOne .article .content h2 {
    color: #ac4269;
    margin-bottom: 5px;
}
#colOne .article .content img {
    margin: 3px 10px 10px 0px;
    border: 1px solid #ac4269;
}
#colOne .article .content .thankumsg {
    width: 100%;
    margin-bottom: 10px;
    float: left;
    clear: both;
}
#colOne .article .content .download {
    width: 277px;
    margin: 0px 0px 10px 0px;
}
#colOne .article .content .download img {
    border: none;
    margin: 0px 10px 0px 0px;
    padding: 0px;
}
#colOne .article .content .download a, #colOne .article .content .download label {
    cursor: pointer;
    margin: 0px;
    padding: 0px;
}
#colOne .article .content .download p {
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    clear: right;
    width: 222px;
}
#colOne .article .content .download h3 {
    font-weight: bold;
    font-size: 100%;
    margin: 5px 0px 0px 0px;
    padding: 0px;
    clear: right;
    width: 212px;
}
#colTwo {
    width: 266px;
    border-left: 1px solid #c8cccd;
    margin-left: -1px;
}
#colTwo .article {
    width: 266px;
}
#colTwo .article .header {
    width: 266px;
    height: 25px;
    background-image:url(../images/headerBG.png);
    background-repeat: repeat-x;
    padding: 10px 0px 5px 0px;
}
#colTwo .article .content {
    width: 239px;
    padding: 0px 10px 30px 17px;
}
#colTwo .article .content h2 {
    color: #886174;
    margin-bottom: 5px;
}
#colTwo .article .content a:link, #colTwo .article .content a:visited {
    color: #886174;
}
#colTwo .article .content a:hover, #colTwo .article .content a:active {
    color: #522f40;
}
#colTwo .article .thumbnails img {
    margin: 0px 0px 3px 3px;
}
#colTwo .article .content .download {
    width: 230px;
    margin: 5px 0px 10px 0px;
}
#colTwo .article .content .download img {
    float: left;
    border: none;
    margin: 0px 10px 0px 0px;
    padding: 0px;
}
#colTwo .article .content .download a {
    cursor: pointer;
    margin: 0px;
    padding: 0px;
}
#colTwo .article .content .download h3 {
    float: left;
    font-weight: bold;
    font-size: 100%;
    margin: 0px;
    padding: 0px;
    clear: right;
    width: 150px;
}
#colTwo .article .content .download p {
    float: left;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
    clear: none;
    width: 150px;
}
#container .archived {
    clear: both;
    float: none;
    margin-bottom: 10px;
}
#container .archived div {
    clear: both;
    float: none;
}
.thumbnails {
    padding: 2px 2px 30px 2px;
}
#rightCol {
    width: 226px;
}
#rightCol img {
    cursor: pointer;
}
/* end central subcontainers / main content */


/* cartooneditor/viewer (to edit styles of the cartoonmaker itself, look to css/cartoonmaker.css */
.cartoonmaker {
    width: 582px;
}
.cartooneditor {
    width: 895px;
}
#comicCol {
    width: 809px;
    background-color: white;
    border-left: 1px solid #c8cccd;
    background-image: url(../images/bottom_grad.png);
    background-repeat: repeat-x;
    background-position: bottom;
}
#comicCol .article {
    width: 808px;
}
#comicCol .article .header {
    width: 808px;
    height: 25px;
    background-image:url(../images/headerBG.png);
    background-repeat: repeat-x;
    padding: 10px 0px 5px 0px;
}
/* end cartooneditor/viewer (to edit styles of the cartoonmaker itself, look to css/cartoonmaker.css */


/* FAQ styles */
#accordion .header {
    width: 582px;
    background-image:url(../images/headerBG.png);
    background-repeat: repeat-x;
    padding: 10px 0px 5px 0px;
}
#accordion h3 {
    font-size: 100%;
    font-weight: bold;
    color: #ac4269;
}
#accordion .toggler {
    /*height: 25px;*/
    width: 564px;
    padding-top: 10px;
    padding-left: 18px;
    font-weight: bold;
    cursor: pointer;
    background-color: #dddddd;
}
#accordion .element {
    width: 582px;
    background-image: url(../images/bottom_grad.png);
    background-repeat: repeat-x;
    background-position: bottom;
}
#accordion .element p {
    padding: 0px 20px 10px 18px;
    margin: 0;
    overflow: hidden;
}
#accordion .editFAQ {
    margin: 20px;
}
#accordion .editFAQ p {
    float: left;
    width: 500px;
}
#accordion .editFAQ .mceEditor, #accordion .editFAQ .mceEditorContainer {
    width: 500px;
}

/* end FAQ styles */


/* Image gallery, movie gallery */
#imageviewer, #movieviewer {
    width: 582px;
}
#movieviewer .wrapper {
    background-image: url(../images/image-movie_viewer-bgrad.jpg);
    background-repeat: repeat-y;
    width: 506px;
    display: inline;
    padding: 0px 37px 0px 37px;
}
#imageviewer .wrapper {
    background-image: url(../images/image-movie_viewer-bgrad.jpg);
    background-repeat: repeat-y;
}
/* end Image gallery, movie gallery */


/* My profile page */
.profile, .details, .contact, .billing {
    margin-left: 17px;
    padding-bottom: 40px;
}
#centralCol .profile p, #centralCol .details p, #centralCol .contact p, #centralCol .billing p {
    margin: 0;
    padding: 0;
}
.avatar {
    width: 75px;
    border: 1px solid #ac4269;
}
.profile .data {
    margin-left: 17px;
    width: 200px;
}
.profile .data .username {
    font-size: 14px;
    color: #ac4269;
}
/* end My profile page */


/* Forum (for styling forum look to css/forumstyles.css) */
#centralCol .forum p, #centralCol .forum ul {
    margin: 0;
    clear: none;
}
/* end Forum (for styling forum look to css/forumstyles.css) */


/* Registration form */
#registration #register {
}
/* end Registration form */


/* errors */
#forgotpass #message {
    color: #990000;
    clear: right;
    float: none;
    margin-bottom: 10px;
}
.errormessage {
    width: 100%;
    background-image:url(../images/headerBG.png);
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    margin-bottom: 30px;
}
.errormessage img {
    padding-top: 11px;
    float: left;
    clear: both;
}
.errormessage p {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 18px;
    color: #AC4269;
    font-weight: bold;
    float: left;
    width: 100%;
    clear: both;
}

p.errormessagetxt{
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 18px;
    color: red;
    font-weight: bold;
    float: left;
    width: 100%;
    clear: both;

}

#formmessage p {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 18px;
    color: #AC4269;
    font-weight: bold;
    float: none;
    clear: both;
    margin-bottom: 30px;
    width: 100%;
}
/* end errors */


/* payment forms */
#payform div {
    clear: both;
    width: 100%;
    margin: 5px 0px;
}
#payform #email {
    clear: both;
    width: 270px;
    margin: 5px 0px;
}
#payform #gsm {
    clear: right;
    width: 60%;
    margin: -0px 0px 0px 0px;
}
#payform input, #payform label {
    cursor: pointer;
    float: left;
}
#payform #cc_acceptLabel {
    float: left;
    width: 220px;
    clear: none;
}
#payform .product {
    width: 20px;
    height: 20px;
    clear: none;
}
#payform .productlabel {
    padding-top: 3px;
    width: 230px;
}
#payform #creditcard_fields {
    margin-top: 20px;
    float: left;
}
#payform .submit {
    width: 200px;
    height: 30px;
    float: left;
    clear: both;
}
#colOne .article .content #paymentlogoes {
    border: 0px;
}
#cancel_sub, #cancel_confirm {
    margin: 0;
    padding: 0 0 0 5px;
    text-align: left;
    width: 220px;
}
/* end payment forms */


/* footer styles */
#footer {
    float: left;
    margin: auto auto 0px auto;
    background-color: transparent;
    background-image: url(../images/bg_shadow_b.png);
    text-align: left;
    width: 1018px;
    height: 60px;
    font-size: 90%;
    color: #95999b;
    padding: 0px 43px 43px 43px;
}
#footer a:link, #footer a:visited {
    color: #95999b;
    text-decoration: none;
    float: none;
}
#footer a:hover, #footer a:active {
    color: #886174;
}
#copyright {
    width: 300px;
    height: 40px;
    margin: 15px;
    display: inline;
}
#compliant {
    text-align: right;
    float: right;
    width: 300px;
    height: 20px;
    margin: 15px;
    display: inline;
}
#compliant img {
    float: right;
    margin-left: 5px;
    display: inline;
}
/* end footer styles */

/* DVV their_profile */
div.their_profile {
    padding-bottom: 10px;
}
div.their_profile1 {
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
div.their_profile p.title {
    width: 95px !important;
    float: left !important;
    clear: left !important;
    margin: -44px 0 0 !important;
    padding: 5px !important;
    padding-left: 75px !important;
    background: #e1e5e9 !important;
    font-weight: bold !important;
}
div.their_profile p.value {
    position: relative !important;
    width: 114px !important;
    float: left !important;
    clear: right !important;
    margin: -44px 0 0 !important;
    left: 175px !important;
    padding: 5px !important;
    padding-left: 20px !important;
    background: #eaf1f6 !important;
    font-weight: bold !important;
}
div.their_profile p.filler {
    position: static !important;
    margin: -8px 0 !important;
    height: 8px !important;
}
div.their_profile p.filler.title {
    background: #f2f3f5 !important;
}
div.their_profile p.filler.value {
    background: #f5f9fa !important;
}
div.their_profile img.icon {
    display: block !important;
    position: relative !important;
    clear: both !important;
    width: 64px !important;
    height: 64px !important;
    left: 5px;
    z-index: 10 !important;
}
div.their_profile span.meter {
    display: block;
    width: 97px;
    margin: 1px 0;
    height: 11px;
}
div.their_profile span.meter img.gauge {
    display: block;
    position: relative;
    width: 97px;
    height: 14px;
    top: -1px;
    z-index: 10;
}