﻿body 
{
	font-family: Arial, Sans-Serif;
	background: url(../images/background.gif) repeat;
	color: #3f3f3f;
	margin: 0;
	padding: 0;
	font-size: 12pt;
}
h1, h2, h3, h4{ margin: 0; padding: 0; font-weight: normal; }
h1{ margin-bottom: 15px; margin-left: -2px; }
h2{ margin-bottom: 0.5em; }
h3, h4{ font-weight: bold; font-size: 1em; margin-bottom: 0.5em;}
ul, ol
{
	margin: 0;
	padding: 0;
	margin-left: 17px;
	margin-top: 20px;
}
ul{	list-style: square;  }
ul ul{ list-style-type:disc }
ol{ margin-left: 22px; }
ul li, ol li{ margin-bottom: 0.5em; }
ul.toc, ol.toc{ list-style: none; margin-left: 0;  }
ul.toc li, ol.toc li{ margin-bottom: 0; }
.toc ul{ list-style: none; margin-left: 2em; margin-top: 0; margin-bottom: 0.5em; }
ul.usageList li{ margin-bottom:3em; }
a{ color: #0084e0; text-decoration: none;}
a:hover{ text-decoration: underline; }
a img{ border: solid 1px #3f3f3f; }
a:hover img{ border-color: #0084e0; }
a.btn img{ border: none; }
a.homeDownload img{	background: url(../images/download_now.png) no-repeat left top; }
a.homeDownload:hover img{ background-position: left bottom; }
ins{ font-weight: bold; text-decoration: none;}
p{ padding-top: 0; margin-top: 0; }

.clear{ clear: both; }
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.left{ float: left; }
.right{ float: right; }
.smaller{ font-size: 10pt; }
.donatePanel
{
	margin: 2em 0; 
	text-align: center; 
	background: #dde8f1; 
	background: rgba(221, 232, 241, 0.7); 
	border: solid 1px #ACACAC; 
	padding: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.donatePanel a img{ border: none; margin: 10px 0 5px 0; width: 92px; height: 26px; }
#header
{
	padding: 8px;
	line-height: 20px;
	position: relative;
}
#header a#homeLink img{ border: none; }
#header img#logo_small
{
	float: left;
	margin-right: 11px;
}
#header #titlePanel{ float: left;margin-top: 23px; }
#header h1{ font-size: 24pt; font-weight: normal; margin: 0; padding: 0; margin-bottom: 2px; }
#header h1{ color: #666;  }
#header #externalMenu
{
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px 10px 0 0;
	text-align: right;
}
#header #externalMenu a img{ border: none; }
.green{ color: #93c240; }
#header h2{ color: #959595; font-size: 11pt; padding-left: 8px;}

#menu
{
	height: 96px;
	background: url(../images/menu_back.png) repeat-x top;
}
#menu #menuPanel
{
	width: 690px;
	margin: 0 auto;
	padding-top: 15px;
}
#menu a
{
	display: block;
	float: left;
	width: 12.5%;
	text-align: center;
	color: #3f3f3f;
	text-decoration: none;
	font-size: 10pt;
	position: relative;
	top: 0;
}
#menu a img{ border: none; }
#menu a span{ display: block; opacity: 0; filter: alpha(opacity=0);}

#content
{
	margin: 0 auto;
	margin-top: 20px;
	width: 75%;
	max-width: 900px;
	min-width: 850px;
}
#footer
{
	text-align: center;
	font-size: 10pt;
	color: #a2a2a2;
	width: 100%;
	padding: 20px 0;
}

.thumbnails
{
	position: relative;
	left: -4px;	
}
.thumbnails a
{
	opacity: 0.8;
	filter: alpha(opacity=80);
	display: block;
	margin: 5px;
	float: left;
	position: relative;
}
.thumbnails a:hover{ opacity: 1; filter: alpha(opacity=100); text-decoration: none }
.thumbnails a:hover img{ border-color: #3f3f3f; }
.thumbnails a span
{
	display: block;
	position: absolute;
	bottom: 0;
	height: 20px;
	line-height: 20px;
	color: White;
	left: 0;
	background: rgba(0,0,0,0.5);
	width: 100%;
	text-align: center;
	font-size: 10pt;
}

.examplePanel
{
	width: 460px;
	height: 420px;
	padding: 20px 25px;
	background: url(../images/examples_background.png) no-repeat left top;
	position: relative;
	left: -8px;
	margin-top: 2em;
}
.examplePanel h2{ margin-bottom: 0; padding-bottom: 0; }
.examplePanel h3{ margin-top: 1em; margin-bottom: 0; padding-bottom: 0; }
.examplePanel .exampleInfo
{
	margin-right: 13px;
	margin-top: 6px;
}
.examplePanel a.more
{
	margin-right: 13px;
	margin-top: 6px;
}
.shortPanel{ background: url(../images/examples_background_short.png) no-repeat left top; height: 161px; margin-top: 1em;}
.legend
{
	margin-top: 1em;
	font-size: 0.8em;
}
.legend span.imageName
{
	font-style: italic;
}

.script, pre
{
	font-family: Courier New;
	font-size: 10pt;
	background: #c7d2d8;
	background: rgba(102, 133, 150, 0.34);
	border: solid 1px #768ea5;
	padding: 10px 15px;
	margin-top: 0.5em;
	margin-bottom: 2em;
	color: Black;
	overflow: auto;
	-moz-border-radius: 10px;
	-moz-border-radius-topright: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-radius: 10px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
}
table
{
	background: White;
	border-color: #acacac;
	border-style: solid;
	border-width: 0 0 1px 1px;
	margin-top: 0.5em;
}
table td, table th
{
	border-color: #acacac;
	border-style: solid;
	border-width: 1px 1px 0 0;
	padding: 5px;
}
table th
{
	background: #cee5f3;
	text-align: left;
}
table caption{ text-align: left; padding-bottom: 0.5em }
table td:first-child{ font-weight: bold; }
table td.fileCell{ white-space: nowrap; }
table tr.rowEven{ background-color: #f2f6f8; }
table tr.rowOdd{ background-color: #f9f1f1;}
.advertising{ float: right; width: 160px; height: 600px;}
.imageAdvertising{ float: right; width: 300px; height: 250px; margin-left: 40px;}
.bannerAdvertising{ width: 728px; height: 90px; margin: 1em auto;}
.smallAdvertising{ width: 234px; height: 90px; margin-top:35px; }
a.twitterLink img{ border: none; vertical-align: bottom }
span.demo
{
	display: block;
	margin-bottom: 2em;
	padding-left: 30px;
	background: url(../images/demo_icon.png) no-repeat left center;
}
a.demo
{
	background:url("../images/demo_icon_white.png") no-repeat scroll 8px center #333;

	display:block;
	float:left;
	margin-bottom:1em;
	margin-right: 1em;
	padding:5px 15px 5px 40px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-box-shadow: 0 15px 15px rgba(255, 255, 255, 0.4) inset;
	-webkit-box-shadow: 0 15px 15px rgba(255, 255, 255, 0.4) inset;
	box-shadow: 0 15px 15px rgba(255, 255, 255, 0.4) inset;
	color: White;
}
a.demo:hover{ text-decoration: none; background-color: #0465bf }

#changelogButtons
{
	background: #646464;
	background: rgba(0, 0, 0, 0.6);
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
	color: White;
	height: 28px;
	margin-bottom: 2em;
}
#changelogButtons a.downloadLink{ float: right; margin-right: 0; }
#changelogButtons a.downloadLink:hover{ color: #7cff88; }
#changelogButtons a.twitterLink:hover{ color: #8fe5fa; }
a.iconLink{ font-size: 0.8em; color: White; display: block; float: left; margin-right: 15px; }
a.iconLink:hover{ text-decoration: none; color: #ff9827; }
a.iconLink img{ width: 28px; height: 28px; border: none; vertical-align: middle; }
