body {
    font-family: Lucida Sans Unicode, Sans-Serif;
    font-size: 12px;
    line-height: 18px;
    background-color: #efefef;
}

#header {
    margin: 0 auto;
    padding: 10px;
    width: 904px;
    background-image: url('../Images/header_info.jpg');
    height: 120px;
    font-weight: bold;
    color: White;
    position: relative;
}
#menu {
    position: absolute;
    top: 115px;
    left: 15px;
    margin: 0;
    padding: 0;
}
#menu li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: inline;
}
#menu li:before { content: " | "; }
#menu li:first-child:before { content: ""; }

#content {
    padding: 10px 10px 30px;
    margin: 0 auto;
    width: 904px;
    background-color: white;
}
#content img {
  padding: 10px;
}
input, select, textarea {
    font-size: 100%;
    font-family: Lucida Sans Unicode, Sans-Serif;
}

h1 {
    font-size: 24px;
    margin: 15px 0;
}

h2 {
    font-size: 16px;
    margin: 18px 0;
}
h3 {
    font-size: 14px;
    margin: 9px 0;
}

a {
    color: black;
}
a:hover {
    color: #ff9900;
}
#header a {
    color: White;
    text-decoration: none;
}
#header a:hover {
    color: White;
    text-decoration: underline;
}

legend {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 9px;
}

fieldset {
    padding: 10px 16px 10px 10px;
    border: 1px solid #cccccc;
    /*overflow: hidden;*/
    margin-bottom: 10px;
}
fieldset div {
    margin-bottom: 18px;
}
fieldset div.help, fieldset div.location {
    margin-bottom: 0px;
}
fieldset textarea {
    width: 100%;
}


.back_links{
    float: right;
}

.size0 {
    width: 25px;
}
.size1 {
    width: 50px;
}
.size2 {
    width: 100px;
}
.size3 {
    width: 150px;
}
.size4 {
    width: 250px;
}
.size5 {
    width: 500px;
}

.right {
    text-align: right;
}
.centre {
    text-align: center;
}
.full {
    width: 100%;
}
.spacer {
    margin-right: 10px;
}

fieldset.admin {
    border: 2px solid #ff9900;
}
img.status {
    float: left;
    margin-bottom: 10px;
}
div.status {
    margin-left: 40px;
}

fieldset label {
    clear: left;
    display: block;
    font-weight: bold;
    margin-top: 6px;
}
fieldset label div {
    margin-left: 5px;
}

span label {
    display: inline;
    font-weight: normal;
    margin-left: 5px;
    margin-right: 15px;
}

p {
    margin: 9px 0 9px 0;
}

ul, ol {
    margin: 6px 0 6px 0;
    padding: 0 0 0 20px;
    list-style-position: inside;
}

ul {
    list-style-type: disc;
}

ol {
    list-style-type: decimal;
}

li {
    margin: 0 0 6px 0;
}

hr {
    background-color: #cccccc;
    border: 0;
    height: 1px;
    margin: 8px 0 9px;
}

.report {
    width: 100%;
    overflow: auto;
}



.jquery-message {
    font-size: 14px;
    position: absolute;
    top: 20px;
    left: 25%;
    width: 50%;
    text-align: center;
    color: black;
    background-color: #efefef;
    display: none;
    z-index: 100000;
    border: 2px solid white;
}

.error {
    background-color: Red;
}
.invalid {
    color: red;
    display: inline;
}
.invalidSummary {
    color: red;
}

.jquery-message p {
    margin: 5px;
    display: block;
}

.jquery-message a {
    display: none;
}


.zone {
    margin-bottom: 6px;
}
.zone label {
    font-weight: normal;
    display: inline;
    margin-left: 5px;
    margin-right: 5px;
}
.locations {
    margin-left: 20px;
    margin-bottom: 6px;
}



/* BUTTONS */
.buttons a, .buttons input[type=submit] {
    margin:0 7px 0 0;
    background-color: #efefef;
    border: 1px solid #cccccc;
    line-height:130%;
    text-decoration: none;
    font-weight: bold;
    color: #333333;
    cursor: pointer;
    padding: 5px 10px 6px 7px; /* Links */
    
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.buttons input[type=submit] {
    width: auto;
    overflow: visible;
    padding: 4px 10px 3px 7px; /* IE6 */
}
.buttons input[type=submit] {
    padding: 5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html input[type=submit] {
    padding: 4px 10px 3px 7px; /* IE7 */
}

.buttons input[type=submit] img, .buttons a img{
    margin: 0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */
.buttons a:hover, .buttons input[type=submit]:hover {
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}

/* POSITIVE */
.buttons a.positive, .buttons input[type=submit].positive {
    color:#529214;
}
.buttons a.positive:hover, .buttons input[type=submit].positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
/* NEGATIVE */
.buttons a.negative, .buttons input[type=submit].negative{
    color:#d12f19;
}
.buttons a.negative:hover, .buttons input[type=submit].negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}






/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
