/* Copyright (c) 2008, UAB "Internovitas". All rights reserved. */
html, body {
    width: 100%;
    background: #eee;
    font: 13px Arial, sans-serif;
}

textarea {
    font: 13px Arial, sans-serif;
}

em, strong {
    font-weight: bold;
}

a {
    text-decoration: underline;
    color: #000;
}

a:hover {
    color: #5396aa;
}

.generic-text-field {
    background: #fff;
    border: 1px solid #93CCCE;
    padding: 2px;
}

.bttn {
    border: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.hidden {
    visibility: hidden;
}

.cleared {
    overflow: hidden;
}

.simple-message, .error-message {
    display: block;
    text-align: center;
}

.error-message {
    color: #e00;
}

.yui-navset li em {
    font-weight: normal;
}

.yui-skin-sam .yui-button, .yui-skin-sam .yui-button .first-child, .yui-skin-sam .yui-navset .yui-nav .selected a, .yui-skin-sam .yui-navset .yui-nav .selected a em, .yui-skin-sam .yui-navset .yui-content, .yui-skin-sam .yui-navset .yui-navset-top .yui-content {
    border-color: #027b9c;
}

.yui-skin-sam .yui-navset .yui-content, .yui-skin-sam .yui-navset .yui-navset-top .yui-content {
    padding-left: 5px;
    padding-right: 5px;
}

.yui-skin-sam .yui-navset .yui-nav, .yui-skin-sam .yui-navset .yui-navset-top .yui-nav {
    border-color: #a8d9f5;
}

.yui-skin-sam .yui-panel .hd, .yui-skin-sam .yui-panel .bd, .yui-skin-sam .yui-panel .ft {
    border-color: #93ccce;
}

.yui-skin-sam .yui-panel {
    border-color: #93ccce;
}

.yui-skin-sam .yui-panel .hd {
    border-color: #cbeff0;
    color: #016ca8;
    background-image: url('../../images/yui/sprite.png');
}

.yui-skin-sam .yui-button, .yui-skin-sam .yui-navset .yui-nav .selected a, .yui-skin-sam .yui-navset .yui-nav .selected a:focus, .yui-skin-sam .yui-navset .yui-nav .selected a:hover {
    background-image: url('../../images/yui/sprite.png');
}

.yui-skin-sam .yui-navset .yui-nav .selected a, .yui-skin-sam .yui-navset .yui-nav .selected a:focus, .yui-skin-sam .yui-navset .yui-nav .selected a:hover {
    color: #000;
}

.yui-skin-sam .yui-panel .bd, .yui-skin-sam .yui-panel .ft {
    background-color: #e8f9f9;
}

.yui-panel .ft .working {
    background: url('../../images/progress.gif') no-repeat left center;
}

.yui-skin-sam .yui-panel .bd {
    padding-bottom: 20px;
}

.confirmation-dialog, .info-dialog {
    width: 300px;
}

#login-dialog, #registration-dialog, #password-reset-dialog {
    width: 226px;
}

#login-dialog-error, #password-reset-dialog-error {
    padding-bottom: 10px;
}

#login-dialog ul {
    padding-left: 20px;
}

#login-dialog ul li {
    list-style-type: disc;
    padding: 2px 0;
}

#profile-dialog textarea {
    height: 50px;
}

#profile-dialog .avatar-upload-container {
    padding-bottom: 6px;
}

#profile-dialog .avatar-upload-container .text-field {
    margin: 0;
}

#profile-dialog .avatar-upload-container label {
    display: inline;
    float: none;
    width: auto;
    font-weight: normal;
    font-size: 12px;
}

#question-dialog, #photo-dialog, #report-dialog, #profile-dialog, #group-dialog {
    width: 326px;
}

#topic-dialog {
    width: 426px;
}

#topic-dialog .text-field {
    width: 400px;
}

#topic-dialog textarea {
    height: 150px;
}

#profile-dialog .text-field {
    width: 288px;
}

