
/* BASICS */
	#container {
		width: 700px;
		margin: 10px auto;
		padding: 0px;
		text-align: left;
		}
		
	#sidebar {
		width: 150px;
		margin: 0px 2px 0px 0px;
		float: left;
	}
	
	#bodycontent {
		width: 500px;
		margin: 0px;
		padding: 2px;
		float: left;
		background: #fff;
		border: 2px solid #235;
		}

body {  
	font: 9pt/16pt Arial; 
	color: #000; 
	background: #666666; 
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align: center;
	line-height: 20px;
	}
a:link, a:visited, a:active { 
	text-decoration: none; 
	color: #224;
	}
a:hover { 
	text-decoration: underline; 
	color: #f42;
	}

.intro1 {
	background: url(http://www.thedragonisle.com/resources/images/worlds/isle/tree.png) no-repeat center bottom;
	text-align: center;
	padding: 0px 70px 5px 70px;
}
	
.intro2 {
	border: 1px solid #ccc; 
	padding: 40px 10px 10px 10px; 
	background: url(http://www.thedragonisle.com/resources/images/worlds/isle/waves.png) repeat-x left top;
	text-align: center;
}

/* CONTENT */
.contentmain {
	border: 1px solid #000;
	padding: 0px 0px 45px 0px;
	background: #ffc url(http://www.thedragonisle.com/resources/images/worlds/isle/contentmain.png) repeat-x right bottom;
}

.contentdetails {
	border: 1px solid #000;
	padding: 10px;
	text-align: center;
	width: 10%;
	background: #888 url(http://www.thedragonisle.com/resources/images/worlds/isle/contentdetails.gif) repeat-y left top;
	font-weight: bold;
}

.contentdescription, .messagecontent {
	overflow: hidden;
	font: 8pt/12pt Arial;
	text-decoration: none;
	line-height: 15px;
	padding: 2px;
}
.contentdescription {
	font-style: italic;
}
.contentheader {
	overflow: hidden;
	border-bottom: 1px solid #000;
	padding: 2px 4px 2px 10px;
	width: auto;
	background: #235 url(http://www.thedragonisle.com/resources/images/worlds/isle/contentheader.gif) repeat-x left top;
	color: #fff;
	font-weight: bold;
	vertical-align: top;
}
.contentheader a:link, .contentheader a:visited, .contentheader a:active {
	color: #fff;
}

.contentheader a:hover {
	color: #f42;
}

.subitem {
	padding: 0px 5px 0px 5px;
}
.contentlinks {
	font: 8pt/12pt Arial;
	padding: 0px 5px 0px 5px;
	text-align: right;
}

/* TOPIC */
.topicmain {
	overflow: hidden;
	border: 1px solid #000;
	padding: 0px 0px 45px 0px;
	background: #eee url(http://www.thedragonisle.com/resources/images/worlds/isle/topicmain.png) no-repeat right bottom;
}
tr.clump .topicmain {
	padding-bottom: 0;
	background-image: none;
	cursor: pointer;
}
tr.clump .topicmain .innerpadding {
	max-height: 20px;
	overflow: hidden;
}

.topicmainside {
	overflow: hidden;
	border: 1px solid #000;
	padding: 0px 0px 45px 0px;
	background: #eee url(http://www.thedragonisle.com/resources/images/worlds/isle/topicmain.png) no-repeat left bottom;
}
tr.clump .topicmainside {
	text-align: center;
	padding-bottom: 0;
}
tr.clump .topicmainside div {
	display: none;
}
tr.clump .topicmainside img {
	width: 40px;
}

.topicdetails {
	border: 1px solid #000;
	padding: 10px;
	text-align: center;
	width: 10%;
	background: #aaa url(http://www.thedragonisle.com/resources/images/worlds/isle/topicdetails.gif) repeat-y left top;
	font-weight: bold;
}
.topicheader {
	font: 10pt/14pt Arial;
	border-bottom: 1px solid #000;
	padding-left: 30px;
	width: auto;
	background: #69c url(http://www.thedragonisle.com/resources/images/worlds/isle/topicheader.gif) repeat-x left bottom;
	font-weight: bold;
	vertical-align: top;
}
.topicheader a:link, .topicheader a:visited, .topicheader a:active {
	color: #000;
}

.topicheader a:hover {
	color: #f42;
}

/* CONFIRMATION BOXES */
.confirmmain {
	margin-top: 2px;
	overflow: hidden;
	border: 1px solid #000;
	padding: 0px 0px 45px 0px;
	background: #eee url(http://www.thedragonisle.com/resources/images/worlds/isle/confirmmain.png) no-repeat right bottom;
}

.confirmheader {
	margin-top: 5px;
	font: 10pt/14pt Arial;
	border: 1px solid #000;
	padding-left: 30px;
	width: auto;
	background: #611 url(http://www.thedragonisle.com/resources/images/worlds/isle/confirmheader.gif) repeat-x left bottom;
	color: #fff;
	font-weight: bold;
	vertical-align: top;
}

.confirmheader a:link, .confirmheader a:visited, .confirmheader a:active {
	color: #fff;
}

.confirmheader a:hover {
	color: #f42;
}

.confirmfooter {
	margin-top: 2px;
	margin-bottom: 5px;
	border: 1px solid #000;
	padding: 10px;
	text-align: center;
	background: #888 url(http://www.thedragonisle.com/resources/images/worlds/isle/confirmfooter.gif) repeat-x left top;
	font-weight: bold;
}

/* CONTENT */
.sidecontent {
	width: auto;
	text-align: left;
	line-height: 20px;
	padding: 2px 2px 10px 2px;
	background: #fff url(http://www.thedragonisle.com/resources/images/worlds/isle/sidecontent.gif) repeat-x left bottom;
	border:2px solid #235;
}
#sidetitle {
	width: auto;
	height: 150px;
	margin-bottom: 2px;
	padding: 2px;
	background: #fff;
	border:2px solid #235;
}
html>body #centercontent {
}

