/* <?php header('Content-type: text/css'); ?> */

/* --------------------------------------------------------------------------- */
/* HTML tags
/* --------------------------------------------------------------------------- */
html {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

body {
    /* background-image: url(<? echo $_GET['skinpath']; ?>header_grad_1.jpg); */
    background-image: url(header_grad_1.jpg);
    background-repeat: repeat-x;
    margin: 0px;
    height: 100%;
    overflow-horizontal: hidden;
    padding: 0px;
}

a:link {
    text-decoration: underline;
    color: #666666;
}

a:hover, .properties-name-col a:hover {
    color: #25CCDE
}

/* --------------------------------------------------------------------------- */
/* Navigation
/* --------------------------------------------------------------------------- */
#navigation {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #999999;
    vertical-align: bottom;
    text-align: right;
    padding-right: 30px;
    padding-top: 25px;
    display: block;
    float: right;
}

#navigation li {
    display: inline;
}

#navigation li a:link {
    color: #999999;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
}

#navigation li a:visited {
    color: #999999;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
}

#navigation li a:hover {
    border-bottom: 5px solid #CCC;
    color: #CCC;
    padding-bottom: 8px;
    /* background-image: url(<? echo $_GET['skinpath']; ?>footer_grad_1.jpg); */
    background-image: url(footer_grad_1.jpg);
    background-repeat: repeat-x;
}

#navigation_sel {
    border-bottom: 5px solid #006699;
    color: #006699;
    padding-bottom: 8px;
    /* background: url(<? echo $_GET['skinpath']; ?>footer_grad_1.jpg) repeat-x; */
    background-image: url(footer_grad_1.jpg);
    padding-right: 5px;
    padding-left: 5px;
}

#navigation_footer {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #999999;
    vertical-align: bottom;
    text-align: center;
    padding-top: 33px;
}
#navigation_footer li {
    display: inline;
}

#navigation_footer li a:link {
    color: #999999;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
}

#navigation_footer ul {
    padding: 0px;
}

#navigation_footer li a:visited {
    color: #999999;
    text-decoration: none;
    padding-right: 5px;
    padding-left: 5px;
}

#navigation_footer li a:hover {
    border-bottom: 5px solid #CCC;
    color: #CCC;
    padding-bottom: 8px;
    /* background: url(<? echo $_GET['skinpath']; ?>footer_grad_1.jpg) repeat-x; */
    background-image: url(footer_grad_1.jpg);
}

#navigation_footer_sel {
    border-bottom: 5px solid #006699;
    color: #006699;
    padding-bottom: 8px;
    /* background: url(<? echo $_GET['skinpath']; ?>footer_grad_1.jpg) repeat-x; */
    background-image: url(footer_grad_1.jpg);
    padding-right: 5px;
    padding-left: 5px;
}


/* --------------------------------------------------------------------------- */
/* Misc
/* --------------------------------------------------------------------------- */

.content {
    min-width: 540px;
    min-height: 100%;
    margin-bottom: -100px;
    height: auto;
    clear: both;
}

.body {
    padding-top: 30px;
    text-align: center;
    clear: both;
    margin-bottom: 80px;
    /* overflow-vertical: hidden;
    position: relative;
    display: block; */
}

.browse_img {
    position: relative;
    top: 3px;
}

.input_uri {
    min-width: 200px;
    vertical-align: bottom;
    padding-bottom: 12px;
    text-align: center;
    display: block;
    float: left;
    margin-top: 40px;
    position: absolute;
    left: 50%;
    margin-left: -100px; /* 1/2 the width */
}

.landing_page {
    position: relative;
    clear: both;
    display: block;
}

.embeddable_node {
    /* padding-bottom: 4px; */
}

.examples_section {
    position: relative;
    padding-top: 16px;
    clear: both;
    display: block;
}

.examples_label {
    padding-bottom: 16px;
}

.examples {
    width: 500px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    left: 50%;
    margin-left: -250px; /* 1/2 the width */
}

.examples a {
    text-decoration: none;
}

.map {
    width: 320px;
    height: 200px;
}

.debug_info {
    background-color: #FAFFDA;
    display: block;
    font-size:11px;
}

