/* Global */
html, body {
	margin: 0;
	background: #7abedb;
	font-family: "Segoe UI", Tahoma, Verdana, Arial, sans-serif;
	font-size: 10pt;
}
img, .png {
	border-width: 0;
	margin: 0;
	padding: 0;
}
img.inline {
	vertical-align: middle;
}
table {
	border-collapse: collapse;
}
table td {
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	display: block;
}
h1 {
	color: #3e9bc3;
	font-weight: bold;
	font-size: 18pt;
}
h2, h3, h4, h5, h6 {
	color: #5698b6;
	font-weight: normal;
	font-size: 16pt;
}
h3 {
	font-size: 14pt;
}
h4 {
	font-size: 12pt;
}
h5 {
	font-size: 11pt;
}
h6 {
	font-size: 10pt;
}
p, blockquote {
	padding: 0 0 5px 0;
	margin: 0;
}
blockquote {
	padding: 0 0 5px 0;
	margin: 2px 0 2px 25px;
}
a:link, a:visited {
	text-decoration: none;
	color: #5698b6;
}
a:hover {
	text-decoration: underline;
}
a.no-underline:hover, h4 a:hover, h5 a:hover {
	text-decoration: none;
}
ul, ul li {
	list-style-type: disc;
	margin-top: 0;
	margin-right: 0;
	padding-right: 0;
}
ul {
	margin-bottom: 0;
}
ul li {
	margin-bottom: 5px;
}
ol li {
	list-style-type: decimal;
}
/* Tiny list */
ul.tiny, ol.tiny {
	padding: 0;
	margin: 0 0 0 20px;
}
ul.tiny li, ol.tiny li {
	margin: 0;
}
/* List w/o bullets */
ul.none li {
	list-style-type: none;
}
/* Inline list */
ul.inline {
	list-style-type: none;
	margin-bottom: 5px;
}
ul.inline li {
	list-style-type: none;
	display: inline;
	margin: 0;
}
/* Containers */
.page {
	background: #ddeef5;
	width: 700px;
	position: relative;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}
