@import url('ui-darkness/jquery-ui-1.8.23.custom.css');

* {
    font-family: 'Open Sans', 'HelveticaNeue-Light', 'Helvetica Neue Light',
        'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;
}

body {
    padding: 0px;
    margin: 0px;
}

a { outline: 0; }
a img { border: 0px; }

p { margin-top: 0px; }

h1 { font-size: 24px; margin: 0px; }
h2 { font-size: 18px; }

#wrapper {
    width: 960px;
    background: #fff;
    margin: 0px auto;
    padding: 0px 20px 20px 20px;
    border: 1px solid #ddd;
    border-top: 0px;
    box-shadow: 0px 0px 5px #ccc;
    -moz-box-shadow: 0px 0px 5px #ccc;
    -webkit-box-shadow: 0px 0px 5px #ccc;
}

#logo a {
    width: 307px;
    height: 120px;
    display: block;
    overflow: hidden;
    float: left;
}

#mainmenu {
    clear: both;
    height: 30px;
    background: #84a8c7 url("../img/mainmenubg.jpg") repeat-x;
    overflow: hidden;
}

#mainmenu ul {
    list-style: none;
    float: right;
    margin: 0px;
    padding: 0px;
}

#mainmenu li {
    border-left: 1px solid #fff;
    height: 22px;
    padding: 3px 15px 5px;
    float: left;
}

#mainmenu li a {
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    text-decoration: none;
    text-transform: uppercase;
}

#mainmenu li:hover,
#mainmenu li.hover,
#mainmenu li.selected {
    background: #015093;
}

#topmenu {
    float: left;
    display: inline;
    list-style: none;
    margin: 10px 0px;
    padding: 0px;
    float: right;
}

#topmenu li {
    margin: 0px 2px;
    padding: 0px;
    display: inline-block;
}

#footer {
    margin-top: 10px;
    border-top: 1px dotted #ccc;
    padding-top: 10px;
    clear: both;
}

#footer p {
    font-size: 12px;
}

#sidebar {
    float: right;
    width: 20%;
    background: url("../img/v250.png") no-repeat top left;
    padding: 0px 0px 230px 0px;
}

#sidebar ul {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    list-style: none;
}

#sidebar li {
    margin: 0px;
    padding: 5px;
}

#sidebar li a {
    color: #015093;
}

#content {
    float: left;
    width: 80%;
}

.content {
    padding: 15px;
    font-size: 13px;
}

table {
    border-collapse: collapse;
    margin: 0px;
    padding: 0px;
    width: 100%;
}



th, td {
    vertical-align: top;
    text-align: left;
    padding: 3px 5px;
    border: 1px solid #ccc;
}

th {
    background: #eee;
}

.tableform th {
    width: 200px;
}

tfoot td {
    text-align: center;
    padding: 10px 5px;
}

#ticket td {
    border: 0px;
}


#ticket dt {
    display: inline-block;
    width: 190px;
    margin: 0px;
    padding: 0px;
}

#ticket dd {
    display: inline-block;
    width: 160px;
    margin: 0px;
    padding: 0px;
}

label {
    display: block;
    float: left;
    width: 160px;
    clear: both;
    padding: 7px 0px 0px 0px;
}

input, select, textarea {
    float: left;
    margin-bottom: 10px;
}

textarea, #id_title {
    width: 95%;
}

textarea {
    height: 100px;
}

form div, button, input.submit {
    clear: both;
    float: left;
    margin: 0px 0px 20px 0px;
}

form div button,
form div input.submit {
    margin: 20px 0px 0px 160px;
}

fieldset {
    border: 0px;
}

ul.errorlist {
    display: inline-block;
    float: left;
    list-style: none;
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

ul.errorlist li {
    background: #900;
    color: #fff;
    padding: 2px 10px;
    display: inline-block;
}

#ticket {
    padding: 15px;
    background: #dda;
    border: 1px solid #996;
}

#ticket-state {
    float: right;
}

#ticket-state h1 {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    padding: 3px 10px;
}

#ticket-state.open h1 {
    background: #900;
}

#ticket-state.done h1 {
    background: #090;
}

dt {
    font-weight: bold;
    color: #666;
}

dd {
    padding-bottom: 15px;
}

@media print {
    #sidebar, #topmenu, #mainmenu, #footer, form {
        display: none;
    }

    #wrapper {
        width: auto;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

    #content {
        width: 100%;
    }
}
