﻿/* FORM DECORATOR "Tcp" SKIN */
/*Based on the Web20 Skin */

.radfd_Tcp.radfd_ScrollBars
{
	scrollbar-3dlight-color: #959695; 
	scrollbar-arrow-color: #3e3e3e;
	scrollbar-base-color: #f5f5f5; 
	scrollbar-darkshadow-color: #e7f1fa; 
	scrollbar-face-color: #e7f1fa;
	scrollbar-highlight-color: #e7f1fa; 
	scrollbar-shadow-color: #6787bb;
	scrollbar-track-color: #fff;
}

/* label settings */
.radfd_Tcp label.Web20
{
    color: #626262;
}

/* checkbox settings */
.radfd_Tcp .radfdCheckboxUnchecked,
.radfd_Tcp .radfdCheckboxUnchecked.radfdInputDisabled:hover
{
	background: transparent url(../../Images/FormDecorator/CheckBoxSprites.gif) no-repeat 0 0;
}

.radfd_Tcp .radfdInputDisabled.radfdCheckboxUnchecked:hover
{
	background: transparent url(../../Images/FormDecorator/CheckBoxSprites.gif) no-repeat 0 0 !important;
}

.radfd_Tcp .radfdCheckboxUnchecked:hover
{
	background: transparent url(../../Images/FormDecorator/CheckBoxSprites.gif) no-repeat 0 -200px !important;
}

.radfd_Tcp .radfdCheckboxChecked,
.radfd_Tcp .radfdInputDisabled.radfdCheckboxChecked:hover
{
	background: transparent url(../../Images/FormDecorator/CheckBoxSprites.gif) no-repeat 0 -420px;
}

.radfd_Tcp .radfdCheckboxChecked:hover
{
	background: transparent url(../../Images/FormDecorator/CheckBoxSprites.gif) no-repeat 0 -640px;
}
/* end of checkbox settings */

/* radiobutton settings */
.radfd_Tcp .radfdRadioUnchecked,
.radfd_Tcp .radfdInputDisabled.radfdRadioUnchecked:hover
{
	background: transparent url(../../Images/FormDecorator/RadioButtonSprites.gif) no-repeat 1px 0;
}

.radfd_Tcp .radfdRadioUnchecked:hover
{
	background: transparent url(../../Images/FormDecorator/RadioButtonSprites.gif) no-repeat 1px -220px;
}

.radfd_Tcp .radfdRadioChecked,
.radfd_Tcp .radfdInputDisabled.radfdRadioChecked:hover 
{
	background: transparent url(../../Images/FormDecorator/RadioButtonSprites.gif) no-repeat 1px -440px;
}

.radfd_Tcp .radfdRadioChecked:hover
{
	background: transparent url(../../Images/FormDecorator/RadioButtonSprites.gif) no-repeat 1px -640px;
}
/* end of radiobutton settings */

/* button settings */
a.radfd_Tcp, a.radfd_Tcp span
{
	background-image: url(../../Images/FormDecorator/ButtonSprites.gif);
	/* font: bold 11px Verdana, Verdana, Arial, Sans-serif; */
	color: #fff;
}

a.radfd_Tcp.radfdInputDisabled:hover span
{
    color: #fff;
}

a.radfd_Tcp
{
	padding-left: 4px;
}

a.radfd_Tcp span:hover
{
    color: #006;
}

a.radfd_Tcp span
{
	line-height: 21px;
}

a.radfd_Tcp .radfdInnerSpan
{
	margin-right: 4px;
	background-position: 0 -21px;
}
/* end of button settings */

/* clicked button styles */
a.radfd_Tcp.radfd_Clicked
{
    background-image: url(../../Images/FormDecorator/ButtonSprites.gif);
    background-position: 0 -42px;
    background-repeat: no-repeat;
}

a.radfd_Tcp.radfd_Clicked span,
a.radfd_Tcp.radfd_Clicked:hover span
{
    background-image: url(../../Images/FormDecorator/ButtonSprites.gif);
    color: #fff;
}

a.radfd_Tcp.radfd_Clicked .radfdInnerSpan
{
    background-position: 0 -63px;
    background-repeat: repeat-x;
}

a.radfd_Tcp.radfd_Clicked .radfdOuterSpan
{
    background-position: right -42px;
    background-repeat: no-repeat;
}
/* end of clicked button styles */

/* do NOT change these settings, otherwise the skinned buttons will be broken when used within a decoration zone */
a.radfdSkinnedFormButton.radfd_Tcp
{
    -moz-user-select: none !important;
	outline: none !important;
	text-decoration: none !important;
	cursor: default !important;
	text-align: center !important;
	background-color: transparent !important;
    position: absolute !important;
    display: inline !important;
}