/** General Page settings **/
body {
	text-align: left;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	font-size: 0.8em;
	background-color: #dfa96b;
	padding: 0;
	margin: 0;
}

#main {
	width: 1004px;
	max-width: 1004px;
	min-width: 1000px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

a, a:link, a:active, a:visited {
	color: #663333;
	text-decoration: none;
	border-bottom: 1px dashed #663333;
}
a:hover {
	text-decoration:underline;
	/*font-weight: bold;*/
	color: #D06633;
	border-bottom: none;
}

hr {
	color: #663333;
	background-color: #663333;
	height: 2px;
}

/** Page Headers **/
.header {
}

#banner {
	position: relative;
	top: 0;
}

#bannerlink {
	text-align: center;
	display: block;
	background-image: url('../images/nostalgia/banner.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 270px;
	width: 1004px;
	min-width: 1000px;
	border: none;
	text-decoration: none;
}

#bannerlinkalt {
	text-align: center;
	display: block;
	background-image: url('../images/nostalgia/banner.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 270px;
	width: 100%;
	min-width: 1000px;
	border: none;
	text-decoration: none;
}

#bannerlink:hover, #bannerlinkalt:hover, #bannerpreload {
	text-align: center;
	display: block;
	background-image: url('../images/nostalgia/banner.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 270px;
	width: 100%;
	min-width: 1000px;
	border: none;
	text-decoration: none;
}

div#bannerpreload {
	width: 0;
	height: 0;
}

/** Top Menu Bar **/
.topmenu {
	height: 60px;
	background: bottom left url('../images/nostalgia/b.png') repeat-x;
	position: absolute;
	top: 280px;
	right: 5px;
	width: 800px;
}

.topmenu_l {
	height: 60px;
	background: top left url('../images/nostalgia/lx.png') no-repeat;
}

.topmenu_r {
	height: 60px;
	background: top right url('../images/nostalgia/rx.png') no-repeat;
}

.topmenu_c {
	height: 60px;
	background: top left url('../images/nostalgia/t.png') repeat-x;
	margin-left: 30px;
	margin-right: 30px;
	/*padding-left: 20px;*/
}

ul.mainmenu {
	list-style-type: none;
	display: inline;
}

ul.mainmenu li {
	display: inline;
}

ul.mainmenu li a {
	color: #663333;
	display: block;
	text-decoration:none;
	float:left;
	background: transparent;
	padding-top: 8px;
	padding-right: 5px;
	padding-left: 5px;
	margin-right: 4px;
	margin-left: 4px;
	margin-top: 8px;
	text-align:center;
	height: 28px;
	min-width: 35px;
	border-bottom: none;
}

ul.mainmenu li a:hover {
	color: #D06633;
	text-decoration: underline;
	/*font-weight: bold;*/
}

.topmenu select {
	color: #663333;
	background: transparent;
}
.topmenu select option {
	color: #000;
	background: #fff;
}
div.uiswitch {
	float:right;
	clear:none;
	padding-top:8px;
	padding-bottom: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	height: 28px;
}

/** Window frames **/
.windowframe {
	padding: 2px;
	margin: 0 7px;
	background-color: #fff;
}

.windowframe_l {
	background: top left url('../images/nostalgia/l.png') repeat-y;
	padding: 0;
}

.windowframe_r {
	background: top right url('../images/nostalgia/r.png') repeat-y;
	padding: 0;
}

.titlebar {
	height: 30px;
	font-weight: bold;
	text-align: center;
}

.titlebar_l {
	height: 30px;
	background: top left url('../images/nostalgia/tl.png') no-repeat;
}

.titlebar_r {
	height: 30px;
	background: top right url('../images/nostalgia/tr.png') no-repeat;
}

.titlebar_c {
	height: 23px;
	background: url('../images/nostalgia/t.png') repeat-x;
	margin-left: 30px;
	margin-right: 30px;
	padding-top: 7px;
}

.titlebar_mini {
	background: url('../images/modern/titlebar_fix.gif') no-repeat;
	/*background: url('../images/win_msgbox.gif') no-repeat;*/
}

table.titlebar_mini tbody tr td table {
	margin:0;
	padding:0;
}
.titlebar_minitext {
	font-weight: bold;
	text-align: center;
}

.content_mini {
	margin-left: 0;
	margin-top: 20px;
	height: 530px;
	width: 95%;
}
#map {
	border: 1px dashed;
	position: relative;
	width: 512px;
	height: 512px;
}
#position {
	visibility: visible;
	position: absolute;
	width: 9px;
	height: 9px;
	z-index: 1;
	background: top left url('/images/crocetta.gif') no-repeat;
}
#position span {
	display: none;
}
.shop tr td {
	vertical-align: middle;
}
.shops {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.shops th, .shop th {
	color: #663333;
}
.bottombar {
	height: 30px;
	min-height: 30px;
	font-style: italic;
	font-size: 0.75em;
	text-align: center;
}

.bottombar_l {
	height: 30px;
	min-height: 30px;
	background: top left url('../images/nostalgia/bl.png') no-repeat;
}

.bottombar_r {
	height: 30px;
	min-height: 30px;
	background: top right url('../images/nostalgia/br.png') no-repeat;
}

.bottombar_c {
	height: 30px;
	min-height: 30px;
	background: url('../images/nostalgia/b.png') repeat-x;
	margin-left: 30px;
	margin-right: 30px;
	padding: 3px;
}

/** Status Box **/
#status {
	position: absolute;
	top: 280px;
	width: 190px;
	left: 5px;
}

#woeinfo {
	position:absolute;
	top: 470px;
	width: 190px;
	left: 5px;
}

#statusframe {
	
}

