﻿/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% MASTER PAGE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

/*###############################################################################################################################################*/
/*################################################ Master Page Customizable CSS #################################################################*/
.MasterBody {
    background-position: center top;
    margin: 0;
    padding: 0;
    background-color: #EDEDED;
    background-repeat: repeat-x;
    color: #222222;
    width: auto;
    height: auto;
}

#MasterHeader {
    top: 100px;
    height: 175px;
    width: 1227px;
    clear: right;
}

#MasterPanelLogos {
    margin-right: 50px;
    margin-top: 20px;
}

.MasterImageLogo {
    display: block;
    width: 168px;
    height: 168px;
    background-image: url('../../../Images/Themes/SignatureSystems/PDQLogo_168.png');
    background-repeat: no-repeat;
}

.MasterImageHeader {
    position: absolute;
    top: 48px;
    left: 116px;
    display: block;
    width: 485px;
    height: 141px;
    background-image: url('../../../Images/Themes/SignatureSystems/myPDQPOSlt.png');
    background-repeat: no-repeat;
}

#MasterLeftHeaderImage {
    height: 155px;
    width: 255px;
    margin-top: 0px;
    text-align: center;
    position: relative;
    float: left;
    top: 10px;
    left: 30px;
}

#MasterCenterHeaderImage {
    position: relative;
    width: 717px;
    height: 155px;
    float: left;
    top: -25px;
    left: 0px;
}

#MasterRightHeader {
    position: relative;
    top: 10px;
    width: 255px;
    height: 155px;
    vertical-align: middle;
    text-align: center;
    float: left;
}

#MasterFooter {
    width: 1227px;
    height: 25px;
    text-align: center;
    color: #FFFFFF;
    float: left;
    clear: right;
}

/*.MasterLoginDiv {
    background: rgb(90,90,90);
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-left: 0px;
    border-right: 0px;
    border-color: #999999;
}*/
.MasterLoginDiv {
    background-color: rgb(205,205,205);
    border-radius: 5px;
    /*border-style: solid;
    border-width: 1px;
    border-left: 0px;
    border-right: 0px;
    border-color: #999999;*/
    border: none;
}

.MasterPreLoginDiv {
    background-color: rgb(90,90,90);
}

.GeneralBackgroundColor_Gradiant {
    background: rgb(204,105,83);
    background: -moz-linear-gradient(top, rgba(204,105,83,1) 2%, rgba(170,55,1,1) 64%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(204,105,83,1)), color-stop(64%,rgba(170,55,1,1)));
    background: -webkit-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    background: -o-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    background: -ms-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc6953', endColorstr='#aa3701',GradientType=0 );
    background: linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
}

.GeneralBackgroundColor_PopupBottom {
    background-color: #aa3701 !important;
}

.GeneralBackgroundColor {
    background-color: #FF9933 !important;
}

.GeneralForeColor {
    color: #FF9933 !important;
}

/*******************************************************************************************************
Page Header that introduces the pages and user logged in info
********************************************************************************************************/
.MasterLabelPageHeading {
    font-family: helvetica, sans-serif;
    font-size: 14pt;
    padding-top: 2px;
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
    background: rgb(204,105,83);
    background: -moz-linear-gradient(top, rgba(204,105,83,1) 2%, rgba(170,55,1,1) 64%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(204,105,83,1)), color-stop(64%,rgba(170,55,1,1)));
    background: -webkit-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    background: -o-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    background: -ms-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc6953', endColorstr='#aa3701',GradientType=0 );
    background: linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    box-shadow: 1px 1px 1px #000000;
    height: 25px;
    width: 350px;
    text-align: center;
    font-weight: bold;
    text-align: center;
    text-shadow: 0.5px 0.5px 0px #000000;
    filter: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=0);
    /*-webkit-border-bottom-left-radius: 7px;
    -webkit-border-bottom-right-radius: 7px;
    -moz-border-radius-bottomleft: 7px;
    -moz-border-radius-bottomright: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;background: rgb(70,70,70);  
    -webkit-background-clip: padding-box;
    -moz-background-clip:    padding;
    background-clip:         padding-box;*/
    margin-top: -1px;
    color: white;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/






/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% THEMES PAGE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

/*###############################################################################################################################################*/
/*##########################################Processing.aspx  Customizable features#############################################################*/

