<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
* {
	margin:0px;
	padding: 0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

body {
	padding:20px 20px 100px 20px;
	background: url('images/background.jpg');
	text-align:center;
}

h2 {
	margin:50px 0 20px 0;
	float:left;
	width:100%;
	padding:0 0 40px 0;
	color:#333;
	text-align:center;	
	background: url('images/line.png') no-repeat bottom left;
}

div.center {
	width:980px;
	text-align:left;
	margin:10px auto;
}

div.logo h2 {
	font-size:53px;
	font-weight:normal;
	padding:80px 0 100px 0;
	background:none;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.button {
	display: inline-block;
	background: #004a95 url('images/button-background.gif') top left repeat-x !important;
	border: 1px solid #004994;
	padding: 6px 8px 6px 8px;
	color: #fff;
	font-size: 13px;
	text-decoration:none;
	float:left;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	
	-webkit-box-shadow:0 0 3px #999;
	-moz-box-shadow:0 0 3px #999;
	-o-box-shadow:0 0 3px #999;
	box-shadow:0 0 3px #999;
	
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	
	opacity:0.8;
	-moz-opacity:0.8;
	filter: alpha(opacity=80);
}

.button:hover {
	color:#F2F2F2;	
	border:1px solid #023263;
	opacity:1;
	-moz-opacity:1;
	filter: alpha(opacity=100);
}

ul.Gallery {
	float:left;
	width:100%;
	margin:10px 0 20px 0;
}

ul.Gallery li {
	float:left;
	list-style:none;
	margin:0 12px 0 0;
}

ul.Gallery li a {
	float:left;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	
	-webkit-box-shadow:0 0 5px #444;
	-moz-box-shadow:0 0 5px #444;
	-o-box-shadow:0 0 5px #444;
	box-shadow:0 0 5px #444;
	
	overflow:hidden;
}

ul.Gallery li a:hover {
	-webkit-box-shadow:0 0 5px #000;
	-moz-box-shadow:0 0 5px #000;
	-o-box-shadow:0 0 5px #000;
	box-shadow:0 0 5px #000;
}

ul.Gallery li img {
	float:left;
	margin:0px;
}

div.Column {
	float:left;
	width:100%;
	margin:0 30px 0 0;
}

div.Column.last {
	margin:0 0 0 0;
}

div.boxButton {
	float:left;
	width:100%;
	margin:10px 0 10px 0;
}

div.boxButton code {
	font-size:12px;
	padding:4px 6px;
	margin:0 0 0 10px;
	float:left;
	line-height:18px;
	background:#e8e8e8;
	color:#111;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
	
	opacity:0.8;
	-moz-opacity:0.8;
	filter: alpha(opacity=80);
	
	border:1px solid #ccc;
}

input, textarea, select {
	border: 1px solid #999;
	padding: 4px 4px 4px 4px;
	font-size:12px;
	color:#333;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	
	-webkit-box-shadow:0 0 3px #999;
	-moz-box-shadow:0 0 3px #999;
	-o-box-shadow:0 0 3px #999;
	box-shadow:0 0 3px #999;
}

div.boxDiminuiSintax {
	float:left;
	width:500px;
}

div.form label {
	float:left;
	width:100%;
	font-size:12px;
}

div.form input, div.form textarea, div.form select {
	width:98%;
	float:left;
	margin:2px 0 8px 0;
}

div.docs {
	margin:100px 0 20px 0;
	float:left;
	width:100%;
}

div.docs div.structure {
	padding:15px;
	color: #222;
	font-size:20px;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	
	background: url('images/fade.png');
}

div.docs table.atributes {
	margin:20px 0 0 0;
	padding:6px;
	color: #222;
	
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	
	background: url('images/fade.png');
}

div.docs table.atributes tr td {
	font-size:13px;
	padding:5px;
}

div.docs table.atributes tr td {
	border-bottom:1px solid #999;
}

div.docs table.atributes tr th {
	font-size:22px;
	padding:5px 5px 20px 5px;
}

.syntaxhighlighter {
	display:;
}

iframe {
	border:none;
}</pre></body></html>