body {
	font-family: Arial, Verdana;
	font-size: 9pt;
	background: #EFEFEF;
	margin:0px;
	padding: 0px;
	color: #CCCCCC;
}

a {
	color: #0591F5;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #669966;
}

#header {
	width:100%;
	margin-left: auto;
	margin-right: auto;
	height: 70px;
	background: #000000;
}

#logo {
	float: left;
	clear: left;
	width:334px;
	height: 30px;
	margin: 20px 0px 0px 20px;
}

#logo span {
	display: none;
}

#nav {
	float:right;
	clear: right;
	color:#CCCCCC;
	text-align: right;
	height: 30px;
	margin: 20px 20px 0px 0px;
}

#nav ul {
	list-style: none;
	padding: 8px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	color: #000000;
	height:30px;
	width:500px;
	background: #000000 url(http://dream-knight.com/images/nav_bg.jpg) top left no-repeat;
}

#nav ul li {
	display: inline;
	margin-left: 10px;
	margin-right: 10px;
}

#nav span, #footprints span {
	margin-right: 10px;
}

#nav p {
	margin-right: 20px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#nav ul a {
	color: #000000;
}

#nav ul a:hover {
	text-decoration: underline;
}

#wrapper {
	width:100%;
	float: left;
	clear: both;
	text-align: center;
	margin: 20px 0px 0px 0px;
}

#content {
	width:900px;
	margin-left: auto;
	margin-right: auto;
	background: transparent;
}

#rotator {
	width:900px;
	margin: 0px 0px 20px 0px;
	float: left;
	clear: right;
	height: 250px;
}

#cube {
	width:590px;
	height: 250px;
	float: left;
	clear: both;
	text-align: center;
}

#footprints {
	width:885px;
	float: left;
	clear: both;
	height: 30px;
	padding: 8px 0px 0px 15px;
	background: transparent url(http://dream-knight.com/images/footprint_bar.png) top left no-repeat;
	margin-bottom: 10px;
	text-align: left;
}

#footprints p, #side_bar p {
	display: inline;
	float: left;
	clear: left;
	margin: 0px;
	padding: 0px;
}

#footprints a {
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}

#footprints a:hover {
	color: #FFFFFF;
}

#side {
	width:290px;
	float: left;
	clear: left;
	text-align: left;
}

#side_bar {
	width:290px;
	height:30px;
	float: left;
	clear: both;
	padding: 8px 0px 0px 15px;
	background: transparent url(http://dream-knight.com/images/bar_side.png) top left no-repeat;
	margin-bottom: 10px;
	text-align: left;
	color: #000000;
}

#side .top {
	width:290px;
	float: left;
	clear: both;
	background: transparent url(http://dream-knight.com/images/side_top.png) top left no-repeat;
	height: 15px;
}

#side .content {
	width:260px;
	padding: 0px 15px 0px 15px;
	float: left;
	clear: both;
	background: black;
	text-align: center;
}

#side .bottom {
	width:290px;
	float: left;
	clear: both;
	background: transparent url(http://dream-knight.com/images/side_bottom.png) top left no-repeat;
	height: 15px;
	margin: 0px 0px 20px 0px;
}

#main {
	float: left;
	clear: none;
	width:590px;
	text-align: left;
	margin-left: 20px;
}

#main .top {
	width:590px;
	float: left;
	clear: both;
	background: transparent url(http://dream-knight.com/images/main_top.png) top left no-repeat;
	height: 15px;
}

#main .content {
	width:560px;
	padding: 0px 15px 0px 15px;
	float: left;
	clear: both;
	background: black;
}

#main .bottom {
	width:590px;
	float: left;
	clear: both;
	background: transparent url(http://dream-knight.com/images/main_bottom.png) top left no-repeat;
	height: 15px;
	margin: 0px 0px 20px 0px;
}

img {
	border:none;
}

object, embed {
	border: none;
}

table {
	display: inline-table;
}

/* ------------------------ */