/*Processing Logo Location CSS*/
.Processing_Logo {
    margin-top: 20px;
    display: block;
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto;
    /**********Change URL***********/
    background-image: url('../../../Images/Themes/SignatureSystems/PDQLogoAjax_300.gif');
    /*********************************/
}
/*###############################################################################################################################################*/
/*###############################################################################################################################################*/


/*###############################################################################################################################################*/
/*################################################Customizable Controls##########################################################################*/

.EnterpriseLoadingPanel {
    display: block;
    width: 60px;
    height: 55px;
    background-repeat: no-repeat;
    /**********Change URL*************/
    background-image: url('../../../Images/Themes/SignatureSystems/PDQLogoAjax.gif');
    /*********************************/
}

/*******************************************************************************************************
Enterprise TextBox Properties and apperance settings
********************************************************************************************************/
/*.EnterpriseTextBox
{
    font: normal 12px/23px "Segoe UI", Arial, sans-serif;
	color: #ffffff;
	height:17px;
    line-height:15px;
    background-color: rgb(70,70,70);
    border: 1px solid #999999;
    color:#ffffff;
    padding-left: 5px;
    padding-top:2px;
}*/

.EnterpriseTextBox:Hover,
.EnterpriseTextBoxRightAligned:Hover,
.EnterpriseDatePicker:Hover {
    /**********Change Color***********/
    border: 1px solid #FF9933 !important;
    /*********************************/
}
/*******************************************************************************************************
********************************************************************************************************
********************************************************************************************************/



/*******************************************************************************************************
Enterprise Dropdown Properties and apperance settings
********************************************************************************************************/
.EnterpriseDropDown {
    font: normal 12px/23px "Segoe UI", Arial, sans-serif;
    height: 22px;
    line-height: 15px;
    background-color: rgb(70,70,70);
    /*box-shadow:1px 1px 1px #000000;*/
    color: #ffffff;
    border-style: solid;
    border-color: #999999;
    border-width: 1px;
}

    .EnterpriseDropDown:Hover {
        font: normal 12px/23px "Segoe UI", Arial, sans-serif;
        height: 22px;
        line-height: 15px;
        background-color: rgb(70,70,70);
        /*box-shadow:1px 1px 1px #000000;*/
        color: #ffffff;
        border-style: solid;
        border-width: 1px;
        /**********Change Color***********/
        border-color: #FF9933;
        /*********************************/
    }
/*******************************************************************************************************
********************************************************************************************************
********************************************************************************************************/

/*******************************************************************************************************
Enterprise Button Properties and apperance settings
********************************************************************************************************/
.EnterpriseButton {
    /*box-shadow:1px 1px 0px #000000;*/
}


.EnterpriseButtonControl {
    background: rgb(125,125,125);
    /*background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(38,38,38,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(38,38,38,1)));
    background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(38,38,38,1) 100%);
    background: -o-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(38,38,38,1) 100%);
    background: -ms-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(38,38,38,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#262626',GradientType=0 );
    background: linear-gradient(top, rgba(125,126,125,1) 0%,rgba(38,38,38,1) 100%);*/
    color: #FFFFFF;
    border-style: solid;
    border-color: #777777;
    border-width: 1px;
    /*box-shadow:1px 1px 0px #000000;*/
    font: normal 12px/23px "Segoe UI", Arial, sans-serif;
    height: 22px;
    line-height: 15px;
}

    .EnterpriseButtonControl:Hover {
        background: rgb(125,125,125);
        /*background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(38,38,38,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(38,38,38,1)));
    background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(38,38,38,1) 100%);
    background: -o-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(38,38,38,1) 100%);
    background: -ms-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(38,38,38,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#262626',GradientType=0 );
    background: linear-gradient(top, rgba(125,126,125,1) 0%,rgba(38,38,38,1) 100%);*/
        border-style: solid;
        border-width: 1px;
        box-shadow: 1px 1px 0px #000000;
        font: normal 12px/23px "Segoe UI", Arial, sans-serif;
        height: 22px;
        line-height: 15px;
        /**********Change Color***********/
        border-color: #FF9933;
        color: #FF9933;
        /*********************************/
    }
/*******************************************************************************************************
********************************************************************************************************
********************************************************************************************************/


