body {
	cursor:				default;
	margin-top:			0px;
	color:				#000000;
	background-color:	#333333;
	font-family:		'Tahoma';
	font-size:			11px;
}
ul {
	margin:				0px;
	margin-left:			8px;
}

#editorBox {
	position:			absolute;
	left:				16px;
	top:				16px;
	width:				400px;
	height:				300px;
	background-color:	transparent;
}

#bg {
	position:			relative;
	left:				50%;
	top:				0px;
	width:				800px;
	padding-left:		16px;
	padding-right:		16px;
	margin-left:		-416px;
	background-image:	url(imgs/bg.png);
	background-repeat:	repeat-y;
}
#top {
	background-color:	ffffff;
	background-image:	url(imgs/logo.png);
	width:				800px;
	height:				128px;
	/*padding:			24px;*/
	text-align:			left;
}
#menu {
	background-color:	#aa0000;
	background-image:	url(imgs/menu-norm.png);
	width:				800px;
	height:			40px;
}
#main {
	width:				768px;
	padding:			16px;
	text-align:			left;
}
#footer {
	position:			relative;
	left:				50%;
	width:				800px;
	height:				39px;
	padding-top:		9px;
	padding-left:		16px;
	padding-right:		16px;
	margin-left:		-416px;
	color:				#666666;
	background-image:	url(imgs/footer.png);
	text-align:			center;
}

a:link {
	color:				#333399;
	text-decoration:	none;
}
a:visited {
	color:				#222266;
	text-decoration:	none;
}
.h1 {
	color:				#000000;
	font-size:			18px;
	font-weight:		bold;
}
.h2 {
	color:				#000000;
	font-size:			18px;
}
.h3 {
	color:				#000000;
	font-size:			16px;
}
.h4 {
	color:				#000000;
	font-size:			14px;
	font-weight:		bold;
}
.h5 {
	color:				#000000;
	font-size:			14px;
}
.h6 {
	color:				#000000;
	font-size:			12px;
	font-weight:		bold;
}
.text-error {
	color:				#ff0000;
	font-size:			13px;
	font-weight:		bold;
}

a.menuBtn {
	float:				left;
	cursor:				hand;
	height:				14px;
	padding:			13px;
	color:				#ffffff;
	background-color:	#aa0000;
	background-image:	url(imgs/menu-norm.png);
	background-repeat:	repeat-x;
	font-weight:		bold;
	text-decoration:	none;
}
.menuSep {
	float:				left;
	width:				4px;
	height:				40px;
	background-color:	#aa0000;
	background-image:	url(imgs/menu-sep.png);
}
.menuInput {
	float:				right;
	/*width:				128px;*/
	height:				24px;
	padding:			4px;
	color:				#ffffff;
	background-color:	#aa0000;
	background-image:	url(imgs/menu-norm.png);
	background-repeat:	repeat-x;
	font-size:			10px;
	text-align:			center;
}
.expander {
	border:			1px solid #666666;
	background-color:		#dddddd;
	width:			754px;
	padding:			5px;
	padding-left:		6px;
	padding-right:		6px;
	margin-bottom:		-11px;
	margin-top:		2px;
}

a.btn-base {
/*	width:				762px;*/
	height:				14px;
	padding:			3px;
	color:				#ffffff;
	background-color:	#cc0000;
	background-image:	url(imgs/btn-basic.png);
	background-repeat:	repeat-x;
	text-align:			center;
	text-decoration:	none;
}
