﻿* {
    font-family: 'Droid Sans',sans-serif;
    margin: 0;
    padding: 0;
}

body {
    font-size: .8em !important;
    background-attachment: fixed;
    background-color: #FFFFFF;
    background-image: url("../images/noise.png"), linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2));
}

.paddingwrapper {
    padding-top: 20px;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
    border: 0px solid #EEE;
    background-color: #FFF;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    text-decoration: none;
    transition-property: top, left, opacity, box-shadow, background-color;
}

.footer {
    background-color: #777;
}

.preheader {
    background-color: #21409A;
}

.header {
    border-bottom: 1px solid #E3E3E3;
}

    .header .sf_2cols_1_25 {
        padding 10px 0px;
        text-align: center;
    }

    .header .sf_2cols_2_75 H1 {
        margin-bottom: 2px !important;
    }

    .header .sf_2cols_2_75 P {
        margin: 2px !important;
    }


.action_bar {
    background-color: #F8F8F8; /* Old Browsers */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #F8F8F8), to(#EFEFEF)); /* Webkit Browsers */
    background: -moz-linear-gradient(top, #F8F8F8, #EFEFEF); /* Mozila Browser */
    background: linear-gradient(top, #F8F8F8, #EFEFEF);
    background: -o-linear-gradient(top, #F8F8F8, #EFEFEF);
    background: -ms-linear-gradient(top, #F8F8F8, #EFEFEF);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#F8F8F8', EndColorStr='#EFEFEF'); /* IE Browsers */
    padding: 10px;
    border-top: 1px solid #E3E3E3;
    height: 30px;
}

.subnavigation {
    /*
    border-left: 1px solid #B9C4CF;
    border-radius: 4px 0 0 0;
    border-right: 1px solid #B9C4CF;
    border-top: 1px solid #B9C4CF;*/
    margin-top: -1px;
    overflow: visible;
    padding-left: 0px !important;
}

.bodytable {
    width: 100%;
    height: 100%;
}

    .bodytable TD {
        vertical-align: top;
    }

.main-navigation {
    width: 250px;
    border-right: 1px solid #E3E3E3;    
    /*background: none repeat scroll 0 0 #F0F2F5;*/
}

.content {
    padding: 10px;
}

.footertable {
    width: 100%;
    color: #FFF;
    font-size: .9em;
}

    .footertable td {
        padding: 5px;
    }

    .footertable a {
        color: #fff;
    }

.footer_status {
    text-align: right;
}

.header_status {
    text-align: right;
    padding: 5px;
    font-size: .9em;
}

    .header_status, .header_status a {
        color: white;
    }

.ui-dialog-titlebar {
    display: none !important;
}

.ASInfo {
    background: url(../images/info.png) no-repeat;
    display: inline-block;
    height: 16px;
    position: relative;
    top: 4px;
    width: 16px;
}

.ui-tooltip {
    padding: 0px !important;
    border: 0px solid #FFF !important;
    box-shadow: none !important;
}

.ui-tooltip-default .ui-tooltip-titlebar, .ui-tooltip-default .ui-tooltip-content {
    border-color: #444;
    background-color: #444;
    color: white;
    font-weight: bold;
}

.ui-tooltip-content {
    position: relative;
    padding: 5px 9px;
    overflow: hidden;
    border-width: 1px;
    border-style: solid;
    text-align: left;
    word-wrap: break-word;
    overflow: hidden;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.ui-tabs .ui-tabs-nav li a {
    font-size: 11px !important;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #0073EA !important;
}
