@import url('/s/backend/theme/files/theme-local.css');
body {
    font-family:Tahoma;
    line-height:140%;
}
a {
    color:#3c5b9a;
}
#head {
    height:135px;
    background-color:white;
    background:url(/s/backend/theme/files/header-left.png) no-repeat top left;
    position:relative;
    min-width:1000px;
}
#user_info {
    float:right;
    height:135px;
    width:560px;
    background:url(/s/backend/theme/files/header-right.png) no-repeat top left;
    position:relative;
/*
  color:#FFF;
  font-size:0.9em;
  line-height:140%;
  padding:3px;
  position:relative;
  top:109px;
  left:25px;
 */
}
#user_info strong {
    font-weight:normal;
    background:url( '/s/backend/theme/files/user.png') no-repeat left 4px;
    padding-left:14px;
}
#user_info p {
    position:absolute;
    top:8px;
    right:20px;
    margin:0;
}
#navigation {
    position:absolute;
    top:105px;
    height:30px;
    padding-left:21px;
    min-width:1000px;    
    _width:1000px;    
/* padding:0.2em 0.2em 0.3em 2em; */
}
#navigation li, .subnav li {
    float:left;
    line-height:30px;
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    text-align:center;
    white-space:nowrap;
}
#navigation li:first-child a {
    border-left:0px;
}

#navigation a {
    color:white;
    font-size:12px;
    font-weight:bold;
    margin:0;
    text-decoration:none;
    cursor:pointer;
    display:block;
    line-height:30px;
    padding:0 10px;
    border-left:1px solid white;
    _display:inline;
}
#navigation a.current {
    background:#1c974d none repeat scroll 0% 50%;
    border-left:none;
    position:relative;
    left:1px;
    padding:0 11px;
    zoom:1;
}
.subnav {
    background:#1c974d none repeat scroll 0% 50%;
    margin:0pt;
    height:35px;
    padding-left:20px;
    clear:both;
}
#minisub {
    height:10px;
    background:#1c974d;
}
.subnav li {
    float:left;
    height:24px;
    margin-top:11px;
    display:inline;
}
.subnav a {
    display:block;
    _zoom:0;
    _width:1px;
    color:#FFFFFF;
    font-size:11px;
    text-decoration:underline;
    height:24px;
    line-height:24px;
    padding:0 10px;
    border-left:1px solid white;
}
.subnav li:first-child a {
    border-left:none;
}
.subnav .current {
    background:white;
    color:#393939;
    text-decoration:none;
}
#menuOther {
    background-color:#363636;
    position:absolute;
    z-index:10;
    clear:both;
    top:30px;
    padding:5px 0;
    margin-left:1px;
}
#menuOther li {
    display:block;
    text-align:left;
    float:none;
    padding:3px;
    height:20px;
}
#menuOther a {
    display:block;
    border:none;
    font-size:11px;
    text-decoration:underline;
    font-weight:normal;
    line-height:20px;
}
* html .wrap {
    height:1%;
}
.wrap {
    background:#FFFFFF none repeat scroll 0% 50%;
    clear:both;
    margin:0 0 15px 0;
}
#content {
    padding:20px 20px;
}
table {
    border:1px solid #d9d9d9;
    font-size:12px;
    border-collapse:collapse;
    margin:10px 0;
}
td, th {
    padding:8px;
    text-align:left;
}
tr.blocked td, tr.blocked th {
    background-color:#f29e9e;    
}
tr.updated td, tr.updated th {
    background-color:#54b079;    
}

.lightrows tr:hover td {
    background-color:#d9d9d9;
    border:1px solid white;
}

.lightrows tr.blocked:hover td {
    background-color:#CC7878;    
}

.lightrows tr.updated:hover td {
    background-color:#2E8A53;
}





th {
    background-color:#e5e5e5;
    border-left:1px solid white;
}
th:first-child {
    border-left:none;
}
td {
    background-color:white;
    border:1px solid #d9d9d9;
}
table.vert {
    border-top:1px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;
    border-left:none;
    border-right:none;
    border-collapse:collapse;
    width:100%;
    margin-bottom:20px;
}
caption {
    font-size:18px;
    text-align:left;
    padding-bottom:6px;
}

table.vert td, table.vert th {
    padding:8px;
    font-size:11px;
    font-weight:normal;
    text-align:left;
}
table.vert th {
    background-color:#e5e5e5;
    border-top:1px dotted white;
    border-width: 1px 0 0 0;
    white-space:nowrap;
}
table.vert td {
    border-top:1px dotted #d9d9d9;
    border-width: 1px 0 0 0;
}
table.narrow {
    width:100px;
}

