
/* WebOffice Styles 

	Colors:
	Grey very light: #ECECEC;
	Grey light: #D6D6D6;
	Grey med: #ADADAD;
	Grey med-dark: #999999;
	Grey dark: #666666;
	
	Blue dark: #0066CC;
	Blue med-dark: #5095DB;
	Blue med: #9AC4ED;
	Blue light: #D3E6F8;
	
	Green dark: #669900;
	Green med-dark: #7FC31C;
	Green med: #A7DC59;
	Green light: #D5F1AD;
	
	Orange: #FF6600;
*/

/* Main Styles */
body {
	background-color: #ECECEC; /* Grey very light */
	margin: 0px;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align:left;
	font-weight: normal;
}
/* outer template */
#Shadow {
	background-color: #D6D6D6;
	width: px;
}
#MainBackground {
	background-color: #FFFFFF;
	border: 1px solid #ADADAD; /* Grey med */
	width: px;
	text-align: left;
}
/* Links */
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #669900;
	text-decoration: underline;
}
/* forms */
form {
	margin: 0px;
}
.other-form {
	margin: 0px;
}
.other-form select {
	background-color: #FFFFFF;
	border: 1px solid #ADADAD;
	font-size: 11px;
	line-height: 11px;
	font-family: arial, helvetica, sans-serif; 
	width: 150px;
	margin-left: 5px;
	color: #0066CC;
	vertical-align: middle;
}
.other-form option {
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px;
}

/* table elements */
.blocks {
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align:left;
	font-weight: normal;
	width: 90%;
	margin: 5px 10px 15px 15px;
}
.td-blocks {
	vertical-align: top;
}
.bullets {
	padding-bottom: 5px;
    background-image: url(/Common/images/Bullets/Bullet3.gif);
	background-repeat: no-repeat;
	background-position: 50px 2px;
	font-size: 13px;
	line-height: 19px;
	padding-left: 70px;
	color: #333333;
	font-family: Arial,helvetica,Sans-Serif;
}
table {
	vertical-align: top;
	padding: 0px;
	border-collapse: collapse;
}
tr {
	vertical-align: top;
}
td {
	vertical-align: middle;
}
.other-table {
	vertical-align: top;
	padding: 0px;
	border-collapse: collapse;
	width: 100%;
	/* width: 423px; */
}
.other-td-odd {
	vertical-align: top;
	border-collapse: collapse;
	border: 1px solid #ADADAD;
	padding: 10px;
	font-family: Arial,helvetica,Sans-Serif;
	text-align: left;
	font-size: 12px; 
	line-height: 18px;
	font-weight: normal;
	background-color: #F8F8F8;
}
.other-td-even {
	vertical-align: top;
	border-collapse: collapse;
	border: 1px solid #ADADAD;
	padding: 10px;
	font-family: Arial,helvetica,Sans-Serif;
	text-align: left;
	font-size: 12px; 
	line-height: 18px;
	font-weight: normal;
}
.security-table {
	vertical-align: top;
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #ADADAD;
	/* width: 423px; */
}
.security-td {
	vertical-align: top;
	border-collapse: collapse;
	border: 1px solid #ADADAD;
	padding: 10px;
	font-family: Arial,helvetica,Sans-Serif;
	text-align: left;
	font-size: 12px; 
	line-height: 18px;
	font-weight: normal;
}
.security-td-highlight {
	vertical-align: top;
	border-collapse: collapse;
	border: 1px solid #ADADAD;
	padding: 10px;
	font-family: Arial,helvetica,Sans-Serif;
	text-align: left;
	font-size: 12px; 
	line-height: 18px;
	font-weight: bold;
	color: #0066CC;
	background-color: #F8F8F8;
}
.security-th {
	vertical-align: top;
	border-collapse: collapse;
	border: 1px solid #ADADAD;
	background-color: #D3E6F8;
	padding: 10px;
	font-family: Arial,helvetica,Sans-Serif;
	text-align: center;
	font-size: 12px; 
	line-height: 12px;
	font-weight: bold;
	color: #0066CC;
}
.buy-table {
	vertical-align: top;
	padding: 0px;
	border-collapse: collapse;
	border: 1px solid #ADADAD;
	/* width: 423px; */
}
.buy-td {
	vertical-align: top;
	border-collapse: collapse;
	border: 1px solid #ADADAD;
	padding: 10px;
	font-family: Arial,helvetica,Sans-Serif;
	text-align: left;
	font-size: 14px; 
	line-height: 18px;
	font-weight: normal;
	color: #0066CC;
}
.buy-td-bold {
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 18px; 
	line-height: 18px;
	font-weight: bold;
	color: #0066CC;
}
.buy-td-highlight {
	vertical-align: top;
	border-collapse: collapse;
	border: 1px solid #ADADAD;
	padding: 10px;
	font-family: Arial,helvetica,Sans-Serif;
	text-align: left;
	font-size: 12px; 
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	background-color: #F8F8F8;
}
.buy-th {
	vertical-align: top;
	border-collapse: collapse;
	border: 1px solid #ADADAD;
	background-color: #D3E6F8;
	padding: 10px;
	font-family: Arial,helvetica,Sans-Serif;
	text-align: center;
	font-size: 15px; 
	line-height: 15px;
	font-weight: bold;
	color: #0066CC;
}

