img
{
    border: 0;
}

body
{
	background-color: #000;
	color: #fff;
	font-family: 12px/150% 'Trebuchet MS',Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
}

p
{
	font-family: 'Trebuchet MS',Arial,Helvetica,sans-serif !important;
	font-size: 1em;
}

.background
{
	background-color: #0A1843;
}
.darkBackground
{
	background-color: #000;
}

a
{
	color: #997799;
}
a:hover
{
	color: #00FF00;
}


code
{
    font-family: Monaco, Verdana, Sans-serif;
    font-size: 12px;
    background-color: #f9f9f9;
    border: 1px solid #D0D0D0;
    color: #002166;
    display: block;
    margin: 14px 0 14px 0;
    padding: 12px 10px 12px 10px;
}

ol li ul li
{
    margin-bottom: auto;
}
ol li
{
    margin-bottom: 30px;
}

.error
{
    color: #FF0000;
}

.info
{
    color: teal;
    font-weight: bold;
}

h1
{
	color: #d00;
	margin: 0;
	padding-top: 10px;
}

h2
{
	font: normal 18px/160% arial, helvetica, sans-serif;
	color: #fff;
	margin: 20px 0px 0 0;
}

h3
{
	color: #d00;
	font-family: Arial,Verdana,sans-serif;
	font-size: 25px;
	line-height: 1em;
}

h4
{
	font: normal 18px/160% arial, helvetica, sans-serif;
	color: #000;
}

h5
{
	font: normal 18px/160% arial, helvetica, sans-serif;
	color: #d00;
}

strong
{
	font-weight: bold;
}

.underline
{
	text-decoration: underline;
}

.focusBox
{
	padding-left: 20px;
	margin: 0 auto;

	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;

	background:#777 url(images/ui-bg_inset-soft_10_777777_1x100.png) repeat-x scroll 50% bottom;
	border:1px solid #666666;
	color:#000;
}
.focusBoxTop
{
	padding-left: 20px;
	margin: 0 auto;

	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;

	background:#777 url(images/ui-bg_inset-soft_10_777777_1x100.png) repeat-x scroll 50% bottom;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	color:#000;
}
.focusBoxBottom
{
	padding-left: 20px;
	margin: 0 auto;

	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;

	background:#333 url(images/ui-bg_inset-soft_10_333333_1x100.png) repeat-x scroll 50% bottom;
	border-bottom: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	color:#aaa;
}
.focusBoxBottomTop
{
	padding-left: 20px;
	margin: 0 auto;

	background:#777 url(/assets/777777_to_333333_1x50.png) repeat-x top;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	color:#fff;
}
.focusBoxTop2
{
	padding-left: 20px;
	margin: 0 auto;

	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;

	background:#777 url(/assets/000000_to_777777_1x100.png) repeat-x top;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
	color:#fff;
}

.signup
{
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.signup a,
a.signup
{
	color: #d00 !important;
}
.signup a:hover,
a:hover.signup
{
	color: #00FF00 !important;
}

.button
{
	font-family: Segoe UI, Arial, sans-serif;
	font-size: 1em;
	margin: .5em .4em .5em 0;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	line-height: 1.4em;
	width:auto;
	overflow:visible;

	border: 1px solid #666666;
	background: #555555 url(images/ui-bg_glass_20_555555_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #eeeeee;
	outline: none;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.button.signup, .signup .button, .button .signup
{
	padding: .4em 6em .6em 6em !important;
}
a.button
{
	text-decoration: none;
}

.header
{
	font-weight: bold;
	font: normal 23px/160% arial, helvetica, sans-serif;
	color: #fff;
}

#header, #footer
{
	text-align: center;
	line-height: 150%;
}

ul.features
{
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 30px 0;
	padding: 0;
}

ul.features li
{
	margin: 15px 0;
	padding-bottom: 10px;
	padding-left: 40px;
}

.highlight
{
	color: #0F0;
}

.light,a.light
{
	color:#D7D7D7;
}
