@import url(admin-jquery-ui.custom.css);
#box-wrap {
    width: 100%;
}
#box-content {
    float: left;
    width: 81%;
    margin-top: 0px;
}
#box-sidebar {
    margin: 5px 10px 20px 83%;
}
#box-footer {
    color: #CCCCCC;
    clear: both;
    font-size: 8pt;
    padding-left: 5px;
}
body, html {
    direction: ltr;
    padding: 0px;
    margin: 0px;
    background-color: #FFFFFF;
}
h1 {
    background-color: #C6D4E6;
    color: #6A8CA0;
    font-size: 16pt;
    margin: 0px;
    padding: 10px;
}
h2, #box-sidebar h3 {
    color: #000000;
    background-color: #C6D4E6;
    font-family: "trebuchet ms", verdana, sans-serif;
    font-size: 11pt;
    padding: 5px 0px 0px 5px;
    margin: 0px 0px 0px 0px;
}
h3, #box-sidebar h4 {
    background-color: #D4E0ED;
    color: #777E82;
    margin-top: 0px;
    font-family: "trebuchet ms", verdana, sans-serif;
    font-size: 10pt;
    margin-left: 5px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 0px;
    display: block;
    padding: 0px 0px 0px 5px;
}
img {
    border: 0px;
}
form {
    margin: 0px;
    padding: 0px;
}
select, textarea, option, optgroup, div, input, table {
    font-family: arial, sans-serif;
    font-size: 9pt;
}
fieldset, textarea, p>input {
    border: 1px solid #999999;
}
input[type="radio"] {
    border: none;
}
div, input {
    color: #000000;
}
input:focus, select:focus, textarea:focus {
    background-color: #EEEEEE;
    color: #000000;
}
textarea, input {
    background-color: #FFFFFF;
}
.checkbox, .radio {
    border: none;
    background-color: transparent;
}
.text {
    width: 250px;
}
.password {
    width: 250px;
}
.textarea {
    width: 250px;
    height: 70px;
}