.error_msg {
    /* background-color: #FAFFDA; */
    display: block;
    width: 620px;
    background-color:#FFD2D2;
    border: 1px solid #930000;
    font-family: Arial, Helvetica, sans-serif;
    position: absolute;
    left: 50%;
    margin-left: -310px; /* 1/2 the width */
    margin-top: 100px;
    text-align: center;
    padding: 10px;
}

.error_msg_img {
    padding: 10px;
}

.error_msg_img_embedded {
    padding: 2px 8px 2px 4px;
    vertical-align : text-bottom;
}

.error_msg_embedded {

    /* background-color: #FFFBFB; */
    /* border: 1px solid #FFB7B7; */
    /* padding: 10px; */

    /* background-color: #FAFFDA;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    position: relative;
    padding: 0 0 0 4px;
    margin: 0 0 0 200px;
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: #B6B8AB;
    color: #000000;
    background-color: transparent;
    text-align: left;
    */
}

.error_msg_embedded_text {
    position: relative;
    font-style: italic;
    /* top: -4px; */
}

.browse_button {
    vertical-align: text-bottom;
    /* display: none; */
    cursor: pointer;
    padding-left: 5px;
}

/* --------------------------------------------------------------------------- */
/* Tabs
/* --------------------------------------------------------------------------- */
.tab_all {
    text-align:center;
    padding-right: 15px;
    padding-left: 15px;
}

.tab_class {
    background-color: transparent;
    color: #666666;
    /* width: 98%; */
    /*margin: 0px 12px 0px 12px;*/
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;

    display: block;
}

/*
.tab_class_closed {
    background-color: #F3F7F7;
    color: #666666;
    width:100%;

    margin: 0px;
    padding: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;

    display: none;
}
*/

/*
.tab_class_summary {
    background-color: #F3F7F7;
    color: #666666;
    margin: 0px;
    padding: 8px;
    border-style: dotted;
    border-width: 0 1px 1px 1px;
    border-color: #B6B8AB;
    text-align: left;
}
*/

.tab_class_name {
    padding: 4px 0px 0px 0px;
    font-size: 18px;
    display: inline;
}

.tab_class_name_prefix {
    padding: 4px 0px 0px 0px;
    font-size: 14px;
    display: inline;
}

.tab_class_name_suffix {
    padding: 4px 0px 0px 0px;
    font-size: 14px;
    display: inline;
}

.tab_class_name_subscript {
    padding: 4px 0px 0px 0px;
    font-size: 14px;
    font-style: italic;
}

.tab_class_item_section_name {
    padding: 4px 0px 4px 0px;
    font-size: 15px;
    /* text-decoration: underline; */
    color: #009ACE;
    font-weight: bold;
}

.tab_class_description {
    padding: 4px 0px 0px 0px;
    font-size:15px;
}

.tab_class_header {
    background-color: #FFFFFF;
    color: #666666;
    width:100%;
    display: block;
    text-align: left;
    height: 28px;
}

.tab_class_header_embedded {
    background-color: transparent;
    color: #666666;
    width:100%;
    display: block;
    text-align: left;
    height: 28px;
}

.tab_class_type {
    /* background-color: #F3F7F7; */
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 200px;
    text-align: left;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    color: #666666;
    font-weight: normal;
    vertical-align:bottom;
    background-image: url(tab_deep.gif);
    padding: 10px 0px 0px 10px;
    display: inline;
    float: left;
}

.tab_class_type_embedded {
    background-color: #F3F7F7;
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 200px;
    text-align: left;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    color: #666666;
    font-weight: normal;
    vertical-align:bottom;
    background-image: url(tab2_deep.jpg);
    padding: 10px 0px 0px 10px;
    display: inline;
    float: left;
}

.tab_class_tools {
    background-color: transparent;
    color: #666666;
    display: block;
    position: relative;
    border-style: dotted;
    border-width: 0 0 1px 0;
    border-color: #B6B8AB;
    height: 27px;
    margin-left: 200px;
}

.tab_class_body {
    background-color: #F3F7F7;
    color: #666666;
    width: 100%;
    display: block;
}

