body
{
	margin:0;
	padding:0;
	background:#eee;
	color: black;
	font: 15px arial,helvetica,clean,sans-serif;
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}

div.page
{
	min-width:900px;
	max-width:1400px;
	margin:auto;
}

div.page.white { background:white; }

div.corefull
{
	padding:5px 10px 5px 10px;
}

div.coreside
{
	margin:5px 5px 5px 10px;
	width:72%;
	min-width:600px;
	float:left
}

div.sideright
{
	width:24%;
	margin:2px;
	min-width:230px;
	float:right
}

#header
{
	background-color:#00A;
	//background:linear-gradient(to right, white, #00A, 2%, #00A, 98%, #00A, white);
	font-size:17px;
	white-space:nowrap;
	padding:0 0 0 20px;
}

#header a
{
	display:block;
	float:left;
	text-decoration:none;
	color:#ACE;
	padding:7px 20px 7px 20px;
}

#header a:hover { color:white; background:#02C; }

#header a.logo { font-size:20px; color:#FE0;padding:4px; margin-right:80px; }
#header a.logo:hover { background:#00A;color:white; }

#header a.current
{
	background:white;
	color:black;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
#header a.current.sub { background:#04C; color:white }

#header2
{
	background:#04C;
	font-size:16px;
	white-space:nowrap;
	padding:0 0 0 5px;
}

#header2 a
{
	float:left;
	display:block;
	text-decoration:none;
	color:#CEF;
	padding:7px 12px 7px 12px;
}

#header2 a:hover
{
	color:white;
	background:#04E;
}

#header2 a.current
{
	background:white;
	color:black;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

#header2 a.current.sub
{
	color:white;
	background:#26E;
}

#header3
{
	background:#26E;
	font-size:15px;
	white-space:nowrap;
	padding:0 0px 0 0px;
}

#header3 a
{
	float:left;
	display:block;
	text-decoration:none;
	color:white;
	padding:5px 10px 5px 10px;
}

#header3 a:hover
{
	color:white;
	background:#48F;
}

#header3 a.blue
{
	color:white;
	background:#00D;
	text-align:center;
	width:120px;
}

#header3 a.green
{
	background:green;
	color:white;
	text-align:center;
	width:120px;
}

#header3 a.blue:hover { background:#00F; }
#header3 a.green:hover { background:#0A0; }

#header3 a.current
{
	color:black;
	background:white;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

#header3 a.current.blue { background:white }
#header3 a.current.green { background:white; }

a.sidebutton, .buybutton
{
	display:block;
	color:white;
	background:#00C;
	font-size:20px;
	font-weight:normal;
	padding:10px 0px 10px 0px;
	margin:auto;
	margin-bottom:5px;
	width:100%;
	text-decoration:none;
	text-align:center;
	border-radius:5px;
	border:none;
}

a.sidebutton.green { background:#090; }


a.sidebutton:link, a.sidebutton:visited { color:white; text-decoration:none; }
a.sidebutton:active { color:red }
a.sidebutton:hover, .buybutton:hover {  background:#00F; }
a.sidebutton.green:hover {  background:#0B0; }
.buybutton { width:190px;margin-bottom:0;cursor:pointer }
.buybutton.red { background:#b00; }
.buybutton.red:hover { background:#D00; }
.buybutton.orange { background:#FA0;color:black; }
.buybutton.orange:hover { background:#FB4; }

img.buttontext { height:24px;vertical-align:middle;float:left;margin-left:10px; }

textarea { resize:none }

h2
{
	margin-top:0;
}

img
{
	border:0;
	vertical-align:middle;
}

hr.pad
{
	height:5px;
	border-color:#008;
	background:linear-gradient(to right, white, #88F, 20%, #88F, 80%, #88F, white);
	border:none;

	margin:25px 0 25px 0;
}

.indent
{
	margin:0 0 0 20px;
}

.biggerbold
{
	font-weight:bold;
	font-size:125%;
}

.caption
{
	text-align:center;
	margin:0;
	padding:0;
	display:block;
	font-size:150%;
}

.screenshot
{
	margin:auto;
	text-align:center;
	clear:both;
	display:block;
}

.rowodd
{
	background-color:#F0F8FF;
}

.roweven
{
	background-color:#E0E8F8;
}

A:link {
	text-decoration: underline;
	color: blue;
}
A:visited {
	text-decoration: underline;
	color: navy;
}
A:active {
	text-decoration: underline;
	color: red;
}

.bluebox {
	border:solid 1px #0000C0;
	margin-bottom:10px;
	padding-bottom:1px;
	background-color:#F0F8FF;
}

.blueboxround {
	margin-bottom:10px;
	padding-bottom:1px;
	background-color:#F0F8FF;
	box-shadow: 3px 3px 5px grey;
	border-radius: 10px;
}

.graybox {
	border:solid 1px #808080;
	margin-bottom:10px;
	padding-bottom:1px;
	background-color:#F0F0F0;
}

.grayboxround {
	border:solid 1px #808080;
	margin-bottom:10px;
	padding-bottom:1px;
	background-color:#F0F0F0;
	box-shadow: 3px 3px 3px grey;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px
}


.greenbox {
	border:solid 1px #00E000;
	margin-bottom:10px;
	padding-bottom:1px;
	background-color:#F0FFF0;
}

.redbox {
	border:solid 1px #C00000;
	margin-bottom:10px;
	padding-bottom:1px;
	background-color:#FFF0F0;
}

.yellowbox {
	border:solid 1px #C0C000;
	margin-bottom:10px;
	padding-bottom:1px;
	background-color:#FFFFF0;
}

.yellowboxround {
	margin-bottom:10px;
	padding-bottom:1px;
	background-color:#FFFFF0;
	box-shadow: 3px 3px 3px grey;
	border-radius: 10px;
}

.bluetitle {
	background:#90C0F0;
	padding:1px;
	margin-top:0px;
	margin-bottom:2px;
	border-bottom:solid 1px #0000C0;
	text-align:center;
}

.bluetable {
	text-align:center;
	background:#90C0E0;
}

.darkbluetitle {
	color:white;
	background:navy;
	font-size:larger;
	font-weight:bold;
	text-align:center;
}

.bluetitle H3 {
	margin:0;
	padding:0;
}

.graytitle {
	background:#D0D0D0;
	padding:1px;
	margin-top:0px;
	margin-bottom:2px;
	border-bottom:solid 1px #808080;
	text-align:center;
}

.graytitle H3 {
	margin:0;
	padding:0;
}

.yellowtitle {
	color:black;
	background:#C0C080;
	padding:1px;
	margin-top:0px;
	margin-bottom:2px;
	border-bottom:solid 1px #C0C000;
	text-align:center;
}

.yellowtitle H3 {
	margin:0;
	padding:0;
}

.greentitle {
	background-color:#E0FFE0;
	padding:1px;
	margin-top:0px;
	margin-bottom:2px;
	border-bottom:solid 1px #00E000;
	text-align:center;
}

.greentitle H3 {
	margin:0;
	padding:0;
}

.redtitle {
	color:white;
	background: #C00000;
	padding:1px;
	margin-top:0px;
	margin-bottom:2px;
	border-bottom:solid 1px #C00000;
	text-align:center;
}

.redtitle H3 {
	margin:0;
	padding:0;
}

