﻿   
.TableTag
{
    border: 1px solid #999999;
    width: 255px;
}                
.Validators
{
    color: Red;
    font-weight: bold;
    font-size: 11pt;
    padding-right: 8px
}    
.lblwidth
{
    padding-right: 8px;
    padding-left: 8px;
    width: 80px;
}

.divBack {
    width: 1227px;
    height: 570px;
    border-style: solid;
    border-color: #999999;
    border-width: 1px;
    background: rgb(205,205,205);
    background: -moz-linear-gradient(top, rgb(205,205,205) 0%, rgb(237,237,237) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(35,35,35)), color-stop(100%,rgb(15,15,15)));
    background: -webkit-linear-gradient(top, rgb(205,205,205) 0%,rgb(237,237,237) 100%);
    background: -o-linear-gradient(top, rgb(205,205,205) 0%,rgb(237,237,237) 100%);
    background: -ms-linear-gradient(top, rgb(205,205,205) 0%,rgb(237,237,237) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#0f0f0f',GradientType=0 );
    background: linear-gradient(top, rgb(205,205,205) 0%,rgb(237,237,237) 100%);
}

.divBackRounded {
    width: 1227px;
    height: 520px;
    border-style: solid;
    border-color: #999999;
    border-width: 1px;
    border-left: 0px;
    border-right: 0px;
    background: rgb(35,35,35);
    background: -moz-linear-gradient(top, rgb(205,205,205) 0%, rgb(237,237,237) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(205,205,205)), color-stop(100%,rgb(237,237,237)));
    background: -webkit-linear-gradient(top, rgb(205,205,205) 0%,rgb(237,237,237) 100%);
    background: -o-linear-gradient(top, rgb(205,205,205) 0%,rgb(237,237,237) 100%);
    background: -ms-linear-gradient(top, rgb(205,205,205) 0%,rgb(237,237,237) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232323', endColorstr='#0f0f0f',GradientType=0 );
    background: linear-gradient(top, rgb(205,205,205) 0%,rgb(237,237,237) 100%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
/*******************************************************************************************************
Enterprise Label Properties and apperance settings
********************************************************************************************************/
.DefaultLabel
{
    font: normal 12px/23px "Segoe UI", Arial, sans-serif;
	color: #ffffff; 
}
/*******************************************************************************************************
********************************************************************************************************
********************************************************************************************************/
.btnForgot{color:#dddddd;}
.btnForgot:hover{color:#666666 !important;}
.InlineBlock{display: inline-block;}
.InlineBlock100WidthLeft{display: inline-block; width: 100%;text-align:left;}
.InlineBlock100WidthRight{display: inline-block; width: 100%;text-align:right;}
.InlineBlock100WidthCenter{display: inline-block; width: 100%;text-align:center;}
/*******************************************************************************************************
Enterprise Button Properties and apperance settings
********************************************************************************************************/
.DefaultButton {
    /*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%);*/
    color:#FFFFFF;
    border-style:solid; 
    border-color:#888888;
    border-width:1px;
    box-shadow:0px 1px 1px #000000;
    border-radius: 3px;
    /*-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid rgb(205,205,205);
    border-left: 0px;
    border-right: 0px;*/
    /*font: normal 12px/23px "Segoe UI", Arial, sans-serif;
	color: #ffffff;
    height:22px;
    line-height:15px;*/
    /*padding-bottom:2px;*/
}

/*******************************************************************************************************
Enterprise TextBox Properties and apperance settings
********************************************************************************************************/
.DefaultTextBox
{
    font: normal 12px/23px "Segoe UI", Arial, sans-serif;
	color: #ffffff;
	height:17px;
    line-height:15px;
    background-color: rgb(70,70,70);
    /*background: rgb(137,137,137);
    background: -moz-linear-gradient(top, rgb(137,137,137) 0%, rgb(50,50,50) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(137,137,137)), color-stop(100%,rgb(50,50,50)));
    background: -webkit-linear-gradient(top, rgb(137,137,137) 0%,rgb(50,50,50) 100%);
    background: -o-linear-gradient(top, rgb(137,137,137) 0%,rgb(50,50,50) 100%);
    background: -ms-linear-gradient(top, rgb(137,137,137) 0%,rgb(50,50,50) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#898989', endColorstr='#323232',GradientType=0 );
    background: linear-gradient(top, rgb(137,137,137) 0%,rgb(50,50,50) 100%);*/
    border: 1px solid #999999;
    /*box-shadow:1px 1px 1px #000000;*/
    color:#ffffff;
    padding-left: 5px;
    padding-top:2px;
}


.DefaultTextBox:Hover
{
    font: normal 12px/23px "Segoe UI", Arial, sans-serif;
	color: #ffffff;
	height:17px;
    line-height:15px;
    background-color: rgb(70,70,70);
    /*background: rgb(137,137,137);
    background: -moz-linear-gradient(top, rgb(137,137,137) 0%, rgb(50,50,50) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(137,137,137)), color-stop(100%,rgb(50,50,50)));
    background: -webkit-linear-gradient(top, rgb(137,137,137) 0%,rgb(50,50,50) 100%);
    background: -o-linear-gradient(top, rgb(137,137,137) 0%,rgb(50,50,50) 100%);
    background: -ms-linear-gradient(top, rgb(137,137,137) 0%,rgb(50,50,50) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#898989', endColorstr='#323232',GradientType=0 );
    background: linear-gradient(top, rgb(137,137,137) 0%,rgb(50,50,50) 100%);*/
    box-shadow:1px 1px 1px #000000;
    color:#ffffff;
    border-style:solid; 
    border-color: rgb(250,250,250);
    border-width:1px;
    
}
/*******************************************************************************************************
********************************************************************************************************
********************************************************************************************************/

/*Filter label at the top of pages with filters*/
.DefaultFilterLabel
{
    font: normal 12px/23px "Segoe UI", Arial, sans-serif;
	color: #ffffff;
	text-decoration: none;
	text-shadow: 1px 1px 0px #000000;
    filter: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=0);  
}
/*******************************************************************************************************
********************************************************************************************************
********************************************************************************************************/
.DefaultLoadingPanel
{
    display:block;
    width:60px;
    height:55px;
    background-image: url('../../../Images/Themes/SignatureSystems/PDQLogoAjax.gif');
    background-repeat:no-repeat;
}

/*&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& Button CONTROL %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.RadButton_PDQTheme.rbSkinnedButton,
.RadButton_PDQTheme .rbDecorated,
.RadButton_PDQTheme.rbVerticalButton,
.RadButton_PDQTheme.rbVerticalButton .rbDecorated,
.RadButton_PDQTheme .rbSplitRight,
.RadButton_PDQTheme .rbSplitLeft
{
	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.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;
}
