﻿body
{
    margin: 0;
    padding: 0;
    font-family: Verdana;
    font-size: 10px;
    color: #898989;
    /*background-color: #FFF;*/
}

.label
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #6B6C6E;
    padding-right: 5px;
}

.labelR
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #6B6C6E;
    padding-right: 5px;
}

.label_white
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #FFF;
}

.labelHolder
{
    text-align: right;
    padding-right: 5px;
}

.labelMandatory
{
    color: Red;
    font-weight: bold;
}

input, textarea, select
{
    font-family: Verdana;
    font-size: 10px;
    color: #444;
}

label
{
    font-family: Verdana;
    font-size: 10px;
    color: #6B6C6E;
    font-weight: bold;
}

.copyright
{
    text-align: center;
    font: 10px "segoe ui" ,arial,sans-serif;
    padding: 10px 0px 0px 0px;
    font-weight: bold;
    color: #4F4940;
}

.copyright a
{
    font-family: Tahoma;
    color: #999;
}

/* ********** Form Separator ********** */
.formBreak
{
    padding: 10px 3px 3px 3px;
    border-bottom: 1px solid #898989;
}

.formBreaklbl
{
    font: 12px "segoe ui" ,arial,sans-serif;
    font-weight: bold;
    color: #898989;
}
/* ********** Form Separator ********** */

/************************************************************************/
/*                        Small Update Progress                         */
/************************************************************************/
.smallProgressBarCSS
{
    background: url('Icons/Loader.gif') no-repeat;
    background-position: 4px 4px;
    background-color: #FFFFFF;
    font: 9pt Tahoma;
    font-weight: bold;
    color: #666666;
    z-index: 30000;
    height: 40px;
    line-height: 35px;
    width: 130px;
    text-align: right;
    padding-right: 10px;
    border: 1px solid #777777;
    position: absolute;
    left: 0;
    top: 0;
}

/************************************************************************/
/*                        Small Update Progress                         */
/************************************************************************/