.content {
	background: url(../images/fade.png) repeat-x;
}
.border-left {
	background: url(../images/border-left.png) repeat-y;
	margin: 0;
	padding-left: 4px;
	height: 100%;
}
.border-right {
	background: url(../images/border-right.png) repeat-y top right;
	margin: 0;
	padding-right: 4px;
	height: 100%;
}
/* Borders */
.border-top {
	background: url(../images/border-top.png) repeat-x;
	height: 8px;
	margin: 0;
	padding: 0;
}
.border-topleft {
	float: left;
	width: 8px;
	height: 8px;
}
.border-topright {
	float: right;
	width: 8px;
	height: 8px;
}
.border-bottom {
	background: url(../images/border-bottom.png) repeat-x 0px 4px;
	height: 8px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-bottom: 5px solid #7abedb;
}
.border-bottomleft {
	float: left;
	width: 8px;
	height: 8px;
}
.border-bottomright {
	float: right;
	width: 8px;
	height: 8px;
}
/* Header */
.header {
	height: 76px;
	margin: 0;
	padding: 0;
	background: url(../images/header-bg.png) repeat-x;
	border-bottom: 1px solid #3c9cc3;
	overflow: hidden;
}
.header-content {
	width: 100%;
	height: 68px;
	margin: 0;
}
.header-logo {
	float: left;
	margin: 0px 0 0 6px;
	width: 64px;
	height: 64px;
	padding: 0;
}
.header-logo img, .header-logo .png {
	width: 64px;
	height: 64px;
}
/* Header texts */
.header-title {
	position: absolute;
	left: 80px;
	top: 14px;
}
.header-title h1, .header-title h2 {
	display: inline;
	margin: 0 5px 0 0;
}
.header-title h1 {
	color: #3e9bc3;
	font-weight: bold;
	font-size: 18pt;
}
.header-title h2 {
	color: #5698b6;
	font-weight: normal;
	font-size: 16pt;
}
/* Footer */
.footer-content {
	border-top: 1px solid #b0d7e7;
	height: 100%;
	padding: 2px 5px;
	text-align: center;
	font-size: 8pt;
}
/* Location */
.location {
	text-align: right;
	font-size: 8pt;
	float: right;
	position: absolute;
	top: 46px;
	right: 0;
	padding: 12px 9px 0 0;
}
/* Tabs */
ul.tabs {
	position: absolute;
	top: 46px;
	left: 80px;
	right: 0px;
	height: 31px;
	margin: 0;
}
ul.tabs, ul.tabs li.tab {
	list-style-type: none;
	padding: 0;
}
.tab {
	height: 31px;
	float: left;
	margin: 0 5px 0 0;
	cursor: pointer;
}
.tab-normal {
	background: url(../images/tab.png) no-repeat;
}
.tab-hover {
	background: url(../images/tab-hover.png) no-repeat;
}
.tab-active {
	background: url(../images/tab-active.png) no-repeat;
}
.tab img, .tab .png {
	position: relative;
	margin: 4px 3px 0 5px;
	width: 24px;
	height: 24px;
}
.tabs .tab-text {
	float: right;
	margin-right: 4px;
	padding: 3px 5px 0 0;
}
/* Blocks */
.code, .php, .quote {
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: top right;	
	border: 1px solid #c2c2c2;
	padding: 10px;
	margin: 5px 15px 5px 15px;
	overflow: auto;
	font-size: 9pt;
}
.code, .php {
	font-family: "Lucida Console", "Courier New", Courier, monospace;
}
/* Download button */
a.btn-download:link, a.btn-download:visited {
	display: block;
	background: url(../images/button.png) no-repeat 0 0;
	width: 150px;
	height: 40px;
	color: #000000;
	text-align: left;
	line-height: 1.4em;
	margin-left: auto;
	margin-right: auto;
	outline: 0;
}
a.btn-download:hover{
	text-decoration: none;
	background-position: 0 -40px;
	color: #c2ebff;
}
a.btn-download:active{
	text-decoration: none;
	background-position: 0 -80px;
	color: #c2ebff;
}
a.btn-download img, a.btn-download .png {
	float: left;
	margin: 9px 5px 0 9px;
	width: 24px;
	height: 24px;
}
a.btn-download b {
	font-family: "Segoe UI", Tahoma, Verdana, Arial, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top: 10px;
}
a.btn-download:hover b {
	color: #2058a0;
}
/* Download information table */
table.table-main, table.table-list {
	clear: both;
	border: 1px solid #7abedb;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
table.table-main td, table.table-main th, table.table-list td, table.table-list th {
	padding: 5px;
	vertical-align: top;
}
table.table-main th {
	padding-right: 10px;
	text-align: left;
	font-style: italic;
	font-weight: normal;
}
.table-title {
	background: #7abedb;
	color: #ffffff;
	font-size: 12pt;
	font-weight: bold;
}
/* Previous versions information table */
table.table-list th {
	background: #7abedb;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
}
/* Thumbnails */
img.thumb {
	border: 1px solid #b0d7e7;
	background: #ffffff;
	padding: 5px;
	margin: 1px;
}
/* News item */
.news {
	display: block;
	clear: both;
	border: 1px solid #7abedb;
	width: 600px;
	margin: 5px auto;
}
.news .title {
	background: #7abedb;
	color: #ffffff;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	padding: 2px 5px;
}
.news .title .id {
	font-size: 10pt;
	font-weight: normal;
}
.news .title a {
	color: #ffffff;
}
.news .title .right {
	float: right;
	font-size: 8pt;
	font-weight: normal;
	padding: 3px;
}
.news .message {
	padding: 5px;
	text-align: justify;
}
.news .footer {
	border-top: 1px solid #b0d7e7;
	font-size: 8pt;
	font-style: italic;
	text-align: right;
	padding: 2px 5px;
}
/* News navigation */
.news-pages-nav {
	display: block;
	clear: both;
	border: 1px solid #7abedb;
	background: #b0d7e7;
	width: 600px;
	margin: 2px auto;
	text-align: center;
	font-size: 8pt;
}
.news-pages-nav-content {
	padding: 2px;
}
.news-pages-nav-content b {
	font-size: 10pt;
}
/* News comment */
.comment {
	display: block;
	clear: both;
	border: 1px solid #7abedb;
	width: 600px;
	margin: 5px auto;
}
.comment .id, .comment .footer {
	font-size: 8pt;
	font-style: italic;
	text-align: right;
	padding: 2px 5px;
}
.comment .id {
	border-bottom: 1px solid #b0d7e7;
}
.comment .footer {
	border-top: 1px solid #b0d7e7;
}
.comment .message {
	padding: 5px;
}
/* Smilies */
table.table-smilies {
	clear: both;
	border-width: 0px;
	width: 450px;
	margin-left: auto;
	margin-right: 0px;
}
table.table-smilies td, table.table-smilies th {
	padding: 1px;
	vertical-align: top;
}
/* Table footer */
td.table-footer {
	border-top: 1px solid #b0d7e7;
	padding: 2px 5px;
	text-align: center;
}
/* Features */
.features {
	margin: 0;
	padding: 0;
}
.features p.desc {
	padding-left: 15px;
	font-style: italic;
}
.features p.desc-normal {
	padding-left: 15px;
	font-style: normal;
}
.features ul {
	margin-right: 10px;
}
.features ul li {
	text-align: justify;
}
.features h4, .features h5 {
	border-bottom: 1px solid #b0d7e7;
	padding: 5px 0 5px 5px;
}
.features h4 {
	font-weight: bold;
}
/* Back to top */
a.top {
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
}
a.top:hover {
	text-decoration: underline;
}
.box {
	background: url(../images/box/tl.png) no-repeat top left;
	position: relative;
	margin: 5px 40px;
	clear: both;
}
.box .top {
	background: url(../images/box/tr.png) no-repeat top right;
}
.box .bottom {
	background: url(../images/box/bl.png) no-repeat bottom left;
}
.box .bottom div {
	background: url(../images/box/br.png) no-repeat bottom right;
}
.box .content {
	background: url(../images/box/r.png) top right repeat-y;
}
.box .top div, .box .top, .box .bottom div, .box .bottom {
	width: 100%;
	height: 5px;
	font-size: 1px;
}
.box .content, .box .bottom {
	margin-top: 0px;
}
.box .content {
	padding: 0 5px;
}
/* Feature slideshow */
.crossfader {
	height: 90px;
}
.feature {
	background: #edf6fa;
	position: absolute;
	left: 5px;
	right: 5px;
	height: 90px;
	cursor: pointer;
}
.feature .thumb {
	border: 1px solid #b0d7e7;
	background: #ffffff;
	width: 64px;
	height: 64px;
	float: left;
	margin: 3px 5px 0 0;
	padding: 5px;
}
/* Translate footnotes */
.footnotes a {
	display: block;
	font-style: italic;
}
.footnotes a:hover {
	text-decoration: none;
}