/*******************************************************************************************************
Enterprise Grid Properties and apperance settings
********************************************************************************************************/
.EnterpriseGridHeader_Color_8 {
    color: #FFFFFF;
    font-family: helvetica, sans-serif;
    font-size: 8pt;
    font-weight: bold;
    border-bottom: 1px solid #999999;
    /**********Change Color***********/
    background: rgb(204,105,83);
    background: -moz-linear-gradient(top, rgba(204,105,83,1) 2%, rgba(170,55,1,1) 64%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(204,105,83,1)), color-stop(64%,rgba(170,55,1,1)));
    background: -webkit-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    background: -o-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    background: -ms-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc6953', endColorstr='#aa3701',GradientType=0 );
    background: linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    /*********************************/
}


.EnterpriseGridHeader_Color_9 {
    color: #FFFFFF;
    font-family: helvetica, sans-serif;
    font-size: 9pt;
    font-weight: bold;
    border-bottom: 1px solid #999999;
    /**********Change Color***********/
    background: rgb(204,105,83);
    background: -moz-linear-gradient(top, rgba(204,105,83,1) 2%, rgba(170,55,1,1) 64%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(204,105,83,1)), color-stop(64%,rgba(170,55,1,1)));
    background: -webkit-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    background: -o-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    background: -ms-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc6953', endColorstr='#aa3701',GradientType=0 );
    background: linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    /*********************************/
}

.EnterpriseGridHeader_Color_10 {
    color: #FFFFFF;
    font-family: helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    border-bottom: 1px solid #999999;
    /**********Change Color***********/
    background: rgb(204,105,83);
    background: -moz-linear-gradient(top, rgba(204,105,83,1) 2%, rgba(170,55,1,1) 64%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(204,105,83,1)), color-stop(64%,rgba(170,55,1,1)));
    background: -webkit-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    background: -o-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    background: -ms-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc6953', endColorstr='#aa3701',GradientType=0 );
    background: linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    /*********************************/
}
/*******************************************************************************************************
********************************************************************************************************
********************************************************************************************************/

.EnterpriseCaptionLabels_Black {
    font-family: helvetica, sans-serif;
    font-size: 10pt;
    border-style: solid;
    border-width: 1px;
    border-left: 0px;
    border-right: 0px;
    border-color: #444;
    height: 17px;
    line-height: 17px;
    font-weight: bold;
    /**********Change Color***********/
    background: rgb(237,237,237);
    background-color: transparent;
    /*background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(35,35,35) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(70,70,70)), color-stop(100%,rgb(35,35,35)));
    background: -webkit-linear-gradient(top, rgb(70,70,70) 0%,rgb(35,35,35) 100%);
    background: -o-linear-gradient(top, rgb(70,70,70) 0%,rgb(35,35,35) 100%);
    background: -ms-linear-gradient(top, rgb(70,70,70) 0%,rgb(35,35,35) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646', endColorstr='#232323',GradientType=0 );
    background: linear-gradient(top, rgb(70,70,70) 0%,rgb(35,35,35) 100%);*/
    /*********************************/
}

.EnterpriseCaptionLabels_Clean {
    font-family: helvetica, sans-serif;
    font-size: 10pt;
    border-style: solid;
    border-width: 0px;
    border-left: 0px;
    border-right: 0px;
    border-color: #444;
    height: 17px;
    line-height: 17px;
    font-weight: bold;
    /**********Change Color***********/
    background-color: transparent;
    /*background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(35,35,35) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(70,70,70)), color-stop(100%,rgb(35,35,35)));
    background: -webkit-linear-gradient(top, rgb(70,70,70) 0%,rgb(35,35,35) 100%);
    background: -o-linear-gradient(top, rgb(70,70,70) 0%,rgb(35,35,35) 100%);
    background: -ms-linear-gradient(top, rgb(70,70,70) 0%,rgb(35,35,35) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646', endColorstr='#232323',GradientType=0 );
    background: linear-gradient(top, rgb(70,70,70) 0%,rgb(35,35,35) 100%);*/
    /*********************************/
}

