/* 
Easy Flash Uploader Flex CSS file 
This is a Flex CSS rules file. Adding any new rules or deleting existing ones is not recommended!
Feel free to modify the values to change the application appearance.
*/

/* The main application */
.appContainer
{
	horizontalAlign: left;
	verticalAlign: middle;
	/*
	backgroundGradientAlphas: 1.0, 1.0;
	backgroundGradientColors: #FFFFFF, #FFFFFF; 
	*/
}

/* Browse button and label container */
.browseButtonContainer {
	borderStyle: none;
	borderThickness: 1;
	borderColor: #E6E6E6;
	paddingLeft: 2;
	paddingTop: 1;
	paddingBottom: 2;
}

/* Browse button */
.btnBrowse {
	color: #000000;
	font-weight: bold;
	height: 20px;
	width: 70px;
	fillAlphas: 1.0, 1.0;
	fillColors: #FFFFFF, #FFFFFF;
	borderColor: #000000;
	fontFamily: Verdana;
	fontSize: 10;
}

/* Remove all button */
.btnRemoveAll {
	color: #000000;
	font-weight: bold;
	height: 20px;
	width: 80px;
	fillAlphas: 1.0, 1.0;
	fillColors: #FFFFFF, #FFFFFF;
	borderColor: #000000;
	fontFamily: Verdana;
	fontSize: 10;
}

/* Remove selected button */
.btnRemove {
	color: #000000;
	font-weight: bold;
	height: 20px;
	width: 140px;
	fillAlphas: 1.0, 1.0;
	fillColors: #FFFFFF, #FFFFFF;
	borderColor: #000000;
	fontFamily: Verdana;
	fontSize: 10;
}

/* Table header for the data grid */
.tableHeader
{
	/*color: #FF0000;*/
	color: #FF0000;
}

/* Files list table - the data grid */
.listFiles {
	color: #000000;
	text-align: left;
	/*alternatingItemColors: #C6F2DE, #FFFFFF; */
	alternatingItemColors: #EEEEEE, #FFFFFF;
	borderStyle: solid;
	borderThickness: 1;
	borderColor: #000000;
	fontFamily: Verdana;
	fontSize: 10;
}