/*RadUpload skin */

.RadUpload_Attachmore *
{
    line-height:1.24;
    font: normal 11px Arial, Verdana, Sans-serif;
	color: #333;
}

.RadUpload_Attachmore .ruInputs
{
    border: none;
	border-collapse: collapse !important;
	margin: 5px 0px;
	width: 330px !important;
	
}

/*file inputs and buttons*/

.RadUpload_Attachmore .ruInputs
{
    /*background:#f8f8f8;*/
    padding:8px 8px 0.6em;
}

.RadUpload_Attachmore .ruInputs li
{
    margin:0 0 0.8em;
}

.RadUpload_Attachmore .ruInputs li.ruActions
{
    margin:1.4em 0 0;
}



.RadUpload_Attachmore .ruCheck
{
    top:1px;
}

.RadUpload_Attachmore .ruFileInput
{
    height: 17px;
    background: white;
    width: 195px;
	_width: 200px; 
    top:-5px;
    left:0;
    margin-left:10px;
}

.RadUpload_Attachmore .ruStyled .ruFileInput
{
    /*border: solid 1px #7f9db9;*/
    border:none;
}

* html .RadUpload_Attachmore .ruFileInput{top:0;left:2px;}/*IE6*/
*+html .RadUpload_Attachmore .ruFileInput{top:0;left:2px;}/*IE7*/



* html .RadUpload_Attachmore .ruFakeInput /*IE6*/
{
    height:17px;
    margin-top:-1px;
    padding-top:1px;
    padding-right:0.6em;
    background:none!important;
}
*+html .RadUpload_Attachmore .ruFakeInput /*IE7*/
{
    height:17px;
    margin-top:-1px;
    padding-top:1px;
    padding-right:0.6em;
}

.RadUpload_Attachmore .ruReadOnly .ruFakeInput
{
	background:#f6f6f6;
}
.RadUpload_Attachmore .ruButton
{
    width:18px;
    height:21px;
    border:0;
    margin-left:0.8em;
    padding:0;
    background:url('Upload/ruButtonSmall.gif') 100% 0 no-repeat;
    color:#fff;
    font-weight:bold;
    text-align:center;
}

.RadUpload_Attachmore_rtl .ruButton
{
    margin-left:0;
    margin-right:0.8em;
}

.RadUpload_Attachmore .ruBrowse
{
    background-position: left center;
    width: 98px !important;
    height: 31px !important;
    background: transparent url('Upload/Select.gif') 100% no-repeat;
    border: 0px;
    font: bold 11px Arial, Verdana, Sans-serif;
    color: white;
    margin-left: -4px;
    margin-top: -1px;
}

.RadUpload_Attachmore_rtl .ruBrowse
{
	margin-right: 0;
	background-position: 0 0;
}

.RadUpload_Attachmore_rtl .ruActions .ruButton
{
    margin:0 0 0 0.8em;
}

.RadUploadSubmit_Attachmore
{
    width:115px;
    height:21px;
    border:0;
    margin:0;
    padding:0;
    background:url('Upload/ruButtonMedium.gif') no-repeat;
    font:11px/1.24 arial,verdana,sans-serif;
    color:#fff;
    font-weight:bold;
    text-align:center;
}

/*progress area*/

.RadUpload_Attachmore .ruProgress
{
    border: solid 1px #6788be;
    padding: 0px 0px;
	top: 100px;
	left: 120px;
	background: white;
	z-index:10000;
	cursor: default;
	text-align:center;
	margin: 4px 13px;
	width: 92% !important;
}

.RadUpload_Attachmore .ruProgress li
{
    margin:0 0 1em;
    font-weight:bold;
}

.RadUpload_Attachmore .ruProgress li.ruCurrentFile
{
    font: normal 11px Arial, Verdana, Sans-Serif;
	color: #447ec1;
	text-align:left;
	padding-bottom:10px;
}

.RadUpload_Attachmore .ruProgress .ruBar
{
    border: solid 1px #d4e2f4;
	background: #f7ffef;
	padding: 0px !important;
    margin-bottom:0.4em;
    margin-top:10px;
    height:19px;
   
}

.RadUpload_Attachmore .ruProgress .ruBar div
{
    background:#94c910;
	height:19px;
}

.RadUpload_Attachmore .ruProgress .ruActions
{
	margin:1.2em 0 0;
}

.RadUpload_Attachmore .ruProgress span
{
    font-weight:normal;
}

/* //////////////////////////////////////////////////////////////// */


.RadUpload_Attachmore .ruFileWrap
{
    background-position: left;
    width: 360px;
    height: 31px;
    background-image: url('Upload/ruFileWrap.gif');
    background-repeat: no-repeat;
}

.RadUpload_Attachmore_rtl .ruFileWrap
{
    background-position: left;
    width: 354px;
    height: 31px;
    background-image: url('Upload/ruFileWrap.gif');
    background-repeat: no-repeat;
}

.RadUpload_Attachmore .ruFakeInput
{
    height:15px;
    width: 200px!important;
    border:none !important;
    margin-right:10px !important;
    padding-top:3px;
    color:#666;
    background:none;
    background-color:transparent!important;
    margin-left:12px !important;
    margin-top:5px !important;
}

.RadUpload_Attachmore .ruActions .ruButton.ruAdd
{
    background-position: center center;
    width: 60px !important;
    margin: 0 0.4em 0 0.4em;
    background: none;
    color: #FF0000;
}