.EnterpriseCaptionLabels_Color {
    font-family: helvetica, sans-serif;
    font-size: 10pt;
    /*border-style: solid;
    border-width: 1px;
    border-left: 0px;
    border-right: 0px;
    border-color: #999999;*/
    border: none;
    height: 17px;
    line-height: 17px;
    font-weight: bold;
    padding-bottom: 2px;
    /**********Change Color***********/
    background: transparent;
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiMjAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ef0000 0%, #b20000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef0000), color-stop(100%,#b20000));
    background: -webkit-linear-gradient(top,  #ef0000 0%,#b20000 100%);
    background: -o-linear-gradient(top,  #ef0000 0%,#b20000 100%);
    background: -ms-linear-gradient(top,  #ef0000 0%,#b20000 100%);
    background: linear-gradient(top,  #ef0000 0%,#b20000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef0000', endColorstr='#b20000',GradientType=0 );*/
    /*********************************/
}

/*###############################################################################################################################################*/
/*###############################################################################################################################################*/
.EnterpriseMessageBox {
    background: rgb(100,100,100);
    background: -moz-linear-gradient(top, rgb(100,100,100) 0%, rgb(50,50,50) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(100,100,100)), color-stop(100%,rgb(50,50,50)));
    background: -webkit-linear-gradient(top, rgb(100,100,100) 0%,rgb(50,50,50) 100%);
    background: -o-linear-gradient(top, rgb(100,100,100) 0%,rgb(50,50,50) 100%);
    background: -ms-linear-gradient(top, rgb(100,100,100) 0%,rgb(50,50,50) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#646464', endColorstr='#323232',GradientType=0 );
    background: linear-gradient(top, rgb(100,100,100) 0%,rgb(50,50,50) 100%);
    width: 288px;
    height: 220px;
    border-style: solid;
    border-color: #999999;
    border-width: 1px;
    text-align: center;
    position: relative;
    top: 5px;
    left: 5px;
}

.EnterpriseMessageBoxBorder {
    background-color: rgb(204,105,83);
    width: 300px;
    height: 232px;
    border-left: 1px solid #555555;
    border-right: 1px solid #555555;
}

.EnterprisePopupHeader {
    width: 100%;
    height: 28px;
    border-bottom: 1px solid #999999;
    /**********Change Color***********/
    background: rgb(204,105,83);
    background: -moz-linear-gradient(top, rgba(204,105,83,1) 2%, rgba(170,55,1,1) 64%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(204,105,83,1)), color-stop(64%,rgba(170,55,1,1)));
    background: -webkit-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    background: -o-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    background: -ms-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc6953', endColorstr='#aa3701',GradientType=0 );
    background: linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    /*********************************/
}

.EnterprisePopup {
    background: rgb(60,60,60);
    background: -moz-linear-gradient(top, rgb(60,60,60) 0%, rgb(50,50,50) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(60,60,60)), color-stop(100%,rgb(50,50,50)));
    background: -webkit-linear-gradient(top, rgb(60,60,60) 0%,rgb(50,50,50) 100%);
    background: -o-linear-gradient(top, rgb(60,60,60) 0%,rgb(50,50,50) 100%);
    background: -ms-linear-gradient(top, rgb(60,60,60) 0%,rgb(50,50,50) 100%);
    background: linear-gradient(top, rgb(60,60,60) 0%,rgb(50,50,50) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3c3c', endColorstr='#323232',GradientType=0 );
    z-index: 1001;
    border-style: solid;
    border-color: #999999;
    border-width: 1px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    border: 1px solid #999999;
    -moz-box-shadow: 0 0 2px 2px #000;
    -webkit-box-shadow: 0 0 2px 2px #000;
    box-shadow: 0 0 5px 1px #000;
}
/*###############################################################################################################################################*/
/*###############################################################################################################################################*/

/*###############################################################################################################################################*/
/*###############################################################################################################################################*/


/*###############################################################################################################################################*/
/*################################################Timeclock.aspx Customerizable CSS##############################################################*/

.TimeClockAuthorized {
    border-color: #999999;
    border-style: solid;
    border-width: 1px;
}

    .TimeClockAuthorized:Hover {
        border-style: solid;
        border-width: 1px;
        /**********Change Color***********/
        border-color: #FF9933;
        /*********************************/
    }

.TimeClockEditHeader {
    font-family: helvetica, sans-serif;
    font-size: 9pt;
    padding-top: 7px;
    border-bottom-color: #999999;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 17px;
    line-height: 13px;
    width: 360px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    /**********Change Color***********/
    background: rgb(204,105,83);
    background: -moz-linear-gradient(top, rgba(204,105,83,1) 2%, rgba(170,55,1,1) 64%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(204,105,83,1)), color-stop(64%,rgba(170,55,1,1)));
    background: -webkit-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    background: -o-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    background: -ms-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc6953', endColorstr='#aa3701',GradientType=0 );
    background: linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    /*********************************/
}

.EditHeader {
    font-family: helvetica, sans-serif;
    font-size: 10pt;
    padding-top: 5px;
    border-bottom-color: #999999;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 20px;
    line-height: 15px;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
    /**********Change Color***********/
    background: rgb(204,105,83);
    background: -moz-linear-gradient(top, rgba(204,105,83,1) 2%, rgba(170,55,1,1) 64%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(204,105,83,1)), color-stop(64%,rgba(170,55,1,1)));
    background: -webkit-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    background: -o-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    background: -ms-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc6953', endColorstr='#aa3701',GradientType=0 );
    background: linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    /*********************************/
}
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/








/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% TELERIK PAGE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/* File Created: January 27, 2012 */



/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& MENU CONTROL %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.RadButton_PDQTheme .rbDecorated:hover,
.RadButton_PDQTheme.rbVerticalSkinnedButton:hover .rbVerticalText,
.EmailDialogButtons:hover,
#btnEmailExample:hover {
    color: #FF9933;
}