.tab_close {
    cursor: pointer;
    display: block;
    float: right;
    position: relative;
    right: 8px;
    top: 8px;

    padding-left: 10px;
    border-left-width: 2px;
    border-left-style: dotted;
    border-left-color: #666666;
}

.tab_open {
    cursor: pointer;
    display: block;
    float: right;
    position: relative;
    right: 8px;
    top: 8px;
}

/*
.tab_close img {
    vertical-align: bottom;
}
*/

.tab_control {
    display: block;
    float: right;
    position: relative;
    margin-right: 18px;
    top: 8px;
}

.tab_urls {
    display: block;
    float: right;
    position: relative;
    margin-right: 6px;
    top: 8px;
}

/*
.tab_control img {
    vertical-align: bottom;
}
*/

/*
.tab_sources {
    width:100%;
    text-align:left;
    font-size: 12px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-width: 1px;
    border-color: #999999;
    background-color: #F3F7F7;
    background-repeat: repeat-x;
    background-image: url(stsw_grad1.jpg);
    background-position: bottom left;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 15px;
}
*/

.tab_sources {
    /*height: 25px;*/
    display: block;
    position: relative;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 6px;
    padding-left: 8px;
    margin: 0px 0px 0px 0px;
    border-style: dotted;
    border-width: 0px 1px 0px 1px;
    border-color: #B6B8AB;
    /*color: #000000;*/
    background-repeat: repeat-x;
    background-image: url(stsw_grad1.jpg);
    background-position: bottom left;
    text-align: left;
    font-size: 12px;
}

.link_uri {
    font-size: 11px;
    color: #FFFFFF;
    float: left;
    position: relative;
    top: 8px;
}

.link_uri a img {
    vertical-align: text-bottom;
    position: relative;
    left: 4px;
}

.link_uri a {
    text-decoration: none;
    font-weight: bold;
}

.link_uri a:hover {
    text-decoration: underline;
}

.property_container {
    display: block;
    position: relative;
    padding: 0px;
    margin: 0 0 0 0;
    border-width: 0px 0px 0px 0px;
}

.property_row {
    display: block;
    position: relative;
    padding: 4px;
    margin: 0 0 0 0;
    border-style: dotted;
    border-width: 0px 1px 1px 1px;
    border-color: #B6B8AB;
    color: #000000;
    background-color: #F3F7F7;
    text-align: left;
}

.property_row_in_seemore {
    display: block;
    position: relative;
    padding: 4px;
    margin: 0 0 0 0;
    border-style: dotted;
    border-width: 0px 1px 0px 1px;
    border-color: #B6B8AB;
    color: #000000;
    background-color: #F3F7F7;
    text-align: left;
}

.property_seemore {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    display: none;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    opacity:0;
}

.property_name {
    display: inline;
    float: left;
    width: 192px;
    padding: 0 0 0 4px;
    margin: 0 0 0 0;
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: #B6B8AB;
    color: #000000;
    background-color: transparent;
    text-align: left;
}

.property_name_closeanchor {
    width: 192px;
}


.property_value {
    display: block;
    position: relative;
    padding: 0 0 0 0;
    margin: 0 0 0 200px;
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: #B6B8AB;
    color: #000000;
    background-color: transparent;
    text-align: left;
}

.property_value:hover {
    /*
    background:#F7F7F7 url(progress_bar_background_16.png) repeat-x scroll center bottom;
    border-right: 3px solid #C6C6C6;
    */
}


.seemore_close_anchor {
    /* background-color: #D6E7F1; */
    /* border: 1px solid #B1D1E4; */
    padding-left: 5px;
    position: relative;
    /*top: -5px;*/
/*
    padding-top: 2px;
    padding-bottom: 2px;
*/
}

.seemore_closelink_text {
    font-size: 12px;
    position: relative;
    top: -2px;
    color: #009ACE;
    font-weight: bold;
}

.seemore_closelink_img {
    cursor: pointer;
    position: relative;
    top: 2px;
}