/* Top Section */
#TopSection {
	text-align: right;
	padding-right: 15px;
	padding-top: 15px;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 11px;
	line-height: 12px;
	color: #666666;
	font-weight: normal;
	height: 80px;
}
#TopSection .logo {
	margin-top: -15px;
	float: left;
	width: 256px;
	height: 97px;
	cursor: pointer;
}
#TopSection img {
	vertical-align: middle;
    border: 0px;
}
#TopSection .link {
	position: relative;
	right: 5px;
	top: -5px;
	margin-bottom: 0px;
	width: 200px;
	font-weight: normal;
}
#TopSection .link-bold {
	position: relative;
	right: 5px;
	top: -5px;
	margin-bottom: 0px;
	width: 200px;
	font-weight: bold;
	text-align: right;
}
#TopSection .login-area {
	float:right;
	background-image: url(/common/images/GreenGradient.jpg);
	background-repeat: repeat-x;
	height: 76px;
	margin-top: 6px;
	width: 215px;
	padding-right: 5px;
	margin-bottom:0px;
}
#TopSection .text-bold {
	color: #0066CC;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	text-align: left;
	padding: 5px 0px 0px 5px;
}
#TopSection .input-area {
	padding: 5px;
}
#TopSection .logintextbox {
	border: 1px solid #ADADAD;
	font-family: Arial,helvetica,Sans-Serif; 
	font-size: 9px;
	line-height: 10px;
	width: 100px;
	color: #0066CC;
	vertical-align: middle;
	padding: 2px;
}
#TopSection input[type='checkbox'] {
	width: 15px;
	height: 15px;
	vertical-align: middle;
	border: 1px solid #ADADAD;
}
#TopSection a {
	font-size: 11px;
	line-height: 12px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	padding-right: 5px;
}
#TopSection a:hover {
	font-size: 11px;
	line-height: 12px;
	color: #0066CC;
	font-weight: bold;
	text-decoration: none;
}
#TopSection select {
	background-color: #FFFFFF;
	border: 1px solid #ADADAD;
	font-size: 9px;
	line-height: 10px;
	font-family: arial, helvetica, sans-serif; 
	width: 100px;
	margin-left: 5px;
	color: #0066CC;
	vertical-align: middle;
}
#TopSection option {
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif; 
	font-size: 9px;
}

/* Top Nav */
#TopNav {
	background-image: url(/common/images/TopNavBackground.jpg);
	background-repeat: repeat-x;
	height: 32px;
	width: px;
	clear: both;
}
#TopNav div {
	padding: 8px 0px 8px 0px;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 13px;
	line-height: 14px;
	color: #0066CC;
	text-align:left;
	font-weight: normal;
	float: left;
}
#TopNav .low {
	padding: 8px 18px 8px 18px;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 13px;
	line-height: 14px;
	color: #0066CC;
	text-align:left;
	font-weight: bold;
	float: left;
	cursor: pointer;
	left:0px;
	position:relative;
}

#TopNav .hi {
	color: #669900;
	text-decoration: none;
	background-image: url(/common/images/TopNavBackground-hi.jpg);
	background-repeat: repeat-x;
	padding: 8px 18px 8px 18px;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 13px;
	line-height: 14px;
	text-align:left;
	font-weight: bold;
	float: left;
	cursor: pointer;
}
#TopNav .selected {
	color: #669900;
	text-decoration: none;
	background-image: url(/common/images/TopNavBackground-hi.jpg);
	background-repeat: repeat-x;
	padding: 8px 18px 8px 18px;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 13px;
	line-height: 14px;
	text-align:left;
	font-weight: bold;
	float: left;
	cursor: pointer;
	border-bottom: 1px solid #669900;
	border-top: 1px solid #669900;
}

