#content
{
	text-align: justify;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	word-spacing: 0.1em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.5em;
	font-size: 11px;
}
td, th
{
	font-size: 8pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	line-height: 1.5em;
	padding: 0.2em 0.6em;
}
div.avatar
{
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
}
img.avatar-small
{	
	display: block;
	width: 60px;
}
ul, ol
{
	list-style-position:outside;
}
li
{
	list-style-type: square;
}
#blog li
{
	margin-top: 0.5em;
}
#blog
{
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	word-spacing: 0.2em;
	letter-spacing: 0;
	line-height: 1.7em;
	font-size: 9pt;
	margin-bottom: 3em;
	overflow: hidden;
	color: #555555;
}
#blog td
{	
	color: #555555;
}
img
{
	border: none;
	padding: 0;
	overflow: hidden;
}
	
#content h1
{
	color: #555566;
	font: 18pt "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	
	border-bottom: 1px dotted #556688;
	margin-bottom: 0.2em;
}
#content h2
{
	color: #888899;
	font: 11pt "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	font-weight: bold;
	margin-bottom: 0.8em;
}
#content h3
{
	color: #9999AA;
	font: 9pt "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: -1em;
	margin-bottom: 1em;
}
#content h1 a
{
	color: #555566;
	text-decoration: none; 
}
#content h1 a:hover
{
	color: #555566;
	text-decoration: underline; 
}
#content img.inline, .borderimage
{
	background-color: #EEEEEE;
	padding: 5px;
	border: 1px solid #AAAAAA;
	margin: 1em;
}
#content img.inline
{
	float: right;
	margin: 0 0 1em 1em;
}