.property_value_seemore_anchor {

    font-size: 12px;
    position: relative;
    top: -2px;
    color: #009ACE;
    font-weight: bold;

    /* background-color: #D6E7F1; */
    /* border: 1px solid #B1D1E4; */
    /*margin: 0px 12px;*/

    /*
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #8B8B6C;
    background-color: #DCDCCF;
    */
    /*
    color: #009ACE;
    font-weight: bold;
    */
}

/*
.property_value_seemore_anchor {
    display: block;
    position: relative;
    padding: 0 0 0 4px;
    margin: 0 0 0 200px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #8B8B6C;
    color: #000000;
    background-color: #DCDCCF;
    text-align: left;
}
*/

.property_value_seemore_anchor_image {
    position: relative;
    padding: 0 5px 0 5px;
    top: 2px;
    cursor: pointer;
}

.property_value_image {
    padding: 0;
    margin: 0;
    border-width: 0;
}

.property_hybrid {
    display: block;
    position: relative;
    padding: 0 0 0 4px;
    margin: 0 0 0 0px;
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: #B6B8AB;
    color: #000000;
    background-color: transparent;
    text-align: left;
    overflow: hidden;
}

.property_hybrid_img {
    padding: 0px 0px 0px 8px;
    display: inline;
    float: right;
}

.property_hybrid_map {
    padding: 0px 0px 0px 8px;
    display: inline;
    float: right;
}

.property_hybrid_widget {
    padding: 0px 0px 0px 8px;
    /* display: inline; */
    /*float: right;*/
    /* margin-top: 36px; */
    /* margin-left: 200px; */
    max-width: 520px;
}

.property_hybrid_items {
    /* display: inline; */
    position: relative;
    top : 0px;
    /* margin-right: 536px; */
    /* overflow: hidden; */
}

.property_hybrid_item {
    padding: 0px 0px 0px 8px;
    display: block;
    position: relative;
    min-height: 20px;
    font-size: 14px;
}

/* --------------------------------------------------------------------------- */
/* Header
/* --------------------------------------------------------------------------- */
.header {
    height: 120px;
    clear: both;
}

.logo_section {
    width: 300px;
    padding-top: 15px;
    float: left;
}

.logo {
    float: left;
}

.strapline {
    width: 190px;
    height: 40px;
    display: block;
    position: relative;
    margin: 0px 0px 0px 115px;
    padding-top: 17px;
}

/* --------------------------------------------------------------------------- */
/* Footer
/* --------------------------------------------------------------------------- */
.footer {
    width: 100%;
    height: 100px;
    /* background-image: url(<? echo $_GET['skinpath']; ?>stsw_footer_grad_100.jpg); */
    background-image: url(stsw_footer_grad_100.jpg);
    background-repeat: repeat-x;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #999999;
    clear: both;
}

