.ApplicationShadedOuterSideBar_Left
{
    border-right: 1px solid #cccccc;
    /* Opera */
    background: #cccccc;
    /* FireFox*/
    background: -moz-linear-gradient(top, #ffffff, #cccccc);
    /* Chrome Safari */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#cccccc', GradientType=0);
}
.ApplicationShadedOuterSideBar_Right
{
    border-left: 1px solid #cccccc;
    /* Opera */
    background: #cccccc;
    /* FireFox*/
    background: -moz-linear-gradient(top, #ffffff, #cccccc);
    /* Chrome Safari */
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
    /* MSIE */
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#cccccc', GradientType=0);
}

/* Displays a div inline on the right side */
.displayInlineRight
{
    display: inline;
    float: right;
}

/* Displays a div inline on the left side */
.displayInline
{
    display: inline;
}

.AddNewItemSmall
{
    background-image: url("themes/images/AddNew.png");
    height: 16px;
    width: 16px;
}

.HelpLinkIconSmall
{
    background-image: url("themes/images/question1-16.png");
    height: 16px;
    width: 16px;
}

.EditLinkIconSmall
{
    background-image: url("themes/images/edit16x16.png");
    height: 16px;
    width: 16px;
}

.HelpLinkIcon32
{
    background-image: url("themes/images/question1-32.png");
    height: 32px;
    width: 32px;
}

.EditLinkIcon32
{
    background-image: url("themes/images/edit32x32.png");
    height: 32px;
    width: 32px;
}

.GridExportIconSmall
{
    background-image: url("themes/images/csv.png");
    height: 16px;
    width: 16px;
}

.TableNoBorders
{
    border: solid 0px #ffffff;
    border-collapse: collapse;
    padding: 0;
}

.FieldValidationError
{
    color: #ff0000;
}

.InputValidationError
{
    border: 1px solid #fff;
    background-color: #ffeeee;
}

.ValidationSummaryErrors
{
    font-weight: bold;
    color: #ff0000;
}

.ShadedBar
{
    height: 18px;
    
    background: #ffffff

    padding: 4px;
    color: #336699;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;

    background: -moz-linear-gradient(left, #fefefe, #cccccc);
    
    background: -webkit-gradient(linear, left, right, from(#fefefe), to(#cccccc));
    
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#efefef', EndColorStr='#cccccc', GradientType=1); 
}

.loading-overlay
{
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
    background: #efefef;
}

.loading-container
{
    display: block;
    height: 30%;
    left: 35%;
    position: absolute;
    top: 35%;
    width: 30%;
    z-index: 1002;
    background-color: transparent;
}

.loading-message
{
    padding: 5px;
    display: block;
    height: 30%;
    left: 10%;
    position: absolute;
    top: 10%;
    width: 80%;
    z-index: 1003;
    background-color: #cccccc;
    text-align: center;
    font-weight: 900;
    border: 2px solid #999999;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 0 4px 1px rgba(0, 0, 0, 0.15)0 4px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.40);
}

.loading-no-message
{
    display: block;
    height: 30%;
    left: 10%;
    position: absolute;
    top: 10%;
    width: 80%;
    z-index: 1003;
    background-color: transparent;
    text-align: center;
    font-weight: 900;
}

.loading-animation
{
    display: block;
    height: 30%;
    left: 35%;
    position: absolute;
    bottom: 30%;
    width: 30%;
    z-index: 1004;
    background-image: url("themes/images/loading.gif");
    background-repeat: no-repeat;
    background-position:  center center;
    background-color: transparent;
}

.notification
{
    display: block;
    height: 20px;
    position: absolute;
    width: 100%;
    
    background: #ffffff;   
    background: -moz-linear-gradient(left, #cecece, #efefef);   
    background: -webkit-gradient(linear, left, right, from(#cecece), to(#efefef));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#cecece', EndColorStr='#efefef', GradientType=1);
    padding: 2px;
}

.notification-image-information
{
    float: left;
    display: block;
    height: 16px;
    width: 16px;
    background-image: url("themes/images/exclamation.png");
    margin-right: 2px;
}

.notification-image-error
{
    float: left;
    display: block;
    height: 16px;
    width: 16px;
    background-image: url("themes/images/error_small.png");
    margin-right: 2px;
}

.notification-message
{
    float: left;
    height: 16px;
    width: 80%;
    color: #666666;
    font-weight: 900;
}

.LogoLeft
{
    background-image: url("themes/images/AppLogo.jpg");
    background-repeat: no-repeat;
    background-position: 1px 1px;
}

.LogoRight
{
    background-image: url("themes/images/SAVCLogo.png");
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.ApplicationTitle
{
    color: #336699;
    font-family: Arial;
    font-size: 22px;
    font-weight: bolder;
    /* text-transform: uppercase;*/
    text-decoration: none;
}

.ApplicationRelease
{
    color: #666666;
    font-family: Arial;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
}

.ApplicationWorkspaceBorder
{
    border: 0px solid #cccccc;
}

.defaultFont, .defaultFont_Italic, .defaultFont_Bold, .defaultFont_BoldItalic
{
    font-family: verdana;
    color: #666666;
    font-size: 13px;
}

.defaultFont_Italic
{
    font-style: italic;
}

.defaultFont_Bold
{
    font-weight: bold;
}

.defaultFont_BoldItalic
{
    font-weight: bold;
    font-style: italic;
}

.border
{
    border: 1px solid #cccccc;
    padding: 5px;
}

.error-header
{
    background: #CCC;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px;
}

.error-border
{
border: 4px solid #CCC;
}

.SubShadedBar
{
    background: #ffffff;
    /* background: -moz-linear-gradient(left, #efefef, #dceef4);
    background: -webkit-gradient(linear, left, right, from(#efefef), to(#dceef4));
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#efefef', EndColorStr='#dceef4', GradientType=1); */
    padding: 4px;
    color: #666666;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-transform: none;
}

.headerFont_Main, .headerFont_Sub, .headerFont_Subsub
{
    color: #336699;
}

.headerFont_Main
{
    font-family: Arial;
    font-size: 18px;
    font-style: Italic;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
}

.headerFont_Sub
{
    font-family: Arial;
    font-size: 16px;
    font-style: Italic;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
}

.headerFont_SubSub
{
    font-family: Arial;
    font-size: 14px;
    font-style: Italic;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
}

.subscriptFont
{
    color: #666666;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

.Table
{
    border: solid 1px #cccccc;
    border-collapse: collapse;
}

.TableHeaderCells
{
    color: #666666;
    padding: 4px;
    border: solid 1px #cccccc;
    background-color: #efefef;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    text-align: left;
}

.TableDataCells
{
    color: #666666;
    padding: 4px;
    border: solid 1px #cccccc;
    background-color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    text-align: left;
}


/* The checkbox in its checked state */
.CheckBoxChecked
{

    background-image: url('themes/images/checkmark.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
    background-position: 0px;

}

/* The checkbox in its checked state */
.CheckBoxUnChecked
{

    background-image: url('themes/images/checkmark.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0;
    background-position: -16px;

}