body,td,tr,table,div,input,select,button {
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Verdana;
}
form { margin: 0px; padding: 0px; }
.login {
	width:300px;
	padding:10px;
	color:#999999;
}
#bed {
	width:400px;
	padding:10px;
	border:none;
	background-color:transparent;
	color:#FFFFFF;
	font-size: 16px;
}
.ite {
	padding:10px;
	border:none;
	background-color:#000000;
	color:#FFFFFF;
	font-size: 16px;
}
.ite2 {
	padding:10px;
	color:#CCCCCC;
}
input,button,select {
	padding:3px;
	margin-bottom:0px;
	background-color:transparent;
	color:#666666;
	border:1px solid #999999;
	display: block;
	height: 25px;
}
textarea {
	padding:3px;
	margin-bottom:0px;
	background-color:#333333;
	color:#999999;
	border:none;
	display: block;
	font-family: Arial;
	font-size: 12px;
}
input:hover,button:hover {
	padding:3px;
	background-color:#FFFFFF;
	color:#666666;
}
/*select {
	margin-bottom:3px;
	background-color:#333333;
	color:#999999;
	border:none;
}
select:hover {
	background-color:#666666;
	color:#CCCCCC;
	border:none;
}*/
input[type="hidden"] {
    display:none;
}
input[type="submit"] {
    background: #0591F5;
    border: 1px solid #0591F5;
    color: #EFEFEF;
}
.fake_input {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.notice {
	font-size:12px;
	color:#0591F5;
	padding-bottom:10px;
	padding-top:10px;
}
.login input { width:200px; }
img, a img { border:0px; }
#copyright, .wblock {
	color:#333333;
	font-size: 11px;
	width: 100%;
	margin: 0px;
	float: left;
	clear: both;
}
#copyright a:link, #copyright a:active, #copyright a:visited {
	color:#666666;
}
.form_id {
	background-color: #000000;
	font-size:15px;
	color:#CCCCCC;
	width: 200px;
}
.form {
	background-color: #000000;
	font-size:12px;
	color:#999999;
}
.form:hover {
	background-color: #E1E1E1;
	color:#CCCCCC;
}
#reg_head {
	width:800px;
	height:150px;
	background-color:#333333;
	color:#999999;
}
.QuestButton, button {
	background-color: #FFFFFF;
	height:100%;
	padding:10px;
	font-size: 15px;
	color:#333333;
	cursor: pointer;
}
.QuestButton:hover, button:hover {
	background-color: #333333;
	height:100%;
	padding:10px;
	font-size: 15px;
	color:#FFFFFF;
	cursor: pointer;
}
.Item {
	background-color: #FFFFFF;
	height:30px;
	padding:10px;
	font-size: 15px;
	color:#000000;
	margin-bottom: 10px;
	cursor: pointer;
}
.blog_lp {
	background-color: #FFFFFF;
	height:30px;
	padding:10px;
	font-size: 15px;
	color:#000000;
	margin-bottom: 10px;
	cursor: pointer;
}
.blog_money {
	background-color: #FFFFFF;
	height:30px;
	padding:10px;
	font-size: 15px;
	color:#000000;
	margin-bottom: 10px;
	cursor: pointer;
}
.blog_defeats {
	background-color: #FFFFFF;
	height:30px;
	padding:10px;
	font-size: 15px;
	color:#000000;
	margin-bottom: 10px;
	cursor: pointer;
}
.Item2 {
	background-color: #333333;
	height:30px;
	padding:10px;
	font-size: 15px;
	color:#000000;
	margin-bottom: 10px;
	cursor: pointer;
}
.SubHead {
	font-size: 27px;
	color: #FFFFFF;
	margin-top:10px;
	margin-left:10px;
}
.Logo {
	background-color: #FFFFFF;
	height:100%;
	padding:5px;
	width:200px;
	cursor: pointer;
}
.red { color:#EFEFEF; background: #FF7179; padding: 3px; margin:3px 0px 3px 0px; }
#LoginLoad {
	background:transparent;
	color:#CCCCCC;
	width:590px;
	margin: 20px auto 0px auto;
}
#LoginLoad .top {
	width:590px;
	float: left;
	clear: both;
	background: transparent url(http://dream-knight.com/images/main_top.png) top left no-repeat;
	height: 15px;
}
#LoginLoad .content {
	width:560px;
	padding: 0px 15px 0px 15px;
	float: left;
	clear: both;
	background: black;
}
#LoginLoad .bottom {
	width:590px;
	float: left;
	clear: both;
	background: transparent url(http://dream-knight.com/images/main_bottom.png) top left no-repeat;
	height: 15px;
	margin: 0px 0px 20px 0px;
}
.update {
	width:830px;
	font-size: 14px;
	background-color: #ECFF8A;
	color: #333333;
	margin-top: 10px;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}
.alert {
	width:830px;
	font-size: 14px;
	background-color: #FF7179;
	color: #EFEFEF;
	margin-top: 10px;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}
.page_title {
	font-size: 21px;
	padding:10px;
	color:#666666;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.corner {
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}
.blog_entry {
	padding: 20px 15px 20px 15px;
	color: #999999;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}
.blog_entry:hover {
	background: #FFFFFF;
}
.blog_entry a {
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.blog_entry a:hover {
	text-decoration: underline;
}
.blog_comment {
	margin-bottom: 20px;
	border-bottom: 1px dotted #666666;
	padding-bottom: 10px;
	font-size: 12px;
}
.blog_title {
	font-size: 16px;
	color: #0591F5;
	margin: 0px 0px 5px 0px;
}
.blog_date {
	font-size: 11px;
	color:#666666;
	float:left;
	clear: left;
	width: 35px;
	text-align: center;
	margin: 0px 15px 0px 0px;
	height: 70px;
}
.blog_date span {
	display: block;
	font-size: 28px;
	padding: 0px;
	margin: -5px 0px -5px 0px;
	text-align: center;
}
.mydream {
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}
.dream-head {
	width:850px;
	height:200px;
	margin-bottom: 10px;
}
.battle_main {
	font-size: 12px;
	color:#FFFFFF;
	height:250px;
}
#attack {
	margin-top: 20px;
	font-size: 14px;
	display: none;
}
#skill {
	margin-top: 20px;
	font-size: 14px;
	display: none;
}
#item {
	margin-top: 20px;
	font-size: 14px;
	display: none;
}
#flee {
	margin-top: 20px;
	font-size: 14px;
	display: none;
}
#useitem_1
{
	position: absolute;
	top: 100px;
	left: 150px;
	border: 2px solid #666666;
}
#useitem_2
{
	position: absolute;
	top: 100px;
	left: 255px;
	border: 2px solid #666666;
}

/* FORUM RELATED */
.forum_list
{
	background-color: #FFFFFF;
	font-size: 14px;
	color:#333333;
}
.forum_list_title
{
	font-size:23px;
}
.forum_list_text
{
	font-size: 14px;
	color:#333333;
}
.page_num
{
	padding:10px;
	background-color: #FFFFFF;
	margin-left:10px;
}
.page_num_on
{
	padding:10px;
	background-color: #333333;
	margin-left:10px;
}
.page_num2
{
	padding:5px;
	background-color: #FFFFFF;
	margin-left:5px;
}
.page_num_on2
{
	padding:5px;
	background-color: #333333;
	margin-left:5px;
}