/* r.a.d.upload default embedded skin skin */

.RadUploadTable
{
	border-collapse: collapse !important;
	filter: progid:DXImageTransform.Microsoft.dropShadow(Color=e5e5e5,offX=2,offY=2,positive=true);
	font: normal 11px Arial, Verdana, Sans-serif;
	color: #333;
}
.RadUploadButtonArea
{
	background: transparent;
}

.RadUploadButton,
.radUploadButtonMedium
{
	background: white url('Img/radUploadBtnMedium.gif') no-repeat;
	border: 0px;
	height: 22px;
	width: 115px;
	font: normal 11px Arial, Verdana, Sans-serif;
	color: #666;
}

.RadUploadButtonDisabled
{
	background: white url('Img/radUploadBtnMedium.gif') no-repeat;
	border: 0px;
	height: 22px;
	width: 115px;
	font: normal 11px Arial, Verdana, Sans-serif;
	color: #666;
	filter:alpha(opacity=30);
	-moz-opacity:0.5;
	opacity: 0.5;
}

.RadUploadFileSelector
{
	/* checkbox */
}

.RadUploadInputField
{
	width: 340px;
	_width: 340px;
	border: solid 1px #cfcfcf;
	background: white;
	height: 17px;
	line-height: 17px;
	display:none;
}

input.RealFileInput
{
	position: relative;
    filter:alpha(opacity=0);
    opacity: 1 !important;
	z-index: 2;
	cursor:pointer;
}

#ctl00_ContentPlaceHolder1_FileUpload1_Radupload1file0, #ctl00_ContentPlaceHolder1_FileUpload2_Radupload1file0, #ctl00_ContentPlaceHolder1_FileUpload3_Radupload1file0, #ctl00_ContentPlaceHolder1_FileUpload4_Radupload1file0
{
	position: relative;
    filter:alpha(opacity=0);
	opacity: 1 !important;
	z-index: 2;
	cursor:pointer;
}



/*.RadUploadSelectButton
{
	border: 0px;
	background:transparent url('Img/chooseFile_btn.gif') no-repeat left top;
	font: normal 11px Arial, Verdana, Sans-serif;
	height: 17px;
	width:90px;
	text-align: center;
	margin-left: 1px;
	display:none;	
}
.RadUploadRemoveButton
{
	border: 0px;
	background: transparent url(Img/radUploadBtnSmall.gif) no-repeat;
	font: normal 11px Arial, Verdana, Sans-serif;
	color: #666;
	height: 22px;
	width: 68px;
	float: right;
}

.RadUploadClearButton
{
	border: 0px;
	background: transparent url('Img/radUploadBtnSmall.gif') no-repeat;
	font: bold 11px Arial, Verdana, Sans-serif;
	color: #666;
	height: 22px;
	width: 68px;
	float: right;
}

input.NoSkinnedFileUnput
{
	border: solid 1px #1f1f1f;
}

*/
