/*
    DJANGO Admin styles
*/

body {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-family: Helvetica,Tahoma,Arial,sans-serif;
    color: #333333;
    background: #E6E6E6;
}

div {
    position: relative;
}

.clearfix {
    display: block;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.hidden {
    display: none;
}

/* LINKS */

a:link, a:visited {
    color: #2D7F99; /*318AA6;*/
    text-decoration: none;
}

a:hover {
    color: #40B4D9;
}

a:focus {
    outline: medium none;
}

a img {
    border: none;
}

a.section:link, a.section:visited {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    text-decoration: none;
}

/* GLOBAL DEFAULTS */

p, ol, ul, dl {
    margin: .2em 0 .8em 0;
}

p {
    padding: 0;
    line-height: 140%;
}

h1,h2,h3,h4,h5 {
    font-weight: bold;
    text-transform: capitalize;
}

h2,h3 {
    font-family: Georgia,serif;
}

h1 {
    font-family: "Lucida Grande",serif;
    font-size: 20px;
    font-weight: normal;
    /*color: #333333;*/
    padding: 0 6px 0 0;
    margin: 0 0 .2em 0;
}

h2 {
    font-size: 16px;
    font-weight: normal;
    margin: 1em 0 .5em 0;
}

h2.subhead {
    font-weight: normal;
    margin-top: 0;
}

h3 {
    font-size: 11px;
    margin: .8em 0 .3em 0;
    color: #666;
    font-weight: bold;
}

h4 {
    font-size: 10px;
    margin: 1em 0 .8em 0;
    padding-bottom: 3px;
}

h5 {
    font-size: 9px;
    margin: 1.5em 0 .5em 0;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

ul, ol, li {
    position: relative;
}

ul li {
    list-style-type: square;
    padding: 1px 0;
}

ul.plainlist {
    margin-left: 0 !important;
}

ul.plainlist li {
    list-style-type: none;
}

li ul {
    margin-bottom: 0;
}

li, dt, dd {
    font-size: 11px;
    line-height: 14px;
}

dt {
    font-weight: bold;
    margin-top: 4px;
}

dd {
    margin-left: 0;
}

form {
    margin: 0;
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
}

blockquote {
    font-size: 11px;
    color: #777;
    margin-left: 2px;
    padding-left: 10px;
    border-left: 5px solid #ddd;
}

code, pre {
    font-family: "Bitstream Vera Sans Mono", Monaco, "Courier New", Courier, monospace;
    background: inherit;
    color: #666;
    font-size: 11px;
}

pre.literal-block {
    margin: 10px;
    background: #eee;
    padding: 6px 8px;
}

code strong {
    color: #930;
}

hr {
    clear: both;
    color: #eee;
    background-color: #eee;
    height: 1px;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 1px;
    line-height: 1px;
}

/* TEXT STYLES & MODIFIERS */

.small {
    font-size: 11px;
}

.tiny {
    font-size: 10px;
}

p.tiny {
    margin-top: -2px;
}

.mini {
    font-size: 9px;
}

p.mini {
    margin-top: -3px;
}

.help, p.help {
    font-size: 10px !important;
    color: #919191; /*595959;*/
}

p img, h1 img, h2 img, h3 img, h4 img, td img {
    vertical-align: middle;
}

.quiet, a.quiet:link, a.quiet:visited {
    /*color: #999 !important;*/
    font-weight: normal !important;
}

.quiet strong {
    font-weight: bold !important;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clear {
    clear: both;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.example {
    margin: 10px 0;
    padding: 5px 10px;
    background: #efefef;
}

.nowrap {
    white-space: nowrap;
}

/* TABLES */

table {
    border-collapse: collapse;
    border-color: #ccc;
}

caption {
    text-align: left;
}

td, th {
    font-size: 11px;
    line-height: 13px;
    border-bottom: 1px solid #eee;
    vertical-align: top;
    padding: 8px 5px;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

th {
    text-align: left;
    font-weight: bold;
}

thead th,
tfoot td {
    color: #666;
    padding: 4px 5px;
    font-size: 10px;
    font-family: Tahoma,Arial,sans-serif;
    background: url("../img/admin/nav-bg.gif") repeat-x scroll left bottom #FFFFFF;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    text-transform: uppercase;
}

tfoot td {
    border-bottom: none;
    border-top: 1px solid #ddd;
}

thead th:first-child,
tfoot td:first-child {
    border-left: none !important;
}

thead th.optional {
    font-weight: normal !important;
}

fieldset table {
    border-right: 1px solid #eee;
}

tr.row-label td {
    font-size: 9px;
    padding-top: 2px;
    padding-bottom: 0;
    border-bottom: none;
    color: #666;
    margin-top: -1px;
}

tr.alt {
    background: #f6f6f6;
}

.row1 {
    background: #EBEFF7; /*E1E9F7;*/
}

.row0, .row2 {
    background: #F5F7FA; /*F0F4FA;*/
    border-top: 1px solid #EEEEEE;/*F2F2F2;*/
    border-bottom: 1px solid #EEEEEE;/*F2F2F2;*/
}

td span.currency {
    vertical-align: middle;
}

/* SORTABLE TABLES */

thead th a:link, thead th a:visited {
    color: #666;
    display: block;
}

table thead th.sorted {
    background-position: bottom left !important;
}

table thead th.sorted a {
    padding-right: 13px;
}

table thead th.ascending a {
    background: url(../img/admin/arrow-up.gif) right .4em no-repeat;
}

table thead th.descending a {
    background: url(../img/admin/arrow-down.gif) right .4em no-repeat;
}

/* ORDERABLE TABLES */

table.orderable tbody tr td:hover {
    cursor: move;
}

table.orderable tbody tr td:first-child {
    padding-left: 14px;
    background-image: url(../img/admin/nav-bg-grabber.gif);
    background-repeat: repeat-y;
}

table.orderable-initalized .order-cell, body>tr>td.order-cell {
    display: none;
}

/* FORM DEFAULTS */

input, textarea, select, .form-row p {
    margin: 2px 0;
    padding: 5px;
    vertical-align: middle;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 11px;
}
select {
    padding: 4px 5px;
}

table input, table select {
    padding: 3px;
}

textarea {
    vertical-align: top !important;
}

input[type=text], input[type=password], textarea, select, .vTextField {
    background-color: #FAFAFA !important;
    border-color: #BBBBBB #E6E6E6 #E6E6E6 #BBBBBB;
    border-style: solid;
    border-width: 1px;
}

table input, table select {
    border-color: #DEDEDE transparent transparent #DEDEDE !important;
}

table input[type=checkbox] {
    margin-top: 6px;
}

input[type=search] {
    -webkit-appearance: none;
}

/* FORM BUTTONS */

.button, input[type=submit], input[type=button], .submit-row input[type=submit], .submit-row input[type=button] {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: white url(../img/admin/nav-bg.gif) bottom repeat-x;
    padding: 8px 10px;
    color: black;
    border-style: solid;
    border-color: transparent #999999 #999999 transparent;
    border-width: 1px;
}

.button:active, input[type=submit]:active, input[type=button]:active {
    background-image: url(../img/admin/nav-bg-reverse.gif);
    background-position: top;
}

.button[disabled], input[type=submit][disabled], input[type=button][disabled] {
	background-image: url(../img/admin/nav-bg.gif);
	background-position: bottom;
	opacity: 0.4;
}

.button.default, input[type=submit].default, .submit-row input.default {
    background: #43BF4B;
    color: #FFFFFF;
    float: right;
    text-shadow: 0 1px 0 #4D4D4D;
    border-color: transparent #999999 #999999 transparent;
}

.button.default:active, input[type=submit].default:active {
    background: #36993C;
}

.button[disabled].default, input[type=submit][disabled].default, input[type=button][disabled].default {
	background-image: url(../img/admin/default-bg.gif);
	background-position: bottom;
	opacity: 0.4;
}

/* MODULES */

.module {
    border: 0 none;
    margin-bottom: 5px;
}

fieldset.module {
    padding: 0 20px;
}

fieldset.module h2 {
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 15px;
}

.module p, .module ul, .module h3, .module h4, .module dl, .module pre {
    padding-left: 10px;
    padding-right: 10px;
}

.module blockquote {
    margin-left: 12px;
}

.module ul, .module ol {
    margin-left: 1.5em;
}

.module h3 {
    margin-top: .6em;
}

.module table {
    border: 1px solid #DEDEDE;
    border-collapse: collapse;
}

.module table td p {
    padding-top: 3px;
}

/* FIELDSETS */

/* MESSAGES & ERRORS */

ul.messagelist {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #FFFFCC;
    padding: 15px 10px 10px;
    margin: 0;
    position: fixed;
    top: 40px;
    left: 0;
    z-index: 100;
}

ul.messagelist li {
    font-size: 12px;
    display: block;
    padding: 4px 5px 4px 25px;
    margin: 0 0 3px 0;
    color: #666;
    background: transparent url(../img/admin/icon_success.gif) 5px .3em no-repeat;
}

ul.messagelist li.warning{
    background-image: url(../img/admin/icon_alert.gif);
}

ul.messagelist li.error{
    background-image: url(../img/admin/icon_error.gif);
}

.errornote {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px !important;
    display: block;
    padding: 5px;
    margin: 10px 20px 0;
    border: 1px solid #D94C4C;
    color: white;
    text-shadow: 0 1px 0 #666666;
    /*background: #D96D6D url(../img/admin/icon_error.gif) 5px .3em no-repeat;*/
    background-color: #D96D6D;
}

ul.errorlist {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    display: block !important;
    margin: 10px 20px 0;
    padding: 0 !important;
    border: 1px solid #D94C4C;
    color: white;
    text-shadow: 0 1px 0 #111111;
}

.errorlist li {
    font-size: 12px !important;
    display: block;
    padding: 4px 5px 4px 25px;
    margin: 0 0 3px 0;
    /*border: 1px solid red;
    color: white;*/
    background: #D96D6D url(../img/admin/icon_alert.gif) 5px .3em no-repeat;
}

.errorlist li a {
 	color: white;
    text-decoration: underline;
}

td ul.errorlist {
    margin: 0 !important;
    padding: 0 !important;
}

td ul.errorlist li {
    margin: 0 !important;
}

.errors {
    background: #ffc;
}

.errors input, .errors select, .errors textarea {
    border: 1px solid red;
}

div.system-message {
    background: #ffc;
    margin: 10px;
    padding: 6px 8px;
    font-size: .8em;
}

div.system-message p.system-message-title {
    padding: 4px 5px 4px 25px;
    margin: 0;
    color: red;
    background: #ffc url(../img/admin/icon_error.gif) 5px .3em no-repeat;
}

.description {
    font-size: 12px;
    padding: 5px 0 0 12px;
}

/* BREADCRUMBS */

div.breadcrumbs {
    font-size: 11px;
    color: #808080;
    text-align: left;
    padding-top: 10px;
    padding-left: 5px;
}

div.breadcrumbs a {
    font-size: 11px;
    text-transform: uppercase;
    vertical-align: text-top;
}

/* ACTION ICONS */

.addlink {
    padding-left: 12px;
    background: url(../img/admin/icon_addlink.gif) 0 .2em no-repeat;
}

.changelink {
    padding-left: 12px;
    background: url(../img/admin/icon_changelink.gif) 0 .2em no-repeat;
}

.deletelink {
    background: url(../img/admin/icon_deletelink.gif) 0 .25em no-repeat;
}

a.deletelink:link, a.deletelink:visited {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #4D4D4D;
    border-color: transparent #999999 #999999 transparent;
}

/* OBJECT TOOLS */

.object-tools {
    font-size: 10px;
    font-weight: bold;
    font-family: Arial,Helvetica,sans-serif;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 10px;
    top: -55px;
    text-transform: capitalize;
}

.change-form .object-tools {
    top: -73px;
}

.form-row .object-tools {
    margin-top: 5px;
    margin-bottom: 5px;
    float: none;
    height: 2em;
    padding-left: 3.5em;
}

.object-tools li {
    display: block;
    float: left;
    margin-left: 5px;
    height: 16px;
}


.object-tools a:link, .object-tools a:visited,
.object-tools input[type=submit] {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border-color: transparent #666666 #666666 transparent;
    border-style: solid;
    border-width: 1px;
    display: block;
    float: left;
    color: white;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    text-shadow: 0 1px 0 #4D4D4D;
    padding: 5px 10px;
    margin-top: 0;
    height: 14px;
    background: #4D8799;
}

.object-tools input[type=submit] {
    height: 26px;
}

/*.object-tools a.viewsitelink, .object-tools a.golink {
    background: #999 url(../img/admin/tooltag-arrowright.gif) top right no-repeat;
    padding-right: 28px;
}

.object-tools a.viewsitelink:hover, .object-tools a.golink:hover {
    background: #5b80b2 url(../img/admin/tooltag-arrowright_over.gif) top right no-repeat;
}

.object-tools a.addlink {
    background: #999 url(../img/admin/tooltag-add.gif) top right no-repeat;
    padding-right: 28px;
}

.object-tools a.addlink:hover {
    background: #5b80b2 url(../img/admin/tooltag-add_over.gif) top right no-repeat;
}*/

/* OBJECT HISTORY */

table#change-history {
    width: 100%;
}

table#change-history tbody th {
    width: 16em;
}

/* NAVIGATION */

.dropdown {
    background: url("../img/sprites.png") no-repeat scroll -79px -67px transparent;
    display: inline-block;
    height: 6px;
    margin: 0 0 0 4px;
    padding: 2px 4px 1px;
    vertical-align: bottom;
}

/* PAGE STRUCTURE */

.col15 { display: inline-block; vertical-align: top; width: 15%; }
.col20 { display: inline-block; vertical-align: top; width: 20%; }
.col25 { display: inline-block; vertical-align: top; width: 25%; }
.col30 { display: inline-block; vertical-align: top; width: 30%; }
.col33 { display: inline-block; vertical-align: top; width: 33.333%; }
.col45 { display: inline-block; vertical-align: top; width: 45%; }
.col50 { display: inline-block; vertical-align: top; width: 50%; }
.col66 { display: inline-block; vertical-align: top; width: 66.666%; }
.col70 { display: inline-block; vertical-align: top; width: 70%; }
.col75 { display: inline-block; vertical-align: top; width: 75%; }
.col80 { display: inline-block; vertical-align: top; width: 80%; }
.col85 { display: inline-block; vertical-align: top; width: 85%; }

.width85 { width: 85% !important; }

#container {
    position: relative;
    width: 100%;
    min-width: 1150px;
    padding: 40px 0 20px;
}

.popup #container {
    padding: 0;
    min-width: 805px;
}

#content {
    padding: 0 20px;
    text-shadow: 0 1px 0 #FAFAFA;
}

