@charset "utf-8";
html { height:100%; }
body {
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-size:12px;
	font-family:Verdana, Helvetica, Arial, sans-serif;
	color:#484C52;
	background-color:#333;
}
a img, img { border:none; }
table, td, div {
	border:none;
	padding:0 0 0 0;
	margin:0 0 0 0;
	vertical-align:top;
}
h1, h2, h3, h4, h5, h6, span {
	padding:0 0 0 0;
	margin:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
}
p {
	padding:0 0 0 0;
	margin:0 0 8px 0;
}
a:link, a:visited { color:#6e0000; }
a:hover, a:active, a:focus { color:#000000; }
h1 {
	background-color:#d4d4d4;
	font-size:32px;
	padding:0 0 0 5px;
	border-bottom:3px solid #666;
	color:#000;
	margin:0 0 5px 0;
	border-top-left-radius:3px;
	border-top-right-radius:3px;
}
h2 { font-size:28px; }
h3 {
	color:#593838;
	font-size:24px;
	font-weight:100;
}
h4, .h4il {
	color:#871111;
	font-size:16px;
	font-weight:bold;
}
h5 { font-size:14px; }
h6 { font-size:12px; }
hr {
	border:none;
	background-color:#CCCCCC;
	margin:0 0 5px 0;
	padding:0 0 0 0;
	height:1px;
	width:100%;
	clear:both;
}
pre {
	border:dashed 1px #019601;
	background-color:#DFFFDF;
	color:#000000;
	padding:3px 5px 3px 5px;
	margin:0 2px 10px 10px;
}
div#head {
	height:70px;
	text-shadow:0 0 2px #000;
	background-color:#232529;
	background-image:url(banner_tile6.png);
	border-bottom:1px solid #999;
	text-align:center;
	min-width:1024px;
}
div#head-text, div#head-nav {
	display:inline-block;
	height:70px;
	width:400px;
}
div#head-text-title {
	text-align:center;
	font-size:32px;
	padding:15px 0 0 0;
	letter-spacing:3px;
	line-height:26px;
	font-family:Arial, Helvetica, sans-serif;
	color:#900;
}
div#head-text-sub {
	text-align:center;
	color:#666;
}
div#nav-container {
	padding:22px 0 0 0;
}
a:link.nav-item, a:visited.nav-item {
	display:inline-block;
	padding:4px 12px;
	font-size:14px;
	color:#f4f4f4;
	text-shadow:0 0 5px rgba(0, 0, 0, 0.3);
	box-sizing:border-box;
	margin-right:10px;
	margin-left:10px;
	text-decoration:none;
	font-weight:bold;
}
a:hover.nav-item, a:active.nav-item, a:focus.nav-item {
	background:#000;
	text-decoration:underline;
	border:1px solid #900;
	border-radius:3px;
	padding:3px 11px;
}
div#page {
	background-color:#90959d;
	background-image:url(back_tile2.png);
	min-width:1024px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:5px 0 5px 0;
}
div#page-wrap {
	width:1024px;
	margin:0 auto;
}
div#content-container {
	width:859px;
	float:left;
}
div#ads {
	width:160px;	
	float:right;
}
div#content {
	padding:10px 10px 10px 10px;
	background-color:#FFFFFF;
	border:solid 1px #333;
	border-radius:5px;
}
div#page-clear {
	clear:both;
}

div#footer {
	background-color:#333;
	min-width:1024px;
	border-top:1px solid #CCC;
}

