body
{
    font-family: Arial, Helvetica, SansSerif,serif;
    font-size: 85%;
    color: #112E56;
}

dl
{
    display: block;
    clear: both;
}

dt
{
    font-weight: bold;
}

a:link
{
    text-decoration: none;
}

a:link hover
{
    text-decoration: none;
}

a:visited
{
    text-decoration: none;
}

#aboutLinkContent
{
    padding: 8px;
    background-color: #EEF3F5;
    font-size: 12px;
    color: #4179B4;
    left: 750px;
}

#aboutLinkContent .header
{
    display: block;
    font-weight: bold;
    color: #112E56;
}

.target_name_resolution_status
{
    clear: none;
    float: right;
    height: 20px;
    margin-top: 4px;
    vertical-align: middle;
    width: 18px;
    border: none;
}

.target_name_resolution_status.target_ok
{
    background: url("ok_small.png") no-repeat;
}

.target_name_resolution_status.target_not_found
{
    background: url("not_found.png") no-repeat;
}

.target_name_resolution_status.busy
{
    background: url("queryoverlay_small.gif") no-repeat;
}

div.resolver_data
{
    font-style: italic;
    font-size: 10px;
}

a.openable.search_criteria_has_value
{
    color: #449944;
}

a.tooltip_example
{
    cursor: pointer;
    text-decoration: underline;
}

input#submitQuery
{
    cursor: pointer;
}

img#resetQueryForm
{
    cursor: pointer;
}

.resolve_panel
{
    display: block;
    clear: none;
    float: left;
    text-align: left;
}

#resolve_flag
{
    margin-left: 0;
    width: auto;
    margin-right: 15px;
}

#targetList
{
    width: 215px;
}

#targetList_clear
{
    /*vertical-align: middle;*/
    background: url("clear_left.png") no-repeat;
    border: none;
    color: #000000;
    /*float: left;*/
    display: none;
    width: 18px;
    height: 18px;
    margin-left: 3px;
}

#targetList_fileInputDiv
{
    display: block;
    clear: none;
    text-align: left;
    vertical-align: middle;
    margin-bottom: 8px;
    padding-top: 3px;
}

.query_fieldset
{
    white-space: nowrap;
    clear: none;
    font-size: 12px;
    padding: 5px;
    margin: auto;
    width: 350px;
    height: 48px;
    border: 1px solid #a3a3a3;
    border-radius: 0.5em 0.5em;
    vertical-align: middle;
    text-align: center;
}

#VOTableLink
{
    font-weight: bold;
    color: #112E56;
    float: left;
    margin-right: 5px;
    text-decoration: underline;
}

.link_busy
{
    cursor: progress;
}

.link_idle
{
    cursor: pointer;
}

.unit_select
{
    color: #000;
    font: normal 8px arial, sans-serif;
    background-color: #66ccff;
}

.unit_select:hover
{
    background-color: #c4c4c4;
    /*color: #112E56;*/
}

table.data tr#UNIT_SELECTION_ROW:hover, table.fields tr#UNIT_SELECTION_ROW:hover
{
    background-color: inherit;
}

.VOTableLink_instruction
{
    color: #969696;
    font: normal 9px arial, sans-serif;
}

.VOTableLink_container
{
    display: block;
    float: left;
    white-space: nowrap;
    margin-top: 16px;
    margin-left: 10px;
    height: 24px;
    text-align: left;
}

.downloadFormSubmit_container
{
    display: block;
    white-space: nowrap;
    float: left;
    border-right: 1px solid black;
}

#downloadFormSubmit
{
    width: 100px;
    height: 95%;
    padding-right: 10px;
    cursor: pointer;
}
/*a.download_button*/
/*{*/
    /*background: transparent url('bg_button_a.gif') no-repeat scroll top right;*/
    /*color: #112E56;*/
    /*display: block;*/
    /*float: left;*/
    /*font: bold 12px arial, sans-serif;*/
    /*height: 24px;*/
    /*margin-right: 10px;*/
    /*padding-right: 18px;*/
    /*text-decoration: none;*/