.popup #content {
    padding: 0;
}

/*.change-list #content,
.dashboard #content {
    text-shadow: 0 1px 0 #F7F7F7;
}*/

#header {
    width: 100%;
    min-width: 1150px;
    height: 40px;
    position: fixed;
    top: 0;
    left: 0;
}

#global-search {
    display: inline-block;
    margin-left: 15px;
    padding: 7px 0 0;
}

#nav-global {
    display: inline-block;
    margin: 0 0 0 8px;
    padding: 0;
    top: -2px;
}

#sub-header {
    margin: 15px 20px 10px;
}

#content-title {
    /*color: #4D4D4D;*/
    text-shadow: 0 1px 0 #F7F7F7; /*FFFFFF;*/
    padding: 0;
}

.change-form #content-title {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    text-shadow: 0 1px 0 #D4D4D4;
    background-color: #BFBFBF;
    padding: 10px 12px 7px;
}

.change-list #content-title {
    padding: 0 4px;
}

.popup #content-title {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#content-tabs {
    margin: 0 20px 0 0;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

#content-main {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    background-color: #E6E6E6;
    padding: 15px 0 0;
    width: 100%;
}

.change-form #content-main {
    padding-bottom: 70px;
}

.popup #content-main {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding-bottom: 0;
}

#content-main form > p {
    padding: 0 15px;
}