/* CONTENT */
#header { 
	margin: 0px;
	width: auto;
	background: #9cf;/* url(http://www.thedragonisle.com/resources/images/guides/1/headerbg.gif) no-repeat left top;*/
	border: 1px solid #036;
}

#headerinner {
	text-align: center;
	padding: 5px 10px 0px 10px;
	width: auto;
}

#footer { 
	text-align: center;
	margin: 10px 0px 0px 0px;
	padding: 0px 10px 5px 10px;
	width: auto;
	border: 1px solid #036;
	background: #9cf;
}

.formitem {
	border: black 1px solid;
	background: #888 url(http://www.thedragonisle.com/resources/images/worlds/isle/formitem.gif) repeat-x left bottom;
	color: white;
	vertical-align: middle;
}

.linklist {
	margin: 0px 0px 0px 2px;
	padding: 0px;
	list-style: disc url(images/li.gif) inside;
	line-height: 16pt;	
}

.item { 
	padding: 10px 20px 10px 20px;
	width: auto;
}

.itemheader a:link { 
	text-decoration: none; 
	color: #fff;
}

.itemheader a:visited { 
	text-decoration: none; 

	color: #fff;
}

.itemheader a:hover, a:active { 
	text-decoration: underline; 
	color: #aaa;
}

.itemheader { 
	text-align: left;
	text-indent: 40px;
	font: 12pt/16pt Arial;	color: #fff;
	margin: 0px 0px 2px 0px;
	padding: 2px 4px 2px 4px;
	width: auto;
	border: 1px solid #000;
	background: #036 url(http://www.thedragonisle.com/resources/images/worlds/isle/itemheader.gif) repeat-x left top;
}

.itembody { 
	margin: 0px 0px 2px 0px;
	padding: 2px 2px 20px 2px;
	width: auto;
	border: 1px solid #000;
	background: #ffc url(http://www.thedragonisle.com/resources/images/worlds/isle/coconuts.png) no-repeat right bottom;
}

.itemsubitem { 
	margin: 2px 0px 0px 0px;
	padding: 2px 10px 2px 10px;
	width: 40%;
	vertical-align: top;
	line-height: 15px;
	float: left;
}

.itembox {
	border-top: 1px solid #aa8;
	border-left: 0px solid #888;
	border-right: 0px solid #888;
	border-bottom: 0px solid #888;
	padding: 2px;
	margin-bottom: 2px;
}

.itemfooter {
	border: 1px solid #000;
	padding: 10px;
	text-align: center;
	width: auto;
	background: #aaa url(http://www.thedragonisle.com/resources/images/worlds/isle/topicdetails.gif) repeat-y left top;
	font-weight: bold;
}

img {
	margin-right: 2px;
	border: 0px;
	vertical-align: bottom;
}

.smalltext {
	font: 8pt/12pt Arial;
	line-height: 15px;
	text-align: center;
}
.smalltext p {
	font: 8pt/12pt Arial;
	line-height: 12px;
	margin-left: 10px;
}
.clearer {
	clear: left; 
	line-height: 0; 
	height: auto;
}

.roundTop { 
	display: none;
	/*background: url(tr.gif) no-repeat top right; */
}

.roundBottom {
	display: none;
	/*background: url(br.gif) no-repeat top right; */
}

img.roundCorner {
	display: none;
	width: 15px;
	height: 15px;
	border: none;
	/*display: block !important;*/
}

.floatBox {
	display: none; 
	position: absolute; 
	top: 100px; 
	left: 100px; 
	border: 1px solid #036; 
	background: #fff;
}

.floatBoxOption {
	border: 1px solid #69c; 
	padding: 2px;
}

.floatBoxOptionSelected {
	border: 1px solid #69c; 
	padding: 2px;
	background: #9cf;
}

* html .levelBox {
	width: 12px;
	height: 12px;
}
.levelBox {
	font-size: 4px;
	float: left;
	height: 10px;
	border: 1px solid #888;
	margin: 5px 1px 1px 1px;
	width:10px;	
}

* html .tinyLevelBox {
	width: 6px;
	height: 6px;
}
.tinyLevelBox {
	font-size: 4px;
	float: left;
	height: 4px;
	border: 1px solid #888;
	margin: 5px 0px 1px 1px;
	width:4px;	
}
