body
{
	font-family:Arial,Helvetica,sans-serif;
	font-size:9pt;
	line-height:15pt;
	color:#404040;
	margin:0;
	background:url(../images/content_bg.gif) repeat-x 0 100px #ffffff;
}

a				{ text-decoration:none; color:#4040a0; }
a:hover			{ color:#5060a0; border-bottom:1px solid #828dba; }
a img				{ border:0; }

form				{ display:inline; }
fieldset			{ border:0; padding:0; margin:0px; }
abbr				{ border-bottom:1px dotted; cursor:help; }
p				{ margin:0 0 6pt; }
ul				{ margin:0; padding-left:16px; }
table				{ border-spacing:0; border-collapse:collapse; }
td				{ padding:0; }

h1
{
	font-size:22px;
	font-weight:bold;
	line-height:27px;
	color:#303030;
	margin:0 0 20px;
}

h2
{
	font-size:20px;
	font-weight:normal;
	color:#3289C6;
	margin:0 0 8pt 0;
	padding-top:16pt;
}

/* --- Header --- */

#header
{
	background:url(../images/header_bg.gif);
	width:100%;
	height:100px;
}

#menu
{
	margin:0 auto;
	width:900px;
	line-height:100px;
	height:100px;
	background:url(../images/logo.gif) no-repeat left center;
}

#menu
{
	text-align:right;
	color:#606060;

}

#menu a
{
	text-decoration:none;
	color:#808080;
	margin:0 8px;
}

#menu a:hover		{ color:#c0c0c0; border-bottom:1px solid #808080; }

/* --- Content --- */

#content			{ width:900px; margin:40px auto; }

/* --- Features + Limitations --- */

.feature
{
	color:#306030;
}

.limitation
{
	color:#603030;
}

.code
{
	border:1px solid #d0d0d0;
	background-color:#f7f7f7;
	padding:0 4px;
}

/* --- License --- */

.ccIcon
{
	line-height:19px;
	background-repeat:no-repeat;
	background-position:0 center;
	margin-bottom:8px;
	padding-left:48px;
}

.ccDot
{
	line-height:19px;
	background:url(../images/cc_dot.gif) no-repeat 0 center;
	padding:3px 0 3px 48px;
}

/* --- Download table --- */

table				{ width:100%; border:1px solid #c0c0c0; }
th, td			{ padding:2px 6px; }

th
{
	font-weight:bold;
	text-align:left;
	border-bottom:1px solid #c0c0c0;
	background:#e0e0e0;
}

.odd				{ background:#ffffff; cursor:pointer; }
.even				{ background:#f7f7f7; cursor:pointer; }
.hover			{ background:#f0f0f0; cursor:pointer; }
.hover a:hover		{ color:#4040a0; border-bottom:0; }

/* --- Footer --- */

#footer
{
	width:900px;
	margin:4px auto;
	text-align:center;
}