u*{
	padding:0;
}
body{
	font-family:verdana,tahoma,arial,sans serif;
	font-size:10pt;
	background:#CECECE;
	margin:0px;
}
h1{
	font-size:9pt;
	color:navy;
}
a{
	background:inherit;
	color:#000000;
	text-decoration:none !important;
}
a:hover{
	background:inherit;
	color:#1983fc;
	text-decoration:underline;
}
#editorwrapper{
	width:100%;
	height:auto;
}
#leftcolumn{
	float:left;
	width:25%;
}
#rightcolumn{
	float:right;
	width:74.5%;
	height:95%;
}
	#rightcolumn textarea{
		height:100% !important;
	}
#verticalads{
	display:none;
}
#header{
	width:1033px;
	height:5%;
	white-space: nowrap;
	overflow:hidden;
	position:relative;
}
	#header:after{
		content: "CrookedBush.com - Web Content Editor";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		text-align: center;
		font-size: 20px;
		font-weight: bolder;
		text-shadow: 0 0 15px #000;
		color: #EFEFEF;
		padding-top: .5%;
	}
#header a{
	display:block;
	width:100%;
	height:100%;
}
#passwordform{
	text-align:center;
	position:relative;
	left:400px;
}
#editorfootertag{
	float:right;
	width:740px;
	text-align:center;
	border-top:1px solid black;
	font-size:8pt;
}
input.btn{
	width:100%;
	font-weight: bold;
	color: #666666;
	background-color: transparent;
	border-style: solid 2px;
	border-top-color: #DDDDDD;
	border-left-color: #BBBBBB;
	border-right-color: #555555;
	border-bottom-color: #333333;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:84%;
}
input.txt{
	clear:all;
	width:100%;
	color:#050;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:84%;
	font-weight:normal;
	background-color:light gray;
	border:1px solid;
	border-top-color:#696;
	border-left-color:#696;
	border-right-color:#363;
	border-bottom-color:#363;
}
#newpage{
	white-space:nowrap !important;
	text-align:left !important;
	font-size:8pt;
	overflow:hidden;
	
}
#newpage input{
	width:90%;
}
#tablelist{
	font-size:8pt;
	width:100% !important;
	position:relative;
	overflow:hidden;
}
#tablelist td a{
	display:block;	
}
#tablelist td{
	border-top:1px dotted #000008;
}
	#tablelist td:first-child {
		width: 80% !important;
	}
#tablelist tr:hover{
	background:yellow;
	color:gray;
}
.smalltext{
	white-space: nowrap;
	font-size:7.5pt;
	float:left;
	overflow:hidden;
}
.sortbuttons{
	float:right;
}
.btn-sort {
	width:20;
	color:#050;
	font-family:'trebuchet ms',helvetica,sans-serif;
	font-size:75%;
	font-weight:normal;
	background-color:transparent;
	border:2px solid;
	border-top-color: #DDDDDD;
	border-left-color: #BBBBBB;
	border-right-color: #555555;
	border-bottom-color: #333333;
}
.highlight{
	background: yellow;
	color:black;
}
.radio{
	width:25px !important;
}
.smallerBox{
	width:165px;	overflow:hidden;
}
.uploadIcon *{
	padding:0;
	margin:0;
}
.uploadIcon input{
	width:125px !important;;
}
.uploadIcon img{
	width:40px !important;
	height:auto;
}
.uploadIcon{
	position:relative;
}
.uploadIcon img{
	background:white;
	border:1px outset black;
	width:80px;
	height:auto;
}
.uploadIcon a:hover img{
	border:3px outset black;
	width:125px !important;
	height:auto;
	z-index:5;
	position:relative;
	top:0px;
}
br{
	line-height:15px;
}
.buttonNewWindow{
	display:block;
	width:13px !important;
	height:13px !important;
	background-image:url("http://www.crookedbush.com/remote-editor/icons/new_window.gif");
	background-repeat:no-repeat;
	overflow:hidden;
}
.buttonNewWindow:hover{
	background:blue;
}
.buttonDelete{
	width:13px !important;
	height:13px  !important;
	background-image:url("http://www.crookedbush.com/remote-editor/icons/delete.gif");
	background-repeat:no-repeat;
	overflow:hidden;
}
.buttonDelete:hover{
	background:red;
}
.buttonNewWindow span, .buttonDelete span{
	display:none;
}
#waitImg{
	position:absolute;
	top:25px !important;
	left:60px;
	z-index:1000;
	float:left;
}
iframe{
	height:95%;
}
