@charset "utf-8";
.editor-body{
	list-style: none outside none;
    margin: 0;
    padding: 0;
	position: relative;
}

.tabs {
	background:url(../images/tabs.gif) repeat-x scroll left bottom transparent;
	width: 100%;
	overflow: hidden;
}
.tabs a:hover {
	text-decoration:none;
	background:none repeat scroll 0 0 #F6FFF6;
}
.tabs a {
	background:none repeat scroll 0 0 #F6F6F6;
	border:1px solid #E5E5E5;
	color:#777788;
	float:left;
	padding:6px 6px 8px;
}
.tabs a {
	outline:0 none;
}
.tabs a.active {
	background:none repeat scroll 0 0 #FFFFFF;
	border-color:#DDDDDD #DDDDDD #FFFFFF;
	color:#001122;
}
#source_tab{
	border-left:0;
}
#source_tab, #editor_tab{
	cursor:pointer;
}
.editor_content {
	background:none repeat scroll 0 0 #FFFFFF;
	border-color:-moz-use-text-color #DDDDDD #DDDDDD;
	border-right:1px solid #DDDDDD;
	border-style:none solid solid;
	border-width:medium 1px 1px;
	padding:10px;
}
div#view, div#source {
	margin-bottom: 5px;
}

span.application {
	background:url(../images/icon_application.gif) no-repeat scroll left center transparent;
	padding-left:20px;
	font-size: 14px;
}
span.code {
	background:url(../images/icon_code.gif) no-repeat scroll left center transparent;
	padding-left:20px;
	font-size: 14px;
}
a.btn {
	background:url("../images/bg-btns.gif") no-repeat scroll 0 -58px transparent;
	color: #0089EE;
	float: right;
	font-size: 12px;
	font-weight: bold;
	height: 29px;
	line-height: 29px;
	text-transform: uppercase;
	vertical-align: middle;
	cursor: pointer;
}

a.btn span {
	background: url("../images/bg-btns.gif") no-repeat scroll right -87px transparent;
	float: right;
	height: 27px;
	padding: 0 10px 0 10px;
}
.hidden { display: none; }


.upload_form_cont{
	position: relative;
	margin-bottom: 30px;
}
input,textarea {
    font-size:11px;
}
select{
height: 21px;
font-size:11px;
padding-top: 2px;
width: 200px;
}
#fileinfo,#error,#error2,#abort,#warnsize {
    display:none;
    margin-top:10px;
}

#upload_response {
    margin-top: 10px;
    padding: 15px;
    border: 1px solid #ccc;
	position: absolute;
	top: -10px;
	left: 700px;
	width: 170px;
	display: none;
	text-align: center;
}

.clear_both {
    clear:both;
}
#image_upload {
   margin: 0 0 10px 0;
}
#image_contrainer{
	position: absolute;
	top: 0px;
	left: 450px;
	display: none;
	border: 1px solid #aaa;
}

.x {
	width: 17px;
	height: 25px;
	float: right;
	background: url("../images/x.gif") no-repeat center;
	cursor: pointer;
}

.img-cont {
	height: 400px;
	overflow-y: scroll;
	overflow-x:hidden;
}

.img-list {
	border: 1px dotted #aaa;
	padding: 5px;
}

.img-list img {
	float: left;
	margin-right: 5px;
}