/* TopSubNav */
#TopSubNav {
	width: 780px;
	background-color: #D5F1AD;
	height: 15px;
	font-size: 12px;
	line-height: 12px;
	padding: 5px 10px;
	text-align: left;
	color: #666666;
	font-family: Arial,helvetica,Sans-Serif;
	font-weight: normal;
}
#TopSubNav a {
	text-decoration: none;
	color: #666666;
}
#TopSubNav a:hover {
	text-decoration: none;
	color: #0066CC;
}
/* If no secondary nav is needed */
#TopSubNavAlt {
	border-top: 3px solid #D5F1AD;
}

/* Left Nav */
#LeftNav {
	width: 149px;
	text-align: left;
	height: 100%;
	min-height: 400px;
	position: absolute;
	padding:0px;
	margin: 0px;
}
#LeftNav .top-level-low {
	font-family: Arial,helvetica,Sans-Serif; 
	font-size: 13px; 
	line-height: 14px;
	color: #669900;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	padding: 4px 10px;
	margin: 0px;
	cursor: pointer;
}
#LeftNav .top-level-hi {
	font-family: Arial,helvetica,Sans-Serif; 
	font-size: 13px; 
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	padding: 4px 10px;
	margin: 0px;
	color: #7FC31C;
	text-decoration: none;
	cursor: pointer;
}
#LeftNav .top-level-selected {
	font-family: Arial,helvetica,Sans-Serif; 
	font-size: 13px; 
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	padding: 4px 10px;
	margin: 0px;
	color: #7FC31C;
	text-decoration: none;
	cursor: pointer;
}
#LeftNav .second-level-low {
	font-family: Arial,helvetica,Sans-Serif;
	background-image: url(/Common/images/Bullets/Bullet2.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	font-size: 11px; 
	line-height: 13px;
	color: #0066CC;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	padding: 3px 10px 3px 20px;
	margin: 0px;
	cursor: pointer;
}
#LeftNav .second-level-hi {
	font-family: Arial,helvetica,Sans-Serif;
	background-image: url(/Common/images/Bullets/Bullet2.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	font-size: 11px; 
	line-height: 13px;
	color: #669900;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	padding: 3px 10px 3px 20px;
	margin: 0px;
	cursor: pointer;
}
#LeftNav .second-level-selected {
	font-family: Arial,helvetica,Sans-Serif;
	background-image: url(/Common/images/Bullets/Bullet2.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	font-size: 11px; 
	line-height: 13px;
	color: #669900;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	padding: 3px 10px 3px 20px;
	margin: 0px;
	cursor: pointer;
	background-color: #ECECEC;
}
#LeftNav .third-level-low {
	font-family: Arial,helvetica,Sans-Serif;
	background-image: url(/Common/images/Bullets/Bullet4.gif);
	background-repeat: no-repeat;
	background-position: 19px;
	font-size: 11px; 
	line-height: 13px;
	color: #FF9933;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	padding: 3px 10px 3px 27px;
	margin: 0px;
	cursor: pointer;
}

#LeftNav .third-level-hi {
	font-family: Arial,helvetica,Sans-Serif;
	background-image: url(/Common/images/Bullets/Bullet4.gif);
	background-repeat: no-repeat;
	background-position: 19px;
	font-size: 11px; 
	line-height: 13px;
	color: #FF9933;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	padding: 3px 10px 3px 27px;
	margin: 0px;
	cursor: pointer;
}
#LeftNav .third-level-selected {
	font-family: Arial,helvetica,Sans-Serif;
	background-image: url(/Common/images/Bullets/Bullet4.gif);
	background-repeat: no-repeat;
	background-position: 19px;
	font-size: 11px; 
	line-height: 13px;
	color: #FF9933;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	padding: 3px 10px 3px 27px;
	margin: 0px;
	cursor: pointer;
	background-color: #ECECEC;
}
#LeftNav .line {
	border-top: 2px dotted #D6D6D6;
	margin: 0px 10px;
	width: 129px;
	height: 0px;
	line-height: 0px;
	padding: 0px;
	vertical-align: middle;
}