#question-dialog .text-field, #photo-dialog .text-field, #report-dialog .text-field, #group-dialog .text-field {
    width: 300px;
}

#question-dialog textarea, #photo-dialog textarea, #report-dialog textarea, #group-dialog textarea {
    height: 100px;
}

#answer-dialog, #message-dialog {
    width: 346px;
}

#answer-dialog .text-field, #message-dialog .text-field {
    width: 320px;
}

#answer-dialog textarea, #message-dialog textarea {
    height: 120px;
}

#answer-dialog-question, #message-dialog-recipient, .field-value {
    border: 1px solid #93ccce;
    padding: 2px;
    margin-bottom: 5px;
}

.interactive {
    display: block;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

.interactive .actions {
    display: block;
    border: 1px solid #78c9e0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    visibility: hidden;
}

.interactive .empty {
    padding: 1px;
    border: 0;
}

/* anything here, for IE */
.interactive:hover {
    padding: 0;
    opacity: 0.8;
}

.interactive:hover .actions {
    visibility: visible;
}

.interactive .actions .action {
    display: block;
    width: 16px;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    border-left: 1px solid #78c9e0;
    border-bottom: 1px solid #78c9e0;
    background-color: #fff;
    padding: 2px;
    float: right;
}

.interactive:hover .actions .delete {
    background-image: url('/images/button-cross.png');
}

.interactive:hover .actions .message {
    background-image: url('/images/button-message.png');
}

.interactive .actions .action .uri {
    display: none;
}

.member-container .interactive {
    width: 48px;
    height: 49px;
    padding: 6px;
}

.member-container .interactive .actions {
    display: block;
    text-decoration: none;
    width: 59px;
    height: 59px;
}

.member-container .interactive {
    float: left;
}

.member-container .letter {
    font-size: 15px;
    font-weight: bold;
    margin: 20px 0 0 6px;
}

#kid-block-template {
    display: none;
}

#profile-dialog-tab-kids .add-kid {
    text-align: right;
    padding-top: 5px;
}

#no-kids-message {
    text-align: center;
    padding: 10px 0;
}

#question-select-container select {
    margin-bottom: 3px;
}

#content .block {
    display: block;
    background: #fff;
    padding: 13px;
    border-bottom: 1px solid #abc1c3;
    margin-bottom: 13px;
}

#content .page-header {
    font-weight: bold;
    font-size: 16px;
}

#content h2.page-header {
    font-size: 13px;
}

#content .page-header a {
    color: #000;
    text-decoration: none;
}

#content .page-header a:hover {
    text-decoration: underline;
}

#content .sortable-block {
    line-height: 20px;
}

#content .sub-sortable-block {
    line-height: 16px;
}

#content .sortable-block .page-header {
    float: left;
}

#content .sortable-block .sub {
    float: right;
    font-size: 11px;
}

#content .sortable-block .sub a, #content .sortable-block .sub .title {
    float: left;
    display: block;
}

#content .sortable-block .sub .title {
    padding-left: 14px;
    background: url('/images/icon-sort.png') no-repeat left center;
}

#content .sortable-block .sub a {
    margin-left: 14px;
    text-decoration: none;
}

#content .sortable-block .sub a:hover {
    text-decoration: underline;
}

#content .sortable-block .sub .active {
    font-weight: bold;
}

.avatar {
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 4px solid #fff;
}

.avatar .star {
    display: block;
    height: 8px;
    width: 8px;
    margin: 2px 2px 0 0;
    float: right;
    background: url('/images/avatar-star.png') no-repeat left top;
}

#content .user-block .avatar {
    float: left;
}

#content .user-block .main-info {
    padding-left: 10px;
    float: left;
}

#content .user-block .main-info .name {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 0 3px;
    line-height: 20px;
}

#content .user-block .main-info .name span {
    color: #0a6169;
}

#content .user-block .main-info .other {
    color: #848484;
    font-size: 11px;
    line-height: 16px;
}

