
#zoomer {
	position: absolute;
	z-index: 100;
	background-image: url(/man/img/wait.gif);
	background-repeat: no-repeat;
	background-position: center center;
	visibility: hidden;
}

body {
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	background-color: White;
	font-size: 15px;
}

a {
	color: #6666FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}



.toplogo {
	background: #1C5178;
	text-align: center;
}

/* header */
.title {
	background-color: #1C5178; /*width: 90%;*/
	margin: 0px;
	padding: 0px;
	background-image: url( '/img/title_side.jpg' );
	background-repeat: repeat-x;
	min-width: 710px;
	white-space: nowrap;
}

.title img {
	border: 0;
	margin: 0;
	padding: 0;
}


/** top buttons **/



.bar {
	margin-top: 0px;
	background-color: #1C5178;
	width: 100%;
}
.bar a {
	float: left;
	text-decoration: none;
	text-align: center;
	padding: 2px;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	width: 10%;
	border-style: solid;
	border-width: 2px;
	border-color: #4A8DC0 #15364F #15364F #4A8DC0;
	color: #D1E5F5;
	background: #1C5178 url(/img/topbar.png) repeat-x;
}


.bar a.me, .bar a:active, .bar a:focus {
	border-color: #15364F #4A8DC0 #4A8DC0 #15364F;
	background-color: #184668;
	background-image: none;
	color: white;
}
.bar a:hover {
	color: white;
	background: #2670A6 url(/img/topbar_l.png) repeat-x;
}
.bar a.me:hover {
	color: white;
	background-color: #1C5178;
	background-image: none;
}

.margin_top {
	background-color: #2670A6;
}

#left_cell {
	float: none;
	background-color: #FFFFE1;
	border: none;
	margin: 0;
	width: 160px;
	border-right: 1px dashed #ccccff;
}

/** side part **/
.sidebox {
	float: right;
	border: 1px dashed #cccccc;
	width: auto;
	background: #FFFFE1;
	padding: 7px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	margin: 0px;
	margin-left: 5px;
}


.sidebox div.icons {
	text-align: center;
	margin: 0;
	border-style: none;
}
.sidebox div.icons p {
	border-bottom: 1px dashed #ccccff;
	padding: 5px;
	margin: 0px;
}
.sidebox div.icons img {
	border-style: none;
}
.sidebox div.hdr {
	color: Black;
	margin-bottom: 0;
	margin-top: 25px;
	border-bottom: 1px solid #cccccc;
}
.sidebox div.list {
	background-color: White;
	margin: 2px;
	margin-top: 0;
}
.sidebox ul {
	margin-top: 5px;
}
.sidebox ul li {
	font-weight: normal;
	margin-top: 0px;
	margin-left: -2em;
	margin-bottom: 0px;
	list-style-image: url( "/img/bp-box.gif" );
}
.sidebox a {
	text-decoration: none;
	color: #6666ff;
	cursor: pointer;
}
.sidebox a:hover span {
	text-decoration: underline;
}
.sidebox a:hover {
	text-decoration: none;
}
.sidebox#left_cell a:hover {
	text-decoration: underline;
}

.sidebox .price {
	background: White;
	color: Red;
	font-size: 15px;
}
.sb {
	position: absolute;
	left: 150%;
}
.sidebox .price i {
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
}


div.toc li {
	margin-top: 0;
	margin-left: 0em;
	margin-bottom: 0px;
	list-style: none;
}
div.toc a {
	text-decoration: none;
}
div.toc a:hover {
	text-decoration: underline;
}
div.toc a.this {
	background: yellow;
	font-weight: bold;
}
div.toc ul {
	margin-top: 0px;
}
div.toc ul {
	font-weight: normal;
	font-size: smaller;
}



/** footer **/
.footer {
	background: #336699;
	color: Black;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	width: 99.5%;
	margin: 0;
	margin-top: 2px;
	float: right;
}
.footer a {
	color: White;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}

/** rounded box **/
.roundBox {
	background: transparent url(/img/corner.tl.png) no-repeat;
	position: relative;
	padding: 10px 10px;
}
/* corners */
.roundBox .tl, .roundBox .tr, .roundBox .bl, .roundBox .br {
	position: absolute;
	width: 20px;
	height: 20px;
}
.roundBox .tl {
	background: transparent url(/img/corner.tl.png) no-repeat;
	left: 0;
	top: 0;
}
.roundBox .tr {
	background: transparent url(/img/corner.tr.png) no-repeat;
	right: 0;
	top: 0;
}
.roundBox .bl {
	background: transparent url(/img/corner.bl.png) no-repeat;
	left: 0;
	bottom: 0;
}
.roundBox .br {
	background: transparent url(/img/corner.br.png) no-repeat;
	right: 0;
	bottom: 0;
}

