/*
 * Styles for catalog3 admin pages
 */

body {
    font: 13px/1.231 arial,helvetica,clean,sans-serif;
    text-align: center;
    background-color: #f2f2f2;
}

a {
}

h1 {
    margin-top: 1em;
    font-size: 1.5em;
    font-weight: normal;
}

h1 strong {
    color: #e00;
    font-style: normal;
}

h1 div.float-right {
    font-size: 0.66em;
    text-align: right;
}

h1 div.float-right div {
    margin-bottom: 0.25em;
    color: #2c5180;
}

h4 {
    color: #e00;
    font-size: 1.25em;
    font-weight: normal;
    font-style: italic;
}

button {
    font-family: inherit;
    font-size: 1em;
    height: 2em;
    vertical-align: center;
    color: #333;
    background-color: #f2f2f2;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f2f2f2), to(#e8e8e8));
    background: -webkit-linear-gradient(top, #f2f2f2, #e8e8e8);
    background: -moz-linear-gradient(top, #f2f2f2, #e8e8e8);
    background: -ms-linear-gradient(top, #f2f2f2, #e8e8e8);
    background: -o-linear-gradient(top, #f2f2f2, #e8e8e8);
    /* You can't override this in IE, so we remove it because of new-button override */
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e8e8e8', GradientType=0); */
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

button:hover {
    color: #000;
    border: 1px solid #bbb;
    box-shadow: 1px 1px 3px #d2d2d2;
    -webkit-box-shadow: 1px 1px 3px #d2d2d2;
    -moz-box-shadow: 1px 1px 3px #d2d2d2;
}

.odd-row {
    background-color: #f0f0f0;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.clear-both {
    clear: both;
}

.hidden {
    display: none;
}

.form-buttons {
    margin-top: 0.25em;
    text-align: right;
}

#doc {
    position: relative;
    top: -53px;
    width: 90%;
    *width: 90%;
    min-width: 974px;
    background-color: #fff;
    margin: 0 auto;
}

#header {
    height: 65px;
    text-align: left;
}

#header img {
    float: left;
    margin: 23px 13px 0;
}

#header h1 {
    display: inline;
}

#header div {
    float: right;
    margin: 23px 13px 0;
}

#nav {
    position: relative;
    top: 65px;
    height: 40px;
    z-index: 5;
    line-height: 40px;
    background-color: #437ebc;
    background: linear-gradient(top, #437ebc 0%,#2b5078 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#437ebc), to(#2b5078));
    background: -webkit-linear-gradient(top, #437ebc, #2b5078);
    background: -moz-linear-gradient(top, #437ebc, #2b5078);
    background: -ms-linear-gradient(top, #437ebc, #2b5078);
    background: -o-linear-gradient(top, #437ebc, #2b5078);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#437ebc', endColorstr='#2b5078', GradientType=0);
}

#nav ul {
    font-size: 1.25em;
    width: 90%;
    *width: 90%;
    min-width: 974px;
    margin: 0 auto;
    text-align: left;
}

#nav li {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 0 1em;
}

#nav li.selected {
    background-color: #2a517e;
    background: linear-gradient(top, #2a517e 0%,#1a3253 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2a517e), to(#1a3253));
    background: -webkit-linear-gradient(top, #2a517e, #1a3253);
    background: -moz-linear-gradient(top, #2a517e, #1a3253);
    background: -ms-linear-gradient(top, #2a517e, #1a3253);
    background: -o-linear-gradient(top, #2a517e, #1a3253);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2a517e', endColorstr='#1a3253', GradientType=0);
}

#nav li:hover {
    background-color: #1a3253;
    background: linear-gradient(top, #1a3253 0%,#2a517e 100%);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1a3253), to(#2a517e));
    background: -webkit-linear-gradient(top, #1a3253, #2a517e);
    background: -moz-linear-gradient(top, #1a3253, #2a517e);
    background: -ms-linear-gradient(top, #1a3253, #2a517e);
    background: -o-linear-gradient(top, #1a3253, #2a517e);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a3253', endColorstr='#2a517e', GradientType=0);
}

#nav li a {
    color: #fff;
    text-decoration: none;
}


#footer {
    clear: both;
    padding: 2em 0 1em;
}

#content {
    min-height: 650px;
    margin-top: 65px;
    padding: 0 13px;
    text-align: left;
}

#new-domain-button {
    padding: 0 0.75em;
    margin-left: 0.5em;
    color: #fff;
    background-color: #339933;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#393), to(#282));
    background: -webkit-linear-gradient(top, #393, #282);
    background: -moz-linear-gradient(top, #393, #282);
    background: -ms-linear-gradient(top, #393, #282);
    background: -o-linear-gradient(top, #393, #282);
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#393', endColorstr='#282', GradientType=0); */
    border: 1px solid #171;
}

#new-domain-button strong {
    font-weight: bold;
    font-style: normal;
    margin-right: 0.5em;
}

#new-domain-button:hover {
    background-color: #282;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#282), to(#171));
    background: -webkit-linear-gradient(top, #282, #171);
    background: -moz-linear-gradient(top, #282, #171);
    background: -ms-linear-gradient(top, #282, #171);
    background: -o-linear-gradient(top, #282, #171);
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282', endColorstr='#171', GradientType=0); */
    border: 1px solid #060;
}

#cds-dialog {
    text-align: left;
}

#cds-dialog input {
    width: 100%;
    margin: 0.75em 0;
}

#cds-dialog-error-text {
    margin: 0.5em 0;
    color: #e00;
}

#controls-container {
    margin-top: 1.5em;
}

#left-content {
    float: left;
    width: 685px;
}

#left-content table {
    margin-top: 1em;
    width: 100%;
}

#left-content table td {
    height: 1.6em;
    line-height: 1.6em;
    padding: 3px 6px;
    border: 1px solid #f0f0f0;
}

#left-content table input {
    height: 1.3em;
    width: 99%;
}

#left-content table td.label {
    text-align: right;
    white-space: nowrap;
    font-weight: bold;
    width: 18%;
}

#left-content table td.label strong {
    color: #f00;
    text-decoration: none;
    margin-right: 0.25em;
}

#domain-submit-buttons {
    margin-top: 0.5em;
    text-align: right;
}

#domain-submit-buttons button {
    width: 5em;
    margin-left: 0.1em;
}

#right-content {
    float: right;
    margin-top: 1em;
}

#right-content table {
    width: 250px;
    border: 1px solid #c1d0dc;
}

#right-content table thead td {
    font-weight: bold;
    background-color: #eef6ff;
    color: #2c5180;
    padding: 1em;
    border: 1px solid #c1d0dc;
}

#right-content table tbody td {
    padding: 1em 1em 0;
}

#right-content table tbody td div {
    margin-bottom: 1em;
}

#right-content table tbody td div a {
    color: #2c5180;
}


/* error documents */

.error-content h1 {
    margin-top: 3em;
    font-size: 2.5em;
    font-weight: bold;
    color: #e00;
}

.error-content h2 {
    margin-top: 1em;
    font-size: 1.5em;
    font-weight: normal;
}