div.half {
    width:47%;
    float:left;
    margin-right:4%;
}
div.half2 {
    width:48%;
    float:left;
}

#content .row3 {
   width:30%;
   margin-right:4%;
   float:left;
}
#content .lastrow {
    margin-right:0;
}

.controls {
    margin-top:4px;
    padding-bottom:2px;
    font-family:tahoma;
    line-height:14px;
    background:transparent;
}
table.vert tr:first-child th, table.vert tr:first-child td {
    border-top:none;
}
h2, caption, h3, h4 {
    font-family:arial, helvetica, sans-serif;
}


#content h2 {
    font-size:28px;
    background:none;
    color:black;
    margin-bottom:16px;
    line-height:20px;
}
#content h3 {
    font-size:20px;
    font-weight:normal;
    background:none;
    color:black;
    margin-bottom:10px;
    margin-top:20px;
}
h2 a, h3 a, h4 a {
    text-decoration:none;
}
h2 form {
    display:inline;
    position:relative;
    top:-3px;
    left:10px;
}
h4 {
    font-size:18px;
    margin-bottom:6px;
    font-weight:normal;
}
hr {
    background-color:#D5D6D6;
    color:#D5D6D6;
    height:1px;
    margin:25px 0;
    border:none;
}
hr.clear {
    clear:both;
}
a.forward, .controls a {
    background:url( /s/backend/theme/files/forward.png) no-repeat left 2px;
    padding-left:18px;
    font-size:11px;
    font-weight:normal;
    text-decoration:underline;
}
a.more {
    background:url( /s/backend/theme/files/more.png) no-repeat left 2px;
    padding-left:18px;
    font-size:11px;
}

ul.simple {
    margin-bottom:15px;
}
ul.simple li {
    margin-bottom:10px;
}

ul.links {
    margin:0 0 15px 0;
    list-style-image:none;
    list-style-type:none;
    padding:0px;
    font-size:11px;
}
ul.enum {
    margin:15px 0;
    list-style-image:none;
    list-style-type:none;
    padding:0px;
    font-size:11px;
}
ul.enum li, .arrowbull {
    background:url( /s/backend/theme/files/bullet-enum.png) no-repeat left 5px;
    padding-left:14px;
    margin-bottom:5px;
    zoom:1;
    font-size:11px;
}

span.arrowbull {
    background-position:0 2px ;
}

ul.links li {
    background:url( /s/backend/theme/files/bullet.png) no-repeat left 5px;
    padding-left:14px;
    margin-bottom:5px;
    zoom:1;
}

.letters hr {
    margin:10px 0;
}

div.letter {
    margin:0;
}

.letter .arrowbull {
    float:left;
}

.letter h3 {
    clear:both;
}

.inbox, .outbox, .answered {
    float:left;
    margin-right:10px;
    background:transparent url(/s/backend/theme/files/outbox.png) no-repeat scroll left 4px;
    margin-bottom:5px;
    padding-left:25px;
    font-weight:bold;
}
.inbox {
    background-image:url(/s/backend/theme/files/inbox.png);
}

.answered {
    background-image:url(/s/backend/theme/files/answered.png);
}

div.em {
    background:#eef7f1;
    padding:10px;    
}

p {
    margin: 10px 0px;
}

td p {
    margin:0px;
}

.text h5 {
    clear:both;
    padding:15px 0;
    border-top:1px solid #e5e5e5;
    border-bottom:1px solid #e5e5e5;
    font-weight:bold;
    font-size:14px;
    font-family:arial;
    margin:15px 0;
}

#content .text h3, #content .text h3 strong {
    font-weight:normal;
    font-size:20px;
    font-family:arial;
    margin:20px 0 15px;
}


.text h4 {
    font-weight:bold;
    font-size:14px;
    font-family:arial;
    margin:15px 0 10px;
}
.text ol {
    margin:10px 0;
    list-style-image:none;
    list-style-type:none;
    padding:0px;
}
.text ul {
    margin:10px 0;
    list-style-image:none;
    list-style-type:none;
    padding:0px;
}
.text ul li {
    background:url( /s/backend/theme/files/bullet-enum.png) no-repeat left 5px;
    padding-left:13px;
    margin-bottom:5px;
}
.text ol li {
    background:url( /s/backend/theme/files/bullet.png) no-repeat left 5px;
    padding-left:13px;
    margin-bottom:7px;
}
.text a.forward, .text a.more {
    font-size:12px;
}
.text p.footnote {
    padding-top:10px;
    border-top:1px solid #d9d9d9;
    color:#AAA;
    font-size:11px;   
}