#woeinfoframe {

}

.statustable {
	font-size: 0.8em;
	width: 100%;
}

.statustable th {
	font-weight: normal;
	text-align: left;
}

.statustable td {
	text-align: center;
}

.online {
	padding-right: 11px;
	color: #9eb93d;
	background: center right url('../images/ancient/on.png') no-repeat;
	display:block;
	min-height: 11px;
}

.offline {
	padding-right: 11px;
	color: #ff0000;
	background: center right url('../images/ancient/off.png') no-repeat;
	display: block;
	min-height: 11px;
}

/** Side Menu **/
#sidemenu {
	position: absolute;
	width: 190px;
	left: 5px;
	top: 760px;
}

#sidemenuframe {
}

.sidelist {
	font-size: 0.9em;
}

ul.sidelist, h3.sidelist {
	margin-top:4px;
	margin-bottom:4px;
}

ul.sidelist {
	list-style-image: url('../images/nostalgia/card.gif');
}

ul.sidelist li {
	margin-left: -15px;
	padding-bottom:4px;
}

#votinglist li a {
}

#menulist li a {
}

/** Main page **/
#pagebox {
	position: absolute;
	top: 350px;
	right: 0;
	width: 800px;
}

#pageboxframe {
	overflow: hidden;
	padding: 1px 12px 12px 12px;
}

#pageboxframe p {
	margin-left: 15px;
}
#pageboxframe p:first-line {
	font-weight: bolder;
	font-style: italic;
	color: #663333;
}

#pagefooter {
	font-size: 0.7em;
	padding-top: 0;
	line-height: 0.95em;
}

.commands dt {
	font-weight: bolder;
	font-style: italic;
	color: #663333;
}

ul.toc {
	float:right;
	clear:none;
	border: 1px dashed #663333;
	padding-top: 4px;
	padding-bottom: 6px;
	padding-left: 28px;
	padding-right: 6px;
	margin-left: 10px;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 10px;
	list-style-image: url('../images/nostalgia/card.gif');
}

li.title {
	font-weight: bolder;
	font-style: italic;
	list-style-type: none;
	margin-left: -24px;
	list-style-image: none;
}

li.title h3 {
	font-size: 1em;
	margin-bottom: 0;
	font-style: normal;
	margin-left: -25px;
	margin-top: 4px;
}

h1.pagesection {
	font-family: Garamond, Georgia, "New York", Times, "Times New Roman", serif;
	font-style: italic;
	color: #663333;
	text-decoration: none;
	border-bottom: 1px dotted #663333;
	/*width: 60%;*/
	margin-left: 20px;
	padding-bottom: 2px;
	padding-left: 15px;
	margin-top: -16px;
}

hr.pagesection {
	width: 30%;
	margin-top: 30px;
	text-align: left;
	/*float: left;*/
}

a.linktop {
	display: block;
	width: 11px;
	height: 11px;
	background: top center url('../images/ancient/toparrow.png') no-repeat;
	border: none;
	text-decoration: none;
	/*float: right;*/
	/*margin-right: 25px;*/
	/*margin-top: 14px;*/
	/*clear:left;*/
}
a.linktop span {
	display: none;
}

/** CMS Stuff **/
dl.newsheadlines dd {
	list-style: url('../images/nostalgia/card.gif');
	display: list-item;
}
dl.newsheadlines {
	margin: 4px;
}
a.newsheadlines {
	font-style:italic;
	margin-left: 4px;
}
a.newsheadlines:before {
	content: "(";
	font-style: normal;
}
a.newsheadlines:after {
	content: ")";
	font-style: normal;
}

/** Updates changelog **/

dl.updheadlines {
	list-style: url('../images/nostalgia/card.gif');
	display: list-item;
	margin-left: 20px;
}
dl.updheadlines dt:before {
	content: "[ ";
}
dl.updheadlines dt:after {
	content: " ] : ";
}
dl.updheadlines dd, dl.updheadlines dt {
	display: inline;
}
a.updheadlines {
	font-style:italic;
	margin-left: 4px;
}
a.updheadlines:before {
	content: "(";
	font-style: normal;
}
a.updheadlines:after {
	content: ")";
	font-style: normal;
}

li.upd_misc:before {
	color: #8b0000;
	content: "[Misc] ";
}
li.upd_commands:before {
	color: #8b0000;
	content: "[Commands] ";
}
li.upd_ui:before {
	font-weight:bold;
	content: "[UI] ";
}
li.upd_npc:before {
	color: #000080;
	content: "[NPC] ";
}
li.upd_fix:before {
	font-weight: bold;
	content: "[Fix] ";
}
li.upd_internal:before {
	content: "[Internal] ";
}
li.upd_skill:before {
	color: #808000;
	content: "[Skill] ";
}
li.upd_homunculus:before {
	color: #808000;
	content: "[Homunculus] ";
}
li.upd_mob:before {
	color: #008000;
	content: "[Mob] ";
}
li.upd_items:before {
	color: #008000;
	content: "[Items] ";
}
li.upd_map:before {
	color: #000080;
	content: "[Map] ";
}
h3.upd {
	display:inline;
	color: red;
}

div.news, div.updates {
/*	clear: both;*/
}

.news h3, .updates h3 {
	margin-bottom: 5px;
}

div.newsentry, div.updatesentry {
	text-align:justify;
	padding:3px;
	margin-top:3px;
	margin-bottom:5px;
	border-top:1px solid #dbc0a5;
}

.tooltip {
	position:absolute;
	display:none;
}

.hastooltip:hover .tooltip, .tooltip:hover {
	padding:5px;
	display:block;
	background-color: #dfa96b;
	border: 1px solid white;
	color: #000;
}

