@import url(bookmarks.css);
@import url(forms.css);
@import url(table.css);
@import url(codes.css);
@import url(news.css);

a {
    color: #0058a6;
    text-decoration: none;
}

a:hover {
    color: #FF3300;
    text-decoration: underline;
}

a img {
    border: 0;
}

/**
* Theme styles
*/
#xt-no-script {
    background: #D6DEE4;
    color: #CC0000;
    text-align: center;
    padding: 3px;
    font-size: 0.85em;
}

/* Login Links */
div#top-links-container {
    overflow: hidden;
    width: 970px;
    margin: 0 auto;
    height: 32px;
}

div#top-links-container div.login_links {
    float: right;
    background: #D6DEE4;
    height: 22px;
    text-align: center;
    font-size: 0.9em;
    padding: 4px 15px 6px 5px;
    color: #213A4E;
    -moz-border-radius: 0 0 8px 8px;
    -khtml-border-radius-bottomleft: 8px;
    -khtml-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-radius: 0 0 8px 8px;
    overflow: hidden; /* width: 420px; */
}

div.login_links div.wox_search {
    float: left;
    border: 1px solid #CCC;
    overflow: hidden;
    background: #FFF;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    padding-right: 5px; /* width: 160px; */
}

div.login_links input[type='text'],
div.login_links input[type='password'] {
    border: 0;
    background: #FFF;
    width: 130px;
    padding: 3px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    color: #666;
}

div.login_links input[type='submit'] {
    display: block;
    float: right;
    border: 0;
    background: #D6DEE4;
    text-decoration: underline;
    color: #213A4E;
    cursor: pointer;
}

div.login_links div.wox_search img {
    cursor: pointer;
    float: right;
    padding-top: 4px;
}

div.login_links div.the_links {
    float: right;
    padding: 4px 0 0 10px;
}

div#top-links-container a {
    color: #213A4E;
    text-decoration: none;
}

div#top-links-container a:hover {
    text-decoration: underline;
}

div#top-links-container span.icons {
    display: block;
    float: right;
    margin-left: 5px;
    margin-top: -1px;
}

/* XOOPS Forms */

.xoops-form-element-caption .caption-marker {
    display: none;
}

.xoops-form-element-caption-required .caption-marker {
    background-color: inherit;
    color: #FF0000;
    padding-left: 2px;
}

/* ANNOUNCEMENT */
div#wox-announcement {
    width: 950px;
    margin: 0 auto;
    position: absolute;
    display: none;
    left: 50%;
    top: 0;
    margin-left: -475px;
    background: #FFFFC0;
    border: 1px solid #FD9731;
    border-top: 0;
    padding: 10px 5px;
    text-align: center;
    -moz-border-radius: 0 0 5px 5px;
    -khtml-border-radius-topleft: 0;
    -khtml-border-radius-topright: 0;
    -khtml-border-radius-bottomright: 5px;
    -khtml-border-radius-bottomleft: 5px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-radius: 0 0 5px 5px;
    color: #000;
    line-height: 150%;
    font-size: 0.9em;
}

div#wox-announcement img.close {
    float: right;
    margin: 0 0 0 5px;
    cursor: pointer;
}

div.comform {
    padding: 4px 0;
    text-align: center;
}

/** XOOPS Comments **/
div.wox_com_item {
    overflow: hidden;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px dotted #D6DEE4;
    border-right: none;
    border-left: none;
}

div.wox_com_item div.user_data {
    width: 90px;
    padding: 10px 10px 10px 0;
    float: left;
    text-align: center;
    background: #D6DEE4 url(../images/bgdata.png) no-repeat right;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

div.wox_com_item div.com_com {
    line-height: 150%;
    float: right;
    width: 600px; /**mb  was 470 **/
    padding: 10px;
}

div.wox_com_item div.com_com div {
    font-size: 0.9em;
    line-height: 140%; /** gv was 100 **/
}

div.wox_com_item div.com_com div.com_date {
    font-size: 0.85em;
}

div.wox_com_item div.com_com div.com_date span {
    font-family: georgia, times, serif;
    font-size: 1.1em;
    color: #333;
}

#mainmenu a {
    display: block;
    padding: 2px 0 2px 14px;
    color: #313131;
    font-size: 1.2em;
    background: url(../images/bullet.png) no-repeat left;
}

#mainmenu a.menuSub {
    font-size: 1em;
    background: none;
    padding-left: 18px;
    color: #C00;
}

#usermenu a {
    display: block;
    padding: 2px 0 2px 14px;
    font-size: 1.1em;
    background: url(../images/bullet2.png) no-repeat left;
}