/* loader */

#assetUploader h1 {
  font-family: "trebuchet ms", verdana, sans-serif;
  font-size: 24px;
  font-weight:bold;
}

.uploadPercentage {
	width: 274px;   
	height: 20px;
	position: relative;
	padding: 10px;
}

.uploadComplete{ 
	border: 1px solid #009900; text-align: left; margin: 10px;  color: #333333; 
	font-family: Arial, Sans-Serif;  font-size: 14px;  padding: 10px 10px 10px 35px; font-weight: bold;
	background: #D6FFD8 url(../gfx/app/bulb.gif) no-repeat left;  
}

.uploadInput {
  font-family: "trebuchet ms", verdana, sans-serif;
  font-size: 12px;
  font-weight:bold;
  width:40px;
  padding-top: 5px;
  text-align:right;
  padding-right: 5px;
  float:left
}

.hiddenFileInput {
	display:none
}
.percentageSpinner {
	width: 16px;
	float: left;
}

.percentageBar {
	width: 250px;
	height: 15px;
	border: 1px solid #999999;
	float: right;
	margin-top: 2px; 
}

.percentCompleteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	padding-left: 22px;
	padding-top: 18px;
}

.percentErrorMessage {
	padding-top: 10px;
	height: 40px;
	display: none;
	color: #990000;
	font-family: Arial, Helvetica, sans-seri;
	font-size: 10px;
}

.hiddenframe { width: 0px; height: 0px; border: 0px;}

.hide { display: none }

ul{
  width: 560px;
  overflow: hidden;
  list-style: none;
  margin: 10px;
  padding: 10px;
  border: 1px solid #68909a;
}

ul li{
  margin: 10px;
  border: 1px dashed #68909a;
  width: 540px;
  height: 140px;
  position: relative;
  overflow: hidden;
  clear: both;
  padding-top: 10px
 
}

ul li div.label {
	width:300px;
	margin-left: 10px;
	float: left;
	padding-top:12px;
  	padding-bottom:10px;
}

ul li em {
  font-family: "trebuchet ms", verdana, sans-serif;
  font-size: 14px;
  font-weight:bold;
  line-height: 12px;
  font-style:  normal;
 }

.htm, div.html{
  background: url(../gfx/app/icon-htm.gif) top left no-repeat;
  width: 100px;
  height: 100px;
    float: left;

  
}
.pdf{
  background: url(../gfx/app/icon-pdf.gif) top left no-repeat;
  width: 100px;
  height: 100px;
    float: left;

}
.php{
  background: url(../gfx/app/icon-php.gif)  top left no-repeat;
  width: 100px;
  height: 100px;
  float: left;

}
.css{
  background: url(../gfx/app/icon-css.gif)  top left no-repeat;
  width: 100px;
  height: 100px;
  float: left;

}


.default { 
	width: 100px;
  	height: 100px;
  	float: left;
	background: url(../gfx/app/icon-default.gif)  top left no-repeat;
}

.gif { 
	width: 100px;
  	height: 100px;
  	float: left;
	background: url(../gfx/app/icon-gif.gif)  top left no-repeat;
}

.jpg, div.png { 
	width: 100px;
  	height: 100px;
  	float: left;
	background: url(../gfx/app/icon-jpg.gif)  top left no-repeat;
}

.mov, div.fla { 
	width: 100px;
  	height: 100px;
  	float: left;
	background: url(../gfx/app/icon-mov.gif)  top left no-repeat;
}


.ppt, div.pptx { 
	width: 100px;
  	height: 100px;
  	float: left;
	background: url(../gfx/app/icon-ppt.gif)  top left no-repeat;
}

.rm { 
	width: 100px;
  	height: 100px;
  	float: left;
	background: url(../gfx/app/icon-real.gif)  top left no-repeat;
}

.swf, div.fla { 
	width: 100px;
  	height: 100px;
  	float: left;
	background: url(../gfx/app/icon-swf.gif)  top left no-repeat;
}

.txt, div.rtf { 
	width: 100px;
  	height: 100px;
  	float: left;
	background: url(../gfx/app/icon-txt.gif)  top left no-repeat;
}

.wmv, div.avi { 
	width: 100px;
  	height: 100px;
  	float: left;
	background: url(../gfx/app/icon-wmv.gif)  top left no-repeat;
}

.doc { 
	width: 100px;
  	height: 100px;
  	float: left;
	background: url(../gfx/app/icon-word.gif)  top left no-repeat;
}

.xls, div.csv { 
	width: 100px;
  	height: 100px;
  	float: left;
	background: url(../gfx/app/icon-xls.gif)  top left no-repeat;
}

.zip, div.tar, div.gz, div.sit { 
	width: 100px;
  	height: 100px;
  	float: left;
	background: url(/TinyCMS/resources/gfx/app/icon-zip.gif)  top left no-repeat;
}


.assetIconPreview {
  width: 100px;
  height: 100px;
  float: left;

  background: url(../gfx/app/icon-default.gif)  top left no-repeat;
}

ul li input.removeButton{
  width: 122px;
  height: 34px;
  border: none;
  background: url(../gfx/app/button-cancel.gif) no-repeat;
  margin-top: 10px;
  cursor: pointer;

}
ul li input.removeButton:hover{
  background: url(../gfx/app/button-cancel-hover.gif) no-repeat;
}

ul li input.removeButton span{
  display: none;
}