/* Main Content Area */
#MainContent {
	width:px;
	text-align: left;
	/* height:100%; */
	position: relative;
	min-height: 290px;
	vertical-align: top;
}
/* If Left Nav is used */
#MainContentInner {
	width:648px;
	text-align: left;
	/* height: 100%; */
	border: 0px;
	padding: 0px;
	margin: 0px;
	left: 149px;
	top: 0px;
	position: relative;
	/* border: 1px solid #FFFFFF; */
	/* border-bottom: 1px solid #FFFFFF; */
	border-left: 1px solid #D6D6D6;
	min-height: 600px;
}
/* Top Header Area - Inner Content */
.header {
	padding: 0px;
	margin: 0px;
	width:650px;
	height:163px;
	border: 0px;
}
.header-app-name {
	position: relative;
	font-family: helvetica,Arial,Sans-Serif;
	font-weight: normal;
	text-align: left;
	font-size: 24px; 
	line-height: 27px;
	color: #FFFFFF;
	top: 115px;
	left: 26px;
}
#subheadline H1 {
	position: relative;
	font-family: helvetica,Arial,Sans-Serif;
	font-weight: bold;
	text-align: left;
	font-size: 30px; 
	line-height:110px;
	color: #0066CC;
	margin: 0px 0px 15px 194px; /* top right bottom left */ 
    padding-bottom: -10px; 	
	margin-bottom: -10px;
}
.header-app-hightlight {
	color: #FF6600;
}
.header-app-image {
	float: left;
	width: 150px;
	height:150px;
	position: relative;
	top: 11px;
	left: 20px;
	margin-bottom: -10px;
}
.header-text {
	position: relative;
	font-family: helvetica,Arial,Sans-Serif;
	font-weight: bold;
	text-align: left;
	font-size: 16px; 
	line-height: 18px;
	color: #333333;
	top: 85px;
	left: 26px;
}
#subheadline H2 {
	clear:left;
	position: relative;
	font-family: helvetica,Arial,Sans-Serif;
	font-weight: normal;
	text-align: left;
	font-size: 21px; 
	line-height: 23px;
	color: #FFFFFF;
	top: -70px;
	left: 198px;
	margin-bottom: -40px; /* for IE */ 
   padding-bottom: -40px; 
}
.header-image {
	width:650px;
	height:163px;
	border: 0px;
	position: relative;
	top: 0px;
}
/* content */
.head {
	font-weight: bold;
	color: #FF6600;
	letter-spacing: 0.in-05em;
	margin: 15px;
	font-family: Arial,helvetica,Sans-Serif; 
	font-size: 28px; 
	line-height: 33px;
	text-align: center;
	/* width: 423px; */
}
.title {
	margin: 15px;
	font-family: Arial,helvetica,Sans-Serif; 
	font-size: 16px; 
	line-height: 18px;
	color: #0066CC;
	font-weight: bold;
	text-align: left;
	/* width: 423px; */
	 clear; left;
}
.bodyheadline {
	margin: 0px;
	/* margin: 15px 15px 0px 15px; */
	font-family: Arial,helvetica,Sans-Serif; 
	font-size: 13px; 
	line-height: 17px;
	color: #669900;
	font-weight: bold;
	text-align: left;
	
	/* width: 423px; */
}
#bodyheadline H3 {
	margin: 0px;
	font-family: Arial,helvetica,Sans-Serif; 
	font-size: 16px; 
	line-height: 18px;
	color: #0066CC;
	font-weight: bold;
	text-align: left;
	/* width: 423px; */
	margin-bottom:  0px;
   padding-bottom: 0px; 
}