/*}*/

/*a.download_button span*/
/*{*/
    /*background: transparent url('bg_button_span.gif') no-repeat;*/
    /*display: block;*/
    /*line-height: 14px;*/
    /*padding: 5px 0 5px 18px;*/
/*}*/

/*a.download_button:active*/
/*{*/
    /*background-position: bottom right;*/
    /*color: #000;*/
    /*outline: none;*/
/*}*/

/*a.download_button:active span*/
/*{*/
    /*background-position: bottom left;*/
    /*padding: 6px 0 4px 18px;*/
/*}*/

.inputdiv
{
    cursor: pointer;
}

.elementdiv
{
    cursor: pointer;
    margin-bottom: 5px;
}

.elementdiv input
{
    width: 98%;
    /* color: #060; */
    color: #EB8F00;
    margin-bottom: 2px;
    border-color: #666666 #DDDDDD #DDDDDD #666666;
    border-style: solid;
    border-width: 1px;
}

.inputdiv input
{
    width: 98%;
    display: none;
    /* color: #060; */
    color: #EB8F00;
    margin-bottom: 2px;
    border-color: #666666 #DDDDDD #DDDDDD #666666;
    border-style: solid;
    border-width: 1px;
}

.maintable
{
    width: 100%;
    clear: both;
    display: table;
    /*margin: auto auto 15px auto;*/
    margin: 5px auto 15px auto;
    padding-left: 0;
    text-align: justify;
}

.maintable.hierarchy
{
    text-align: center;
    width: 100%;
    clear: both;
    display: block;
    margin: auto;
    padding-left: 0;
}

div.hierarchy select
{
    min-width: 11.9em;
    margin-left: 4px;
    margin-right: 4px;
    border: 1px solid #CCCCCC;
    border-radius: 0.4em 0.4em;
}

div.hierarchy label
{
    text-align: left;
    clear: both;
    padding-left: 4px;
    font-size: small;
    font-weight: bold;
    display: inline-block;
    color: #4179B4;
}

div.hierarchy_select_div
{
    display: table-cell;
    text-align: left;
}

div#query
{
    font-family: "courier new", serif;
    border: 1px solid #CCCCCC;
    text-align: left;
}

#queryForm .category
{
    clear: none;
    padding: 5px;
    text-align: left;
    /*vertical-align: top;*/
    border: 1px solid #CCCCCC;
    border-radius: 0.3em 0.3em;
    /*margin: auto;*/
    background-color: #EEF3F5;
}

#queryForm .category.column
{
    float: left;
    display: block;
    width: 242px;
    /*float: left;*/
    /*width: 23%;*/
    /*width: 17.4em;*/
    /*width: 239px;*/
    margin: 1px;
    min-height: 250px;
}

div.hierarchy
{
    /*display: block;*/
    width: 100%;
    margin: auto;
}

#queryForm .categorytitle
{
    font-size: large;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 10px;
    color: #4179B4;
}

.tooltip
{
    cursor: auto;
    background-color: #EEF3F5;
    box-shadow: 0 0 8px #000000;
    width: 300px;
    color: #112E56;
}

.preview_tooltip
{
    width: 256px;
    height: 256px;
}

.unitselect_tooltip
{
    width: 256px;
    height: 256px;
}

.tooltip .tooltip_header
{
    font-size: 12px;
    font-weight: bold;
    color: #4179B4;
}

/*.headerclass*/
/*{*/
/*display: block;*/
/*clear: both;*/
/*width: 100%;*/
/*padding-bottom: 10px;*/
/*background: transparent url(/AdvancedSearch/resources/header_gradient.png) repeat-y;*/
/*text-align: left;*/
/*}*/

