/* RadButton Black Skin */

/*.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%);
}*/
.rbSkinnedButton
{
    padding-left:0px !important;
}

.RadButton_PDQTheme .rbToggleCheckbox,
.RadButton_PDQTheme .rbToggleCheckboxChecked,
.RadButton_PDQTheme .rbToggleCheckboxFilled,
.RadButton_PDQTheme .rbToggleRadio,
.RadButton_PDQTheme .rbToggleRadioChecked
{
	background-image:url('Button/ToggleSprite.gif');
}


.RadButton_PDQTheme .rbDecorated,
.RadButton_PDQTheme .rbVerticalText
{
	color: #ffffff;
}

/*.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,
.RadButton_PDQTheme.rbToggleButton.rbDisabled,
.RadButton_PDQTheme.rbToggleButton.rbDisabled:hover
{
	color: #ffffff;
}

/*.RadButton_PDQTheme.rbToggleButton:hover
{
	color: #FF9933;
}*/

.RadButton_PDQTheme.rbDisabled .rbDecorated,
.RadButton_PDQTheme.rbDisabled:hover .rbDecorated
{
	color: #d1d1d1;
}

/*.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.rbLinkButton:hover
{
	background-color: #4f4f4f;
	color: #FF9933;
}

.RadButton_PDQTheme.rbLinkButtonChecked,
.RadButton_PDQTheme.rbLinkButtonChecked:hover
{
	background-color: #736e71;
	color: #FF9933;
}
*/
.RadButton_PDQTheme.rbLinkButton.rbDisabled,
.RadButton_PDQTheme.rbLinkButton.rbDisabled:hover
{
	background-color: #6b6b6b;
	color: #d1d1d1;
}

.RadButton_PDQTheme.rbLinkButton:hover .rbSplitLeft,
.RadButton_PDQTheme.rbLinkButton:hover .rbSplitRight
{
	background-color: #2e2e2e;
}

.RadButton_PDQTheme.rbLinkButton .rbSplitRight
{
	border-left: 1px solid #cccccc;
	
}

.RadButton_PDQTheme.rbLinkButton .rbSplitRight:hover
{
	background-position: -126px -137px;
	background-color: #333333;
	border-left: 1px solid #cccccc;
}

.RadButton_PDQTheme.rbLinkButton .rbSplitRight:active,
.RadButton_PDQTheme.rbLinkButton .rbSplitRight:focus
{
	background-color: #666666;
	border-left: 1px solid #cccccc;
}

.RadButton_PDQTheme.rbLinkButton .rbSplitLeft
{
	border-right: 1px solid #cccccc;
}

.RadButton_PDQTheme.rbLinkButton .rbSplitLeft:hover
{
	background-color: #333333;
	border-right: 1px solid #cccccc;
}

.RadButton_PDQTheme.rbLinkButton .rbSplitLeft:active,
.RadButton_PDQTheme.rbLinkButton .rbSplitLeft:focus
{
	background-color: #666666;
	border-right: 1px solid #cccccc;
}

/* IE6 Fix, should be important to override the joint selectors */
*html .RadButton_PDQTheme.rbLinkButton,
*html .RadButton_PDQTheme.rbLinkButton:hover
{
	/*border: 1px solid #666666 !important;*/
	
}