.RadButton_PDQTheme.rbSkinnedButtonChecked .rbDecorated,
.RadButton_PDQTheme.rbSkinnedButtonChecked:hover .rbDecorated {
    color: #FF9933;
}

.RadButton_PDQTheme.rbToggleButton:hover {
    color: #FF9933;
}

.RadButton_PDQTheme.rbLinkButton:hover {
    background-color: #4f4f4f;
    color: #FF9933;
}

.RadButton_PDQTheme.rbLinkButtonChecked,
.RadButton_PDQTheme.rbLinkButtonChecked:hover {
    background-color: #736e71;
    color: #FF9933;
}
/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/


/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Button CONTROL %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.RadButton_PDQTheme.rbSkinnedButton,
.RadButton_PDQTheme .rbDecorated,
.RadButton_PDQTheme.rbVerticalButton,
.RadButton_PDQTheme.rbVerticalButton .rbDecorated,
.RadButton_PDQTheme .rbSplitRight,
.RadButton_PDQTheme .rbSplitLeft,
.EmailDialogButtons,
#btnEmailExample {
    background: #7d7e7d; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdkN2U3ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNjI2MjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    /*background: -moz-linear-gradient(top,  #7d7e7d 0%, #262626 100%);*/ /* FF3.6+ */
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7d7e7d), color-stop(100%,#262626));*/ /* Chrome,Safari4+ */
    /*background: -webkit-linear-gradient(top,  #7d7e7d 0%,#262626 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(top,  #7d7e7d 0%,#262626 100%);*/ /* Opera 11.10+ */
    /*background: -ms-linear-gradient(top,  #7d7e7d 0%,#262626 100%);*/ /* IE10+ */
    /*background: linear-gradient(to bottom,  #7d7e7d 0%,#262626 100%);*/ /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#262626',GradientType=0 );*/ /* IE6-8 */
}


.RadButton_PDQTheme.rbLinkButton {
    background: rgb(125,126,125);
    /*background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(38,38,38,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(38,38,38,1)));
    background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(38,38,38,1) 100%);
    background: -o-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(38,38,38,1) 100%);
    background: -ms-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(38,38,38,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#262626',GradientType=0 );
    background: linear-gradient(top, rgba(125,126,125,1) 0%,rgba(38,38,38,1) 100%);*/
}


.RadButton_PDQTheme .rbDecorated:hover,
.RadButton_PDQTheme.rbVerticalSkinnedButton:hover .rbVerticalText {
    color: #FF9933;
}

.RadButton_PDQTheme.rbSkinnedButtonChecked .rbDecorated,
.RadButton_PDQTheme.rbSkinnedButtonChecked:hover .rbDecorated {
    color: #FF9933;
}

.RadButton_PDQTheme.rbToggleButton:hover {
    color: #FF9933;
}