#bodyheadline {
	margin: 15px;
	/* margin: 15px 15px 0px 15px; */
	font-family: Arial,helvetica,Sans-Serif; 
	font-size: 13px; 
	line-height: 17px;
	color: #FF6600;
	font-weight: bold;
	text-align: left;
	/* width: 423px; */
}
#bodyheadline H4 {
	margin: 0px;
	/* margin: 15px 15px 0px 15px; */
	font-family: Arial,helvetica,Sans-Serif; 
	font-size: 13px; 
	line-height: 17px;
	color: #669900;
	font-weight: bold;
	text-align: left;
	
	/* width: 423px; */
}
.sub-title {
	margin: 15px;
	/* margin: 15px 15px 0px 15px; */
	font-family: Arial,helvetica,Sans-Serif; 
	font-size: 13px; 
	line-height: 17px;
	color: #FF6600;
	font-weight: bold;
	text-align: left;
	/* width: 423px; */
}
.sub-title-alt {
	margin: 15px;
	font-family: Arial,helvetica,Sans-Serif; 
	font-size: 13px; 
	line-height: 15px;
	color: #0066CC;
	font-weight: bold;
	text-align: left;
	/* width: 423px; */
}
.sub-title img {
	margin-right: 5px;
	vertical-align: middle;
}
.special {
	font-weight: bold;
	color: #0066CC;
	letter-spacing: 0.in-05em;
	margin: 15px;
	font-family: Arial,helvetica,Sans-Serif; 
	font-size: 14px; 
	line-height: 18px;
	text-align: center;
	/* width: 423px; */
}
.text-header {
	font-weight: bold;
	color: #0066CC;
	letter-spacing: 0.05em;
}
.intro-text {
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align:left;
	font-weight: normal;
	margin: 15px;
	/* width: 423px; */
}
.intro-text-list {
	padding-bottom: 5px;
    background-image: url(/Common/images/Bullets/Bullet3.gif);
	background-repeat: no-repeat;
	background-position: 18px 2px;
	font-size: 13px;
	line-height: 19px;
	padding-left: 35px;
	color: #333333;
}
/*
.intro-text {
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
	text-align:left;
	font-weight: normal;
	margin: 15px;
}
.intro-text-list {
	padding-bottom: 5px;
    background-image: url(/Common/images/Bullets/Bullet3.gif);
	background-repeat: no-repeat;
	background-position: 18px 2px;
	font-size: 13px;
	line-height: 19px;
	padding-left: 30px;
	color: #333333;
}*/
.text {
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align:left;
	font-weight: normal;
	margin: 15px;
	/* width: 423px; */
}
.caption {
    clear:right;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 17px;
	margin: 10px 5px 15px 10px;
	color: #333333;
	text-align:left;
	font-weight: normal;
	padding: 0px;
	background-color: #FFFFFF;
	float: right;
	width: 289px;
	right: 100px;
}
.text-indent {
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	text-align:left;
	font-weight: normal;
	margin: 2px 15px 15px 25px;
	/* width: 383px; */
}
.text-small {
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 10px;
	line-height: 18px;
	color: #333333;
	text-align:left;
	font-weight: normal;
	/* width: 423px; */
	/*  if we want to have it in a special box
	margin: 15px;
	background-color: #D6D6D6;
	padding:15px; */
}
.box {
	float: right;
}
.bold {
	font-weight: bold;
}
ul {
	margin: 15px 15px 15px 30px;
}
.other-ul {
	margin: 0px 15px 5px 30px;
}
li {
	font-family: Arial,helvetica,Sans-Serif;
	padding-bottom: 8px;
	list-style-type: square;
    list-style-image: url(/Common/images/Bullets/Bullet.gif);
	vertical-align: text-top;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin-right: 10px;
	/* width: 393px; */
}
li a {
	color: #0066CC;
	text-decoration: none;
}
li a:hover {
	color: #669900;
	text-decoration: underline;
}
.line {
	clear: both;
	border-top: 2px dotted #D6D6D6;
	margin: 0px 15px;
	width: 97%;
	padding: 0px;
	line-height: 2px; /*needed for IE/win*/
	font-size: 2px; /*needed for IE/win*/
	height: 2px;
}
.news-img { 
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 0px;
}

