body, p, table, tr, th, td, div, span {
	font-family: Verdana, Sans-serif;
	font-size: 13px;
}

img {
	border-width: 0px;
}

h1, h2, h3 {
	font-family: Arial;
	letter-spacing: -0.05em;
	font-weight: normal;
}

h1 {
	margin-bottom: 0px;
	border-bottom: 1px solid #CCCCCC;
}

div.sub {
	border-top: 1px solid #CCCCCC;
	padding: 2px;
	text-align: right;
	border-right: 8px solid #FF6600;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}

.hint {
	font-size: 10px;
}

div.h {
	font-size: 32px;
	font-style: italic;
	font-family: Trebuchet MS;
	letter-spacing: -0.125em;
}

span.av { /* application version */
	color: #336699;
	font-weight: bold;
	border-bottom: 1px dashed #DDDDDD;
}

font.sfv { /* scheduled for version */
	color: #0080FF;
	font-weight: bold;
}

#req { /* required */
	color: red;
}

p.rsp { /* response */
	color: #006600;
	border: 1px dashed #CCCCCC;
	padding: 4px 4px 4px 4px;
}

a {
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

table.top {
	background-color: #ddd;
	border-bottom: 1px solid #666;
	padding: 8px;
	width: 100%;
}

td.m {
	font-size: 10px;
	font-weight: bold;
}

div.menubackground {
	position: absolute;
	z-index: 0;
	width: 100%;
}

#header {
	position: relative;
	margin: auto;
	width: 960px;
}

#page {
	margin: auto;
	width: 960px;
}

table.contents {
	position: relative;
	z-index: 1;
}

div.contents {
	position: relative;
	z-index: 1;
	padding-top: 24px;
	padding-right: 16px;
	padding-bottom: 8px;
	border-right: 1px solid #CCCCCC;
	text-align: justify;
}

table.nb, tr.nb, td.nb { /* no borders */
	border-collapse: collapse;
	border-spacing: 0px;
}

table.bottom {
	border-top: 1px dashed #CCCCCC;
	width: 100%;
}

table.i { /* inner table */
	border-bottom: 1px solid #999999;
}

td.bm { /* bottom */
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
}

tr.d, td.d { /* dark */
	background-color: #EEEEEE;
}

td.thb {
	font-size: 10px;
	color: #993333;
}

th {
	background-color: #EEEEEE;
	border-top: 1px solid #999999;
	border-bottom: 2px solid #666666;
}

ul {
	padding-right: 32px;
	font-size: 10px;
}

li {
	padding-bottom: 8px;
}

li.done { /* done; item on wishlist developed */
	color: #999999;
}

li.active { /* active; item on wishlist under development */
	color: #990000;
}

li.version { /* version; item implemented in this version */
	color: #0080FF;
}

tr.hl {
	background-color: #f0fff0;
}

tr.ftr {
	background-color: #999999;
	color: white;
}

td.q { /* question */
	color: #660000;
}

td.a { /* answer */
	color: #006600;
	text-align: justify;
	padding-bottom: 16px;
}

td.tbrd { /* top border */
	border-top: 3px double #336633;
}

td.tbbrd { /* top/bottom border */
	border-top: 1px solid #336633;
	border-bottom: 1px solid #336633;
}

td.bbrd { /* bottom border */
	border-bottom: 3px double #336633;
}

td.bsbrd { /* bottom single border */
	border-bottom: 1px solid #336633;
}

input.text {
	font-family: Monospace;
}

input.button {
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 11px;
}

tt {
	font-family: Lucida Console, Monospace;
}

div.err { /* error */
	background-color: #eeeeee;
	border: 1px solid #666666;
	border-left-width: 8px;
	border-left-color: red;
	padding: 12px;
	color: red;
	font-weight: bold;
	font-size: 10px;
}

div.ok { /* ok */
	background-color: #eeeeee;
	border: 1px solid #666666;
	border-left-width: 8px;
	border-left-color: green;
	padding: 12px;
	color: green;
	font-weight: bold;
	font-size: 10px;
}

div.tiny {
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 11px;
	text-align: justify;
}

.new {
	font-weight: bold;
	background-color: #0c0;
	color: #fff;
	padding: 2px 4px;
}

a.button {
	font-size: 11px;
	font-family: Tahoma, Verdana, Sans-serif;
	font-weight: bold;
/*	background-color: #33f;
	border: 1px solid #00c; 
	color: #fff; */
	padding: 8px;
	width: 100%;
}

#MailMessage {
	padding: 16px;
	font-size: 12px;
	font-family: Lucida Console, Monospace;
	text-align: left;
	background-color: #f6f6f6;
	border: 1px solid #ccc;
}

#MailMessage pre {
	padding: 0;
	margin: 0;
}

.mainRightSub  {
float:right;
width:270px;
}

.try  {
	background:url("../images/try-270.png") no-repeat scroll 0 0 transparent;
	border: medium none;
	float:right;
	height: 76px;
	width: 270px;
}

.try:hover  {
	background:url("../images/try-270.png") no-repeat scroll 0 -76px transparent;
	color:transparent;
	cursor:pointer;
}

ul.screenshots {
	margin: 0;
	padding: 0;
}

	ul.screenshots li {
		float: left;
		margin-right: 20px;
		list-style: none;
	}