#content .user-block .main-info .other a, #content .user-block .main-info .name .profile {
    color: #565656;
    text-decoration: none;
    padding-left: 16px;
}

#content .user-block .main-info .other a:hover, #content .user-block .main-info .name .profile:hover {
    text-decoration: underline;
}

#content .user-block .main-info .other .on, #content .user-block .main-info .other .send {
    background: url('/images/icon-add.png') no-repeat left center;
}

#content .user-block .main-info .other .off, #content .user-block .main-info .other .blck {
    background: url('/images/icon-remove.png') no-repeat left center;
}

#content .user-block .main-info .name .profile {
    font-size: 11px;
    font-weight: normal;
    background: url('/images/icon-profile.png') no-repeat left center;
    text-transform: none;
}

#content .page .user-navigation a {
    display: block;
    float: left;
    margin-right: 10px;
    font-weight: bold;
    color: #414141;
    font-size: 12px;
}

#content .page .user-navigation em {
    color: #f44;
}

#content .page .user-navigation .active, #content .page .user-navigation a:hover {
    text-decoration: none;
}

#content .page .record-list table {
    background: #fff;
    margin-bottom: 20px;
    width: 100%;
}

#content .page .record-list table th, #content .page .record-list table td {
    padding: 5px 10px;
    border-bottom: 1px solid #78c9e0;
}

#content .page .record-list table th {
    font-weight: bold;
    border-bottom-width: 2px;
    color: #414141;
}

#content .page .record-list table a {
    text-decoration: none;
}

#content .page .record-list table .date-column {
    text-align: center;
    width: 80px;
}

#content .page #message-list table .user-column {
    text-align: center;
    width: 120px;
}

#content .page #message-list table .delete-column {
    line-height: 1px;
    width: 20px;
    overflow: hidden;
}

#content .page #message-list table .delete-column a {
    display: block;
    width: 16px;
    height: 16px;
    background: url('/images/button-delete.png') no-repeat left top;
    float: right;
}

#content .page #message-list table .delete-column a span {
    visibility: hidden;
}

.pager-block {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}

.pager-block, .pager-block a {
    color: #565656;
}

.pager-block a {
    text-decoration: none;
    font-weight: normal;
}

.pager-block a:hover {
    text-decoration: underline;
}#main {
    width: 990px;
    margin: 0 auto;
}

#header {
    background: #fff;
    padding: 12px 10px 8px;
    background: #eff7f8 url('/images/header-bg.png') repeat-x left top;
}

#header .top {
    padding-bottom: 11px;
}

#header .bottom {
    padding-left: 13px;
}

#header .logo {
    display: block;
    width: 200px;
    height: 49px;
    float: left;
    background-image: url('/images/logo.png');
    text-decoration: none;
}

#header .user-actions {
    float: right;
    font-size: 12px;
    font-weight: bold;
    padding: 16px 10px 0 0;
    color: #8bb1b5;
}

#header .user-profile-actions, #header .user-profile-info {
    float: right;
    font-size: 12px;
}

#header .user-profile-actions {
    text-align: right;
    padding-right: 10px;
}

#header .user-profile-info {
    text-align: center;
    padding-right: 20px;
}

#header .user-profile-info .username {
    font-weight: bold;
}

#header .user-profile-actions em {
    color: #f44;
}

#header .user-actions a {
    padding-left: 20px;
}

#header .user-actions .login {
    background: url('/images/icon-login.png') no-repeat left center;
}

#header .user-actions .register {
    background: url('/images/icon-register.png') no-repeat left center;
}

#header p {
    display: block;
    width: 149px;
    height: 65px;
    padding: 22px 16px 20px;
    float: left;
    background: url('/images/about.jpg') no-repeat left top;
    font-size: 11px;
    text-align: center;
    overflow: hidden;
}

#header .banner {
    width: 750px;
    height: 100px;
    float: right;
    background: #eee;
    margin-top: 2px;
    display: inline;
}

