/* Force scrollbars */
/*html { height: 100%; margin-bottom: 1px; }*/

body > #iewarning
{
	display:none;
}

#iewarning
{
	border: 1px solid red;
}

#iewarning p em
{
	color:red;
	font-weight:bold;
}

html
{
	background-color: white;
}

body
{
	margin: 10px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1
{
	font-size:13px;
	font-weight:bold;
	line-height:13px;
	margin:0;
	padding:0;
}

h1 span
{
	text-transform:uppercase;
}

h2
{
	font-size: 20px;
	line-height: 20px;
	font-weight: 900;
	margin: 0;
	color: #bababa;
	border-bottom: 1px solid black;
}

h3
{
	font-size: 12px;
	line-height: 12px;
	font-weight: 800;
	margin: 5px 0 0 0;
	color: #333333;
}

h4
{
	font-size: 11px;
	line-height: 11px;
	font-weight: 700;
	margin: 5px 0 0 0;
	color: #333333;
}

p
{
	margin: 10px 0;
	/*text-align: justify;*/
	text-align:left;
	line-height:1.5em;
	word-spacing:0.1em;
}

.center
{
	text-align:center;
}

.blockcenter
{
	margin-left: auto;
	margin-right:auto;
}

img
{
	border: 0;
}

form
{
	margin-top:10px;
}

textarea, input
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* code view styles */
div.code
{
	font-family: courier, serif;
	font-size: 9pt;
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 5px;
	margin:10px 0;
}

span.comment
{
	color: #007F00;
	background-color: transparent;
}

span.keyword
{
	color: #0000FF;
	background-color: transparent;
}

span.bold
{
	font-weight:bold;
}

div.indent
{
	padding-left:3em;
}

/* minesweeper styles */
table.minesweeper
{
	color:#000000;
	border:1px solid #AAAAAA;
	margin:10px auto;
}

td.minecell
{
	width:15px;
	height:15px;
}

td.minecell img
{
	vertical-align:bottom;
}

td.minetitle
{
	color:#FFFFFF;
	background-color:#00007F;
	border-top:1px solid #808080;
	border-left:1px solid #808080;
	border-bottom:1px solid white;
	border-right:1px solid white;
	padding-left: 3px;
}

.minesweeper caption
{
	color:#FFFFFF;
	background-color:#00007F;
	border-top:1px solid #808080;
	border-left:1px solid #808080;
	border-bottom:1px solid white;
	border-right:1px solid white;
	padding-left: 3px;
	text-align:left;
}

/* gallery styles */

/* Hides from IE-mac \*/
* html div#gallery {height: 1%;}
/* End hide from IE-mac */

div.clear
{
	height:0;
	line-height:0.0;
	visibility:hidden;
	clear:both;
}

/* dl gallery styles */

dl.thumbnail
{
	border: 1px solid #000;
	text-align: center;
	padding: 10px;
	float: left;
	margin:10px 10px 10px 0;
}

.thumbnail dt 
{
	font-weight: bold;
}

.thumbnail dd
{
	margin:0;
	padding:0;
}

/* links */

ul#links dl
{
	/*border:1px solid black;*/
	display:inline;
}

ul#links
{
	list-style:none;
}

ul#links, ul#links dd
{
	margin:0;
	padding:0;
}

ul#links, ul#links dt
{
	padding-top:5px;
}

ul#links ul
{
	margin:0;
	padding:0;
	padding-left:20px;
}

ul#links li
{
	padding-bottom:5px;
}

ul#links li li li
{
	padding-bottom:0;
}

table#categories, table#links
{
	width:100%;
}

/* floating images in paragraphs */

* html div.content
{
	height: 1%;
}

p.containslimage
{
	clear:right;
}

p.containslimage img
{
	float:left;
	margin:0 10px 10px 0;
}

p.containsrimage
{
	clear:left;
}

p.containsrimage img
{
	float:right;
	margin:0 0 10px 10px;
}