blockquote:before 
{
	font-family: Georgia;
	font-style: italic;
	font-size: 800%;
	content: open-quote;
	height: 0;
	margin-left: -0.4em;
	color: #AABBDD;
	display: block;
	width: 50px;
}
blockquote
{	
	font-family: Georgia;
	font-style: italic;
	font-size: 1em;
	
	background-color: #F0F0FF;
	border-top: 1px solid #BBCCDD;
	border-bottom: 1px solid #BBCCDD;
	margin: 2em 0 1em 4em;
	padding: 1em;
}
#comment
{	
	margin: 2em 0 0 3em;
	background-color: #F3F3F6;
	padding: 1em 1em 1em 32px;
	border-top: 1px dotted #AAAAAA;
	border-bottom: 1px dotted #AAAAAA;
	background-image: url(icons/comment.png);
	background-position: 5 5;
	background-repeat: no-repeat;
}
#comment h1
{
	font: 1.4em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: none;
	font-weight: bold;
}
#comment h2
{
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	border: none;
	font-weight: bold;
	text-align:right;
}
#comment h3
{
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	border: none;
	font-weight: bold;
	text-align:right;
}
form
{
	padding: 0.5em 2em;
	font: 1em verdana, arial, helvetica, sans-serif;
	background-image: url(images/form.png);
	background-position: 0 -1;
	background-repeat: repeat-x;
	border: 2px solid #DDDDDD;
	margin-bottom: 3em;
}
form label
{
	display: block;
	color: #444455;
	font: 1.4em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0px;
	border-style: none;
	margin: 1em 0 0 0;
}
a
{ 
	text-decoration: underline; 
	font-weight: bold;
	color: #556688;
}
a:hover, a:active 
{ 
	color: #8899AA;
}
h1, h2, h3
{
	margin: 0;
	padding: 0;
}
input, select, textarea, td.value
{
	font-size: 8pt;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-top: 0.5em;
}
input[type ^="text"],input[type ^="password"], textarea, select 
{
	border: 2px solid #AAAABB;
	background: #F0F2F4;
}
input:focus, select:focus, textarea:focus
{
	border-color: #555566;
	background: #FFFFFF;
}
input, textarea
{
	padding: 0.2em;
}
td.key
{
	font-weight: bold;
	vertical-align: top;
	text-align: right;
	padding: 0.3em 1.5em 0 0;
}
.buttons
{
	border-top: 1px dotted #888899;
	margin-top: 2em;
	padding-top: 1em;
	text-align: right;
}
input[type ^="submit"], input[type ^="reset"]
{
	font-weight: bold;
	font-size: 92%;
	color: #888899;
	margin: 0;
	padding: 3px 12px;
	border-width: 2px 1px;
	border-style: solid;
	border-color: #666677;
	background: url(images/button.png) repeat-x;
}
input[type ^="submit"]:hover
{
	color: #333344;
	border-color: #333344;
}
.toolbar
{
	margin: 2em 1em;
}
.toolbar a
{
	color: #888899;
	display: inline;
	text-decoration: none;
	font-size: 0.8em;
	font-family: tahoma, verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	color: #888899;
	margin: 0 0.5em 0 0;
	padding: 3px 5px;
	border-width: 2px;
	border-style: solid;
	border-color: #888899;
	background: url(images/button.png) repeat-x;
	height: 20px;
	vertical-align: center;
}
.toolbar img
{
	padding: 0;
	margin-right: 0.5em;
}
.toolbar span:hover
{
	border-color: #555566;
}
.toolbar a:hover
{
	color: #333344;
}
table
{
	margin: 1em 0;
	border-spacing: 0;
	display: block;
	width: 600px;	
	overflow: auto;
}	
table.styled
{
	border-top: 2px solid #8899AA;
}
table.styled tr
{
	margin: 0;
	padding: 0;
}
table.styled th
{
	background-color: #CBD7E5;
	font-weight: bold;
	text-align: left;
	vertical-align: bottom;
	border-bottom: 2px solid #8899AA;
	padding: 0.3em 0.6em;
}
table.styled td
{
	text-align: left;
	background-color: #F7F7F7;
	border-bottom: 2px solid #BBBBCC;
	padding: 0.3em 0.6em;
}
#messages
{
	margin: 10pt 0;
	border-top: 2px solid #CCCCDD;
}
#message
{
	border-bottom: 2px solid #CCCCDD;
	padding: 2px 2px 2px 24px;
	color: #777788;
	font-weight: bold;
}
div.error
{
	background: url(icons/error.png) 2px center no-repeat;
}
div.warning
{
	background: url(icons/warning.png) 2px center no-repeat;
}
div.info
{
	background: url(icons/info.png) 2px center no-repeat;
}
#content table
{
	overflow: auto;
}
code
{
	font-family: "lucida console", "courier new", courier, fixed;
	background-color: #EEEEEE;
	border: 1px dashed #999999;
	padding: 5pt;
	overflow: auto;
	display: block;
	margin: 1em 0;
}

.thumbnail
{
	background-color: #999999;
	border: 2px solid #888888;
	margin: 6px;
	padding: 0;
	float: left;
	width: 180px;
}

.thumbnail .image
{
	background-image: url(showImage.do?name=chaos theory&type=thumbnail);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 0;
	height: 160px;
}

.thumbnail .legend
{
	font-size: 1em;
	font-face: verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	background-color: #111318;
	color: white;
	padding: 4px;
	white-space:nowrap;
	overflow: hidden;
	margin:0;
	display: block;
	border-top: 2px solid #444444;
}

ul.actions
{
	display: block;
	background: #EEEEEE;
	padding: 0.2em 1em;
}
ul.actions li
{
	font: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	font-weight: bold;
	list-style-type: none;
	padding-right: 1em;
}
table.items
{
	border: 1px solid #AAAABB;
	border-collapse: collapse;
	margin-bottom: 0.5em;
}
table.items tr
{
	margin: 0;
	padding: 0;
	background-color: #EEEEEE;
}
table.items tr:hover
{
	background-color: #F7F7F7;
	background-image: none;
}
table.items td
{
	background-image: url(images/form.png);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0.5em;
}
table.items td.itemicon
{
	background-image: url(images/form2.png);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	padding: 0.5em 0 0.5em 0.5em;
}


