@import "menu.css";
@import "tree.css";
@import "tags.css";

/* --------- Global layout ----------- */

html, body {
    height: 94%;
}

.wrapper {
    min-height: 94%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -2em; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
    height: 2em; /* .push must be the same height as .footer */
    text-align: center;
}

#leftDiv {
    float: left;
    max-width: 25%;
    min-width: 25%;
}

#rightDiv {
    float: left;
    padding-left: 15px;
    max-width: 71%;
}

body {
    background: #ffffff;
    color: #000000;
}

/* --------- Table design ----------- */

table.border {
    border-color: black;
    border-style: solid;
    border-width: 0 1px 1px 0;
}

table.border td, table.border th {
    border-color: black;
    border-style: solid;
    border-width: 1px 0 0 1px;
}

.theader {
    background: #666699;
    color: #FFFFFF;
    font-weight: bolder;
    font-size: smaller;
    text-decoration: none;
}

.tcat {
    background: #C0C0C0;
    font-size: smaller;
}

.trow {
    background: #FFFFFF;
    font-size: smaller;
}

.trow span.deleteLink {
    font-size: smaller;
    padding-left: 2%;
}

/* -------------- Something--------------*/

.topicTempName {
    font-weight: 900;
    font-family: cursive;
    font-style: italic;
    color: black;
}

.movedRightDiv {
    position: relative;
    top: 10px;
    left: 30px;
}

.ajaxSpanButton:hover {
/*text with onclick fucntion*/
    font-size: 12px;
    font-weight: 600;
}

.ajaxSpanButton {
/*text with onclick fucntion*/
    font-size: 12px;
    color: #999999;
    cursor: pointer;
}

/* -------- Tags' tabs style ------- */

.panel {
    display: block;
}

.tab:hover {
    color: #555;
}

.tab {
    font-size: 14px;
    margin: 5px;
    color: #0000ff;
    cursor: pointer;
}

#tabnav li {
    display: inline;
}

#tabnav {
    position: relative;
    left: -40px;
    font-size: 1em;
    list-style: none;
}

#container {
    position: absolute;
    top: 110px;
    left: 420px;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}

/* -------- Login page: openid --------- */

#loginReturn{
    clear:left;
    width:inherit;
    text-align:center;
    padding-top:30px;
}

div.loginBox {
    width: 460px;
    margin-left: auto;
    margin-right: auto;
}

div.loginBox h2{
    font-size: 18px;
}

#ontoforum-login {
    float:left;
    padding-right:20px;

}

#openid-login {
    float:left;
}

.openIdProvider {
    float: left;
    text-indent: -999px;
    width: 89px;
    height: 42px;
    margin-right: 0.5em;
    background: transparent url(../img/openid.png) no-repeat 0 0;
}

#openIdGoogle {
    background-position: 0 0;
}

#openIdYahoo {
    background-position: 0 -45px;
}

/* -------- OrderBy List ------- */

.spanButtons span {
    color: blue;
    cursor: pointer;
}

.spanButtons span:hover {
    color: red;
}

#orderByList {
    list-style: none;
    margin: 0;
    padding: 0;
}

#orderByList span {
    padding-right: 10px;
    padding-left: 5px;
}