/* styles */

body {
    background: #fff url(left-gradient.gif) repeat-y;
    color: #555555;
    margin: 0px;
    padding-right: 10px;
    font-size: .9em;
}

body, input, textarea, select, td, th {
    font-family: sans-serif;
    font-size: .9em;
}

a {
    text-decoration: none;
    color: #1084d0;
}

a:hover {
    text-decoration: underline;
}

h1 {
    font-weight: bold;
    font-size: 1.5em;
    color: #FF9A00;
}

h2 {
    font-weight: bold;
    font-size: 1.0em;
}

b {
    color: #FF9A00;
}

.arrowlist {
    list-style-image: url(/inc/arrow.gif);
}

.arrowlist li {
    padding-bottom: 10px;
}

.padleft {
    margin-left: 20px;
}

/* global header */

#pageTitleContainer {
    background: #ffffff;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-left: 15px;
    padding-bottom: 5px;
    height: 87px;
    border-bottom: 1px solid #94969C;
}

#pageTitleText {
    font-weight: bold;
    font-size: 1.5em;
    color: #FF9A00;
    vertical-align: bottom;
    padding-left: 50px;
}

#error {
    border: 1px solid #cc0000;
    padding: 5px;
    margin-bottom: 10px;
}

#message {
    border: 1px solid #424952;
    padding: 5px;
    margin-bottom: 10px;
}

#content {
    margin-left: 192px;
    margin-right: 20px;
}

/* href buttons */

.action {
    background: #ffffff url(action-normal.gif) repeat-x;
    margin-bottom: 1px;
    width: 135px;
}

.action.admin a:hover {
    background: #FFE5BF;
}

.action a {
    display: block;
    color: #444444;
    text-align: center;
    height: 2.5em;
    line-height: 2.5em;
}

.action a:hover {
    background: #dddddd;
    text-decoration: none;
}
 
/* navigation */

#navigation {
    position: absolute;
    left: 10px;
}

#navigation .spacer {
    height: 5px;
    width: 1px;
}

#navigation-bottom {
    margin-top: 20px;
    font-size: 0.75em;
}

#navigation-bottom a {
    color: #555;
    font-weight: bold;
}

.jnlp {
    margin-bottom: 20px;
}

/* forms */

.submitTR {
    border: none !important;
    border-top: 1px solid #eeeeee !important;
    background: none !important;
}

/* list tables */

.list table, .list td {
    border: 1px solid #eeeeee;
}

.list th {
    text-align: left;
    background: #ddd;
    border: 1px solid #ddd;
}

.list tr:hover {
    background: #eeeeee;
}

.list .expanded {
    background: #eeeeee;
}

.list .collapsed {
    display: none;
}

.list .arrow {
    cursor: hand;
}

.list .white {
    background: #fff;
}

.list .bold {
    font-weight: bold;
}

/* login */

#login th {
    text-align: left;
    padding-right: 20px;
}

#login input {
    width: 250px;
}

#login #submit, #login #submit-forgot {
    width: auto;
}

/* edit forms */

.edit label {
    text-align: right;
    font-weight: bold;
    display: block;
    height: 1.5em;
    line-height: 1.5em;
    padding-left: 10px;
}

label.normal {
    text-align: left;
    font-weight: normal;
    padding-left: 0px;
}

label.inline {
    text-align: left;
    font-weight: normal;
    padding-left: 0px;
    display: inline;
}

.edit td {
    background: #eeeeee;
}

.edit input[type=submit] {
    font-size: 1em;
}

.edit .white {
    background: #ffffff;
}

.edit .mandatory {
    color: red;
}

.edit .mandatoryTD {
    background: #eeddcc;
}

.listbox {
    overflow: auto;
    width: 400px;
    height: 75px;
    border: 1px solid #ddd;
}

/* statistics */

.shaded {
    font-weight: bold;
    background: #ddd;
    text-align: center;
    padding: 10px;
}

#statistics .stat {
    text-align: right;
}

#statistics th {
    text-align: right;
}

/* enquiry */

#enquiries #email, #enquiries #name, #enquiries #phone, #enquiries #enquiry {
    width: 250px;
}

/* password meter */

#passwordMeter {
    display: none;
}

#passwordMeter .box {
    border: 1px solid #eee;
}

#passwordMeter td {
    background: white;
}

#passwordMeter .weak {
    background: red;
    color: white;
}

#passwordMeter .mediocre {
    background: yellow;
    color: black;
}

#passwordMeter .strong {
    background: green;
    color: white;
}

/* tabs */

#tabs .spacer {
    border-bottom: 1px solid #888;
}

#tabs .tab {
    border: 1px solid #888;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    padding: 5px 10px;
}

#tabs .selected {
    border-bottom: 1px solid white !important;
    font-weight: bold;
}

#tabs .content {
    padding-top: 5px;
}

/* history */

#history .bar {
    padding: 0px;
    background: #eee;
}

/* events */

#events {
    position: absolute;
    border: 1px solid #888;
    background: white;
}

.hidden {
    display: none;
}

/* downloads */

.download {
    border: 1px solid silver;
    background: #eee;
    padding: 10px;
    margin-bottom: 20px;
}

#downloads h2 {
    font-weight: bold;
    font-size: 1.25em;
    color: #FF9A00;
}

.productIcon {
    float: right;
}

.downloadTool {
    border: 1px solid #fff;
    border-top: 1px solid silver;
    padding: 10px;
    margin-bottom: 20px;
}

/* support user */

#prefixNav {
    background: #eee;
    margin-top: 10px;
    padding: 5px;
}

/* report */

#adminReports th {
    text-align: right;
}

.footnote {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 0.75em;
}

/* recent messages */

#messages .NotRetrieved {
    color: #a66400;
}

#messages .FailedDeleted {
    color: #bf3730;
}

#messages .ReadDeleted {
    color: #a6a6a6;
}

#messages .RetrievedDeleted {
    color: #a6a6a6;
}