.text hr {
    background-color:#D5D6D6;
    color:#D5D6D6;
    height:1px;
    margin:30px 0;
    border:none;
    clear:both;
}
.text .html_image {
    display:block;
    padding: 15px 0 15px;
    margin:5px 10px 15px 0;
    border-top:1px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;
}
.text .float_left {
    float:left;
    margin-right:15px;
}
.text .float_right {
    float:right;
    margin-left:15px;
}
.text .html_image_caption {
    padding:5px 0 7px 0;
    font-size:11px;
    margin-bottom:-15px;
}
.text object {
    margin:10px 0;
}



.pages {
    border-top:1px solid #d9d9d9;
    border-bottom:1px solid #d9d9d9;
    padding:9px 3px;
    margin:20px 0;
    font-size:11px;
}
.pages a, .pages span {
    line-height:19px;
    padding:3px 5px;
}
.pages span {
    color:white;
    background-color:#36528b;
}
#tabheader #primary, .selector {
    margin:20px 0 ;
    font-size:11px
}
#tabheader #primary li, .selector li {
    float:left;
    line-height:20px;
    white-space:nowrap;
    z-index:-1;
   
}
#tabheader #primary li span, .selector li span {
    background:#36528B;
    display:block;
    _width:1px;
    height:20px;
    padding:0 7px;
    color:white;
    z-index:2;
    position:relative;
    left:1px;
}

#tabheader #primary li a, .selector li a {
    display:block;
    padding:0 7px;
    background:transparent url(/s/backend/theme/files/toggler-div.png) no-repeat scroll left 5px;
}

#tabheader #primary li:first-child a, .selector li:first-child a {
    background:none;
}

#tabheader #secondary {
    clear:both;
}
#tabmain {
    clear:both;
    padding-top:15px;
}
/* * FORMS */
form label.radio {
    font-weight:normal;
    cursor:pointer;
}
#content label.radio input {
    margin-right:5px;
}

#content input.search, #content input.search:focus, #head input.search, #head input.search:focus {
    background:white url(/s/backend/theme/files/search.gif) no-repeat scroll 218px 50%;
    width:210px;
    padding-right:20px;    
}

input.checkbox, form.half .checkbox {
    background:#FFFFFF none repeat scroll 0% 50%;
    border:medium none;
    margin:0pt;
    padding:0pt;
    position:relative;
    top:3px;
    #top:1px;
    width:15px;
}
textarea, input, select {
    background:#F4F4F4 none repeat scroll 0% 50%;
    border:1px solid #d9d9d9;
    color:#000000;
    font-family:Verdana;
    font-size:13px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    margin:1px;
    padding:3px;
}
input:focus, textarea:focus, label:focus {
    background:#FFFFFF none repeat scroll 0% 50%;
    border:1px solid #999;
}
.submit input, .submit input:focus, .button, .button:focus {
    background:transparent url(/s/backend/images/fade-butt.png) repeat scroll 0% 50%;
    border-color:#a9a9a9 rgb(153, 153, 153) rgb(153, 153, 153) rgb(204, 204, 204);
    border-style:double;
    border-width:3px;
    color:#333333;
    padding:0.25em;
}
.submit input:active, .button:active {
    background:#F4F4F4 none repeat scroll 0% 50%;
    border-color:#d9d9d9 rgb(204, 204, 204) rgb(204, 204, 204) rgb(153, 153, 153);
    border-style:double;
    border-width:3px;
}
.button, .button:focus {
    padding:0.15em;
}
button.disabled,
input.disabled,
button[disabled]:active,
button[disabled],
input[type="reset"][disabled]:active,
input[type="reset"][disabled],
input[type="button"][disabled]:active,
input[type="button"][disabled],
select[disabled] > input[type="button"],
select[disabled] > input[type="button"]:active,
input[type="submit"][disabled]:active,
input[type="submit"][disabled] {
    background:#E9E8E8 none repeat scroll 0% 50%;
    border-color:rgb(204, 204, 204);
    border-style:double;
    border-width:3px;
    color: #AAA;
    cursor: inherit;
}
* html .button {
    padding:0pt;
}
.infomessage {
    background:#F7FB53 url(/s/backend/images/notice.gif) no-repeat scroll 1em 50%;
    border:1px solid #2580B2;
    margin:1em 20px 1em;
    padding:10px 0em 10px 3em;
}
.errormessage {
    background:#FFD6C1 url(/s/backend/images/notice.gif) no-repeat scroll 1em 50%;
    border:1px solid #A80000;
    margin:1em 20px 1em;
    padding:10px 0em 10px 3em;
}
.errormessage p, .infomessage p {
    margin:0;
}
fieldset {
    border:1px solid #d9d9d9;
}
fieldset {
    border:1px solid #d9d9d9;
}

