﻿/*
 CSS Reset
 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
        font-family: Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height: 1.4em;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del, ins {
	text-decoration: none;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 28px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
strong {
	font-weight:bold;
}
p {
	margin-bottom:1EM;
}
/*because legend doesn't inherit in IE */
legend {
	color: #000;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
	font-size:100%;
}
a, a:visited {
	text-decoration:none;
	color:#004080;
	font-weight:bold;
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
	color:#000;
}
/* (en) clearfix method for clearing floats */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
/* (en) essential for Safari browser !! */
/* (de) Diese Angabe ben�tigt der Safari-Browser zwingend !! */
.clearfix {
	display: block;
}
/*Layout Styling */
#wrapper {
}
#header {
	background-image: url(../images/header-bg-dark.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 90px;
        font-family: Arial, Helvetica, sans-serif;
}
#logo {
	background-image: url(../images/logo-ondark.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 73px;
	width: 270px;
	position: absolute;
	top:4px;
	cursor: pointer;
}
#logo #logoslogan {
	position:absolute;
	bottom:2px;
	color:#FFF;
	font-size:10px;
	font-weight:bold;
	left:76px;
        width: 200px;
}
#headercontents {
	height: 84px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#topcommands {
	position: absolute;
	height: 60px;
	width: 120px;
	right: 4px;
	padding: 4px;
	vertical-align: middle;
	top: 8px;
	z-index: 10;
}
#topcommands table{
        height:60px;
}
#topcommands table td{
        vertical-align:top;
}
#topcommands table td.divider{
        border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FC0;
	width:2px;}
#topcommands ul {
	font-size:12px;
	line-height: 18px;
}
#topcommands ul.leftside{
    text-align:right;padding-right:8px;
}
#topcommands ul li a, #topcommands ul li a:visited {
	text-decoration:none;
	color:#FC0;
}
#topcommands ul li a:hover {
	text-decoration:underline;
}
#sharebox {
	position:absolute;
	top:14px;
	left:670px;
	width:100px;
}
#mainsection {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#mainbody {
	min-height:400px;
}
#footer {
        position:relative;
	height:28px;
	text-align: center;
	clear: both;
	padding: 8px;
	font-size: 100%;
	background-color: #333;
	line-height: 28px;
	vertical-align: middle;
	color: #FFF;
}
#footer a, #footer a:visited {
	color:#FC0;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#followus, #footer_copyright{
	position: absolute;
	right: 8px;
	top: 6px;
	height: 32px;
	/*line-height: 3 2px;*/
	vertical-align: middle;
	width: 170px;
	text-align: right;
}
#footer_copyright{
	left: auto;
	right: auto;
	width: auto;
	text-align: center;
	color: #333;
	height: 18px;
	position: relative;
}
ul#menu {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 600px;
	list-style-image: none;
	list-style-type: none;
	position: absolute;
	left: 300px;
	bottom: 0px;
}
ul#menu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	display: block;
	margin-right: 10px;
	float: left;
}
ul#menu li a, ul#menu li a:visited {
	text-decoration:none;
	color:#ccc;
}
ul#menu li a:hover {
	color:#FC0;
}
#pagetitle {
	height:40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #333;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
#centercolumn {
	width:69%;
	float:left;
}
#centercolumn60 {
	width:59%;
	float:left;
}
#sidebar {
	width:30%;
	float:right;
        margin-top:4px;
}
.column35{
	width:35%;
	float:left;
        padding-left: 10px;
}
.column65{
	width:63%;
	float:right;
}

