body
{
	font-family: Monospace, Sans-Serif;
	background-color: #000000;
	color: #ffffff;
	font-size: 14px;
	background-image: url(../img/code/stripe_bg.png);
	background-repeat: repeat;
}

a, a:visited
{
	color: #ffffff;
}

a:hover
{
	color: #00b504;
}

hr
{
	border: solid 1px #ffffff;
}

#header
{
	width: 100%;
	font-size: 2em;
	border-bottom: solid 1px #ffffff;
	margin-bottom: 10px;
	padding: 3px;
	font-weight: bold;
}

#footer
{
	float: left;
	width: 100%;
	font-size: 0.85em;
	text-align: right;
	border-top: solid 1px #ffffff;
	margin-top: 10px;
	padding: 3px;
}

.mainmenu
{
	float: left;
	padding: 0px;
	width: 100%;
	margin: 10px 0px 15px 0px;
}

.mainmenu ul
{
	margin: 0px;
	padding: 0px;
	background-image: url(../img/code/fade_up.gif);
	background-repeat: repeat-x;
	float: left;
	width: 100%;
}

.mainmenu li
{
	list-style: none;
	float: left;
	display: inline;
	margin: 0px 10px 0px 10px;
}

.mainmenu a
{
	width: 150px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	display: block;
	float: left;
	text-align: center;
	vertical-align: middle;
}

.mainmenu a:hover
{
	background-image: url(../img/code/menu_button_hi_alt.gif);
	color: #000000;
}

.mainmenu .highlight, .mainmenu .highlight:hover
{
	background-image: url(../img/code/menu_button_hi.gif);
	color: #000000;
}

.menu
{
	float: left;
	margin: 10px;
	padding: 0px;
}

.menu ul
{
	margin: 0px;
	padding: 0px;
}

.menu ul li
{
	list-style: none;
	margin: 5px 0px 5px 0px;
}

.menu li li
{
	margin-left: 15px;
}

.menu a
{
	width: 150px;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	display: block;
	background-image: url(../img/code/menu_button.gif);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
}

.menu a:hover
{
	background-image: url(../img/code/menu_button_hi_alt.gif);
	color: #000000;
}

.menu .highlight, .menu .highlight:hover
{
	background-image: url(../img/code/menu_button_hi.gif);
	color: #000000;
}

.articlemenu li
{
	list-style: none;
}

#breadcrumb
{
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
	clear: both;
}

#breadcrumb ul
{
	padding: 0px;
	margin: 0px;
}

#breadcrumb ul li
{
	list-style: none;
	margin: 0px 0px 0px 2px;
	text-indent: 0px;
	display: inline;
}

#breadcrumb a:hover
{
	color: #00b504;
}

#content
{
	margin-left: 210px;
}

.subtext
{
	display: inline;
	font-size: 0.5em;
	font-weight: normal;
}

#cursor
{
	width: 10px;
	height: 1em;
	background: #ffffff;
	clear: both;
	float: left;
}

.rowTitle
{
	float: left;
	width: 150px;
	clear: left;
}

.rowDesc
{
	position: relative;
	clear: right;
	margin-left: 150px;
}

.code
{
	font-family: Monospace;
	border: solid 1px #ffffff;
	background-color: #222222;
	padding: 7px;
	margin: 7px;
}

.infoboxTitleCorner1
{
	width: 11px;
	height: 25px;
	background-image: url(../img/code/corner_left.gif);
	background-repeat: no-repeat;
	float: left;
	margin-left: -11px;
	position: relative;
}

.infoboxTitleCorner2
{
	width: 11px;
	height: 25px;
	background-image: url(../img/code/corner_right.gif);
	background-repeat: no-repeat;
	float: right;
	margin-right: -11px;
	position: relative;
}

.infoboxTitleBG
{
	height: 25px;
	line-height: 25px;
	vertical-align: middle;
	color: #000000;
	margin: 0px 11px 0px 11px;
	background-image: url(../img/code/fade_up.gif);
	background-repeat: repeat-x;
}

.infoboxContent
{
	border: solid 1px #00b504;
	padding: 10px;
	margin-bottom: 10px;
}

.col1
{
	float: left;
	margin-left: 5px;
}

a img
{
	border: 0px;
}

.caption
{
	font-size: 0.8em;
	font-style: italic;
	text-align: center;
}

.subtitle
{
	font-size: 0.8em;
	text-align: right;
	color: #00b504;
}

.warning
{
	border: #ffff00 solid 1px;
	padding: 0 10px 0 50px;
	background: #888800 url(../img/warning.png) no-repeat 10px 50%;
	/*color: #aaaaaa;*/
}

.warning a
{
	color: #000000;
}
