/* profile form */
#userinfo-form {
    position: relative;
    width: 447px;
}

#userinfo-form input[type="password"],
#userinfo-form select {
    margin-left: 150px;
    width: 300px;
    float: none;
    margin-top: 0;
}

#userinfo-form label {
    position: absolute;
    color:#666666;
    font-size:11px;
}

#userinfo-form  p.form-row {
    margin: 15px 0;
}

#userinfo-form  div.select {
    font: 12px/12px Verdana,Tahoma,sans-serif;
    color: #707070;
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: 217px;
    float: none;
}

#userinfo-form  div.select div.select-option {
    margin: 6px;
    width: 210px;
}

#userinfo-form  div.select label {
    position: relative;
}

div.flash-message {
    color: #fff;
    background-color: #878787;
    padding: 10px;
    text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 10px 0;
}

div.flash-message a {
    color: #cccccc;
    font-size: 0.8em;
}

/* user comments */
div.div-voice-plus {
    display: block;
}

div.comment-active  {
    background-image: url(/static/img/comment-active-bg.png);
}

div.div-comment-add {
    position: absolute;
    left: 300px;
}

div.div-comments-sort a.rating,
div.div-comments-sort a.creation_time {
    color: #666666;
    display: inline-block;
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 10px;
}

div.div-comments-sort a.rating:hover,
div.div-comments-sort a.creation_time:hover {
    color: #37b1e4;
}

div.div-comments-sort .desc {
    background-image: url("/static/img/comments-sort-down-na.png");
}
div.div-comments-sort .desc:hover {
    background-image: url("/static/img/comments-sort-down-a.png");
}

div.div-comments-sort .asc {
    background-image: url("/static/img/comments-sort-up-na.png");
}

div.div-comments-sort .asc:hover {
    background-image: url("/static/img/comments-sort-up-a.png");
}

div.div-voices-qty {
    margin-left: 140px !important;
}

div.div-comment-add-text textarea {
    border: medium none; 
    margin-left: 9px; 
    margin-top: 0px; 
    background: none repeat scroll 0% 0% rgb(242, 242, 242); 
    height: 200px; 
    font-size: 10px; 
    width: 245px;
    vertical-align: top;
}

/* preview */
div.div-event-text {
    text-decoration: none;
}

/* anchor in div */
div.div-events-header a {
    font-size: 15px;
    height: 15px;
    padding: 0px;
    margin-top: 24px;
    margin-bottom: 17px;
    color: #29aae1;
    text-transform: uppercase;
    line-height: 15px;
    vertical-align: baseline;
    text-decoration: underline;
}

/* site map fix */
#div-footer-1, #div-footer-2, #div-footer-3, #div-footer-4, #div-footer-5, #div-footer-6 {
    height: 200px;
}


/* weektheme title fix */
div.div-events-header img {
    margin-right: 3px;
}

/* display none */
.remove {display: none;}
#forgot-pass {
    text-align: left;
}

#forgot-pass .div-login-button {
    margin-left: 150px;
}

/* feedback form */
#li-iruonline-link {width: 105px;}
#div-onlinepage {
    position: absolute;
    left: 20%;
    top: 10%;
    z-index: 100000;
}
#div-onlinepage input,
#div-onlinepage input.active {
    background-color: #d0d2d3;
    font-family: Verdana, sans-serif;
    font-size: 9px;
    line-height: 10px;
    vertical-align: baseline;
    border: none;
    width: 190px;
    height: 10px;
    margin-left: 5px;
    display: block;
}


#div-onlinepage input {color: #ffffff}
#div-onlinepage input.active {color: #888991}

#div-onlinepage input.error {color: red;}

#letter {
    margin-top: 12px;
    font-size: 12px;
    vertical-align: top;
    height: 120px;
    width: 288px;
    margin-left: 0px !important; margin-left: -19px;
    border: 1px solid #808184;
}

#span-symbols-left-qty.error {
    color: red;
}

#div-online-receiver-name.error div#div-online-receiver-name-center {
    color: red;
}

#div-online-receiver-name-center div.div-person,
#div-online-receiver-name-center div.div-side {
    margin-top: 0;
}

#li-iruonline-link {
    background: none;
}

span#div-iruonline-link {
    background-image: url(/static/img/iru_bkmrk-05.png);
    background-repeat: no-repeat;
}

span#div-iruonline-link.active,
span#div-iruonline-link:hover {
    background-image: url(/static/img/iru_bkmrk-04.png);
}

div#div-online-button {
    background-image: url(/static/img/online-button-noactive.png);
}

div#div-online-button:hover {
    background-image: url(/static/img/online-button-active.png);
}

div#div-online-button.send {
    background-image: url(/static/img/online-button-send.png);
}

/* fixes due discussion docs */
#inner-content ul,
#inner-content ol {
    color: #4D4D4D;
    margin: 0px 0px 10px 0px;
    font-size: 11px;
    width: 350px;
}

#inner-content ul {
    list-style-type: disc;
}

