body
{
    background-color: #FFFFFF;
    background-image: url('images/background.png');
    background-repeat: repeat;
    background-attachment: fixed; /*color:#000;*/
}
/*table {
 color:#000;
}*/
.submit-button
{
    color: White;
}
.search-button
{
    /* background-color:#F0F0F0;*/
    color: White;
}
.site-navigation li a
{
    color: White;
}
.site-navigation li
{
    /* background-image: url('images/tab_button.png');     background-repeat: no-repeat;*/
    border-radius: 5px 5px 0 0;
    margin-right: 3px;
    box-shadow: 2px 5px 6px #222;
}
.site-navigation li:hover, .site-navigation li:focus
{
}
.site-navigation li.current
{
    /* background-image: url('images/tab_selected_button.png');     background-repeat: no-repeat;*/
    background: #fff;
    border-radius: 5px 5px 0 0;
}
/*.site-navigation li a
{
    color: White;
}

.site-navigation li
{
    background-image: url('images/tab_button.png');
    background-repeat: no-repeat;
}
.site-navigation li.current
{
    background-image: url('images/tab_selected_button.png');
    background-repeat: no-repeat;
}*/
.site-content-header
{
    background-repeat: no-repeat;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}
/**********************************************************************/
.site-login-panel
{
    min-height: 300px;
}
.site-login-panel, .reportlist-panel, .reportrunner-panel
{
    background-position: right bottom;
    background-repeat: no-repeat;
}
.site-login-panel
{
    background-image: url('images/lockwatermark.png');
}
.reportlist-panel
{
    background-image: url('images/reportwartermark.png');
}
.reportrunner-panel
{
    background-image: url('images/reportrunnerwatermark.png');
}
.user-infoarea-submit
{
    margin: 10px 0 0 0;
    float: right;
}
.login-panel
{
    background: url('images/login-panel-background.png');
    height: 180px;
    width: 260px;
    margin: 20px auto;
}
.user-info-submit
{
    margin: 10px;
}
.login-panel table
{
    width: 90%;
    text-align: center;
    vertical-align: middle;
    margin: 50px auto;
}
.changepassword
{
    color: white;
    cursor: pointer;
    text-decoration: underline;
    position: relative;
}

.changePwdCancel
{
    color: black;
    cursor: pointer;
    text-decoration: underline;
    position: relative;
    right: 4px;
}
.reportlist-panel, .reportrunner-panel
{
    line-height: normal;
    margin: 20px 0 0 8px;
}
.reportlist-panel
{
    min-height: 400px;
}
ul.report-list-reports a
{
    color: #333333;
}
.reportrunner-panel .report-cateogry
{
    font-size: 1.3em;
}
.reportrunner-panel .report-cateogry .cats-icon img
{
    height: 28px;
    width: 28px;
}
.reportrunner-type
{
    float: left;
}
.report-parameter-layout
{
    background-color: #F7F7F7;
    width: 99%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 35px;
    border-radius: 5px;
}
.report-parameter-layout td.icon
{
    width: 50px;
}
.report-parameter-layout .icon img
{
    width: 28px;
    height: 28px;
}
.ui-datepicker
{
    font-size: 0.6em;
}
.ui-datepicker-trigger
{
    vertical-align: middle;
    padding-left: 5px;
}
.report-parameter-selection-layout
{
    background-color: #F7F7F7;
    width: 99%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 35px;
    border-radius: 5px;
}
.report-parameter-selection-layout td.icon
{
    width: 50px;
}
.report-parameter-selection-layout .icon img
{
    width: 28px;
    height: 28px;
}
.report-instances-layout
{
    background-color: #F7F7F7;
    width: 99%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 35px;
    border-radius: 5px;
}
.report-instances-layout td.icon
{
    width: 50px;
}
.report-instances-layout .icon img
{
    width: 28px;
    height: 28px;
}
.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.6;
}

.modalPopup
{
    width: 650px;
}
.changePassword-header, .modalInstances-header
{
    border: 1px solid #AAAAAA;
    color: #fff;
    padding: 12px 0px 12px 20px;
    font-weight: bold;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
}
.changepwd_content, .modalInstances_content
{
    background: #FFFFFF;
    border: 1px solid #AAAAAA;
    color: #222222;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    width: 550px;
}
.changepwd_headertitle, .modalInstances_headertitle
{
    overflow: hidden;
    padding: 0.2em;
    position: relative;
}
