/*    
Theme Name: Uploadify 
Theme URI: http://www.ronniesan.com/ 
Description: The Uploadify WP template.
Author: Ronnie Garcia
Author URI: http://www.ronniesan.com 
Version: 1.0 
*/

/* =Uploadify
----------------------------------------------------*/
.fileUploadQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	background-color: #F5F5F5;
	border: 3px solid #E5E5E5;
	margin-top: 5px;
	padding: 10px;
	width: 300px;
}
.fileUploadQueueItem .cancel {
	float: right;
}
.fileUploadProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.fileUploadProgressBar {
	background-color: #0099FF;
}


/* =Tables
----------------------------------------------------*/
table.download {
	width: 100%;
	border-bottom: 1px solid #808080;
}
table.download th,
table.download td {
	padding: 5px 10px 6px;
}
table.download th {
	background-color: #ED1C24;
	color: #FFFFFF;
}
table.download th.left {
	text-align: left;
}
table.download td.center {
	text-align: center;
}
table.documentation {
	width: 100%;
}
table.documentation td {
	padding: 5px 10px 6px;
	border-top: 1px solid #C5C5C5;
}


/* =Demos
----------------------------------------------------*/
div.demo {
	padding: 20px;
	border: 1px solid #E5E5E5;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}
