*{
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
}

h2 {
	margin: 16px 0 4px 0;
	font-size: 12pt;
}

body {
	margin: 0;
	background: url(images/bg_tile.gif);
}

img {
	border: 0;
}

a {
	color: steelblue;
}

a:visited {
	color: steelblue;
}

#trainings {
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
background-color:#DDDDDD;
border-color:-moz-use-text-color #969290 #969290;
border-style:none solid solid;
border-width:0 3px 3px;
font-size:90%;
margin-bottom:15px;
margin-right:4px;
padding:7px;
color:#683B00;
line-height:1.2em;
}

#trainings a:hover {
text-decoration:none;
}
#trainings a:link {
color:#683B00;
text-decoration:underline;
}

.alert { 
	background-color: #fee; 
	border: 1px #fcc solid; 
	padding: 0.5em; 
	margin: 8px 0 8px 0; 
	font-size: 8pt;
	line-height: 1.5em;
}
.alert * {
	font-size: 8pt;
}

.hint { 
	background-color: #eef; 
	border: 1px #ccf solid; 
	padding: 0.5em; 
	margin: 8px 0 8px 0; 
	font-size: 8pt;
	line-height: 1.5em;
}
.hint * {
	font-size: 8pt;
}

.hint h3 {
	margin: 0px 0px 4px 0px;
	padding: 2px;
	background: url(images/headerbar.png);
	height: 14px;
	color: white;
	font-size: 8pt;
}

.gold { 
	background-color: #fefab7; 
	border: 1px #ccf solid; 
	padding: 0.5em; 
	margin: 8px 0 8px 0; 
	font-size: 8pt;
	line-height: 1.5em;
}
.gold * {
	font-size: 8pt;
}

.gold h3 {
	margin: 0px 0px 4px 0px;
	padding: 2px;
	background: url(images/headerbar.png);
	height: 14px;
	color: white;
	font-size: 8pt;
}

.help {
	background-color: #f4f8f4; 
	border: 1px #aca solid;	
	padding: 0.5em; 
	margin: 8px 0 8px 0; 
	font-size: 8pt;
	line-height: 1.5em;
}
h4 {
	margin-bottom: 4px;	
}

.changelog {
	margin-top: 4px;
	background-color: #f4f8f4; 
	border: 1px #aaa solid; 
	padding-top: 4px;
	padding-bottom: 4px;
}

.current {
	background-color: #fffbb4;
}

.changelog li {
	font-size: 8pt;
	line-height: 1.5em;
}

.changelog a {
	font-size: 8pt;
	line-height: 1.5em;	
}

.version {
	font-weight: bold;	
	float: left;
	margin-right: 10px;
}

.date {
	float: left;
	margin-right: 10px;	
}

.download {
	float: left;	
	margin-bottom: 10px;
}

.releasefocus {
	clear: both;
	margin: 10px 20px 10px 20px;
}

.releasefocus div {	
	background-color: #d5ebff; 
	border: 1px #ccf solid; 
	padding: 0.5em; 
	margin: 8px 0 8px 0; 
	font-size: 8pt;
	line-height: 1.5em;
}

.changelog {
	margin: 0px 20px 0px 20px;
	border: 0;
	clear: both;
}

.changelog_div {	
	background-color: #edffd5; 
	border: 1px #ccf solid; 
	padding: 0.5em; 
	margin: 8px 0 8px 0; 
	font-size: 8pt;
	line-height: 1.5em;
}

.changelog_div li {	
	font-size: 8pt;
	line-height: 1.5em;
}

.changelog_div h3 {
	margin: 0;	
}

.clickmessage {	
}

.help * {
	font-size: 8pt;
}

#main {
	width: 960px;
	min-height: 600px;
	margin: 2em auto;
	border: 1px solid silver;
	background: #FFFFFF;
	background: #FFF url(images/cf_bg.png) no-repeat bottom right;
}

#content {
	float: left;
	width: 700px;
	padding: 4px 4px 4px 16px;	
}

#rightbar {
	margin-top: 20px;
	width: 220px;	
	float: right;
}

table {
	border: 1px dotted silver;
}

th {
	border: 1px solid silver;
	border-width: 0 1px 1px 0;
	background: #525355;
	color: white;
	text-align: center;
	vertical-align: bottom;
	font-weight: bold;
	padding: 2px 4px 2px 4px;
}

td {
	text-align: left;
	padding: 2px 4px 2px 4px;
}

td {
	border: 1px solid silver;
	border-width: 0 1px 0 0;
	text-align: center;
}

.barcrumb {
	background: #eee;
	border: 1px dotted silver;
	padding: 6px;
	font-size: 8pt;
	margin-right: 10px;
	margin-bottom: 10px;
	line-height: 1.5em;
}

.barcrumb h3 {
	margin: 0px 0px 4px 0px;
	padding: 2px;
	background: url(images/headerbar.png);
	height: 14px;
	color: white;
	font-size: 8pt;
	
}

.barcrumb a {
	font-size: 8pt;	
}

#footer {
	background: #eee;
	clear: both;
	border-top: 1px dotted silver;
	margin-top: 10px;
	font-size: 8pt;
	text-align: center;
	color: gray;
}

#footer a {
	font-size: 8pt;
	color: gray;	
}

#footer a:visited {
	color: gray;	
}

#headline {
	background-color: black;
	height: 100px;	
	padding: 0px;
	
}

#headline h1 {
	color: white;
	font-size: 18pt;
	font-weight: bold;
	line-height: 1.0em;
	margin: 0;
	padding: 0;
}

#headline h2 {
	color: white;
	margin: 0;
	padding: 4px 0 0 0;
	font-size: 8pt;
	font-weight: normal;

}

.drop {
	float: left;
	font-size: 220%;
	line-height: 1em;
	margin: 4px 4px 0px 0;
	padding: 4px 10px;
	border: 2px solid #ccc;
	background: #eee;	
}

#stylefour{
	position:relative;
	display:block;
	height:39px;
	font-size:11px;
	font-weight:bold;
	background:transparent url(images/bgOFF.gif) repeat-x top left;
	font-family:Arial,Verdana,Helvitica,sans-serif;
}

#stylefour ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}

#stylefour ul li{display:block;float:left;margin:0;}


#stylefour ul li a{display:block;float:left;color:#666;text-decoration:none;
padding:11px 15px 0 20px;height:23px;
background:transparent url(images/bgDIVIDER.gif) no-repeat top right;}


#stylefour ul li a:hover,#stylefour ul li a.current{color:#B30000;
background:#fff url(images/bgON.gif) no-repeat top left;}

.feature {
	clear: both; 
	margin-bottom: 10px;
	height: 110px;
	padding: 4px;
}

.feature a {
	padding: 0 4px 0 4px;
}

.odd {
	background: #f3f3f3;
}

.even {
	background: #fdffe4;
}

.uptodate {
	font-weight: bold;
	color: green;
}

.outdated {
 	font-weight: bold;
 	color: red;
 }
 
th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font: bold 10pt Verdana, Arial, Helvetica;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font: bold 10pt Verdana, Arial, Helvetica;
	color: #797268;
}