

body {
	margin: 0px;
	font-family: Arial, Tahoma;
	color: #AAAAAA;
	line-height: 18px;
	background: #333333 url('/images/home/top_bg_dark.gif') repeat-x left top;

}

a {
	color: #4da5f7;
}


div.login_box {
	position: relative;
	left: -6px;
	margin: 60px auto 80px auto;
	font-size: 11px;
	line-height: 24px;
	width: 323px;
	height: 72px;
	background: url('/images/home/login_bg.gif') no-repeat left top;
}

div.login_box .login,
div.login_box .password,
div.login_box .button {
	float: left;
	text-align: left;
	padding: 7px 0px 0px 15px;
}

div.login_box input.text {
	width: 90px;

	font-size: 15px;
	color: #666666;
}

div.header {
	height: 135px;
	line-height: 1.3em;
}

div.header div.logo {
	position: absolute;
	top: 50px;
	left: 7%;
}

div.features {
	position: relative;
	z-index: 5;
	width: 42%;
	height: 450px;
	margin: 0 8%;
	padding: 70px 0px 30px 0px;
	overflow: show;
}

h1.slogan {
	color: #aac332;
	font-size: 1.6em;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	padding: 40px 0px 0px 0px;
}

div.features div.navigate {
	padding: 10px 0px;
	height: 20px;
	margin: 15px 0px;
}

div.features div.navigate div.item {
	float: left;
	font-size: 0.9em;
	line-height: 18px;
	margin: 0px 6% 0px 0px;
	padding: 4px 0px;
}

div.features div.navigate div.selected {
	background: url(/images/home/home_nav_bg_l.gif) no-repeat left top;
	padding: 0px;
}

div.features div.navigate div.selected div{
	background: url(/images/home/home_nav_bg_r.gif) no-repeat right top;
	padding: 4px 15px;
}

div.features div.navigate div.selected a,
div.features div.navigate div.selected a:link,
div.features div.navigate div.selected a:visited,
div.features div.navigate div.selected a:hover,
div.features div.navigate div.selected a:active
{
	color: #FFF;
	text-decoration: none;
	cursor: default;
}



div.features div.description {
	font-size: 0.8em;
	line-height: 1.4em;
	background-color: #333333;
	float: left;
}

div.features div.description sup {
	color: #999999;
}

div.features div.description div.notes {
	font-size: 0.8em;
	color: #666666;
	padding: 15px 0px;
}

div.features div.description div.notes sup {
	color: #666666;
}

#usability,
#functionality,
#security {
	display: none;
}


div.features div.register {
	margin: 250px 0px 0px 0px;
	font-size: 0.6em;
	line-height: 1.3em;
}

div.features div.register span {
	display: block;
	color: #666666;
	padding: 5px 0px 0px 0px;
}

div.features div.register img {
	margin: 0px 20px 0px 0px;
}





div.right_col {
	position: absolute;
	top: 0px;
	right: 0px;
	margin-right: 8%;
	height: auto;
	overflow: hidden;
	text-align: center;
    width: 353px;
}


div.footer {
	margin: 50px 8%;
	padding: 20px 0px;
	border-top: 1px solid #555555;
	color: #666666;
	clear: both;
	font-size: 0.8em;
	line-height: 1.8em;
}

.footer_links{	float: right;
	top: 0;
	margin-top: -50px;}

.field{
	line-height: 2;
	color: #666666;
	font-size: 14px;
}

.field input, .field select, .field textarea{
	width: 195px;
	margin-right: 2px;
	padding: 0px;
	border: solid 1px #CCCCCC;
}

div.input_title{
	float: left;
	width: 35%;
}

.success{
	border: solid 1px  #99CC00;
	background: #E2FF8A;
	width: 350px;
	padding: 20px;
	text-align: center;
	margin: 10px 20px 0 20px;
}

.comment{
	line-height: 2;
	color: #666666;
	font-size: 14px;
}

.help_info{
	padding: 15px;
}

.help_nav{
   position: fixed;
   top: 250px;
   /*_position: absolute;
   _top: expression(document.getElementsByTagName( 'body' )[0].scrollTop < 850 ? 250 + document.getElementsByTagName('body')[0].scrollTop : '' + 'px');
   */
   padding: 30px 10px 30px 0;
   z-index: 1000;
   right: 8%;
   border-top: 1px dotted #999999;
   border-bottom: 1px dotted #999999;
   width: 150px;
}


.help_nav a{
	margin: 7px 3px;
	text-decoration: none;

}

.help_nav a:hover{
    color: #fff;
	text-decoration: underline;
}

.help_nav a.sel{
	background-color: #999999;
}

.help_text h3{
	color: #AAC332;
}


.help_text{
	float:left;
	width: 65%;
}

.help_content{
	padding: 60px 8% 0;
}

.help_legend{
	float: left;
	width: 100px;
	text-align: center;
	font-size: 12px;
}

.help_legend .item{
    padding: 3px;
    height: 30px;
}

.remark{	font-size: 12px;}

span.highlight{	border-bottom: dashed 1px #fff;
	color: #fff;
}
