/* FORM DECORATOR "TV1" SKIN */

.radfd_TV1 .input 
{
	position: absolute; left: -99999px;
}

.radfd_TV1 .radfdCheckboxChecked,
.radfd_TV1 .radfdCheckboxUnchecked,
.radfd_TV1 .radfdRadioUnchecked,
.radfd_TV1 .radfdRadioChecked
{
	font: normal 11px Verdana, Arial, Sans-serif;
	padding: 0 4px 0 20px;
	display: block; float: left;
	line-height: 17px;
	color: #404040;
}

.radfd_TV1 .checkboxdisabled:hover
{
	color: #404040 !important;
}

.radfd_TV1 label:hover,
.radfd_TV1 .checkboxdisabled:hover
{
	color: #404040 !important;
}

.radfd_TV1 .radfdCheckboxUnchecked,
.radfd_TV1 .radfdInputDisabled.radfdCheckboxUnchecked:hover
{
	background: transparent url(FormDecorator/CheckBoxSprites.gif) no-repeat 0 0;
}

.radfd_TV1 .radfdCheckboxUnchecked:hover
{
	background: transparent url(FormDecorator/CheckBoxSprites.gif) no-repeat 0 -17px;
}

.radfd_TV1 .radfdCheckboxChecked,
.radfd_TV1 .radfdInputDisabled.radfdCheckboxChecked:hover
{
	background: transparent url(FormDecorator/CheckBoxSprites.gif) no-repeat 0 -34px;
}

.radfd_TV1 .radfdCheckboxChecked:hover
{
	background: transparent url(FormDecorator/CheckBoxSprites.gif) no-repeat 0 -51px;
}

.radfd_TV1 .radfdRadioUnchecked,
.radfd_TV1 .radfdInputDisabled.radfdRadioUnchecked:hover
{
	background: transparent url(FormDecorator/RadioButtonSprites.gif) no-repeat 0 0;
}

.radfd_TV1 .radfdRadioUnchecked:hover
{
	background: transparent url(FormDecorator/RadioButtonSprites.gif) no-repeat 0 -17px;
}

.radfd_TV1 .radfdRadioChecked ,
.radfd_TV1 .radfdInputDisabled.radfdRadioChecked:hover
{
	background: transparent url(FormDecorator/RadioButtonSprites.gif) no-repeat 0 -34px;
}

.radfd_TV1 .radfdRadioChecked:hover
{
	background: transparent url(FormDecorator/RadioButtonSprites.gif) no-repeat 0 -51px;
}

.radfd_TV1 .radiodisabled:hover
{
	color: #404040 !important;
}

.radfd_TV1 label:hover,
.radfd_TV1 .radiodisabled:hover
{
	color: black;
}

a.radfd_TV1, a.radfd_TV1 span
{
	background-image: url(FormDecorator/ButtonSprites.gif);
	font: bold 11px Verdana, Verdana, Arial, Sans-serif;
	color: #c0c0c0;
}

a.radfd_TV1.radfdInputDisabled:hover span
{
    color: #c0c0c0;
}

a.radfd_TV1
{
	padding-left: 4px;
}

a.radfd_TV1 span:hover
{
    color: white;
}

a.radfd_TV1 span
{
	line-height: 21px;
}

a.radfd_TV1 .radfdInnerSpan
{
	margin-right: 4px;
	background-position: 0 -21px;
}