.RadButton_PDQTheme.rbLinkButton:hover {
    background-color: #4f4f4f;
    color: #FF9933;
}

.RadButton_PDQTheme.rbLinkButtonChecked,
.RadButton_PDQTheme.rbLinkButtonChecked:hover {
    background-color: #736e71;
    color: #FF9933;
}

/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/



/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Calendar CONTROL %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.RadCalendar_PDQTheme .rcRow .rcHover a {
    color: #FF9933;
}

.RadCalendarTimeView_PDQTheme td.rcHover a {
    border-color: #636363 #363636 #1f1f1f #5c5c5c;
    background: #2e2e2e 0 -1600px repeat-x url('Calendar/sprite.gif');
    color: #FF9933;
}
/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/



/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Combobox CONTROL %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.RadComboBox_PDQTheme .rcbHovered .rcbInputCell .rcbInput {
    color: #FF9933;
}

.RadComboBoxDropDown_PDQTheme .rcbHovered {
    background: #2e2e2e;
    color: #FF9933;
}

.RadComboBoxDropDown_PDQTheme .rcbHeader {
    background: rgb(204,105,83);
    background: -moz-linear-gradient(top, rgba(204,105,83,1) 2%, rgba(170,55,1,1) 64%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(204,105,83,1)), color-stop(64%,rgba(170,55,1,1)));
    background: -webkit-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    background: -o-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    background: -ms-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc6953', endColorstr='#aa3701',GradientType=0 );
    background: linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
}

* html .RadComboBoxDropDown_PDQTheme .rcbHeader {
    background: rgb(204,105,83);
    background: -moz-linear-gradient(top, rgba(204,105,83,1) 2%, rgba(170,55,1,1) 64%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(204,105,83,1)), color-stop(64%,rgba(170,55,1,1)));
    background: -webkit-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    background: -o-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    background: -ms-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc6953', endColorstr='#aa3701',GradientType=0 );
    background: linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
}

.RadComboBoxDropDown_PDQTheme .rcbHeader,
.RadComboBoxDropDown_PDQTheme .rcbFooter {
    background: rgb(204,105,83);
    background: -moz-linear-gradient(top, rgba(204,105,83,1) 2%, rgba(170,55,1,1) 64%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,rgba(204,105,83,1)), color-stop(64%,rgba(170,55,1,1)));
    background: -webkit-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    background: -o-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    background: -ms-linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc6953', endColorstr='#aa3701',GradientType=0 );
    background: linear-gradient(top, rgba(204,105,83,1) 2%,rgba(170,55,1,1) 64%);
}
/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/



/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Combobox TelerikBlack CONTROL %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.RadComboBox_TelerikBlack .rcbHovered .rcbInputCell .rcbInput {
    color: #FF9933;
}

.RadComboBoxDropDown_TelerikBlack .rcbHovered {
    background: #2e2e2e;
    color: #FF9933;
}
/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/




/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& FormDecorator CONTROL %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.RadForm_PDQTheme.rfdScrollBars {
    scrollbar-3dlight-color: #111111;
    scrollbar-arrow-color: #000000;
    scrollbar-base-color: #f5f5f5;
    scrollbar-darkshadow-color: #333333;
    scrollbar-face-color: #555555;
    scrollbar-highlight-color: #474747;
    scrollbar-shadow-color: #1a1a1a;
    scrollbar-track-color: #262626;
}

.RadForm_PDQTheme.rfdButton a.rfdSkinnedButton:hover,
.RadForm_PDQTheme.rfdButton input[type="button"]:hover.rfdDecorated,
.RadForm_PDQTheme.rfdButton input[type="reset"]:hover,
.RadForm_PDQTheme.rfdButton input[type="submit"]:hover.rfdDecorated,
.RadForm_PDQTheme.rfdButton .rfdSkinnedButton button:hover {
    color: #FF9933;
}

.RadForm_PDQTheme.rfdButton .rfdSkinnedButton:hover * {
    color: #FF9933;
}

.RadForm_PDQTheme.rfdHeading h4 {
    color: #FF9933;
    border-bottom: solid 1px #3b3b3b;
}

.RadForm_PDQTheme.rfdHeading h5 {
    color: #FF9933;
    border-bottom: solid 1px #3b3b3b;
}