.wowitemblock
{
	font: 7pt verdana;
	width: 280px;
	background-color: #000000;
	border: 1px solid #666666;
	padding: 3pt;
	margin: 0em;
	color: white;
	line-height: 1.3em;
}

.wowitemblock td
{
	font: 7pt verdana;
	color: white;
	padding: 0;ß
}
.wowitemblock table, .wowitemblock tr, .wowitemblock th, .wowitemblock td, .wowitemblock tbody
{
	border: none;
	background: none;
}
.wowitemblock .item, .wowitemblock .iname
{
	font: 8pt verdana;
	font-weight: bold;
}
.wowitemblock .iname
{
	display: block;
}
.wowitemblock .q6 a, .wowitemblock .redname a { color: #FF0000; }
.wowitemblock .q5 a, .wowitemblock .orangename a{ color: #FF9900; }
.wowitemblock .q4 a, .wowitemblock .purplename a { color: #AA55FF; }
.wowitemblock .q3 a, .wowitemblock .bluename a { color: #3399FF; }
.wowitemblock .q2 a, .wowitemblock .greenname a { color: #AAFF33; }
.wowitemblock .q1 a, .wowitemblock .whitename a { color: #FFFFFF; }
.wowitemblock .q0 a, .wowitemblock .grayname a { color: #9D9D9D; }

.wowitemblock a
{
	text-decoration: none;
}

.wowitemblock a:hover
{
	text-decoration: underline;
}

.wowitemblock img.itemicon
{
	float: right;
}
.wowitemblock .itemspells, .wowitemblock .itemeffectlink, .wowitemblock .itemeffectlink a
{
	color: #99FF00;
}
.wowitemblock .itemsocket, .wowitemblock .emsock, .wowitemblock .esock
{
	color: #CCCCCC;
}
.wowitemblock .wowrttxt
{
	float: right;
}
.wowitemblock .akznotice
{
	display: none;
}

div.chart
{
	margin-top: 0.5em;
	width: 200px; 
	border: 1px solid black; 
	background: #DDDDDD;
}
div.chart > div
{
	width: 49%; 
	height: 1em; 
	background: #556688;
}

ul.tab
{
	padding:0;
	margin-bottom: 0;
	margin-left: 0;
	height: 1.8em;
}
ul.tab li
{
	display:inline;
	float: left;
	list-style-type: none;
	border: 1px solid #848E96;
	border-top: 2px solid #848E96;
	border-bottom: none;
	margin: 0;
	padding: 0.3em 1em;
	background: #A8AFB4;
}
ul.tab a
{
	text-decoration: none;
	color: #444444;
	font-weight: bold;
}
ul.tab li.selected, ul.tab li.selected a
{
	background: #D1D8DE;
	color: #000000;
}
div.tab
{
	clear: left;
	background-image: url(images/form.png);
	background-position: 0 -1;
	background-repeat: repeat-x;
	border: 1px solid #848E96;
	margin: 0;
	margin-bottom: 2em;
	padding: 1em;
}
.hidden
{
	display: none;
}

form.shoutbox
{
	padding: 0;
	margin: 0 0 2em 1em;
	background-image: none;
	border: none;
}

form.shoutbox input
{
	width: 95%;
	margin: 0;
}
#shoutbox
{
	padding: 0.5em;
	background: #FAFBFF;
	border: 2px solid #DDDDEE;
	height: 20em;
	overflow: auto;
}
.shoutboxEntry h4
{
	font: 7pt verdana;
	font-weight: bold;
	color: #777788;
	padding: 0;
	margin: 0 0 0.2em 0;
}
.shoutboxEntry
{
	margin: 0.5em 0;
	padding: 0.2em 0;
	border-bottom: 1px dotted #888899;
}
.shoutboxEntry div
{
	font: 8pt verdana;
	font-weight: plain;
	padding: 0 0 0 1em;
	margin: 0; 
}