Body {
	font-family : tahoma, verdana;
	font-size: 10pt;
	font-style : normal;
	color: #000000;
	text-decoration : none;
}

A:Link  {
	text-decoration : none;
	color : #87773B;
}

A:Visited  {
	text-decoration : none;
	color : #645614;
}

A:Active  {
	text-decoration : none;
	color : #FA9F00;
}

A:Hover  {
	text-decoration : none;
	color : #2222D9;
}

Table {
	border-collapse: collapse;
}

tr.header { 
	background-color: #F3F3F4;
	height: 25px;
	color: #000000;
	border-bottom : 1px solid orange;
	font-size: 10pt;
	font-weight: bold;
}

tr.item1 {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10pt;
	border-bottom : 1px solid #F4F4F4;
}

tr.item2 {
	background-color: #F2F2F5;
	color: #000000;
	font-size: 10pt;
}

tr.smallitem1 {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 9pt;
	border-bottom : 1px solid #F4F4F4;
}

tr.smallitem2 {
	background-color: #F2F2F5;
	color: #000000;
	font-size: 9pt;
}

tr.footer {
	background-color: #F3F3F3;
	color: #000000;
	font-size: 10pt;
	border-bottom : 1px solid #B4B4B4;
}

.small {
	font-size: 9pt;
	font-weight: normal;
}

.swfuploadbtn {
	display: block;
	width: 100px;
	padding: 0 0 0 20px;
}

.browsebtn {
    background: url(/images/add.png) no-repeat 0 0px;
}
.uploadbtn { 
	display: none;
	background: url(/images/accept.png) no-repeat 0 0px;
}

.cancelbtn { 
	display: block;
	width: 16px;
	height: 16px;
	float: right;
	background: url(/images/cancel.png) no-repeat; 
}

#cancelqueuebtn {
	display: block;
	display: none;
	background: url(/images/cancel.png) no-repeat 0 0px;
	margin: 1px 0;
	height: 16px;
}

#SWFUploadFileListingFiles ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.SWFUploadFileItem {

	display: block;
	width: 200px;
	height: 25px;
	float: left;
	background: #f5f5f5;
	margin: 0 2px 2px 0;
	padding: 4px;

}

.fileUploading { background: #fee727; }
.uploadCompleted { background: #d2fa7c; }
.uploadCancelled { background: #f77c7c; }

.uploadCompleted .cancelbtn, .uploadCancelled .cancelbtn {
	display: none;
}

span.progressBar {
	width: 170px;
	display: block;
	font-size: 10px;
	height: 4px;
	margin-top: 3px;
	margin-bottom: 6px;
	background-color: #CCC;
}

