
/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.6.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}del,ins{text-decoration:none;}


html, body {
	background:#000;
	color:#fff;
	font-family:Arial,Helvetica,sans-serif;
}

h1 { font-size:2em; }
h2
{
	font-size:1.5em;
	/*background-color:#99f;*/
	color:#66f;
	padding:0.25em;
	border-bottom:2px solid #99f;
}

strong { font-weight:bold; }

p { font-size:1em; }

.clear { clear:both; }

p.smalltext {
	font-size:0.9em;
}
p.smalltext strong { font-weight:bold; }
p.smalltext em { font-style:italic; }

p.bodytext a,
p.bodytext a:link,
p.bodytext a:visited,
p.bodytext a:hover,
p.bodytext a:active {
	font-weight:bold;
	color:#CCBFFF;
}
p.bodytext a:hover {
	color:#ff0;
}

div.panel {
	background:white;
	color:#000;
	width:40%;
	/*padding:0.5em 0.5%;*/
	margin:0.5em 0.5%;
	border:1px solid #ccc;
	float:left;
	clear:none;
}
div.panel.wide {
	width:80%;
}
div.innerpanel {
	padding:1em;
}

div.innerpanel {
	font-size:0.8em;
}
/*
div.panel ol { padding:0.5em; }
div.panel li ol { padding:0; }
div.panel ul { padding:0.5em; }
div.panel li ul { padding:0; }
*/

li { margin:0.25em 0; }
ul li { list-style-type:none; }
ol li { list-style-type:decimal; list-style-position:outside; }
ol li ul li { list-style-type:none; }

ol, li ul { margin-left:1em; }
li ol { margin-left:3em; }

span.value
{
	font-weight:bold;
	color:#33f;
}

