*
{
	margin: 0px;
	padding:0px;
	font-family: Arial,Verdana,sans-serif;
}

html 
{
     overflow: -moz-scrollbars-vertical;
	 overflow: scroll;
}

body
{
	text-align:center;
	background-color: #ffffff;
	font-size: 0.7em;
}

h1
{
	font-size: 1.4em;
	font-style: italic;
	font-weight: normal;
	margin-top: 0.3em;
	margin-bottom: 0.1em;
}

h2
{
	font-weight: normal;
	font-style: italic;
	text-align: center; 
	padding:0.4em; 
	font-size: 1.4em;
}

p
{
	font-size: 1.2em;
	text-align: justify;
	margin: 0;
	margin-bottom: 1em;
}

img
{
	display: block;
	border: 0;
}

a
{
	color: #135973;
}

ol
{
	margin-left: 0.6em;
}

.header
{
}

.logo
{
	float: left;
	margin: 0.2em;
}

.download
{
	float: right;
	margin-right: 0em;
	margin-top: 1em;
}

.menu
{
	text-align: center;
	margin-top: 0.8em;
	margin-bottom: 0.4em;
}

.menu_mid
{
	background: url('../images/menubar-mid.jpg');
	background-repeat: repeat-x;
}
.menu ul 
{
	width: 100%;
}

.menu li 
{
	float: left;
	/*margin-left: 2.6em;*/
	margin-left: 3.0em;
	display:block;
	display: inline;
	list-style-type:none;
	text-align: center;
}	

.menu a 
{
	font-size: 1.3em;
	display:block;
	text-decoration:none;
	color: #fff;
	margin-bottom: 0.6em;
}

.menu li:hover
{
	
}

.menu li a.current 
{
	text-decoration:underline;
	font-weight: bold;
}

.content
{
	min-height: 552px;
}

/* min-height fix for IE */
* html .content{height:552px}
/*************************/

.frame
{
	width: 100%;
	margin-bottom: 1em;
}

.frame .rightborder
{
	width: 15px;
	background: url('../images/plate-right.jpg') repeat-y;
}

.frame .leftborder
{
	width: 15px;
	background: url('../images/plate-left.jpg') repeat-y;
}

.frame li
{
	margin-left: 1em;
}

.single
{
	padding-left: 1em;
	padding-right: 1em;
	text-align: left;
}

.twothired
{
	vertical-align: top;
	width: 67%; 
	padding-left: 1em;
	padding-right: 1em;
	text-align: justify;
}

.thired
{
	vertical-align: top;
	width: 33%; 
	padding-left: 1em;
	padding-right: 1em;
	text-align: justify;
	vertical-align: middle;
}

.thired img
{
	margin: auto;
}

.thired p
{
	margin: 0.4em;
	font-size: 1em;
}

.half
{
	vertical-align: top;
	width: 50%; 
	padding-left: 1em;
	padding-right: 1em;
	text-align: justify;
}

.half img
{
	margin: auto;
}

.code 
{
	font-size: 0.9em;
	border: 1px solid #aaa;
}

.currentversion
{
	margin-top: 1em;
	font-style: italic;
	font-size: 1.3em;
	vertical-align: top;
}


.links
{
	font-size: 1.2em;
	margin-top: 2.0em;
}

.links a
{
	margin-left: 0.3em;
	margin-right: 0.3em;
}

.versions
{
	margin: 0.8em;
	font-size: 1em;
	text-align: justify;	
}

.feature
{
	padding-top: 1em;
	padding-bottom: 1em;
	width: 15%;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
}

.plusminusimage
{
	width: 2%;
	border: none;
}

.featurename
{
	width: 13%;
	text-align: center;
	font-weight: bold;
}

.illustration 
{
	padding-top: 1em;
	padding-bottom: 1em;
	width: 15%;
	text-align: center;
	border-bottom: 1px solid #aaa;
}

.illustration img
{
	margin: auto;
}

.description
{
	padding-top: 1em;
	padding-bottom: 1em;
	width: 70%;
	text-align: justify;
	border-bottom: 1px solid #aaa;
}

.featurelistheading
{
	width: 868px;
	background: url('../images/featurelisttop.png') no-repeat;
}

.featurelistfotter
{
	width: 868px;
	height: 22px;
	background: url('../images/featurelistfotter.png') no-repeat;
}

.featurelistshadow
{
	width: 8px;
	background: #fff url('../images/features-shadow.png') repeat-y;
}

.featurelisteven
{
	background: #d8e0f4;
	text-align: center;
}

.featurelistodd
{
	background: #eef0f5;
	text-align: center;
}

.featurelistfirstrow
{
	width: 106px;
	text-align: center;
	font-weight: bold;
}

.featurelistfirstcolumn
{
	text-align: left;
	text-indent: 0.8em;
	font-weight: bold;
	width: 350px;
}

.clickable
{
	font-size: 0.9em;
	text-decoration: underline;
	margin-top: 0.7em;
	cursor: pointer;
	color: #135973;
}

#popupBackground
{
	background-color: #fff;
	filter:alpha(opacity=80);
	-moz-opacity:0.80;
	-khtml-opacity: 0.80;
	opacity: 0.80;
	width: 100%;
	height: 100%;
	z-index: 9999;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

#popup
{
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: none;
	
}

#popupContent
{
	background-color: #fff;
	text-align: center;
	width: 800px;
	padding: 15px;
}

#popupContent .text
{
	font-size: 12px;
	text-align: justify;
	margin-bottom: 6px;
}
#popupContent .head
{
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

#popupContent img
{
	margin: 10px;
	padding: 0;
}

#popupContent .closePopup
{
	cursor: pointer;
	clear: both;
	float: right;
	margin: 0;
	padding: 0;
}



.footer
{
	text-align: center;
}

.footer .mid
{
	background: url('../images/footer-mid.jpg') repeat-x;
	vertical-align: top;
	padding-top: 1.4em;
}

.footer .vgd
{
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}

.xflowlink
{
	clear: both;
	color: #b6c8c8;
	margin: 0px;
	font-size: 1.0em;
	text-decoration: none;
}
