/* Used for SaveQuery webcontrol */
.savequery_container  a
{
    cursor:pointer;
    /*text-decoration: underline; */
}
.savequery_container  input
{
    cursor:pointer;
}

.savequery_container savequery_url input
{
    cursor:help;
} 

.savequery_readmore_expandimage
{
    width:16px;
    height:16px;
    background: url(../images/plus-16.gif) no-repeat;
    vertical-align: middle;
	outline: none;
}.savequery_readmore_collapseimage
{
    width:16px;
    height:16px;
    background: url(../images/minus-16.gif) no-repeat;
    vertical-align: middle;
	outline: none;
}
.savequery_informationpanel
{
    display: inline-block;
    padding-right: 10px;
}
.savequery_informationtext
{
    line-height: normal;
}

#divHelp a
{
    background: url('../scb/Images/Arrow_Right_Turquoise.png') no-repeat 0px 3px;
    padding: 0 0 0 14px;
    text-decoration: none !important;
}
.savequery_timeperioddiv
{
    float:left; 
    width: 50%; 
}
.savequery_saveasdiv
{
    margin-top:10px; 
    width: 100%;
}
.savequery_informationpanelwidth
{
    width: 100%;
}
.savequery_create
{
}
.savequery_cancel
{
    margin-right: 15px;
}

.savequery_functionbtn
{
    float:left;
    margin-top:25px; 
    margin-right:3px;
    cursor:pointer;
    border-color:red;

}

.savequery_rblist input[type="radio"] + label:before
{
    margin-top: 7px;
     
}

.saveas_dropdownlist
{
    width:250px;
}
.savequery_heading 
{
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.querySummary
{
    width: 100%;
    margin-bottom: 10px;
}
.querySummaryItem
{
    display:inline-block;
}
.savequery_urlcaption
{
    display: block;
    font-weight: bold;
    margin-top: 5px;
}

.savequery_url
{
    display: block;
    width: 700px;
    font-family: Courier New;    
}

.savequery_querycaption
{
    display: block;
    font-weight: bold;
    margin-top: 5px;
}

.savequery_query
{
    display: block;
    width: 700px;
    margin-bottom: 10px;
}
.savequery_error
{
    color:red;
    margin-left: 5px;
}
.savequery_novisibility
{
    display: none;
}
/*Old css. Remove?*/
.floatleft
{
    float:left;
}

.time_warning_panel
{
    margin-bottom: 10px;
}
.savequery_function
{
    margin-right: 15px;
}