/* 
    Document   : text
    Created on : 2011-05-23, 16:39:26
    Author     : Kimmo Hernborg
    Description:
        Define text styles in this stylesheet.
        In admin mode, only this stylesheet is included, as to not clutter with layout.
*/

body, th, td, input, select, textarea {
    font-family: 'Segoe UI', Arial, sans-serif;
}

body {
    font-size: 0.8em;
}

p {
    margin: 0px;
    margin-bottom: 5px;
}

a:link, a:visited, a:hover, a:active {
    font-weight: bold;
    text-decoration: none;
}

a:link.invs, a:visited.invs, a:hover.invs, a:active.invs {
    font-weight: normal;
    color: #000;
}

a:link.white, a:visited.white {
    color: #fff;
}

a:link, a:visited {
    color: #575;
}

a:hover, a:active {
    color: #fff;
}

label {
    clear: left;
    display: block;
    float: left;
    font-weight: bold;
    line-height: 90%;
    margin-right: 10px;
    margin-top: 8px;
    text-align: right;
    width: 115px;
}

label small {
    font-weight: normal;
}

label.break {
    width: auto;
    float: none;
}

input, select, textarea {
    border-radius: 5px;
    padding: 3px;
}

textarea {
    resize: vertical;
}

h1 {
    margin-top: 0px;
}

optgroup {
    font-size: 12px;
}

.smallText, .smallText td, td.smallText {
    font-size: 11px;
}

/* Form stuff */
.wide_input {
    width: 300px;
}

.short_input {
    width: 100px;
}

.big_butt {
    font-size: 130%;
    font-weight: bold;
    padding: 10px 20px;
    margin-top: 10px;
}

/* General text styles */
.required {
    font-weight: bold;
    color: #c00;
    padding-left: 5px;
}

.comment {
    font-size: 11px;
}

th small {
    font-size: 9px;
}

.tight_lnsp {
    line-height: 90%;
}

.left {
    text-align: left;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

/* Fix debug text color */
.xdebug-error, .xdebug-error a:hover {
    color: #000;
}