div#footer-text {
	padding:8px 0 8px 0;
	text-align:center;
	color:#CCC;
	font-size:10px;
}
div#footer-text a:link, div#footer-text a:visited {
	color:#F66;
	text-decoration:none;
}
div#footer-text a:hover, div#footer-text a:active {
	color:#F66;
	text-decoration:underline;
}
div.stuff-header-image {
	text-align:center;
	padding:5px;
	margin:5px 0 5px 0;
	background-color:#ffe6e6;	
}
div.stuff-header-image img {
	border: 3px solid #ff8e8e;
}
div.tutorial-body-image {
	text-align:center;
	padding:5px;
	margin:5px 0 5px 0;
	background-color:#ffe6e6;
	clear:both;
}
div.tutorial-body-image img {
	border: 2px solid #ff8e8e;
}
a.downloadbutton:link, a.downloadbutton:visited {
	display: block;
	text-decoration: none;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	padding:2px 3px 2px 3px;
	border: 1px solid #009FEC;
	color: #42788e;
	background: #abe4f8;
	text-shadow: 0px 1px 0px #bee9fa;
	background: -webkit-gradient(linear, left top, left bottom, from(#abe4f8), to(#74d0f4));
	background: -moz-linear-gradient(top,  #abe4f8,  #74d0f4);
	box-shadow: inset 1px 1px 0 #b2e6f8;
}
a.downloadbutton:hover, a.downloadbutton:active {
    background: #74d0f4;
    background: -webkit-gradient(linear, left top, left bottom, from(#74d0f4), to(#abe4f8));
    background: -moz-linear-gradient(top,  #74d0f4,  #abe4f8);
}
nav.content-menu {
	margin:0 0 10px 10px;
	float:right;
	border:1px solid #DDDDDD;
	background-color:#EEEEEE;
	padding: 2px 5px 4px 5px;
	font-size: 12px;
	margin-top:2px;
	width:200px;
}
nav.content-menu  a:link, nav.content-menu  a:visited {
	color: #353535;
	display:block;
}
nav.content-menu  a:hover, nav.content-menu  a:active, nav.content-menu  a:focus {
	color: #ff4545;
}
div.alert-box {
    color:#555;
    border-radius:10px;
    font-family:Tahoma,Geneva,Arial,sans-serif;
    padding:10px 14px 10px 40px;
    margin:10px;
    background:#fff8c4 url('information4.png') no-repeat 10px 50%;
    border:1px solid #f2c779;
	display:inline-block;
	text-shadow:1px 1px 1px #FFF;
}
div.alert-box span {
    font-weight:bold;
    text-transform:uppercase;
}

table {
	border-spacing: 2px;
	border-collapse: separate;
	width:100%;
	margin-bottom:8px;
}
table thead tr td {
	font-size:14px;
	font-weight:bold;
	background-color:#ffd4d4;
	border-bottom: 2px solid #ff5353;
	padding:0 6px 1px 6px;
	vertical-align:middle;
}
table tbody tr td {
	background-color:#F0F0F0;
	padding:0 6px 1px 6px;
	vertical-align:middle;
}
table tbody tr td.downloadcell {
	background-color:#FFFFFF;
	padding:0 0 0 0;
}
table tbody tr td.green {
	background-color:#A8FBA8;
	text-align:center;
	color:#003600;
}
table tbody tr td.red {
	background-color:#FBB0B0;
	text-align:center;
	color:#360000;
}
table tbody tr td.yellow {
	background-color:#FAFA9C;
	text-align:center;
	color:#363600;
}

table.lined {
	border-collapse:collapse;
}
table.lined tbody tr td {
	border:1px solid #CDCDCD;
}
table.lined tbody tr:first-child td { border-top:0; }
table.lined tbody tr:last-child td { border-bottom:0; }
table.lined tbody tr td:first-child { border-left:0; }
table.lined tbody tr td:last-child { border-right:0; }

table.boldCol tbody tr td:first-child { font-weight:bold; }

div.screenshot {
	float:left;
	width:208px;
	text-align:center;
	font-size:10px;
	padding-bottom:5px;
}
div.image-wrapper {
	text-align:center;
	font-size:10px;
	padding:10px 0 5px 0;
}
div.paragraph-number {
	font-size:32px;
	padding-right:5px;
	float:left;
}
.small {
	font-size:10px;
	padding-left:3px;
}
.right { float:right; }
.clear { clear:both; }









.filebox {
	padding:5px 0 5px 10px;
	font-weight:bold;
	color:#662C13;
}
.marbot { margin-bottom:8px; }
.rightPad2 {
	padding:0 0 10px 10px;
	float:right;
}
