/* Accordion styles */
#accord {
    height: 494px;
    height: auto;
    padding:0;
    margin:0;
}
.acc_title {
    display: block;
    height: 30px;
    /*background-color: #404040;
    color: #B3B3B3;*/
    background-color: #606060;
    color: #FFFFFF;
    padding: 0 10px 0 5px;
    line-height: 30px;
    font-weight: bold;
    text-decoration: none;
    outline: none;
    font-size: 10pt;
    
    cursor: pointer;
    margin: 0;
    margin-top: 5px;
}

.acc_title SPAN {
    margin-left: 10px;
}

.acc_title SPAN A {
    color: #FFDF01;
    font-weight: normal;
    font-size: 9pt;
}

.acc_title A {
    color: #B3B3B3;	
}

.acc_content {
    /*background-color: #404040;
    color: #FFF;*/
    background-color: #606060;
    color: #B3B3B3;
    margin-bottom: 2px;
    padding: 5px;
}

.acc_subtitle {
    font-weight: bold;
    /*background-color: #E6E6E6;    */
    background-color: #B3B3B3;
    color: #333333;
    margin-top: 2px;
    font-size: 7pt;
    margin-left: 2px;
    padding: 2px;
    font-family: Arial;
    cursor: pointer;
    margin-bottom: 0;
}

.acc_subtitle SPAN a {
    color: #333333;
}

.form {
    font-weight: normal;
    /*background-color: #E6E6E6;*/
    background-color: #B3B3B3;
    color: #333333;
    font-size: 7pt;
    margin-left: 2px;
    padding: 2px;
    font-family: Arial;
    margin-bottom: 2px;
    margin-top:0px;
}

.form input[type='text'] {
    /*width: 215px;*/
    width: 100%;
    border: none;
    font-size: 8pt;
    padding: 3px 0 3px 0;
    font-family: Arial;
    margin-top: 2px
}

.form .buttons, .simple_form .buttons,.form .rhs_buttons {
    margin-top: 4px;
    text-align: right;
}

input[type='submit'].simple_button, input[type='button'].simple_button {
    background-color: #404040;
    color: #FFF;
    padding: 1px 2px;
    border: 1px solid #404040;
    font-size: 7pt;
}

.buttons input[type='submit'], .buttons input[type='button'] {
    padding: 5px;
    background-color: #333333;
    color: #FFF;
    border: none;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 0.5px;
    font-size: 7pt;
    font-family: Arial;
}

.rhs_buttons input[type='submit'], .rhs_buttons input[type='button'] {
    padding: 2 5 2 5;
    background-color: #333333;
    color: #FFF;
    border: none;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 0.5px;
    font-size: 7pt;
    font-family: Arial;
}

.acc_content .acc_content_text, .content_text {
    margin: 5px;
    padding: 2px;
    background-color: #FFF;
    color: #000;
    font-size: 8pt;
    font-weight: normal;
}

input[type=text].faded_text {
    color: #B3B3B3;
}

.tab_active_content {
    background-color: #E6E6E6;
}

/* Styles for the result div */
.results-block {
    font-size: 7pt;
    font-weight: normal;
    padding: 5px;
    color: #000;
    background-color: #FFF;
    margin: 5px;
}

.results-block A {
    color: #000;
}

.center_align {
    text-align: center;
}

.odd {
    background-color:#999999;
}

.odd .highlighted-text {
    color: #FFF;
}

.odd span.arrows {
    background-image: url(/images/bidirectional-yellow.gif);
    background-repeat: no-repeat;
    width: 25px;
}

.odd a.details_link, .even a.details_link, .tabcontents a.details_link {
    /*color: #F9E238;*/
    color: blue;
}

.even {
    background-color: #FFF;
}

.even span.arrows {
    background-image: url(/images/bidirectional-blue.gif);
    background-repeat: no-repeat;
    width: 25px;
}

.even div.details_div {
    border: 1px solid #404040;
}

.odd div.details_div {
    border: 1px solid #FFF;
}

tr.odd td, tr.even td {
    padding: 5px;
}