#content-related {
    float: right;
    width: 18em;
    position: relative;
    margin-right: -19em;
}

#footer {
    clear: both;
    padding: 10px;
}

.popup #footer {
    display: none;
}

/* COLUMN TYPES */

/*.colMS {
    margin-right: 20em !important;
}*/

.colSM {
    margin-left: 20em !important;
}

.colSM #content-related {
    float: left;
    margin-right: 0;
    margin-left: -19em;
}

.colSM #content-main {
    float: right;
}

.popup .colM {
    width: 100%;
}

.subcol {
    float: left;
    width: 46%;
    margin-right: 15px;
}

/* HEADER */

#header {
    -moz-box-shadow: 0 2px 4px #262626;
    -webkit-box-shadow: #262626 0 2px 4px;
    box-shadow: 0 2px 4px #262626;
    background: -moz-linear-gradient(center bottom, #3B3B3B 10%, #4D4D4D 50%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.10, #3B3B3B), color-stop(0.50, #4D4D4D));
    background-color: #3B3B3B;
    color: #43BF4B;
    overflow: visible;
    z-index: 9999;
}

#header a:link, #header a:visited {
    color: #BFBFBF;
}

#header a:hover {
    text-decoration: underline;
}

#branding {
    padding: 2px 15px 0;
    display: inline-block;
}