fieldset {
    padding: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
fieldset fieldset {
    padding: 5px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
}
button {
    cursor: pointer;
    border: none;
    background-color: transparent;
    margin: 0px;
    padding: 0px;
    color: #666666;
    margin-bottom: 5px;
}
button span {
    text-decoration: none;
    font-size: 8pt;
    border: 1px outset #666666;
}
button:hover span {
    text-decoration: none;
    border: 1px inset #666666;
}
.mceEditor {
    width : 98%;
    height : 300px;
}
a {
    color: #666666;
    font-family: verdana, sans-serif;
    font-size: 9pt;
}
ul {
    padding: 5px 5px 5px 20px;
    margin: 0px 0px 5px 0px;
    list-style-type: square;
}
ul ul {
    padding: 0px 0px 0px 15px;
    margin: 2px 0px 2px 0px;
    list-style-type: disc;
}
ul ul ul {
    list-style-type: circle;
}
#box-sidebar ul li {
    margin-bottom: 2px;
}
#box-sidebar ul li.active a {
    font-weight: bold;
}
#box-sidebar ul li.active ul li a {
    font-weight: normal;
}
#box-sidebar ul li.active ul li.active a {
    font-weight: bold;
}
#box-sidebar ul li.active ul li.active ul li a {
    font-weight: normal;
}
#box-sidebar ul li.active ul li.active ul li.active a {
    font-weight: bold;
}
dt {
    padding-left: 0px;
    margin-left: 5px;
}
dd {
    padding-left: 5px;
    margin-left: 0px;
}
table {
    border-spacing: 0px 0px;
    border: 1px solid #C6D4E6;
    width: 99%;
    padding: 0px;
    margin: 5px 5px 5px 5px;
}
.tabletree a {
    font-family: arial, sans-serif;
    text-decoration: none;
}
div>table {
    width: 99%;
}
.displaySub table {
    width: 77%;
}
.displaySub>table {
    width: 99%;
}
td p {
    margin: 0px 0px 0px 0px;
}
table thead th, table tfoot th {
    background-color: #D3DFE5;
    color: #6A8CA0;
    padding-left: 5px;
    text-align: left;
    border-left: 1px solid #FFFFFF;
}
table thead tr th {
    border-bottom: 1px solid #C6D4E6;
    white-space: nowrap;
}
table thead tr th .thSort, table thead tr th .thSortAsc, table thead tr th .thSortDesc {
    color: #6A8CA0;
    border: 1px solid #FFFFFF;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 1px 0px 1px;
}
table thead tr th .thSortAsc {
    border: 0 none;
    color: #FFFFFF;
    background-color: #6A8CA0;
    font-weight: bold;
}
table thead tr th .thSortDesc {
    border: 0 none;
    color: #FFFFFF;
    background-color: #3C5462;
    font-weight: bold;
}
table tfoot tr th {
    border-top: 1px solid #C6D4E6;
}
table thead .thFirst, table tfoot .thFirst {
    border-left: none;
}
table .tdLast {
    padding-top: 1px;
    text-align: right;
    white-space: nowrap;
    padding-right: 4px;
}
table .tdLast a {
    text-decoration: none;
    border: 1px outset #666666;
    font-size: 8pt;
    margin-left: 4px;
}
table .tdLast a:hover {
    border: 1px inset #666666;
    text-decoration: none;
}
tbody tr td {
    background-color: #F5F5F5;
    padding-left: 5px;
    padding-bottom: 2px;
}
tbody tr.odd td {
    background-color: #E8E8E8;
}
.tablePages {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 5px;
}
.tablePages a {
    text-decoration: none;
}
.box {
    background-color: #F5F5F5;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 10px;
    width: 100%;
}
.display {
    text-align: left;
    margin: 0px;
    padding: 0px;
}
#box-content .box {
    margin-left: 5px;
}
.displaySub {
    margin: 0px 5px 10px 210px;
    border: 1px solid #949DAA;
    padding: 0px 5px 0px 5px;
    background-color: #F5F5F5;
}
.tools {
    margin: 0px;
    padding: 0px;
    float: right;
    right: 0px;
    top: 0px;
    position: absolute;
    list-style-type: none;
}
.tools li {
    display: inline;
    padding: 0px;
    margin:0px;
}
.tools li a {
    vertical-align: top;
    font-family: arial, sans-serif;
    font-size: 8pt;
    border-left: 1px solid #FFFFFF;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    background-color: #8CACBC;
    color: #FFFFFF;
    padding-left: 4px;
    padding-right: 4px;
    margin: 0px;
    text-decoration: none;
    display: inline;
}
.tools li a:hover {
    color: #FFFFFF;
    background-color: #3C5462;
}
.tools .toolFirst a {
    background-color: #8CACBC;
    border-left: 1px solid #FFFFFF;
    color: #FFFFFF;
}
.tools .toolOne a {
    background-color: #8CACBC;
    border-left: 1px solid #FFFFFF;
    color: #FFFFFF;
}
.display p label, li {
    text-align: left;
}
.selected {
    font-weight: bold;
}
p {
    margin: 5px;
}
#box-content p {
    clear: left;
}
#box-content label, #box-content .label {
    display: block;
    width: 200px;
    float: left;
    margin-right: 5px;
    padding-right: 5px;
    text-align: right;
    color: #808080;
}
#box-content p.label {
    margin-bottom: 0px;
    padding-bottom: 0px;
}
#box-content .fieldsInline {
    margin-left: 0px;
    padding-left: 0px;
}
#box-content .fieldsInline label, #box-content .formFilters label, #box-content .formFilters .label {
    margin-left: 0px;
    padding-left: 0px;
    border: none;
    display: inline;
    float: none;
    width: auto;
}
#box-content .formFilters .text {
    width: 100px;
}
#box-content .fieldsInline li {
    display: inline;
    width: auto;
}
#box-sidebar label, #box-sidebar .label {
    display: block;
    margin-bottom: 2px;
}
#box-sidebar label, #box-sidebar .label {
    color: #808080;
}
.date {
    width: 80px;
}
.time {
    width: 60px;
}
#box-content .formFilters .numeric, .numeric {
    width: 60px;
}
.textareabigger {
    width: 550px;
    height: 250px;
}
.box-breadcrumbs {
    background-color: #D3DFE5;
    border-top: 3px solid #6A8CA0;
    margin: 0px 0px 10px 0px;
}
.box-breadcrumbs ul {
    margin: 0px;
    padding: 5px 5px 5px 5px;
    font-family: verdana, sans-serif;
    font-size: 8pt;
}
ul.box-breadcrumbs {
    list-style-type: square;
    padding-left: 5px;
}
.box-breadcrumbs li {
    display: inline;
    list-style-type: square;
    margin-right: 5px;
}
.box-breadcrumbs li:before {
    content: "> ";
}
.box-breadcrumbs a {
    font-family: verdana, sans-serif;
    font-size: 8pt;
}
#medias-thumbs {
    overflow: auto;
    position: relative;
    background-color: #F5F5F5;
}
.medias-thumb {
    overflow: hidden;
    position: relative;
    border: 1px solid #C6D4E6;
    text-align: center;
    margin: 2px 2px 5px 2px;
    padding: 17px 1px 1px 1px;
    float: left;
    width: 170px;
    height: 210px;
    display: inline;
}
.medias-thumb .tools li a {
    border-left: 1px solid #C6D4E6;
    border-top: 1px solid #C6D4E6;
    border-bottom: 1px solid #C6D4E6;
}