.copyrights {
    /* font-family: Lucida Grande, Tahoma, Arial, Helvetica, Verdana, sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    text-align: center;
    color: #666666;
    padding-top: 12px;
}

/* --------------------------------------------------------------------------- */
/* Forms
/* --------------------------------------------------------------------------- */
.form_section {
    text-align: center;
}

.form_button {
    border-width: 1px;
    border-style: solid;
    border-color: #333333;
    background-color: #F5F5F5;
}

.form_input {
}

/* --------------------------------------------------------------------------- */
/* Popups
/* --------------------------------------------------------------------------- */
.popup {
  font-size: 11px;
  border: 1px solid #B6B8AB;
  padding: 4px 4px 4px 4px;
  background-color: white;
  position: absolute;
  width: auto;
}

.popup p {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.popup img {
  margin: 0px 4px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/* --------------------------------------------------------------------------- */
/* Paging
/* --------------------------------------------------------------------------- */
.paging_all {
    width: 320px;
    margin-top: 30px;
    margin-bottom: 80px;
    display: block;
    position: relative;
    padding: 4px 4px 4px 4px;
/*
    border-style: dotted;
    border-width: 1px 1px 1px 1px;
    border-color: #B6B8AB;
    background-color: #F3F7F7;
    */
    color: #000000;
    text-align: center;
    clear: both;
    left: 50%;
    margin-left: -160px; /* 1/2 the width */

    background:#E6E6E6 url(grad_dialog_1.jpg) repeat-x scroll center top;
    border:1px solid #BCBEB0;
}

.paging_links {
    display: block;
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 4px 0px 0px 0px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    color: #000000;
    background-color: transparent;
    vertical-align: text-bottom;
}

.paging_links a {
    font-weight: bold;
    text-decoration: none;
}


.paging_result {
    display: block;
    position: relative;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    color: #000000;
    background-color: transparent;
}

.paging_item {
    display: inline;
    padding: 0px 0px 0px 0px;
    margin: 0px 2px 0px 2px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    background-color: transparent;
    color: #666666;
}

/* --------------------------------------------------------------------------- */
/* References
/* --------------------------------------------------------------------------- */
.references_section {
    display: block;
    position: relative;
    /*padding: 2px;*/
    margin: 0px 0px 0px 0px;
    border-style: dotted;
    border-width: 0 1px 1px 1px;
    border-color: #B6B8AB;
    color: #000000;
    background-color: #F3F7F7;
    text-align: left;
}

.references_summary {
    margin-left: 0px;
    
    /*background-color: #DFF3D8;*/
    /*border: 1px solid #C8EAB9;*/
    background-color: #D6E7F1;
    border: 1px solid #B1D1E4;
    
    
    /* font-size: 12px; */
    position: relative;
    /* top: -2px; */
    /*color: #009ACE;*/
    
/*    color: #33892A;
    font-weight: bold;
    */
}

.references_type_subsection {
}

.references_type_summary {
    margin-left: 16px;
}

.references_items {
    margin-left: 32px;
}

.reference_items_img {
    position: relative;
    top: 3px;
}

.references_image {
    position: relative;
    padding: 0 5px 0 5px;
    top: 2px;
}

/* --------------------------------------------------------------------------- */
/* Progress Bars
/* --------------------------------------------------------------------------- */
.page_loading_progress_container {
    width: 480px;
    margin-top: 48px;
    margin-bottom: 48px;
    display: block;
    position: absolute;
    padding: 16px;
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    left: 50%;
    margin-left: -240px; /* 1/2 the width */

    background:#E6E6E6 url(grad_dialog_1.jpg) repeat-x scroll center top;
    border:1px solid #BCBEB0;

}

.progress_container {
    font-size: 12px;
    position: relative;
    width: 100%;
    border: 1px solid #DCDCDC;
    padding: 0px;
    margin-top: 3px;
    margin-bottom: 3px;
    height: 16px;
    color: #000000;
    background-image: url(progress_bar_background_16.png);
    background-repeat: repeat-x;
    text-align: left;
}

.progress_bar {
    display: block;
    position: relative;
    background-image: url(progress_bar_16.png);
    background-repeat: repeat-x;
    text-align: left;
    color: #000000;
    height: 16px;
    line-height: 16px;
    padding-left: 4px;
}

/* --------------------------------------------------------------------------- */
/* Grids
/* --------------------------------------------------------------------------- */

table.grid {
    border-collapse: collapse;
    font: menu;
}

.grid tr {
    border-left: 1px solid #B6B8AB;
    border-right: 1px solid #B6B8AB;
}

.grid tr.even {
    background-color: #EFFBFF;
}

.grid tr.odd {
    background-color: #F7FDFF;
}

.grid tr.hover {
    background-color: #ABEAFF;
}

.grid tr.selected {
    background-color: #7FDFFF;
}

.grid thead td {
    background-color: #BDEFFF;
    font-weight: bold;
    /* background-image: url(/DAV/JS/images/Grid_header.gif); */
    background-position: 0% 100%;
    background-repeat: repeat-x;
    border-top: 1px solid #B6B8AB;
    border-left: 1px solid #B6B8AB;
    border-right: 1px solid #B6B8AB;
}

.grid thead td.hover {
    /* background-image: url(/DAV/JS/images/Grid_header_hover.gif); */
}

.grid td {
    border-bottom: 1px solid #B6B8AB;
    border-left: 1px solid #B6B8AB;
    border-right: 1px solid #B6B8AB;
    padding: 0px;
}

.grid td.index {
    background-color: #aaa;
}

.grid .header_value {
    padding: 2px 3px;
}

.grid .row_value {
    padding: 2px 3px;
}
