/* -----------------------------------------------
	www.swfupload.org
	Description: Common Screen Stylesheet for SWFUpload Demos
	Updated on:  May 1, 2008
----------------------------------------------- */
#gallery {
	background-color: #CCC;
	padding: 10px;
	width: 96%;
	font-size:12px;
	padding-left:20px;
}
.gallery_block:hover {
	background: #FFFFFF;
}
.gallery_picture {
	width:125px;
	height:125px;
	margin-bottom:10px;
}
.gallery_block {
	padding:10px;
	background:#333;
	float:left;
	margin:10px;
}
.album_list {
	width:125px;
	height:125px;
	margin-bottom:10px;
	margin-left:10px;
}
.content_upload ol, ul {
	list-style: none;
}
t.content_upload able {
	border-collapse: separate;
	border-spacing: 0;
}
.content_upload caption, .content_upload th, .content_upload td {
	text-align: left;
	font-weight: normal;
}
.content_upload blockquote:before, blockquote:after, .content_upload q:before, q:after {
	content: "";
}
.content_upload blockquote, q {
	quotes: "" "";
}
.content_upload a {
	color: #385ea2;
	text-decoration: none;
}
.content_upload a:hover {
	text-decoration: underline;
}
.content_upload strong {
	font-weight: 700;
}
.content_upload h1 {
	font: 28px/1em Arial, Helvetica, sans-serif;
	padding: 60px 20px 20px;
	margin-bottom: 15px;
	color: #333;
	text-decoration: none;
}
.content_upload h1 a {
	color: #fff;
	text-decoration: none;
}
.content_upload h2 {
	font-size: 22px;
	font-weight: 300;
	padding-top: 1em;
	padding-bottom: .25em;
}
.content_upload p {
	margin-top: .25em;
	margin-bottom: .5em;
}
.content_upload ul {
	padding: 4px 5px;
}
.content_upload ul li {
	padding: 4px 5px;
	margin: 0 20px;
	list-style:square;
}
.content_upload code {
	display: block;
	background:#edffb8 none repeat scroll 0%;
	border-color:#b2da3a;
	border-style:solid;
	border-width:1px 0;
	font-size: 1em;
	margin: 1em 0pt;
	overflow:auto;
	padding: 0.3em 0.4em;
	white-space:pre;
}
/* -- Layout ------------------------------- */
	
	#version {
	color: #fff;
	position: absolute;
	right: 20px;
	top: 85px;
}
.content_upload {
	width: 100%;
}
/* -- Form Styles ------------------------------- */
.content_upload form {
	margin: 0;
	padding: 0;
}
.content_upload div.fieldset {
	border:  1px solid #afe14c;
	margin: 10px 0;
	padding: 20px 10px;
}
.content_upload div.fieldset span.legend {
	position: relative;
	background-color: #FFF;
	padding: 3px;
	top: -30px;
	font: 700 14px Arial, Helvetica, sans-serif;
	color: #73b304;
}
.content_upload div.flash {
	margin: 10px 5px;
	border-color: #D9E4FF;
	-moz-border-radius-topleft : 5px;
	-webkit-border-top-left-radius : 5px;
	-moz-border-radius-topright : 5px;
	-webkit-border-top-right-radius : 5px;
	-moz-border-radius-bottomleft : 5px;
	-webkit-border-bottom-left-radius : 5px;
	-moz-border-radius-bottomright : 5px;
	-webkit-border-bottom-right-radius : 5px;
}
.content_upload button, input, select, textarea {
	border-width: 1px;
	margin-bottom: 10px;
	padding: 2px 3px;
}
.content_upload input[disabled] {
	border: 1px solid #ccc
} /* FF 2 Fix */
.content_upload .progressWrapper {
	overflow: hidden;
}
.content_upload .progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
/* Message */
.content_upload .message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}
/* Error */
.content_upload .content_upload .red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}
/* Current */
.content_upload .green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
	padding-right:10px;
	background-image:url('../../images/backend/icons/32/accept.png');
	background-position: 95% 50%;
	background-repeat:no-repeat;
}
/* Complete */
.content_upload .blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
	background-image:url('../../images/backend/gallery/uploading.gif');
	background-position: 95% 50%;
	background-repeat:no-repeat;
}
.content_upload .progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 18px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}
.content_upload .progressBarInProgress, .progressBarComplete, .progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}
.content_upload .progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}
.content_upload .progressBarError {
	width: 100%;
	background-color: red;
	background-image:url('../../images/backend/gallery/warning.gif');
	background-position:95% 50%;
	background-repeat:no-repeat;
	visibility: hidden;
}
.content_upload .progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}
.content_upload a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url('../images/cancelbutton.gif');
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}
.content_upload a.progressCancel:hover {
	background-position: 0px 0px;
}
/* -- SWFUpload Object Styles ------------------------------- */
.content_upload .swfupload {
	vertical-align: top;
}
.main_content .albumView {
	width: 100px;
	float: left;
	margin-right: 10px;
	margin-bottom:10px;
}
