html {
	height: 100%;
}
body {
	background-color: #F0F0F0;
	margin: 0px 0px 0px 0px;
	cursor: default;
	height: 100%;
}

body, td, a {
	font-family:Verdana; 
	font-size:11px;
	color: #888;	
}

div.text {
	font-family: Verdana; 
	font-size: 11px;
	line-height: 17px;
	padding-right: 5px;
}

.indentLeft {
	padding-left: 15px;
}

div.minitext{
	font-family: Verdana; 
	font-size: 10px;
	line-height: 14px;
}

a div.text {	
	color: #888;	
}
a:hover div.text {
	color: #888;	
	text-decoration: none;
}

a.big {
	color: black;
	font-weight: bold;
	display: block;
	background-image: url(/_lib/img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 0px 0px 0px 40px;
}
a.big:hover {
	color: black;
	font-weight: bold;
	text-decoration:underline;
	background-image: url(/_lib/img/arrow_hover.gif);
}

a.back {
	background-image: url(/_lib/img/arrow_back.gif);
}
a.back:hover {
	background-image: url(/_lib/img/arrow_back_hover.gif);
}

b, strong {
	color: black;
}



h1 {
	text-align: left;
	font-size: 27px; 
	color: #000000;
	font-family: "Arial", Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
}
div.h1 {
	margin: 15px 0px 14px 0px;
	padding: 0px 0px 0px 10px;
	border-left: 4px solid #c0c0c0;
	height: 30px;
	overflow: hidden;
}

h2 {
	text-align: left;
	font-size: 11px; 
	
	/*text-transform: uppercase;*/
	padding: 2px 5px 3px 5px;
	margin: 0px 0px 0px 0px;
	color: white;
	background-color: #AAA;
	font-weight: bold;
}
h1, h2 {
	overflow: hidden !important;
	white-space: nowrap !important;
	text-overflow: ellipsis !important;	
}
a h2 {	
}
a:hover h2 {
	cursor: pointer;
	text-decoration: none;
}
h3 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	color: black;
	font-size: 11px;
}


div.scrollDiv {
	overflow-x:hidden;
	overflow-y:auto;
	overflow:auto
	}

table {table-layout:fixed}
form {display:inline}
img {border:none}
a {text-decoration:none;color:#669933}
a:hover {text-decoration:underline;color:#a2d000}

div.commentField {
	color: black;
	background-color: #FFFFE1;
	border: 1px solid black;
	padding: 2px 4px 2px 4px;
	margin: 0px 0px 7px 0px;
	color: black;
}

#outer0, #outer1, #outer2 { position:relative }
#inner0, #inner1, #inner2 { position:absolute; bottom:0px;}



table.topmenu {
	margin: 10px 0px 5px 0px;
}
table.topmenu td {
	text-align: center;
	padding: 5px 0px 5px 0px;
	background-color: black;
}
table.topmenu a {
	color: #AAA;
}
table.topmenu a:hover {
	color: white;
}
table.topmenu a.selected {
	color: white;
	font-weight: bold;
}
table.topmenu h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: inline;
	font-size: 11px;
	background-color: transparent;
	font-weight: normal;
}



table.featuresTable {
	width: 100%;
	border-collapse: collapse;
}
table.featuresTable td,
table.featuresTable th {		
	padding: 5px 10px 5px 0px;
	border: 1px solid #CCC;
	border-left: 0px;
}
table.featuresTable th {		
}


table.conceptsTable {
	width: 100%;
}
table.conceptsTable td,
table.conceptsTable th {		
	vertical-align: top;
}
table.conceptsTable th {		
	width: 200px;
}
table.conceptsTable td {		
	line-height: 19px;
	padding-bottom: 20px;
}



ul {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	list-style: none;
}

ul li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 25px;
	background-image: url(/_lib/ico/gui/bullet01.gif);
	background-repeat: no-repeat;
	background-position: 3px 5px;
}


ul.ok,
ul.question {
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	list-style: none;
}

ul.ok li,
ul.question li {
	margin: 0px 0px 0px 10px;
	padding: 12px 0px 5px 70px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color: black;
	font-size: 11px;
}
ul.ok li {
	background-image: url(/_lib/ico/gui/bullet02.gif);
}
ul.question li {
	background-image: url(/_lib/ico/gui/bullet03.gif);
}

div.quoteBlock {
	background-color: #bcd631;
	padding: 10px;
	font-family: Verdana; 
	font-size: 11px;
	line-height: 17px;
	color: white;
}
div.quoteBlock div.quote {
	font-style: italic;
}
div.quoteBlock div.info {
	margin-top: 15px;
	font-weight: bold;
}

img.screenshotRight {
 float: right;
 margin-left: 10px;
}