.RadForm_PDQTheme.rfdHeading h6 {
    color: #FF9933;
}

.RadForm_PDQTheme.rfdTextbox .rfdDecorated:hover,
.RadForm_PDQTheme.rfdTextbox .rfdDecorated:hover,
.RadForm_PDQTheme.rfdTextarea textarea:hover,
.RadForm_PDQTheme.rfdTextbox .rfdDecorated:focus,
.RadForm_PDQTheme.rfdTextbox .rfdDecorated:focus,
.RadForm_PDQTheme.rfdTextarea textarea:focus {
    border: solid 1px #FF9933;
}

.rfdSelect_PDQTheme:hover .rfdSelectOuter {
    color: #FF9933;
}

.rfdSelectBox_PDQTheme .rfdSelect_selected,
.rfdSelectBox_PDQTheme li:hover {
    color: #FF9933;
    background-color: #1f1f1f;
}

.RadForm_PDQTheme.rfdGrids .rfdTable a {
    color: #FF9933;
}

.RadForm_PDQTheme a.rfdLoginControl:hover {
    color: #FF9933;
}
/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/



/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Grid Legend CONTROL %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.RadGrid_Legend .rgActiveRow,
.RadGrid_Legend .rgHoveredRow {
    background: #2e2e2e 0 -2900px repeat-x url('Grid/sprite.gif');
    color: #FF9933;
}

.RadGrid_Legend .rgNumPart a:hover {
    background-position: 100% -1250px;
    color: #FF9933;
}

.RadMenu_Legend .rgHCMClear:hover,
.RadMenu_Legend .rgHCMFilter:hover {
    background-position: center -67px;
    background-color: #030303;
    color: #FF9933;
}
/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/



/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Grid CONTROL %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.RadGrid_PDQTheme .rgActiveRow,
.RadGrid_PDQTheme .rgHoveredRow {
    background: #2e2e2e 0 -2900px repeat-x url('Grid/sprite.gif');
    color: #FF9933;
}


.RadGrid_PDQTheme .rgPager:Hover .rgPagerButton:Hover {
    background: rgb(125,126,125);
    background: -moz-linear-gradient(top, rgba(125,126,125,1) 0%, rgba(38,38,38,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(38,38,38,1)));
    background: -webkit-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(38,38,38,1) 100%);
    background: -o-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(38,38,38,1) 100%);
    background: -ms-linear-gradient(top, rgba(125,126,125,1) 0%,rgba(38,38,38,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#262626',GradientType=0 );
    background: linear-gradient(top, rgba(125,126,125,1) 0%,rgba(38,38,38,1) 100%);
    border-color: #FF9933;
    color: #FF9933;
    border-style: solid;
    border-width: 1px;
    font-family: "segoe ui",arial,sans-serif;
}

.RadMenu_PDQTheme .rgHCMClear:hover,
.RadMenu_PDQTheme .rgHCMFilter:hover {
    background-position: center -67px;
    background-color: #030303;
    color: #FF9933;
}
/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/



/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Menu CONTROL %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.RadMenu_PDQTheme a.rmLink:hover {
    color: #FF9933;
    font-weight: bold;
    text-decoration: underline;
}

.RadMenu_PDQThemeImages32 a.rmLink:hover {
    color: #FF9933;
}
/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/



/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Tab Strip CONTROL %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.RadTabStrip_PDQTheme .rtsSelected {
    color: #FF9933;
}

DIV.RadTabStrip_PDQTheme .rtsSelected {
    color: #FF9933;
    font-weight: bold;
    text-decoration: underline;
}

    DIV.RadTabStrip_PDQTheme .rtsSelected:hover {
        color: #FF9933;
        font-weight: bold;
        text-decoration: underline;
    }
/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/



/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& TreeView CONTROL %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.RadTreeView_PDQTheme .rtHover .rtIn {
    color: #FF9933;
    border-color: #636363 #464646 #1f1f1f;
    background-color: #2E2E2E;
    background-image: url('TreeView/ItemHoveredBg.png');
}
/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/

/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& WIndow CONTROL %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*.RadWindow_PDQTheme .rwTopLeft,
.RadWindow_PDQTheme .rwTopRight,
.RadWindow_PDQTheme .rwTitlebar,
.RadWindow_PDQTheme .rwFooterLeft,
.RadWindow_PDQTheme .rwFooterRight,
.RadWindow_PDQTheme .rwFooterCenter,
.RadWindow_PDQTheme .rwTopResize,
.RadWindow_PDQTheme .rwStatusbar div,
.RadWindow_PDQTheme .rwStatusbar,
.RadWindow_PDQTheme .rwPopupButton,
.RadWindow_PDQTheme .rwPopupButton span,
.RadWindow_PDQTheme.rwMinimizedWindow .rwCorner
{
   
        background: rgba(170,55,1,1);
   
}


.RadWindow_PDQTheme .rwBodyLeft,
.RadWindow_PDQTheme .rwBodyRight,
.RadWindow_PDQTheme .rwStatusbarRow .rwCorner
{
	    background: rgba(170,55,1,1);
   
}*/
/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/

/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Editor CONTROL %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.reToolbar li,
#dvSize {
    background: #FF9933;
}