/* Right Section */
.free-trial-box {
	clear: right;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	text-align:left;
	font-weight: normal;
	margin: 5px;
	padding: 7px;
	background-color: #FFFFFF;
	float: right;
	width: 275px;
	background-image: url(/common/images/EN/TrialBox2.jpg);
	background-repeat: no-repeat;
	height: 256px;
}
.free-trial-box-title {
	font-family: helvetica,Arial,Sans-Serif;
	font-size: 23px;
	line-height: 26px;
	color: #FFFFFF;
	text-align:left;
	font-weight: normal;
	margin: 18px 0px 0px 50px;
	padding: 0px;
	letter-spacing: -0.05em;
}
.free-trial-box-sub-title {
	font-family: helvetica,Arial,Sans-Serif;
	font-size: 19px;
	line-height: 22px;
	color: #666666;
	text-align:center;
	font-weight: normal;
	margin: 13px 0px 0px -13px;
	padding: 0px;
	letter-spacing: -0.02em;
}
.free-trial-box-text {
	font-family: helvetica,Arial,Sans-Serif;
	font-size: 13px;
	line-height: 17px;
	color: #333333;
	text-align:center;
	font-weight: normal;
	margin: 15px 0px 0px -13px;
	padding: 0px;
}
.free-trial-box-button {
	width: 200px;
	height: 45px;
	cursor: pointer;
	float: left;
	margin-top:15px;
	margin-left:30px;
}
/* .free-trial-box-input {
	width: 140px;
	height: 17px;
	border: 0px;
	background-color: #FFFFFF;
	color: #333333;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 11px;
	position: relative;
	top: 5px;
	left: 60px;
	border: 1px solid #999999;
} */
.free-trial-box-inside {
	clear: right;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	text-align:left;
	font-weight: normal;
	margin: 10px 5px 15px 10px;
	padding: 7px;
	background-color: #FFFFFF;
	float: right;
	width: 275px;
	background-image: url(/common/images/EN/TrialBox3.jpg);
	background-repeat: no-repeat;
	height: 169px;
}
.free-trial-box-inside-de {
	clear: right;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	text-align:left;
	font-weight: normal;
	margin: 10px 0px 10px 0px;
	padding: 7px;
	background-color: #FFFFFF;
	float: right;
	width: 275px;
	background-image: url(/common/images/DE/TrialBox-DE.jpg);
	background-repeat: no-repeat;
	height: 169px;
}
.free-trial-box-inside-title {
	font-family: helvetica,Arial,Sans-Serif;
	font-size: 23px;
	line-height: 26px;
	color: #FFFFFF;
	text-align:left;
	font-weight: normal;
	margin: 18px 0px 0px 50px;
	padding: 0px;
	letter-spacing: -0.05em;
}
.free-trial-box-inside-title-de {
	font-family: helvetica,Arial,Sans-Serif;
	font-size: 23px;
	line-height: 26px;
	color: #FFFFFF;
	text-align:left;
	font-weight: normal;
	margin: 18px 0px 0px 50px;
	padding: 0px;
	letter-spacing: -0.03em;
}
.free-trial-box-inside-sub-title {
	font-family: helvetica,Arial,Sans-Serif;
	font-size: 19px;
	line-height: 22px;
	color: #666666;
	text-align:center;
	font-weight: normal;
	margin: 10px 0px 0px -13px;
	padding: 0px;
	letter-spacing: -0.02em;
}
.free-trial-box-inside-sub-title-de {
	font-family: helvetica,Arial,Sans-Serif;
	font-size: 17px;
	line-height: 20px;
	color: #666666;
	text-align:center;
	font-weight: bold;
	margin: 10px 0px 0px -5px;
	padding: 0px;
	letter-spacing: -0.02em;
}
.free-trial-box-inside-text {
	font-family: helvetica,Arial,Sans-Serif;
	font-size: 13px;
	line-height: 17px;
	color: #333333;
	text-align:center;
	font-weight: normal;
	margin: 15px 0px 0px -13px;
	padding: 0px;
}
.free-trial-box-inside-button {
	width: 200px;
	height: 45px;
	cursor: pointer;
	float: left;
	margin-top:10px;
	margin-left:30px;
}
.screenshot-box {
	float: right;
	clear: right;
	width: 236px;
	/*height: 275px;*/
	/*border: 0px solid #999999;*/
	margin: 0px 1px 15px 15px;
	padding: 7px;
	background-color: #FFFFFF;
	border-radius-bottomright: 10px;
	border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-radius-topright: 10px;
	border-radius-topmleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	text-align:left;
	font-weight: normal;
}
.right-content {
	clear:right;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	text-align:left;
	font-weight: normal;
	margin: 10px 5px 15px 10px;
	padding: 7px;
	background-color: #EEEEEE;
	border-radius-bottomright: 10px;
	border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-radius-topright: 10px;
	border-radius-topmleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	float: right;
	/* position: relative;
	top: 10px;
	left: 370px; */
	width: 275px;
}
.right-content-blue {
	clear:right;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	text-align:left;
	font-weight: normal;
	margin: 10px 5px 15px 10px;
	padding: 7px;
	background-color: #C2DAF3;
	border-radius-bottomright: 10px;
	border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-radius-topright: 10px;
	border-radius-topmleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	float: right;
	width: 275px;
}
.right-content-green {
	clear:right;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	text-align:left;
	font-weight: normal;
	margin: 10px 5px 15px 10px;
	padding: 7px;
	background-color: #C9E697;
	border-radius-bottomright: 10px;
	border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-radius-topright: 10px;
	border-radius-topmleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	float: right;
	width: 275px;
}
.right-content-title {
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 16px;
	line-height: 19px;
	color: #0066CC;
	text-align:center;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
.right-content-title-alt {
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 16px;
	line-height: 19px;
	color: #666666;
	text-align:center;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
.right-content-learn {
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-weight: bold;
	text-align:right;
	margin-bottom: 0px;
	position: relative;
	top: 0px;
}
.right-content-title img {
	vertical-align: middle;
	margin-left:10px;
}
.right-content img {
	vertical-align: middle;
	margin-left:10px;
}
.right-content-small {
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 10px;
	line-height: 12px;
	color: #0066CC;
	text-align: left;
	font-weight: bold;
	margin: -13px 0px 0px 35px;
	padding: 0px;
}
.right-content-inner {
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	text-align:left;
	font-weight: normal;
	margin: 0px 0px;
	padding: 5px;
	background-color: #FFFFFF;
	border-radius-bottomright: 10px;
	border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-radius-topright: 10px;
	border-radius-topmleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-topleft: 10px;
	
}
.right-content-subtitle {
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	font-weight: bold;
	text-align:left;
	margin-bottom: 8px;
}
.right-content-text {
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	text-align:left;
	font-weight: normal;
	margin: 0px 10px 20px 10px;
	padding: 0px;
}
.right-content-text img {
	float: left;
	margin: 3px 8px 0px 0px;
}

.right-content-case {
	color: #333333;
	text-align:left;
	font-weight: normal;
	background-color: #EEEEEE;
	width: 100%;
	position:relative; 
	left:20px;
}

/* Homepage items */
/* Billboard Area - only on homepage */
#Billboard {
	width: px;
	height: 260px;
	vertical-align: top;
	text-align: center;
}
.h-outer-box {
	float: left; 
	width:495px;
	/* border: 1px solid black; */
}
.h-box {
	background-image: url(/images/hp/h-box-background.jpg);
	background-repeat: no-repeat;
	margin: 10px 8px;
	width: 232px;
	height: 150px;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	text-align:left;
	font-weight: normal;
}
.h-box-wx1 {
	background-image: url(/images/hp/h-box-wx1.jpg);
	background-repeat: no-repeat;
	margin: 10px 8px;
	width: 241px;
	height: 275px;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	text-align:left;
	font-weight: normal;
}
.h-free-trial-box {
	clear: right;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	text-align:left;
	font-weight: normal;
	margin: 10px 5px 10px 0px;
	padding: 7px;
	background-color: #FFFFFF;
	float: right;
	width: 275px;
	background-image: url(/common/images/EN/TrialBox2.jpg);
	background-repeat: no-repeat;
	height: 256px;
}
.h-free-trial-box-title {
	font-family: helvetica,Arial,Sans-Serif;
	font-size: 23px;
	line-height: 26px;
	color: #FFFFFF;
	text-align:left;
	font-weight: normal;
	margin: 18px 0px 0px 50px;
	padding: 0px;
	letter-spacing: -0.05em;
}
.h-free-trial-box-sub-title {
	font-family: helvetica,Arial,Sans-Serif;
	font-size: 19px;
	line-height: 22px;
	color: #666666;
	text-align:center;
	font-weight: normal;
	margin: 13px 0px 0px -13px;
	padding: 0px;
	letter-spacing: -0.02em;
}
.h-free-trial-box-text {
	font-family: helvetica,Arial,Sans-Serif;
	font-size: 13px;
	line-height: 17px;
	color: #333333;
	text-align:center;
	font-weight: normal;
	margin: 15px 0px 0px -13px;
	padding: 0px;
	clear: both;
}
.h-free-trial-box-button {
	width: 200px;
	height: 45px;
	cursor: pointer;
	float: left;
	margin-top:15px;
	margin-left:30px;
}
.h-box2 {
	float: right;
	margin: 10px 8px;
}

#hboxheader h1  {
	font-family: helvetica,Arial,Sans-Serif;
	font-size: 23px;
	line-height: 26px;
	color: #FFFFFF;
	text-align:left;
	font-weight: normal;
	margin: 18px 0px 0px 50px;
	padding: 0px;
	letter-spacing: -0.05em;
	margin-bottom: 0; 
    padding-bottom: 0; 
}
#hboxheader h2  {
   font-family: Arial,helvetica,Sans-Serif; 
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
	padding: 5px 10px;
   margin-bottom: 0; 
   padding-bottom: 0; 
   font-size: 16px; 
   color: #666666;
     
}
#hboxheader h3  {
	font-family: helvetica,Arial,Sans-Serif;
	font-size: 19px;
	line-height: 22px;
	color: #666666;
	text-align:center;
	font-weight: normal;
	margin: 13px 0px 0px -13px;
	padding: 0px;
	letter-spacing: -0.02em;
}