#sidebar40 {
	width:40%;
	float:right;
}
ul.faqcontents {
	padding-left: 12px;
	font-size: 80%;
}
ul.faqcontents li {

	list-style-type: none;
	margin-bottom: 6px;
}
ul.faqcontents li a, ul.faqcontents li a:visited {
	color: #333;
	text-decoration: none;
}
ul.faqcontents li a:hover {
	color: #06C;
	text-decoration: underline;
}
/*Area Box*/
.areabox, .boxbody, .boxfooter, .boxbr {
	background-image:url(../images/areabox.png);
}
.areabox {
	background-position: right top;
	padding-right: 10px;
	position:relative;
	margin-bottom: 6px;
	margin-top: 4px;
}
.boxbody {
	background-position: left top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.boxfooter {
	background-position: left bottom;
	height:10px;
}
.boxbr {
	background-position: right bottom;
	height: 10px;
	width: 10px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
h2 {
	font-size:18px;
	font-weight:bold;
	margin-bottom: 4px;
}
h3 {
	font-size:130%;
	font-weight:bold;
	color:#090;
}
h4 {
	font-size:110%;
	font-weight:bold;
	color:#090;
}
h5 {
	font-size:16px;
	font-weight:bold;
	margin-bottom: 6px;
	color: #666;
}
ul.faq {
}
ul.faq li {
	margin-bottom: 10px;
}
ul.faq li span.q {
	display: block;
	font-size: 105%;
	font-weight: bold;
	color: #666;
}
ul.faq li h3 {
	font-size: 130%;
	font-weight: bold;
}
ul.faq li span.a {
	font-size: 100%;
	color: #000;
}
.functionbox {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 6px;
	clear: both;
	margin-bottom: 6px;
}
.functionbox img {
	float: left;
}
.functionboxhead {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	padding-top: 4px;
	padding-bottom: 4px;
}
.functionboxtext {
	font-size: 12px;
	color: #333;
	margin-left: 188px;
	min-height: 90px;
}
.demotext {
	margin-left:368px;
}
/*Form Formatting*/
table.formtable td {
	padding: 2px;
	margin: 2px;
}
/* ----- forms ----- */
form {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
}
form label {
	display: block;
	color: #51A601;
	display: block;
	font-size: 100%;
	font-weight: bold;
	padding: 3px;
	clear: both;
}
form li.required label {
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: right center;
}
form li span label.bot {
	display: block;
	color: #222222;
	display: block;
	font-size: 75%;
	font-weight: normal;
	padding-left: 0;
	clear: both;
	text-align: center;
	background-image: none;
	padding-right: 3px;
}
form ul {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
}
form li {
	display: block;
	margin: 0px;
	padding: 4px;
	position: relative;
}
form li span {
	display: inline-block;
}
form li span.symbol {
	font-size: 120%;
	line-height: 135%;
}
form li div.hint {
	position: absolute;
	font-size: 90%;
	left: 300px;
	bottom: 8px;
	display: none;
}
form li:hover div.hint {
	display: block;
}
form li:hover {
}
form li.error {
	border: 2px solid #F00;
}
#formlegend {
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 24px;
	background-repeat: no-repeat;
	background-position: 4px center;
}
ul.bullets{
        padding-left: 20px;
}
.bullets li {
        padding-top: 5px;
	list-style-position: outside;
	list-style-image: url(../images/bullet-green.png);
}
/* SIGNUP4 ----------------------------------------------------*/
#signup4 {
	clear:both;
	margin: 10px auto;
	float: left;
	width: 100%;
}
#signup4 div.short {
	width: 24%;
	height: 300px;
	border: 1px solid #999;
	float: left;
	margin-top: 22px;
	text-align: center;
	background-color: #efefef;
	font-family: helvetica, arial, sans-serif;
        padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	position:relative;
}
#signup4 div.header{
        width: 100%;
        text-align: center;
        margin: 10px auto;
}
#signup4 div.tall {
	width: 214px;
	height: 310px;
	border: 3px solid #3671A1;
	float: left;
	text-align: center;
	padding: 8px 10px 10px 10px;
	background-color: #fff;
	font-family: helvetica, arial, sans-serif;
}
#signup4 div.no-r {
	border-right: 0;
}
#signup4 div.r-shadow {
	background-image: url(../images/shadow-right.png);
	background-position: right;
	background-repeat: no-repeat;
}
#signup4 div.l-shadow {
	background-image:url("../images/shadow-left.png");
	background-position:left center;
	background-repeat:no-repeat;
}
#signup4 div.no-l {
	border-left: 0;
}
#signup4 div.short li, #signup4 div.tall li {
	font-size: 14px;
	color: #64503f;
	font-family: helvetica, arial, sans-serif;
	margin-bottom: 1px;
	line-height: 1.1em;
}
#signup4 div.tall li {
	font-size: 16px;
}
#signup4 div.tall ul, #signup4 div.short ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
#signup4 div.tall ul.highlight, div.short ul.highlight {
	margin-top: 0;
}
#signup4 div.tall ul.highlight li, div.short ul.highlight li {
	list-style: none;
	margin-bottom: 3px;
	font-size: 20px;
	line-height: 1em;
        background:url("../images/tick.png") no-repeat scroll left top transparent;
        font-size:12px;
        margin:12px 0 12px 20px;
        padding-left:20px;
        text-align:left;
}
#signup4 div.tall ul.highlight li {
	font-size: 24px;
	margin-bottom: 5px;
}
#signup4 div.under_chart_left, #signup4 div.under_chart_right {
	width: 435px;
	position: relative;
	top: 0px;
	font-size: 11px;
	float: left;
	font-family: verdana;
	text-align: center;
}
#signup4 div.under_chart_right {
	float: right;
}
#signup4 div.logos {
	width: 240px;
	float: right;
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
}
#signup4 h1.emphasized{
    color:#06F;
}
#signup4 div.logos h1 {
	font-size: 14px;
	margin-bottom: 20px;
}
#signup4 div.logos img {
	margin-bottom: 15px;
}
#signup4 div.signupbutton{
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
#signup3 h1 {
}
div.infobox {
	padding:4px;
	background-color: #FFECEC;
	margin-top: 4px;
	margin-bottom: 4px;
	border: 1px solid #FF8C8C;
}
div.infobox ul {
	padding:2px;
}
div.infobox ul li {
	list-style-position: inside;
	list-style-type: disc;
}
div.infobox ul li.info {
	font-weight: normal;
	color: #333;
}
div.infobox ul li.problem {
	font-weight: bold;
	color: #F00;
}
.error_field{
    border: 1px solid red;
}
.loader{
    display:none;
    margin-left: 3px;
    background-image: url(../images/loader.gif);
    background-position: center;
    background-repeat: no-repeat;
    width: 43px;
    height: 11px;
}
.check_text{
    margin-left: 3px;
}
.check_text_ok{
    color: #51A601;
}
.check_text_error{
    color: red;
    font-weight: bold;
}
.stdbutton {
	cursor:pointer;
	float:right;
	line-height:1.4em;
	margin:0.3em 0.4em 0.3em 0;
	padding:0.1em 0.6em;
	width:auto;
	background:url("../images/ui-bg_glass_100_f6f6f6_1x400.png") repeat-x scroll 50% 50% #F6F6F6;
	border:1px solid #CCCCCC;
	color:#1C94C4;
	font-weight:bold;
	display:inline-block;
	overflow:visible;
	position:relative;
	text-align:center;
	text-decoration:none !important;
	-moz-border-radius:4px 4px 4px 4px;
}
.stdbutton .buttontext {
	padding:0.4em;
	display:block;
	line-height:1em;
	color:#1C94C4;
	font-weight:bold;
	text-align:center;
	text-decoration:none !important;
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size:1.1em;
}