#header .bottom .label {
    font-size: 8px;
    color: #abc1c3;
    letter-spacing: 1px;
    text-align: right;
}

#content {
    padding: 10px;
    background: #c7e1e4 url('/images/content-bg.png') repeat-x left top;
}

#footer {
    background: #b5d2d5;
    padding: 10px;
    font-size: 11px;
}

#footer, #footer a {
    color: #458087;
    text-decoration: none;
}

#footer a {
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer div {
    float: left;
}

#footer ul {
    display: block;
    float: right;
}

#footer ul li {
    display: block;
    float: left;
    padding-left: 10px;
}

#content .misc {
    width: 210px;
    float: left;
}

#content .page {
    width: 750px;
    padding-left: 10px;
    float: left;
}

#content .page .search-container {
    background: #6eb655;
    padding: 10px;
    margin-bottom: 13px;
}

#content .page .search-container input, #content .page .search-container button {
    display: block;
    float: left;
    line-height: 18px;
    font-size: 12px;
    display: inline;
}

#content .page .search-container input {
    border: 1px solid #3c9301;
    border-right: 0;
    border-bottom: 0;
    padding: 6px 6px 6px 28px;
    background: #fff url('/images/icon-search.png') no-repeat 8px 50%;
    width: 600px;
    margin-right: 10px;
}

#content .page .search-container button {
    padding: 5px 10px;
    background: #23570b;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

#content .misc .ask {
    display: block;
    width: 108px;
    height: 55px;
    text-decoration: none;
    background: url('/images/button-ask.png') no-repeat left top;
    font-weight: bold;
    font-size: 15px;
    padding: 20px 0 0 80px;
}

#content .misc .ask:hover {
    color: #3b9300;
}

#content .misc h1, #content .misc h1 a {
    color: #063439;
}

#content .misc h1 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 16px;
}

#content .misc h1 a {
    text-decoration: none;
}

#content .misc h1 a:hover {
    text-decoration: underline;
}

#content .misc .categories .ygtvlabel, #content .misc .categories .ygtvfocus, #content .misc .categories .ygtvfocus .ygtvlabel, #content .misc .categories .ygtvfocus .ygtvlabel:link, #content .misc .categories .ygtvfocus .ygtvlabel:visited, #content .misc .categories .ygtvfocus .ygtvlabel:hover {
    background-color: #c7e1e4;
}

#content .misc .categories .ygtvlabel span {
    color: #458087;
}

#content .misc .categories {
    padding-bottom: 20px;
}

#content .misc .categories .active-category .ygtvlabel, #content .misc .categories .ygtvlabel:hover, #content .misc .categories .active-category .ygtvlabel span, #content .misc .categories .ygtvlabel:hover span {
    color: #3b9300;
}

#content .misc .categories .ygtvlabel {
    text-decoration: underline;
}

#content .misc .members .avatar {
    float: left;
    margin: 0 16px 16px 0;
}

#content .misc .members .last {
    margin-right: 0;
}

#content .experts {
    padding-bottom: 20px;
}

#content .experts .item {
    padding-bottom: 5px;
}

#content .experts .avatar, #content .experts .info {
    float: left;
}

#content .experts .info {
    padding: 8px 0 0 10px;
}

#content .experts .item .username a {
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
}

#content .experts .item .answer-count {
    font-size: 11px;
    color: #458087;
}.record .content {
    border-bottom: 1px solid #e8f2f3;
    padding-bottom: 12px;
}

.record .answer-question, .record .question {
    font: 15px Arial, sans-serif;
}

.record .answer-question {
    padding-bottom: 16px;
}

.record .answer-answer, .private-message .message-content {
    line-height: 20px;
}

.record .answ .answer-who {
    color: #323232;
    font-weight: bold;
    padding-bottom: 6px;
}

.record .answ .answer-who a {
    color: #000;
    text-decoration: none;
}

.record .question .who, .record .question-content, .record .answ .answer-question .who {
    color: #565656;
}