/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/

/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Upload CONTROL %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.RadUpload_PDQTheme .ruButton:hover,
.RadUploadProgressArea_PDQTheme .ruButton:hover {
    color: #FF9933;
}
/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&*/

/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Campaign %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.EmailDialogButtons:hover {
    color: #FF9933;
}

/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
/*%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.button {
    white-space: nowrap;
    line-height: 1em;
    position: relative;
    outline: none;
    overflow: visible; /* removes extra side padding in IE */
    cursor: pointer;
    border: 1px solid #999; /* IE */
    border: rgba(0, 0, 0, .2) 1px solid; /* Saf4+, Chrome, FF3.6 */
    border-bottom: rgba(0, 0, 0, .4) 1px solid;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    background: -moz-linear-gradient( center top, rgba(255, 255, 255, .1) 0%, rgba(0, 0, 0, .1) 100% ); /* FF3.6 */
    background: -webkit-gradient( linear, center bottom, center top, from(rgba(0, 0, 0, .1)), to(rgba(255, 255, 255, .1)) ); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
    -moz-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    display: inline-block;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 125px;
    height: 150px;
    background-color: #C03618; /*#E44D2E;*/
    border: 1px solid #777777;
    -moz-box-shadow: 0 0 1px 1px #000;
    -webkit-box-shadow: 0 0 1px 1px #000;
    box-shadow: 0 0 5px 1px #000;
}

    .button span {
        position: relative;
        color: #fff;
        text-decoration: none;
        text-align: center;
        white-space: nowrap;
        margin-top: 2px;
        font: normal 17px/28px "Segoe UI", sans-serif;
        display: inline-block;
    }

.NewsLogo {
    position: relative;
    top: 5px;
    display: block;
    width: 280px;
    height: 280px;
    background-image: url('../../../Images/Themes/SignatureSystems/PDQLogo_BW_280.png');
    background-repeat: no-repeat;
    opacity: 0.05;
    filter: alpha(opacity=05); /* For IE8 and earlier */
}

.buttonLogout {
    white-space: nowrap;
    line-height: 1em;
    position: relative;
    outline: none;
    overflow: visible; /* removes extra side padding in IE */
    cursor: pointer;
    border: 1px solid #999; /* IE */
    border: rgba(0, 0, 0, .2) 1px solid; /* Saf4+, Chrome, FF3.6 */
    border-bottom: rgba(0, 0, 0, .4) 1px solid;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    background: -moz-linear-gradient( center top, rgba(255, 255, 255, .1) 0%, rgba(0, 0, 0, .1) 100% ); /* FF3.6 */
    background: -webkit-gradient( linear, center bottom, center top, from(rgba(0, 0, 0, .1)), to(rgba(255, 255, 255, .1)) ); /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
    -moz-user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    display: inline-block;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 125px;
    height: 85px;
    background-color: #C03618;
    border: 1px solid #777777;
    -moz-box-shadow: 0 0 1px 1px #000;
    -webkit-box-shadow: 0 0 1px 1px #000;
    box-shadow: 0 0 5px 1px #000;
    Padding-Top: 10px;
}

    .buttonLogout span {
        position: relative;
        color: #fff;
        text-decoration: none;
        text-align: center;
        white-space: nowrap;
        margin-top: 2px;
        font: normal 17px/28px "Segoe UI", sans-serif;
        display: inline-block;
    }