.odd a, .even a {
    color: #000;
    text-decoration: none;
}

div.tabcontents {
    background-color: #FFFFFF;
    color: #000;
    padding: 3px;
    font-size: 7.5pt;
    font-family : Arial;
}

div.tabcontents A {
    color: #000;
    text-decoration: none;
}

div.menu_link, div.menu_link A {
    font-size: 9pt;
    color: #FFDD00;
}
.auto_height { height: auto; }

div.loading_indicator {
    position:fixed;
    top: 0;
    text-align: center;
    width: 100%;
    z-index: 99999;
}

span.loading_indicator_text {
    background-color: #009B93;
    color: #FFF;
    padding: 5px 15px 5px 15px;
    font-size: 12pt;
    font-weight: bold;
}

div#metadata {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5px;
    text-align: left;
    font-size: 8.5pt;
    margin-bottom: 5px;
}

TH TD { 
    padding: 2px;
    font-weight: bold;
}

/*div.tabs-no-map */
div.tabberlive ul.tabbernav li {
    padding: 7px;
    background-color: #000;
    color: #FFF;
    border-bottom: none;
    font-family: Arial;
}

/*div.tabs-no-map */
div.tabberlive ul.tabbernav li A {
    background: none;
    color: #FFF;
}

/*div.tabs-no-map */
div.tabberlive ul.tabbernav li.tabberactive A {
    color: #404040;
}

/*div.tabs-no-map */
div.tabberlive ul.tabbernav li.tabberactive {
    background-color: #FFF;
    color: #404040;
    border-bottom: 4px solid #FFF;
}

/*div.tabs-no-map */
div.tabberlive div.tabbertab {
    background-color: #FFF;
    color: #404040;
    font-size: 8pt;
    margin-top: 5.5px;
}

.highlighted-text {
    color:#009B93;
    font-weight: bold;
}

.highlighted-background {
    background-color: #009B93;
    color: #404040;
}

.highlighted-background a {
    color: #404040;
}

div.container {
    background-color: #404040;
    padding: 15px;
}

div.container h1 {
    margin-top: 5px;
    margin-bottom: 10px;
    color: #FFF;
}

div.container h1 span.text {
    margin-left: 10px;
}
div.sub-container {
    background-color: #B3B3B3;
    padding: 5px;
}

div.simple_form {
    padding: 10px;
}

div.simple_form input[type='text'] {
    width: 200px;
    height: 16px;
    border: 1px solid #B3B3B3;
}

div.simple_form input[type='file'] {
    border: 1px solid #B3B3B3;
}

div.simple_form textarea {
    border: 1px solid #B3B3B3;
}

div.simple_form label {
    padding: 5px 0;
    display:block;
}

label.bold {
    font-weight: bold;
}


span.example {
    margin-left: 5px; 
}

div.content_text {
    padding: 5px;
}

div.content_text div.section_title {
    font-weight: bold;
    padding: 5px 10px;
    font-size: 10pt;
}

hr.dashed {
    margin: 5px 10px 5px 10px;
    border-top: 1px dashed #B3B3B3;
    border-bottom: none;
    background-color: #FFF;
    height: 1px;
    
}

div.dashed-border-top {
    border-top: 1px dashed #B3B3B3;
}

div.dashed-border-bottom {
    border-bottom: 1px dashed #B3B3B3;
}

div.dashed-border-all {
    border: 1px dashed #B3B3B3;
}

div.block {
    padding: 10px;
}

div.content_text span.highlight {
    background-color: #404040;
    padding: 5px;
}

div.content_text span.highlight a {
    font-weight: bold;
    color: #FFF;
}

ul.highlighted-list li, ol.highlighted-list li {
    padding: 2px 5px 2px 5px;
}

ul.highlighted-list li:hover , ol.highlighted-list li:hover {
    background-color: #404040;
    color: #FFF;
    font-weight: bold;
}

a.details_link { color: blue; font-weight: normal; font-size: 7pt; }

div#right h1.title {
  *margin-top : 5px;
}

div.olFramedCloudPopupContent {
    font-weight:bold;
    color: #000;
}
