/* RadInput Custom skin */
.radHoverCss_Custom,
.radEnabledCss_Custom,
.radDisabledCss_Custom,
.radEmptyMessageCss_Custom,
.radFocusedCss_Custom,
.radNegativeCss_Custom,
.radInvalidCss_Custom
{
   font-family: Arial;
   font-size: 12px;
   font-weight: normal;
}
.radHoverCss_Custom
{
}
.radFocusedCss_Custom
{
   color: #000000;
   background-color: #fff;
}
.radEnabledCss_Custom
{
   color: #808080;
}
.radInvalidCss_Custom
{
   color: red;
   border: dashed 1px red;
   background-color: yellow;
}
.radDisabledCss_Custom
{
   color: #ccc;
}
.radEmptyMessageCss_Custom
{
   color: #424242;
}
.radNegativeCss_Custom
{
   color: #424242;
}
.radLabelCss_Custom
{
	font-size: 12px;
	color: #000000;
	font-family: Arial;	
}
/* input buttons */
.radInpButtonCss_Custom a
{
   /**/
}
.radInpButtonCss_Custom img
{
   filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
   -moz-opacity: 1; opacity: 1;
   border: 0;
   position: relative; top: 4px;
}
.radInpButtonCss_Custom a:hover img
{
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
   -moz-opacity: 0.5;
   opacity: 0.5;
}
.radSpinUpCss_Custom a,
.radSpinDownCss_Custom a
{
   /**/
}
.radSpinUpCss_Custom
{
   position: relative;
   top: -8px; left: -6px;
}
.radSpinDownCss_Custom
{
   position: relative;
   left: 1px; top: 3px;
}
.radSpinUpCss_Custom a img,
.radSpinDownCss_Custom a img
{
   width: 7px; height: 4px;
   border: 0;
}
.radSpinUpCss_Custom a:hover img,
.radSpinDownCss_Custom a:hover img
{
   filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
   opacity: .5; -moz-opacity: .5;
}
/* end of input buttons */
.radHint_Custom
{
   background-color: #ccff00;
   margin-top: 5px;
   border: 1px solid black;
   text-align: left;
   overflow: auto;
}
.radHint_Custom a,
.radHint_Custom a:visited,
.radHint_Custom a:hover
{
   margin: 2px;
   color: black;
   text-decoration: none;
   font-size: small;
}