#homeBox {
	background: #1D5279 url(/img/homeBox.png) no-repeat;
	
	width: 650px;
	color: white;
}
#homeBox li {
	font-size: 105%;
	padding: 5px;
}


#tabs {
	font-size: larger;
	font-weight: bold;
}
#tabs .tab {
	background-color: #1C5178;
	color: black;
	display: inline;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	margin: 0px;
	
	border: solid 1px #cccccc;
	border-bottom-color: #eeeeee;
	
}
#tabs #selTab {
	background-color: #ffffe1;
	color: Black;
	padding-top: 5px;
	border: solid 2px #cccccc;
	border-bottom: solid 2px #ffffe1;
	
}

.tabBox {
	border: solid 2px #cccccc;
	background-color: #ffffe1;
	padding: 5px;
}
.tabContent, .tabContentShow {
	background-color: White;
	padding: 5px;
}
.tabContent {
	display: none;
}

/** text body **/
#main {
	height: 100%;
	margin: 0px;
	padding: 15px;
	min-height: 20em;
	margin-bottom: 0px;
	background: white;
}



.trial {
	/*float:right;*/
	background: #FFCC66;
	margin-right: 10px;
	max-width: 20%;
	padding: 5px;
	border: 1px dashed blue;
	text-align: center;
}

.trial a {
	text-decoration: none;
}
.trial a:hover {
	text-decoration: underline;
}
h1 {
	font-family: verdana, arial, sans-serif;
	font-size: 22px;
}
h2 {
	font-size: 18px;
	margin-bottom: 5px;
}
h3 {
	font-size: 16px;
}
a img {
	border: none;
}

li.feat {
	padding: 0px;
	padding-bottom: 10px;
	font-size: 13px;
}
div.feat {
	margin-left: 10px;
}
.feat {
	list-style-image: url( "/img/bp.gif" );
}

div.download {
	text-align: center;
}

div.download table {
	border: 1px dashed black;
	padding: 5px;
	background: #FFFFE1;
}

p.dlicon {
	vertical-align: middle;
	text-align: center;
	font-size: larger;
}
.dlicon a {
	font-weight: bold;
}
p.dlicon img {
	margin: 10px;
}
.r1 {
	background: white;
}
.r2 {
	background: inherit;
}


div.screenshot {
	float: right;
	padding: 3px 10px 3px 10px;
}
.screenshot {
	font-size: 10px;
	text-align: center;
}
.screenshot a:hover {
	text-decoration: none;
}
.screenshot a:hover span {
	text-decoration: underline;
}


.homelink {
	font-style: italic;
	color: black;
	text-decoration: none; /*font-weight: bold;*/
}


.button {
	display: block;
	padding: 0px;
	width: 126px;
	padding-left: 60px;
	height: 42px;
	color: #D1E5F5;
	background-color: #4081B2;
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;
	font-size: 18px;
	text-decoration: none;
	font-weight: 600;
	padding-top: 16px;
	padding-bottom: 4px; /*background-image: url('/img/lb_gen.png')*/
}
.button:hover {
	color: white;
	text-decoration: none;
}
.button#download {
	background-image: url( '/img/lb_down.png' );
}
.button#download:hover {
	background-image: url( '/img/lb_down_l.png' );
}
.button#buy {
	background-image: url( '/img/lb_buy.png' );
}
.button#buy:hover {
	background-image: url( '/img/lb_buy_l.png' );
}
.button#gen {
	background-image: url( '/img/lb_gen.png' );
}
.button#gen:hover {
	background-image: url( '/img/lb_gen_l.png' );
}

.buts {
	border: 1px dashed #cccccc;
	background-color: #ffffe1;
	height: 65px;
	padding: 5px;
	width: 380px;
}
.button div {
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	display: inline;
}
.button div i {
	font-size: 10px;
}



a.hint {
	text-decoration: none;
	color: #003300;
	border-bottom: dotted 1px #003300;
	cursor: default;
}
a.hint:hover {
	border-bottom: none;
}


.answer, .answer_on {
	display: block;
	padding: 5px;
	background-color: #0066ff;
	border-style: solid;
	border-width: 2px;
	border-color: #99CCFF #003399 #003399 #99CCFF;
	font-weight: bold;
	color: #FFFFFF;
}

.answer_on, .answer:active {
	background-color: #0066cc;
	border-color: #003399 #99CCFF #99CCFF #003399;
}




