

/* SWF UPLOAD */

div.fieldset {
	width: 464px;
	border:  1px solid #CCC;
	padding: 10px;
}

.progressWrapper {
	width: 464px;
	overflow: hidden;
}

.progressContainer {
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	overflow: hidden;
}
.message {
	margin: 1em 0;
	padding: 10px 20px;
	border: solid 1px #FFDD99;
	background-color: #FFFFCC;
	overflow: hidden;
}

.progressWrapper .red {
	border: solid 1px #B50000;
	background-color: #FFEBEB;
}


.progressWrapper .green {
	border: solid 1px #DDF0DD;
	background-color: #EBFFEB;
}

.progressWrapper .blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress, .progressBarComplete,.progressBarError {
	font-size: 0;
	width: 0%;
	height: 7px;
	background: #9DDF1B;
	margin-top: 2px;
}
	//transparent url(/_images/core/progress_bar.gif);
.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(/_images/core/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

.swfupload {
	background-color: #FF0066;
	vertical-align: top;
}

#divStatus {
	color: #FF0066;
	font-size: 16px;
	margin-top:8px;
}

#postUpload {
	width: 484px;
	font-size: 14px;
	margin-top: 8px;
}

#postUploadToolbar {
	background: #CCC;
	color: #FFF;
	padding: 2px;
	font-size: 10px;
	margin-bottom: 4px;
	text-align: right;
}

#postUploadStatus {
	background-color:#FFF;
}

.fileInfo {
	padding-bottom: 8px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 8px;
}

.image-size {
	font-size: 12px;
}

.image-size div {
	float: left;
	margin-right: 5px;
}

.image-size div span {
	display: block;
	font-style: italic;
	font-size: 10px;
}

.image-size input, .image-size label {
	float: left;
	display: block;
	margin-right: 5px;
}

.align {
	font-size: 12px;
}

#external_files_adder {
	font-weight: bold;
	border-bottom: 1px solid #FF0066;
	padding: 4px 0;
	text-align: center;
	cursor: pointer;
}

/* Subsection Tabs
--------------------*/
ul.subsection_tabs {
	list-style:none;
	margin:0 0 5px 0;
	padding:0;
	clear:both;
	border-bottom:1px solid #FF0066;
	height:20px;
	clear:both;
}

ul.subsection_tabs li.tab {
	float:left;
	margin-right:7px;
	text-align:center;
}

ul.subsection_tabs li.tab a {
	display:block;
	height:20px;
	padding:0 6px 0 6px;
	font-weight: bold;
	background-color:#fff;
	line-height: 18px;
	color:#333;
	width:80px;
	text-decoration: none;
}

ul.subsection_tabs li.tab a:hover {
	color:#FF0066;
}

ul.subsection_tabs li.tab a.active {
	background-color:#FF0066;
	color: #FFF;
}

/* CheckLists */

#tagchecklist, #userchecklist, #answerchecklist {
	margin-top:8px;
}

#tagchecklist {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 4px;
	width: 512px;
	border: 1px solid #DCDCDC;
}

#answerchecklist {
	margin-bottom: 12px;
}

#tagchecklist span, #userchecklist span, #answerchecklist div {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
}

#tagchecklist div, #userchecklist div {
	margin-bottom:4px;
}

#tagchecklist span {
	float:left;
	margin-right:20px;
}

#userchecklist span {
	display: block;
}

#answerchecklist div {
	padding: 4px;
	border-bottom: 1px dotted #CCC;
}

#tagchecklist span a, #userchecklist span a, #answerchecklist div a.remove {
	cursor:pointer;
	display:block;
	float:left;
	height:10px;
	margin: 2px;
	overflow:hidden;
	text-indent:-9999px;
	width:10px;
}

#tagchecklist span a, #userchecklist span a, #answerchecklist div a.remove {
	background: url(/_images/core/xit.gif) no-repeat;
}

#tagchecklist span a:hover, #userchecklist span a:hover, #answerchecklist div a.remove:hover {
	background: url(/_images/core/xit.gif) no-repeat -10px 0;
}

/* Categories */

#categories_block #category-adder {
	margin-left: 120px;
	margin-bottom: 4px;
}

#category-add-toggle {
	font-size: 11px;
	font-weight:bold;
	color: #FF0066;
	text-decoration: underline;
}

#category-add {
	margin:8px 0;
}

#category-add input, #category-add select {
	width: 40%;
	margin-right: 8px;
}

#category-add input#cat_add {
	 width: auto;
}

#categories_block ul#category-tabs {
	float: left;
	width: 120px;
	text-align: right;
	/* Negative margin for the sake of those without JS: all tabs display */
	margin: 0 -120px 0 0;
	padding: 0;
}

ul#category-tabs li {
	padding: 8px;
}

ul#category-tabs li.ui-tabs-selected {
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	-webkit-border-bottom-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #FF0066;
}

ul#category-tabs li.ui-tabs-selected a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

div.ui-tabs-panel {
	margin: 0 5px 0 120px;
	padding: 4px 4px;
	height: 100px;
	overflow: auto;
	border-width: 4px;
	border-style: solid;
	border-color: #FF0066;
}

#categories_block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#categories_block ul.categorychecklist ul {
	margin-left: 18px;
}

ul.categorychecklist li {
	margin: 0;
	padding: 0;
	line-height: 19px;
	font-size:12px;
}

ul#category-tabs a {
	width: 100%;
	
	display: block;
}

.ui-tabs-loading {
	outline: none;
	background: url(../../_images/core/ajax-loader.gif) no-repeat 0 50%;
}

#form_delete {
	font-size: 12px;
	color: #FFF;
}

.file_delete {
	font-size: 12px;
	color: #666;
}

#form_delete:hover, .file_delete:hover {
	background-color: #FF0066;
	font-size: 12px;
	color: #FFF;
}

.embed_caption {
	padding: 4px;
	background: #999;
	color: #FFF;
	font-weight: bold;
}

.caption {
	position: relative;
}

.caption_top {
	position: absolute;
	top: 2px;
	left: 2px;
	margin: 0;
	padding: 2px;
}

.caption_bottom {
	position: absolute;
	bottom: 2px;
	left: 2px;
	margin: 0;
	padding: 2px;
}