#branding h1 {
    padding: 0 10px;
    font-size: 18px;
    font-family: Georgia,serif;
    margin: 8px 0;
    font-weight: normal;
    color: #f4f379;
    text-transform: none;
}

#branding h2 {
    padding: 0 10px;
    font-size: 14px;
    margin: -8px 0 8px 0;
    font-weight: normal;
    color: #ffc;
}

.menu-divider {
    color: #BFBFBF;
    font-family: Tahoma,sans-serif;
    font-weight: bold;
    margin: 0 10px;
}

#user-tools {
    position: absolute;
    top: 0;
    right: 0;
    /*float: right;*/
    padding: 1.2em 25px;
    font-size: 11px;
    text-align: right;
}

#user-tools a:link,
#user-tools a:visited {
    color: #43BF4B;
    white-space: nowrap;
}

#user-tools a:hover {
    text-decoration: none;
}

#user-tools ul {
    -moz-border-radius: 0 0 1px 1px;
    -webkit-border-radius: 0 0 1px 1px;
    border-radius: 0 0 1px 1px;
    box-shadow: 0 1px 1px rgba(102, 102, 102, 0.75);
    background-color: #666666;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 20px;
    top: 40px;
}

#user-tools ul li {
    list-style-type: none;
}

#user-tools ul li {
    padding: 6px 10px;
}

