body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: verdana, arial, sans-serif;
    background: url(page_bg.png) top left #f1f1f1;
}
img {
    border: 0;
}
a {
    color: #2c2a75;
}
a:hover, p.tools a.b:hover, p.tools input:hover, a.view-site:hover, .pagination a.selected {
    color: #972646 !important;
}
p, ul, form, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
}

.header {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    height: 48px;
    border-bottom: 1px solid #aaa;
    background-color: #fff;
}
.header .logo {
    float: left;
    height: 31px;
    width: 173px;
    padding: 8px 10px 9px 10px;
}
.header .user {
    float: left;
    width: 577px;
    height: 48px;
    line-height: 48px;
    text-align: right;
}

.breadcrumbs {
    float: left;
    width: 970px;
    padding: 0 0 10px 10px;
    font-size: 11px;
}

.scontainer {
    float: left;
    width: 970px;
    padding: 0 10px 10px 10px;
}
.container {
    float: left;
    width: 740px;
    padding: 10px;
    margin: 0 0 0 0;
    background-color: #fff;
}
ul.notifications {
    float: left;
    width: 740px;
    margin: 0 0 5px 0;
    font-weight: bold;
    list-style-type: none;
}
ul.notifications li {
    float: left;
    width: 694px;
    padding: 4px 10px 4px 34px;
    margin: 0 0 10px 0;
    font-weight: bold;
    background: url(icons/error.gif) #ede5cf 10px center no-repeat;
    color: #800;
    border: 1px solid #800;
}
ul.notifications li.success {
    background-image: url(icons/ok.gif);
    border-color: #31610c;
    color: #31610c;
}
ul.notifications li.info {
    background-image: url(icons/info.gif);
    border-color: #6261ba;
    color: #6261ba;
}
h1.title {
    font-size: 14px;
    margin: 0 0 10px 0;
}

.data {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
}
.data h1 {
    font-size: 14px;
    margin: 0 0 4px 0;
}
.data p.none {
    margin: 0 0 8px 0;
    padding: 4px 10px;
    background: #f1f3ef;
}
.data table {
    width: 740px;
    margin: 0 0 10px 0;
    font-size: 100%;
    border-collapse: collapse;
}
.data table caption {
    padding: 3px 6px 6px 6px;
    text-align: left;
    font-size: 11px;
}
.data table caption select {
    border: 1px solid #2c2a75;
    color: #2c2a75;
    font-size: 11px;
    margin: 0 10px 0 0;
}
.data table caption div {
    float: left;
    width: 364px;
}
.data table caption div.col0 {
    width: 728px;
}
.data table caption div.col2 {
    text-align: right;
}
.data table caption a {
    text-decoration: none;
}
.data table caption a.active {
    font-weight: bold;
}
.data table caption a:hover {
    text-decoration: underline;
}
.data th, .data td {
    padding: 3px 6px;
}
.data th {
    background: url(tablehead_bg.gif) #fff top left repeat-x;
    text-align: left;
    color: #2c2a75;
    font-size: 11px;
    height: 15px;
    line-height: 15px;
    white-space: nowrap;
}
.data th.selected a {
    font-style: italic;
}
.data th.less {
    width: 1%;
}
.data tr td {
    height: 25px;
    padding: 7px;
    border-bottom: 1px solid #d2d9cb;
    width: auto;
    background: #fff;
}
.data td p {
    margin: 0;
}
.data tr.odd td {
    background: #f1f3ef;
}
.data td select, .data td input {
    border: 1px solid #aaa;
    width: 100%;
}
.data td span.disabled {
    text-decoration: line-through;
}
.data td img {
    vertical-align: middle;
}
.data ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.data ul li {
    background: url(left_arrow.gif) transparent left 5px no-repeat;
    line-height: 15px;
    padding: 3px 0 3px 20px;
}
.data td.nowrap {
    white-space: nowrap;
    width: 1%;
}
.data td.min {
    width: 1px;
}
.data p.alert {
    float: left;
    width: 694px;
    padding: 4px 10px 4px 34px;
    background: url(icons/info.gif) #ede5cf 10px center no-repeat;
    margin: 0 0 10px 0;
    font-weight: bold;
    border: 1px solid #6261ba;
    color: #6261ba;
}
.ordering-form .ordering {
    width: 50px;
    margin: 0 10px 0 0;
}
p.tools {
    float: left;
    width: 100%;
    margin: 0;
}
p.tools a.b, p.tools input {
    display: block;
    float: left;
    background: url(button_bg.gif) #fff bottom left repeat-x;
    color: #2c2a75;
    padding: 0 6px;
    overflow: visible;
    height: 22px;
    line-height: 22px;
    text-decoration: none;
    border: 1px solid #87a771; /* TODO change color */
    margin: 0 10px 0 0;
    cursor: pointer;
}
p.tools a.default, p.tools input.default {
    font-weight: bold;
    border: 1px solid #472; /* TODO change color */
}
p.tools a.b:hover, p.tools input:hover {
    border-color: #972646;
}
a.view-site {
    float: right;
    margin: 0 0 10px 10px;
    font-size: 11px;
    text-decoration: none;
    background: url(icons/view.gif) center left no-repeat;
    padding: 0 0 0 16px;
}

