@charset "utf-8";
#linkBar {
	width: 100% !important;
	height: 25px !important;
	background: url(/cms/images/bar.png) #999 repeat-x;
	border-bottom: solid #333 1px;
	position: fixed !important;
	font-size: 12px;
	z-index: 99999 !important;
}

#linkBar a, #linkBar a:visited {
	color: #333;
}

#linkBar a:hover {
	color: #999;
}

#linkBar ul {
	list-style-type: none !important;
	margin: 0 !important;
	padding-top: 6px !important;
}

#linkBar li {
	display: inline;
	margin: 0 !important;
	margin-right: 15px !important;
}

#linkBarLeft {
	float: left;
	padding-left: 15px;
}

#linkBarRight {
	float: right;
	padding-right: 15px;
}

#padTop {
	height: 25px !important;
	clear: both;
}

body {
	margin: 0 !important; padding: 0 !important;
}

.editInput {
	width: 60%;
}

#editDiv { 
	background: #fff;
	border: solid 2px #444;
	position: absolute; 
	padding: 30px;
	z-index: 99999;

}

#outerEditDiv {
	background-color: #333;
	filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

textarea.cms_editor {
	height: 300px;
}