#nav-global p {
    color: #D9D9D9;
    display: block;
    font-size: 12px;
    text-shadow: 0 1px 0 #262626;
    margin: 0;
    padding: 10px 10px 0;
    white-space: pre;
    width: 100%;
}

#nav-global ul p {
    text-shadow: 0 1px 0 #3B3B3B;
    color: #43BF4B;
}

#nav-global li {
    list-style-type: none;
    display: inline-block;
    /*margin-right: 15px;*/
    text-transform: capitalize;
}

#nav-global li a:link,
#nav-global li a:visited {
    font-family: Tahoma,sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-shadow: 0 1px 0 #262626;
    color: #D9D9D9;/*318AA6;*/
}

#nav-global > li > a {
    -moz-transition: background 100ms ease-in-out 0s;
    -webkit-transition: background 100ms ease-in-out 0s;
    transition: background 100ms ease-in-out 0s;
    padding: 13px 10px;
    border-color: transparent;
    border-style: solid;
    border-width: 0 1px;
}

#nav-global > li.first > a {
    border-width: 0 1px;
}

#nav-global > li > a:hover {
    border-color: #3B3B3B;
    background: -moz-linear-gradient(center bottom , #404040 40%, #474747 70%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.40, #474747), color-stop(0.70, #404040));
}

#nav-global > li > a.active {
    border-color: #3B3B3B;
    background: -moz-linear-gradient(center bottom , #555555 40%, #4D4D4D 70%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.40, #555555), color-stop(0.70, #4D4D4D));
}