/*introscreen */
#intronav {
	position:absolute;
	background-color: #ffffff;
	left: 0px;
	top: 0px;
	width: 280px;
	bottom: 0px;
	overflow:auto;
	margin: 0px;
	padding: 0px;
}
#intronav ul{
	padding: 2px;
	list-style-type: none;
	margin: 0px;
}
#intronav ul li{
	display: block;
	padding: 2px;
	margin-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	clear:both;
	height:84px;
	cursor:pointer;
}
#intronav ul li:hover{background-color:#efefef;}
#intronav ul li img{
	padding: 1px;
	float: left;
	border: 1px solid #999;
}
#intronav ul li span{
	padding:3px;
	font-weight:bold;
	font-size: 14px;
}
#intronav ul li p{
	padding:3px;
	margin-left:124px;
	color:#666;
}
#intronav ul li.selected{}
#introcontent{
	background-color: #FFf;
	position: absolute;
	left: 280px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	overflow:auto;
}
#tour_ul{
    padding-top: 40px;
    width: 100%;
}
#tour_ul li{
    margin: 30px auto 0 auto;
    width: 100%;
}
.quote {
	font-family:"Courier New", Courier, monospace;
	color: #333;
}
.quotehead {
	font-weight: bold;
}
/*lading page*/
ul.landingbullets {
	padding-left:14px;
	margin-bottom: 8px;
}
ul.landingbullets li {
	line-height:28px;
	vertical-align:middle;
	list-style-position: outside;
	list-style-type: disc;
	font-size: 14px;
}
ul.landingbullets li img {
	vertical-align:middle;
}
ul.landingbullets li a{
    padding-left: 15px;
}
td.functions, td.functions p {
	font-size:12px;
	color:#333333;
}
td.functions img {
	float:left;
	margin-right:4px;
}
td.functions div {
	clear:both;
	margin-bottom:24px;
	font-weight:bolder;
	float:left;
}
.explain_remark{
    color: #090;
    font-style: italic;
    margin-left: 5px;
}
#reg_header ul li{
    /*padding: 10px auto;*/
    margin-top: 5px;
}
.trademarks{
    font-family: arial,verdana,tahoma;
    font-size: 11px;
    width: 100%;
    margin: 10px auto;
}
.disc_ul li{
    list-style-position: inside;
    list-style-type: disc;
    padding: 0 10px;
}
#tour_table td{
    vertical-align: top;
    text-align: left;
    padding: 5px;
}