.h-box-text {
	padding: 0px 10px 3px 10px;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	text-align:left;
	font-weight: normal;
}
.h-box-text-bold {
	padding: 10px 10px 3px 10px;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 15px;
	color: #0066CC;
	text-align:center;
	font-weight: bold;
}
.h-box-learn {
	padding: 0px 10px 5px 10px;
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	text-align:right;
	font-weight: normal;
	vertical-align: bottom;
}
.h-box-learn img {
	margin-left: 5px;
	text-align:right;
	vertical-align: middle;
}
.h-line {
	clear: both;
	border-top: 2px dotted #D6D6D6;
	line-height: 2px; /*needed for IE/win*/
	font-size: 2px; /*needed for IE/win*/
	height: 2px;
	margin:10px;
	width: 96%;
}
.separator {
	border-left: 1px solid #D6D6D6;
	float: left;
	margin: 10px 20px;
	height: 90px;
}


/* Footer */
#Footer {
	clear: both;
	background-color: #ECECEC;
	border: 1px solid #D6D6D6;
	width: px;
	margin: 10px;
	color: #666666;
	font-family: Arial,helvetica,Sans-Serif; 
	font-size: 11px; 
	line-height: 13px;
	font-weight: normal;
	text-align:left;
	padding:10px;
}
#Footer a {
	color: #666666;
	font-family: Arial,helvetica,Sans-Serif; 
	font-size: 11px; 
	line-height: 13px;
	font-weight: normal;
	text-align:left;
	text-decoration: none;
}
#Footer a:hover {
	color: #666666;
	font-family: Arial,helvetica,Sans-Serif; 
	font-size: 11px; 
	line-height: 13px;
	font-weight: normal;
	text-align:left;
	text-decoration: underline;
}
#Footer div {
	color: #666666;
	font-family: Arial,helvetica,Sans-Serif; 
	font-size: 11px; 
	line-height: 13px;
	font-weight: normal;
	text-align:left;
	text-decoration: none;
	padding: 10px 5px 10px 0px;
}
#Footer img {
	float:right;
	margin-top:10px;
}