.fields-control {
    float: left;
    width: 720px;
    height: 24px;
    padding: 0 10px;
}
.fields-control a {
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    padding: 0 7px;
    margin: 0 7px 0 0;
    border: 1px solid #d2d9cb;
    border-width: 1px 1px 0 1px;
    background: #f1f3ef;
    text-decoration: none;
    color: #333;
}
.fields-control a.active {
    background: #e2e8dd;
}
.fields-control a.error {
    color: #c00;
}
.form .field-advanced, .form .field-seo {
    display: none;
}
.form {
    float: left;
    width: 720px;
    padding: 10px;
    margin: 0 0 20px 0;
    border: 1px solid #d2d9cb;
    border-width: 1px 0 1px 0;
    background: #f1f3ef;
}
.form div {
    float: left;
    width: 720px;
    margin: 0 0 15px 0;
}
.form span.label {
    display: block;
    float: left;
    text-align: right;
    width: 120px;
    padding: 4px 10px 0 0;
    font-size: 12px;
}
.form span.required {
    font-weight: bold;
}
.form div input, .form select, .form textarea {
    float: left;
    width: 368px;
    _width: 370px;
    border: 1px solid #aaa;
    font-size: 14px;
    padding: 1px;
}
.form div textarea {
    height: 5em;
}
.form div img {
    float: left;
    margin: 1px 0 0 7px;
}
.form div.boolean img {
    margin-left: 0;
}
.form div textarea.wysiwyg_editor {
    width: 500px;
    height: 200px;
}
.form div .mceEditor {
    float: left;
}
.form div ul {
    width: 590px;
    float: right;
    list-style-type: none;
}
.form div ul input {
    float: none;
    border: 0;
}
.form div ul a img {
    float: none;
    margin: 0;
}
.data td.boolean input, .form div ul input, .form div.boolean input {
    width: auto;
    border: 0;
}
.form p {
    float: right;
    width: 590px;
    font-size: 11px;
    margin: 0;
} 
.form div.boolean input {
    margin-right: 7px;
}
.form div.boolean p {
    float: left;
    font-size: 12px;
    width: 560px;
}

div.error-warning {
    background: #c00;
    color: #fff;
}

ul.errorlist {
    color: #c00;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

dl.debug {
    float: left;
    width: 740px;
    color: #888;
}

.pagination {
    float: left;
    width: 740px;
    height: 20px;
    margin: 0 0 10px 0;
    padding: 0;
}
.pagination a, .pagination span {
    display: block;
    float: left;
    height: 20px;
    line-height: 20px;
    padding: 0 3px;
    margin: 0 6px 0 0;
    background: #f1f3ef;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #d2d9cb;
}
.pagination a.selected, .pagination a:hover {
    border-bottom: 1px solid #972646;
}
.text-content p, .text-content ul, .text-content ol, .text-content h1, .text-content h2, .text-content h3 {
    line-height: 1.5em;
    margin: 0 0 10px 0;
}
.text-content ul, .text-content ol {
    padding: 0;
    margin: 0 0 10px 40px;
}
.text-content ul {
    list-style-type: square;
}
.text-content blockquote {
    border-left: 10px solid #bcdba3;
    padding: 4px 10px;
    margin: 0;
}
.help-content .image-box {
    text-align: center;
}
.help-content .image-box img {
    border: 10px solid #bcdba3;
}

.sidebar {
    float: left;
    width: 200px;
    padding: 0 0 0 10px;
}
.filter-widget, .help-widget {
    float: left;
    width: 180px;
    padding: 10px;
    background-color: #fff;
    margin: 0 0 10px 0;
}
.filter-widget h1, .help-widget h1 {
    font-size: 14px;
    margin: 0 0 10px 0;
}
.filter-widget h1 img, .help-widget h1 img {
    vertical-align: middle;
}
.help-widget p {
    margin: 0 0 10px 0;
}
.filter-widget p {
    margin: 0 0 5px 0;
}


.fileinputs {
    position: relative;
}
.fakefile {
    position: absolute;
    z-index: 1001;
    top: 0;
    left: 0;
}
input.file {
    position: absolute;
    z-index: 1002;
    top: 0;
    left: 0;
    text-align: right;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
}
