<!--
html { overflow-y: scroll; }

body
{
	background-color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

h2 a:link, h2 a:visited { color: black; }

a
{
	text-decoration: none;
	color: #CF7224;
}

a:hover { color: #0066CC; }

#actionbar a
{
	color: #272B38;
	font-style: oblique;
}

#actionbar a:hover { color: black; }

#container
{
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	background-color: #FFFBFA;
	text-align: left;
	width: 880px;
}

#header1bar
{
	background-color: #CF7224;
	height: 10px;
}

#header2bar
{
	background-color: #272B38;
	height: 80px;
	position: relative;
}

#header3bar
{
	background-color: #81A6C4;
	height: 20px;
}

#menu
{
	position: absolute;
	left: 420px;
	top: 25px;
	font-size: 12px;
	line-height: 20px;
	color: white;
	height: 12px;
	text-align: right;
}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* remove the bullets, padding and margins from the lists */
#menu ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: white;
}

/* make the top level links horizontal and position relative so that we can position the sub level */
#menu li
{
	float: left;
	position: relative;
	z-index: 100;
	background-color: #272B38;
}

/* use the table to position the dropdown list */
#menu table
{
	position: absolute;
	border-collapse: collapse;
	z-index: 80;
	left: -1px;
	top: 30px;
}

/* style all the links */
#menu a, #menu :visited
{
	display: block;
	width: 150px;
	padding: 7px 0;
	color: white;
	text-decoration: none;
	text-align: center;
	font-family: verdana, sans-serif;
}

/* style the links hover */
#menu :hover
{
	background: #81A6C4;
}

/* hide the sub level links */
#menu ul ul
{
	visibility: hidden;
	position: absolute;
	width: 150px;
	height: 0;
	font-size: 11px;
	background-color: #272B38;
}

#menu ul ul li {
	background-color: #272B38;
}

/* make the sub level visible on hover list or link */
#menu ul li:hover ul,
#menu ul a:hover ul { visibility: visible; }

#logo
{
	padding-top: 15px;
	padding-left: 40px;
}

#content
{
	background-color: white;
	padding-left: 40px;
	padding-right: 40px;
}

ul, ol
{
	list-style-position: inside;
	list-style-type: square;
	padding-left: 0px;
	margin-top: 5px;
}

#footer
{
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 10px;
	text-align: center;
	clear: both;
}

#featurecontainers li
{
	margin: 0px;
	padding: 0px;
}

#featurecontainers img
{
	border: 1px;
	border-style: solid;
	color: #CF7224;
}

dl { margin-left: 2em; }

dd
{
	margin-left: 0em;
	margin-bottom: 0.75em;
}

dt { color: #00477D; }

a.button
{
	background: url(http://www.bittads.com/i/button_registration.gif);
	display: block;
	color: #CF7224;
	font-weight: bold;
	height: 30px;
	line-height: 29px;
	margin-bottom: 14px;
	text-decoration: none;
	width: 250px;
}

a:hover.button { color: #0066CC; }

.addaccount
{
	background: url(http://www.bittads.com/i/newuser.gif) no-repeat 20px 8px;
	text-indent: 50px;
	display: block;
}

.postreg-img
{
	float: left;
	margin-right: 10px;
}

#forum_nav
{
	padding: 0;
	margin: 0;
	white-space: nowrap;
	list-style-type: none;
	float: left;
}

#forum_nav li
{
	display: inline;
	margin-right: 5px;
}

#forum_nav li a { text-decoration: none; }
#forum_nav ul { padding-left: 0px; }

.features_list li
{
	display: inline-block;
	margin-bottom: 10px;
	margin-right: 5px;
	vertical-align: text-top;
	width: 220px;
	background-color: #eee;
	padding: 10px;
}

#examples_container { position: relative; }

#examples_list
{
	position: absolute;
	left: 0px;
}

.manual { background-color: white; }
.manual ol { padding-left: 30px; }
.manual h2 { color: #272B38; }
.manual h3 { color: #CF7224; }
code { font: 0.9em 'Courier New',Courier,Fixed; }

.manual code
{
	background-color: #EEEEEE;
	display: block;
	font: 0.9em 'Courier New',Courier,Fixed;
	max-width: 80%;
	padding: 10px;
	margin-left: 20px;
}

ol li { list-style: inside; }
-->

@media print
{
	#container { overflow: visible; }
	h2 { page-break-before: always; }
	#menu { display: none; }
}
