body {
	background:#222 url('images/back.jpg') repeat;
	font-family: sans-serif;
	color: #ccc;
	font-size: 12pt;
}

div.block {
	background-color:#333;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
}

.header {
	border:1px solid #aaa;
	margin-top:10px;
	margin-bottom:0px;
	padding-top:5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:center;
}

ul.menu {
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}

ul.tabs { 
	padding:0;
	margin:0;
	margin-top:30px;
	float:left;
}

li {
	display:inline;
}

.m, .m2 {
	width:80px;
	background-color:#555;
	color:#000;
	text-decoration:none;
	text-align:center;
	float:left;
	border-top:1px solid #aaa;
	border-right:1px solid #aaa;
	cursor: pointer;
	/*border-bottom:1px solid #333;*/
}

.m a, .m2 a { color: inherit; text-decoration:inherit; }

a { color: #ddd; text-decoration:underline; }

.selected {
	
	background-color:#333;
	color:#aaa;
	border-bottom:none;
}

.m2 {
	width:auto;
	padding-left:5px;
	padding-right:5px;
	/*border-bottom:1px solid #aaa;*/
}

.m:hover, .m2:hover {
	background-color:#333;
	color:#aaa;
}

#main {
	margin-top:10px;
	width:740px;
	padding:30px;
	border:1px solid #aaa;
	border-bottom:none;
	/*box-shadow:0px 0px 8px #F88017;*/
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#footer {
	border:1px solid #aaa;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	/*box-shadow:0px 0px 8px #F88017;*/
}

#footer p {	
	font-family:Verdana, sans-serif;
	font-size:12px;
	text-align:center;
	margin:0px;
	padding:0px;
}

h1 {
	margin: 0px;
	font-size: 36pt;
}

h2 {
	margin: 0px;
	margin-bottom:30px;
	font-size: 24pt;
}

.m:first-child, .m2:first-child {
	border-left:1px solid #aaa;
	border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
}

.m:last-child, .m2:last-child {
	border-right:1px solid #aaa;
	border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

.indent {
	padding-left:20px;
}

table { border:1px solid #aaa; width:100%; }

tr { border:none }
tr:nth-child(odd) { background-color: #444 }
tr:nth-child(even) { background-color: #555 }

.demoinfo td { border:none }
.demoinfo td:nth-child(odd) { text-align:left }
.demoinfo td:nth-child(even) { text-align:right }

tr.browse { text-align:left; }
tr.browse:hover { background-color:#888;}

.demoinfo {
	float: right;
	width: 338px;
}

.tab {
	display:none;
}

.displayedtab {
	display:block;
	border:1px solid #aaa;
	padding:10px;
}

#downloadbox {
	width: 338px;
	border: 1px solid #aaa;
	margin: 30px auto 30px auto;
	text-align: center;
	background-color: #555;
	cursor:pointer;
}

#downloadbox:hover {
	background-color: #444;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	font-size: 0;
	margin-bottom:-1px;
}

.block:after {
	margin-bottom:0px;
}

img {
	border:1px solid #aaa;
}

#browseoptions {
	width:260px;
	text-align:center;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
}

select {
	width:100%;
}

.linkhead{ text-align:center;margin-bottom:0px; }
.link{ border:1px solid #eee;text-align:center;margin-top:0px;background-color:#444; }