/* CSS FOR Zanshaa Docks */
body
{
/*	background: #f0f1c1;*/
	background: #EDE868;
	color: #332b2b;
	font: 9pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	margin: 5px 10px 10px 10px;
	padding: 0px;
	text-align: center;
}
a:link
{
	color: #086919;
	text-decoration: none;
}
a:visited
{
	color: #086919;
	text-decoration: none;
}
a:hover, a:active
{
	color: #7a3138;
	text-decoration: underline;
}

img
{ 
	border: 0;
	padding: 0;
	margin: 0;
}

/* the box around the menu and aligning the text to center */
td.menu
{ 
 border: 3px double #404b3f;
 background: #eff185;
 text-align: center; 
 color: #332828;
 font-weight: bold;
 text-decoration: none;
 padding-left: 4px;
 padding-right: 4px; 
}
/* the box around the menu and aligning the text to center */
a.menu
{ 
 color: #332828;
 font-weight: bold;
 text-decoration: none;
}

/* Hovered links in the menu (INCORPORATED INTO THE GENERAL HOVER LINK)*/
a.menu:hover
{
 color: #665050; 
 text-decoration: underline;
}

/* Dropdown styling */
#dropmenudiv
{
position:absolute;
 border: 3px double #404b3f;
 background: #eff185;
 text-align: center; 
 color: #332828;
 font-weight: bold;
 text-decoration: none;
 padding-left: 4px;
 padding-right: 4px; 
z-index:100;
}

#dropmenudiv a
{
display: block;
 color: #332828;
 font-weight: bold;
 text-decoration: none;
}
#dropmenudiv a:hover
{
 color: #665050; 
 text-decoration: underline;
}


.alt1
{
	background: #eff1a9;
}
.alt2
{
	background: #eff191;
}

.small
{
	font: 7pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}

.tborder
{
	background: #000000;
	border: 1px solid #64663e;
	text-align: left;
}
.tcat
{
	background: #eef178;
	color: #332b2b;
	font: bold 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
blockquote
{
	background: #eff191;
	padding: 5px 4px 5px 5px;
	border: 1px solid #64663e;
}
cite
{
	font-weight:bold;
}
.codebox
{
	background: #F1F1F1;
	padding: 5px 4px 5px 5px;
	border: 1px solid #64663e;
	color: #020202;
}
.codestart
{
	font-weight:bold;
}
.spoiler
{
	color: #eff1a9;
	background: #eff1a9;
}

/* Shoutbox Styling */
#msg > li.row1 {
	display: block;
	list-style-type: none;
	margin: 0;
	height: auto;
	width:98%;
	float: left;
}
#msg > li.row2 {
	display: block;
	list-style-type: none;
	margin: 0;
	height: auto;
	width:98%;
	float: left;
}
#msg > li > dl{
	vertical-align: middle;
	width: 100%;
}
#msg > li > dl > dt{
	width: auto !important;
	white-space: nowrap;
	margin-right: 2px;
}
#msg > li > dl > dd > input{
	margin: 3px;
}
#msg > li > dl > dd#msgbody{
	display: inline;
	padding: 3px 0 1px 0px !important;
	vertical-align: middle;
	float:none !important;
}
#base_ul
{
	list-style:none;
	margin-left: 0;
}