/* Registration Pages */
#Registration {
	width:800px;
	text-align: left;
	height: 410px;
	clear: left;
	margin:0px;
	padding:0px;
	border-top: 3px solid #D5F1AD;
}
#Registration .steps-highlight {
	margin: 10px;
	font-family: Arial,helvetica,Sans-Serif; 
	font-size: 16px; 
	line-height: 18px;
	color: #0066CC;
	font-weight: bold;
	text-align: left;
	float: left;
}
#Registration img {
	vertical-align: middle;
	margin-left: 10px;
}
#Registration .steps {
	margin: 10px;
	font-family: Arial,helvetica,Sans-Serif; 
	font-size: 16px; 
	line-height: 18px;
	color: #ADADAD;
	font-weight: bold;
	text-align: left;
	float: left;
}
#Registration .container {
	width: 598px;
	margin-top: 0px;
	margin-left: 100px;
	clear: both;
}
#Registration .container-top {
	background-image: url(/common/images/ContainerTop.jpg);
	background-repeat: no-repeat;
	width: 598px;
	height: 35px;
}
#Registration .container-top-title {
	font-family: Arial,helvetica,Sans-Serif;
	font-size: 22px;
	line-height: 24px;
	color: #FFFFFF;
	text-align:left;
	font-weight: normal;
	margin: 0px;
	padding: 6px 10px 0px 60px;
}
#Registration .content {
	border-left: 1px solid #D6D6D6;
	border-right: 1px solid #D6D6D6;
	clear: both;
}
#Registration .input-names {
	margin-left:30px;
	text-align:right;
	float: left;
}
#Registration .input-fields {
	text-align:left;
	float: left;
}
#Registration .text {
	padding: 10px 10px 0px 10px;
	font-family: Arial,helvetica,Sans-Serif; 
	font-size: 12px; 
	line-height: 14px;
	color: #0066CC;
	font-weight: normal;
	margin: 0px;
	clear: left;
}
#Registration .next {
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: right;
	margin-bottom: 10px;
	border-bottom: 1px solid #D6D6D6;
	font-family: Arial,helvetica,Sans-Serif; 
	font-size: 12px; 
	line-height: 14px;
	color: #0066CC;
	font-weight: bold;
}
#Registration .next a {
	color: #0066CC;
	font-weight: bold;
}
#Registration div.text {
	margin-bottom:8px;
}
#Registration .small-text {
	padding: 10px 10px 0px 10px;
	font-family: Arial,helvetica,Sans-Serif; 
	font-size: 10px; 
	line-height: 12px;
	color: #0066CC;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	clear: left;
}
#Registration input {
	background-color: #FFFFFF;
	border: 1px solid #ADADAD;
	font-family: Arial,helvetica,Sans-Serif; 
	font-size: 11px;
	line-height: 11px;
	width: 200px;
	margin: 10px 10px 0px 10px;
	color: #0066CC;
	vertical-align: middle;
	padding: 2px;
	height: 14px;
}
#Registration select {
	background-color: #FFFFFF;
	border: 1px solid #ADADAD;
	font-size: 11px;
	font-family: arial, helvetica, sans-serif; 
	width: 200px;
	margin: 10px 10px 0px 10px;
	color: #0066CC;
	vertical-align: middle;
}
#Registration option {
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px;
}
#Registration a {
	text-decoration: none;
	color: #666666;
}
#Registration a:hover {
	text-decoration: underline;
	color: #669900;
}