#nav-global > li > a.active {
    padding: 14px 10px;
}

#nav-global li a:hover {
    text-decoration: none;
}

#nav-global li ul {
    -moz-border-radius: 0 0 1px 1px;
    -webkit-border-radius: 0 0 1px 1px;
    border-radius: 0 0 1px 1px;
    -moz-box-shadow: 0 1px 1px rgba(102,102,102,.75);
    -webkit-box-shadow: 0 1px 1px rgba(102,102,102,.75);
    box-shadow: 0 1px 1px rgba(102,102,102,.75);
    display: none;
    background-color: #555555;
    border-color: rgba(38, 38, 38, 0.4);
    border-style: solid;
    border-width: 0;
    padding: 0 0 5px;
    position: absolute;
    margin: 0;
    top: 29px;
    left: 1px;
}

#nav-global li ul li {
    width: 100%;
}

#nav-global li ul li a {
    padding: 6px 10px;
    display: block;
    white-space: pre;
}

#nav-global li ul li a:link,
#nav-global li ul li a:visited {
    font-weight: normal;
    font-size: 13px;
    /*color: #309DBF;*/
    text-shadow: 0 1px 0 #404040;
}

#nav-global li ul li a:hover {
    background-color: #999999;
    color: #333333;
    text-shadow: 0 1px 0 #AAAAAA;
}

/* CONTENT */
#content-tabs {
    list-style-type: none;
}

#content-tabs li {
    display: inline-block;
    margin-bottom: -1px;
    padding: 9px 0;
    z-index: 99;
}

#content-tabs li a {
    -webkit-transition: all 100ms ease-in-out 0s;
    -moz-transition: all 100ms ease-in-out 0s;
    transition: all 100ms ease-in-out 0s;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border-color: transparent;
    border-style: solid;
    border-width: 1px 1px 0;
    margin-left: 2px;
    padding: 8px 12px;
    color: #333333;
    font-size: 12px;
    font-weight: bold;
}

#content-tabs li.active a,
#content-tabs li a:hover {
    background-color: #E6E6E6;
    /*border-color: #B3B3B3;*/
    text-shadow: 0 1px 0 #F7F7F7;
}

/* SIDEBAR */

#content-related h3 {
    font-size: 12px;
    color: #666;
    margin-bottom: 3px;
}

#content-related h4 {
    font-size: 11px;
}

#content-related .module h2 {
    background: #eee url(../img/admin/nav-bg.gif) bottom left repeat-x;
    color: #666;
}

/* GLOBAL SEARCH */

#global-search input[type=search] {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-color: #666666;
    border-color: #404040;
    border-style: solid;
    border-width: 1px 0 0 1px;
    color: #CCCCCC;
    margin: -7px 0 0;
    width: 150px;
}

#global-search-results {
    padding: 0;
    margin: 0;
    left: 0;
    top: 33px;
    position: absolute;
    display: none;
}

#global-search-results ul {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    margin: 0;
    padding: 0;
    top: 0 !important;
    min-width: 200px;
    width: auto;
    opacity: .95;
}

#global-search-results li {
    float: none;
    list-style-type: none;
    font-size: 12px;
    white-space: nowrap;
}

#global-search-results li.search-category {
    background-color: #CCCCCC;
    color: #333333;
    text-shadow: 0 1px 0 #E6E6E6;
    font-weight: bold;
    padding: 6px;
    text-transform:uppercase;
}

#global-search-results li.search-result {
    border-bottom: 1px solid #EEEEEE;
}

#global-search-results a:link, #global-search-results a:visited {
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #333333;
    text-shadow: 0 1px 0 #FFFFFF;
    padding: 6px 10px;
}

#global-search-results a:hover, #global-search-results a.ui-state-hover {
    text-decoration: none;
    text-shadow: 0 0 0;
    border-color: transparent;
    background-color: #2D7F99;
}

/* CHANGE FORM */

.change-form .object-tools a,
.change-form .object-tools input[type=submit] {
    border-color: transparent #333333 #333333 transparent;
}

.change-form #content-main h2 {
    padding: 3px 5px;
}