div.box-errors, div.box-infos, div.box-helps, div#box-debug {
    margin-bottom: 10px;
    border: none;
    width: 100%;
}
div.box-errors h3, div.box-infos h3, div.box-helps h3, div#box-debug h3 {
    color: #000000;
    font-size: 12pt;
    padding: 5px 0px 0px 5px;
    margin: 0px 0px 0px 0px;
}
div.box-errors h4, div.infos h4, div.box-helps h4, div#box-debug h4 {
    font-size: 10pt;
    margin: 0px 0px 5px 0px;
    font-weight: bold;
    display: block;
    padding: 0px 0px 0px 5px;
}
div.box-infos {
    background-color: #F3EBF0;
}
div.box-infos h3 {
    background-color: #D8C7D2;
}
div.box-helps {
    background-color: #F9FFEE;
}
div.box-helps h3 {
    background-color: #B7BDAC;
}
div.box-helps h4 {
    background-color: #E3E9D8;
}
div.box-errors {
    background-color: #FFC2BF;
}
div.box-errors h3 {
    background-color: #D97373;
}
div#box-debug {
    clear: both;
    background-color: #F6EBD4;
}
div#box-debug h3 {
    background-color: #C9BCAA;
}
div#box-debug h4 {
    background-color: #E6D8C5;
}
fieldset .submit{
	margin:10px 0 10px 100px;
}

@media print {
    body {
        color: #000000;
        background-color: #FFFFFF;
        margin: 0px;
    }
    #box-content {
        float: left;
        width: 98%;
    }
    h1, h2, h3 {
        color: #000000;
        background-color: #FFFFFF;
    }
    #box-breadcrumbs {
        background-color: #FFFFFF;
        border-top: 2px solid #000000;
    }
    .box, .display {
        background-color: #FFFFFF;
    }
    #box-breadcrumbs a {
        text-decoration: none;
        color: #000000;
    }
    table {
        width: 99%;
    }
    .formFilters, .thLast, .tdLast {
        display: none;
    }
    table thead tr th, table thead tr th .thSort {
        border: 0 none;
        color: #000000;
    }
    table thead tr th, table td {
        border-bottom: 1px solid #000000;
    }
    table thead tr th {
        border-top: 1px solid #000000;
    }
    table td a {
        text-decoration: none;
        color: #000000;
    }
    table {
        border-color: #000000;
        border-bottom: 0 none;
        border-top: 0 none;
    }
    #box-sidebar {
        display: none;
    }
    .tools {
        display: none;
    }
}