/************************************************************************/
/*                         New Update Progress                          */
/************************************************************************/
.up_divContainer
{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 200px;
    height: 80px;
    background-color: #EFEFEF;
    border: 1px solid #CCC;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.up_divMain
{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 200px;
    height: 80px;
}

.up_divImage
{
    position: absolute;
    top: 0;
    left: 0;
    height: 80px;
    width: 50px;
}

.up_divText
{
    position: absolute;
    top: 0;
    left: 50px;
    height: 80px;
    width: 150px;
    background-color: Transparent !important;
}
.up_Text
{
    padding-left: 10px;
    font: 14px "segoe ui",arial,sans-serif;
    color: #4F4940;
    font-weight: bold;
    text-align: center;
}
.up_vAlign
{
    height: 80px;
    vertical-align: middle;
}

/************************************************************************/
/*                         New Update Progress                          */
/************************************************************************/


/************************************************************************/
/*                             BoxContainer                             */
/************************************************************************/
.boxContainer
{
    position: relative;
    float: left;
    margin: 3px;
}

.boxContainer .boxTopLeft
{
    background: transparent url('Images/box.png') no-repeat;
    background-position: 0px 0px;
    height: 15px;
    float: left;
}

.boxContainer .boxTopRight
{
    background: transparent url('Images/box.png') no-repeat;
    background-position: -1019px -0px;
    width: 5px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 0;
}

.boxContainer .boxBottomLeft
{
    background: transparent url('Images/box.png') no-repeat;
    background-position: 0px -16px;
    width: 100%;
    height: 15px;
    float: left;
}

.boxContainer .boxBottomRight
{
    background: transparent url('Images/box.png') no-repeat;
    background-position: -1019px -16px;
    width: 5px;
    height: 15px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.boxContainer .boxCenterLeft
{
    background: transparent url('Images/box.png') no-repeat;
    background-position: 0px -31px;
    width: 100%;
    float: left;
}

.boxContainer .boxCenterRight
{
    background: transparent url('Images/box.png') no-repeat;
    background-position: -1019px -31px;
    width: 5px;
    position: absolute;
    right: 0;
    top: 15px;
}

.boxContainer .bannerText
{
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #6B6C6E;
    position: absolute;
    width: 100%;
    text-align: center;
    height: 15px;
    line-height: 15px;
    left: 0;
}

.boxContainer .boxContentLeft
{
    position: absolute;
    top: 18px;
    left: 10px;
}

.boxContainer .boxContentRight
{
    position: absolute;
    top: 18px;
    right: 10px;
}
/************************************************************************/
/*                             BoxContainer                             */
/************************************************************************/


/************************************************************************/
/*                              Link Button                             */
/************************************************************************/
.clear
{
    /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.link_portal
{
    color: #666;
    display: block;
    font: normal 10px verdana, arial, sans-serif;
    height: 24px;
    padding-right: 4px; /* sliding doors padding */
    text-decoration: none;
}

a.link_portal span
{
    display: block;
    line-height: 12px;
    padding: 3px 5px 4px 5px;
}

a.link_portal:hover
{
    background: transparent url('Images/ButtonHoverEndGreen.png') no-repeat right;
    background-position: bottom right;
    color: #369;
    outline: none; /* hide dotted outline in Firefox */
}

a.link_portal:hover span
{
    background: transparent url('Images/ButtonHoverGreen.png') no-repeat;
    padding: 3px 5px 4px 5px; /* push text down 1px */
}

a.link_portal:active
{
    background-position: right bottom;
    color: #369;
    outline: none; /* hide dotted outline in Firefox */
    height: 24px;
}

a.link_portal:active span
{
    background-position: bottom left;
    padding: 4px 5px 1px 5px; /* push text down 1px */
}
/************************************************************************/
/*                              Link Button                             */
/************************************************************************/



/************************************************************************/
/*                                 Button                               */
/************************************************************************/
.clear
{
    /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.sas_button
{
    background: transparent url('Images/ButtonSpritesGray.png') no-repeat scroll top right;
    color: #6B6C6E;
    display: block;
    float: left;
    font: 12px "segoe ui" ,arial,sans-serif;
    height: 24px;
    margin-right: 4px;
    padding-right: 4px; /* sliding doors padding */
    text-decoration: none;
}

a.sas_button span.sas_button_span
{
    background: transparent url('Images/ButtonSpritesGray.png') no-repeat left -24px;
    display: block;
    line-height: 24px;
    padding-left: 6px;
    padding-right: 2px;
    white-space: nowrap;
}

a.sas_button:hover span.sas_button_span
{
    background-position: left -72px;
    padding-left: 6px;
    padding-right: 2px;
}

a.sas_button:hover
{
    background-position: right -48px;
    color: #FFF;
    outline: none; /* hide dotted outline in Firefox */
}

a.sas_button:active span.sas_button_span
{
    background-position: left -120px;
    padding-left: 6px;
    padding-right: 2px;
}

a.sas_button:active
{
    background-position: right -96px;
}



a.sas_button_img
{
    background: transparent url('Images/ButtonSpritesGray.png') no-repeat scroll top right;
    display: block;
    float: left;
    font: 12px "segoe ui" ,arial,sans-serif;
    height: 24px;
    line-height: 24px;
    margin-right: 4px;
    padding-right: 4px; /* sliding doors padding */
    text-decoration: none;
}

a.sas_button_img span.sas_button_span
{
    background: transparent url('Images/ButtonSpritesGray.png') no-repeat left -24px;
    display: block;
    line-height: 24px;
    height: 24px;
    padding-top: 0px;
    padding-left: 6px;
    padding-right: 2px;
    padding-bottom: 2px;
    white-space: nowrap;
}

a.sas_button_img:hover span.sas_button_span
{
    background-position: left -72px;
    padding-top: 0px;
    padding-left: 6px;
    padding-right: 2px;
    padding-bottom: 2px;
}

a.sas_button_img:hover
{
    background-position: right -48px;
    color: #FFF;
    outline: none; /* hide dotted outline in Firefox */
}

a.sas_button_img:active span.sas_button_span
{
    background-position: left -120px;
    padding-top: 0px;
    padding-left: 6px;
    padding-right: 2px;
    padding-bottom: 2px;
}

a.sas_button_img:active
{
    background-position: right -96px;
}



a.sas_button_imgtext
{
    background: transparent url('Images/ButtonSpritesGray.png') no-repeat scroll top right;
    color: #5a5a5a;
    display: block;
    float: left;
    font: 12px "segoe ui" ,arial,sans-serif;
    height: 24px;
    margin-right: 4px;
    padding-right: 4px; /* sliding doors padding */
    text-decoration: none;
}

a.sas_button_imgtext span.sas_button_span
{
    background: transparent url('Images/ButtonSpritesGray.png') no-repeat left -24px;
    display: block;
    height: 24px;
    padding-left: 6px;
    padding-right: 2px;
    padding-top: 4px;
    white-space: nowrap;
}

a.sas_button_imgtext:hover span.sas_button_span
{
    background-position: left -72px;
    padding-left: 6px;
    padding-right: 2px;
    padding-top: 4px;
}

a.sas_button_imgtext:hover
{
    background-position: right -48px;
    color: #5a5a5a;
    outline: none; /* hide dotted outline in Firefox */
}

a.sas_button_imgtext:active span.sas_button_span
{
    background-position: left -120px;
    padding-left: 6px;
    padding-right: 2px;
    padding-top: 4px;
}

a.sas_button_imgtext:active
{
    background-position: right -96px;
}
/************************************************************************/
/*                                 Button                               */
/************************************************************************/

/************************************************************************/
/*                           RadDock_EditIcon                           */
/************************************************************************/
.RadDock_EditIcon
{
    background-image: url('Icons/Edit_16_2.png') !important;
    background-repeat: no-repeat !important;
    cursor: pointer !important;
}
/************************************************************************/
/*                           RadDock_EditIcon                           */
/************************************************************************/


/************************************************************************/
/*                               SaveBar                                */
/************************************************************************/
.saveBar
{
    width: 100%;
    padding-right: 15px;
}
.fixedSaveBarHolder
{
    position: fixed;
    height: 40px;
    clear: both;
    width: 100%;
    bottom: 0;
    border: 0;
    left: 0;
    z-index: 1000;
    background: #FFF;
    border-top: 1px solid #898989;
    zpadding: 4px;
}
.largeSaveBar
{
    height: 40px;
}
/************************************************************************/
/*                               SaveBar                                */
/************************************************************************/


/************************************************************************/
/*                            Portal SaveBar                            */
/************************************************************************/
.portalSaveBar
{
    border-bottom: 1px solid #888;
    height: 40px;
    width: 100%;
}
.SaveBarLeft
{
    float: left;
}
.SaveBarRight
{
    float: right;
    padding-right: 3px;
}
/************************************************************************/
/*                            Portal SaveBar                            */
/************************************************************************/


/************************************************************************/
/*                                Fixes                                 */
/************************************************************************/
.RadDock
{
    margin: 0px !important;
}

.rdContent, .RadDock, .RadDockZone, .rdSideBorders
{
    overflow: visible !important;
}

.RadDockZone
{
    margin: 0px !important;
    padding: 0px !important;
}


div.RadToolBar .rtbUL
{
    width: 100%;
}
div.SeparatedButtons .rtbItem
{
    float: left;
}

div.SeparatedButtons .rtbSeparator
{
    float: left;
}

div.SeparatedButtons .rightAlignedWrapper
{
    float: right !important;
}

/************************************************************************/
/*                                Fixes                                 */
/************************************************************************/


/************************************************************************/
/*                                Error                                 */
/************************************************************************/
.Error_Image
{
    float: left;
    padding: 2px;
    width: 40px;
} 
.Error_Title
{
    float: left;
    padding: 10px 10px 10px 5px;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    color: #555;
    width: 350px;
    height: 20px;
    overflow: hidden;
    max-width: 350px;
    display: block;
}
.Error_MessageContainer
{
    border: 1px solid #CCC;
    overflow-y: auto;
    width: 410px;
    height: 100px;
    background-color: #F8F8F8;
    font-family: Verdana;
    font-size: 10px;
    color: #B32D34;
    float: left;
}
.ValidationSummary
{
    color: Red;
    font-family: Verdana;
    font-size: 10px;
    font-weight: bold;
    padding: 10px;
}
/************************************************************************/
/*                                Error                                 */
/************************************************************************/

/************************************************************************/
/*                           Menu breadcrumb                            */
/************************************************************************/
table.menuBreadCrumb
{
}

table.menuBreadCrumb a
{
    text-decoration: none;
    font-weight: bold;
    color: #898989;
}

table.menuBreadCrumb a:hover
{
    text-decoration: none;
    font-weight: bold;
    color: #777777;
}

/************************************************************************/
/*                           Menu breadcrumb                            */
/************************************************************************/


/************************************************************************/
/*                           ListBox Blocks                             */
/************************************************************************/

table.lbTableBlocks
{
background: url('Images/gtoolbox.png'); 
width: 238px;
height: 31px;
cursor: move;
}

td.lbImageCellBlocks
{
  width: 40px; padding-left: 16px; vertical-align: middle;  
}

/************************************************************************/
/*                         End ListBox Blocks                           */
/************************************************************************/