.mainframe
{
    /* gives the centered div for the main content */
    margin: auto;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.formtab
{
    width: 1024px;
}

.resultstab
{
    width: 95%;
}

.buttonclass
{
    position: relative;
    display: block;
    margin: auto;
    text-align: left;
    /*height: 45px;*/
    padding-top: 10px;
    /*padding-bottom: 10px;*/
}

.checkbox_class
{
    vertical-align: middle;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 5px;
}

.checkbox_class .checkbox_label
{
    font-style: italic;
    font-weight: bolder;
}

.checkbox_class .checkbox_sub_label
{
    font-style: italic;
    font-weight: normal;
}

div.access_control
{
    text-align: left;
    text-decoration: underline;
    font-size: 115%;
    font-weight: bold;
    padding-top: 10px;
}

input.button
{
    background: none;
    border: 1px solid #888888;
    color: #000000;
    float: none;
    display: block;
    width: 120px;
    margin: 3px auto;
}

.titleclass {
    font-size: x-large;
    font-weight: bold;
    color: #4179B4;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bodydiv
{
    clear: both;
    text-align: center;
    width: 100%;
}

/* tabs */

.ui-tabs .ui-tabs-nav
{
    margin: 0;
    padding: 0 0 0;
}

.ui-widget-content {
    color: #112E56;
    background: #fff none;
    border: none;
}

.ui-widget {
    font-size: 100%;
}

.ui-widget-header {
    background: #fff;
    border: none;
    border-bottom: 1px solid #CCCCCC;
    color: #FFFFFF;
    font-weight: bold;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: 0;
}

.ui-tabs .ui-tabs-nav li {
    margin: 0 1em 1px 0;
}

.ui-tabs .ui-tabs-nav li a {
    float: left;
    padding: 0.25em 0.5em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
    cursor: pointer;
    text-decoration: none;
}

.ui-tabs .ui-tabs-panel {
    padding: 10px 0;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #4179B4;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #EB8F00;
}

.ui-state-hover a, .ui-state-hover a:hover {
    color: #EB8F00;
}

.ui-state-active.ui-state-hover a, .ui-state-active.ui-state-hover  a:hover {
    background-color: #fff;
}

/* removes the dotted line around focused elements (nicer, but makes it harder
   to navigate the site with the keyboard
:focus {
   outline: 0;
}

*/

#queryOverlay
{
    /* overlay is hidden before loading */
    display: none;
    text-align: center;
}

/* hides a div */
div.hidden
{
    display: none;
}

div.invisible
{
    visibility: hidden;
}



/* overriding the voview.css definition */
/*form#filterForm input.filter*/
/*{*/
    /*background-color: #fff;*/
    /*color: #003366;*/
    /*display: inline;*/
    /*width: 95%;*/
    /*color: #EB8F00;*/
    /*border-color: #666666 #DDDDDD #DDDDDD #666666;*/
    /*border-style: solid;*/
    /*border-width: 1px;*/
/*}*/

tr.even
{
    white-space: nowrap;
}

tr.odd
{
    background-color: #EEF3F5;
    white-space: nowrap;
}

.bbox
{
    background-color: #FFF;
    border: 1px solid #CCC;
    color: #000;
    /*  #436976; */

    margin: 2px;
    padding: 0 3px;
    text-align: center;
}

table.data tr:hover, table.fields tr:hover
{
    background-color: #fdf5ce;
}

table.parameters tr:hover
{
    background-color: transparent;
}

table.data th, table.parameters th, table.fields th
{
    background-color: #112E56;
}

div.buttons a, div.buttons a:link, div.buttons a:visited
{
    color: #EB8F00;
}

table.data tr.selectedimage
{
    background-color: #EB8F00;
}

table.data tr.selectedimage:hover
{
    background-color: #DB7F00;
}

table.fields tr.separator
{
    background-color: #EB8F56;
    font-style: italic;
}

table.fields tr.dragging
{
    background-color: #fdf5ce;
}

table.fields tr.separator.dragging
{
    background-color: #EB8F00;
}