.record .question .who a, .record .answ .who a {
    color: #333;
}

.record .question .who a:hover, .record .answ .who a:hover, .record .answ .answer-who a:hover {
    text-decoration: underline;
}

.record .question-content {
    padding-top: 16px;
}

.record .answer-question a, .record .question-question a {
    text-decoration: none;
}

.record .avatar {
    float: left;
}

.record .question, .record .answ, .private-message .message {
    width: 552px;
    float: left;
    margin: 0 20px 0 20px;
    display: inline;
}

.private-message .message {
    width: 636px;
}

.private-message .message .title {
    font-weight: bold;
    padding-bottom: 2px;
}

.private-message .message .meta {
    font-size: 11px;
    color: #414141;
    padding-bottom: 10px;
}

.record .voting {
    width: 84px;
    float: left;
}

.record .voting .vote {
    float: left;
    width: 35px;
    height: 17px;
    padding-top: 28px;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    margin-left: 7px;
    display: inline;
}

.record .voting a.vote:hover, .record .voting div.voted {
    background-position: -35px 0;
}

.record .voting .up {
    background: url('/images/vote-up.png') no-repeat left top;
    color: #436909;
}

.record .voting .down {
    background: url('/images/vote-down.png') no-repeat left top;
    color: #c60909;
}

.record .extra {
    padding-top: 12px;
}

.record .extra .item {
    display: block;
    float: left;
    padding-left: 18px;
    margin-right: 20px;
    line-height: 18px;
    font-size: 11px;
    color: #565656;
    text-decoration: none;
}

.record .extra a.item:hover {
    color: #5396aa;
}

.record .extra .answers {
    background: url('/images/icon-answers.png') no-repeat left center;
}

.record .extra .report {
    background: url('/images/icon-block.png') no-repeat left center;
    float: right;
}

.record .extra .answer {
    background: url('/images/icon-add.png') no-repeat left center;
}

.record .extra .answer {
    font-weight: bold;
}

.record .extra .category {
    background: url('/images/icon-category.png') no-repeat left center;
}

.record .extra .fav {
    background: url('/images/icon-favorite.png') no-repeat left center;
    float: right;
    margin-right: 0;
}

.record .extra .fav-active {
    background: url('/images/icon-favorite-active.png') no-repeat left center;
}

.record .extra .pending-message {
    font-weight: bold;
    padding: 0;
}

.record .extra .working-item {
    background-image: url('/images/progress4.gif');
}.popup-form .text-field, .popup-form label, .popup-form .field-title {
    display: block;
}

.popup-form .text-field, .popup-form .captcha-container .captcha-field, .popup-form .combo-field {
    border: 1px solid #93ccce;
    background: #fff;
    padding: 2px;
    width: 200px;
    margin-bottom: 5px;
}

.popup-form select.text-field, .popup-form select.combo-field {
    display: inline;
    margin: 0;
}

.popup-form .select-container {
    margin-bottom: 5px;
    overflow: hidden;
}

.popup-form .captcha-container .captcha-field {
    margin-left: 10px;
    width: 60px;
}

.popup-form label, .popup-form .field-title {
    padding-bottom: 2px;
    font-weight: bold;
    color: #236e82;
}

.popup-form .errors {
    padding-bottom: 10px;
}

.popup-form .error-message {
    font-size: 12px;
}

.popup-form .captcha-container {
    overflow: hidden;
}

.popup-form .captcha-container .captcha, .popup-form .captcha-container .text-field, .popup-form .captcha-container .captcha-field {
    float: left;
}

.popup-form .captcha-container .captcha {
    width: 130px;
    height: 30px;
    overflow: hidden;
    background-position: top left;
    background-repeat: no-repeat;
    text-decoration: none;
    cursor: pointer;
}

.popup-form .captcha-container .captcha span {
    visibility: hidden;
}

.popup-form .combo-field {
    width: auto;
    display: inline;
}