@charset "utf-8";

html, body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #222;
	color: #FFF;
}
h1 {
	font-size: 26px;
	font-weight: lighter;
	margin-top: 17px;
	margin-bottom: 18px;
}
h2 {
	font-size: 26px;
	font-weight: lighter;
	margin-top: 17px;
	margin-bottom: 18px;
}
h3 {
	font-weight: normal;
}
h4 {
	font-weight: normal;
}
ul {
    list-style: none;
    margin-left: 0;
    padding-left: 2em;
}
ul li:before {
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
table {
	text-align: center;
	color: #CCC;
}
a {
	text-decoration: underline;
	color: #FFF;
}
.nounderline {
	text-decoration: none;
}
figure {
	margin-bottom: 25px;
}
figure figcaption {
	text-align: center;
	margin-top: -20px;
}
img {
	display: block;
    margin-left: auto;
    margin-right: auto;
	border: 3px #333 solid;
	margin-bottom: 25px;
}
iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.multiple {
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 10px;
}
.highslide {
	display: inline-block;
	margin-top: 25px;
	margin-bottom: 0px;
	margin-left: 9px;
	margin-right: 9px;
}
.center {
	margin: 0 auto;
	clear: both;
	text-align: center;
	margin-bottom: 25px;
}
a:hover {
	text-decoration: none;
}
.white {
	color: #FFF;
}
#logo {
	background-image: url('./img/logo.png');
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	margin: 5px 0px 5px 6px;
}
#menu {
	height: 50px;
	background: rgb(122,188,255); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(122,188,255,1)), color-stop(44%,rgba(96,171,248,1)), color-stop(100%,rgba(64,150,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	width: 100%;
	clear: both;
	position: fixed;
}
#menu p {
	color: #fff;
	margin: 0;
	padding: 15px 7px 13px 7px;
	float: left;
}
#menu a {
	height: 21px;
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 6px 6px 4px 6px;
	margin: 9px 4px 9px 4px;
	float: left;
}
#menu a:hover {
	margin: 8px 3px 8px 3px;
	border: 1px #06F solid;
	-webkit-box-shadow: inset 6px 6px 10px -8px #000;
	box-shadow: inset 6px 6px 9px -9px #000;
}
.selected {
	height: 21px;
	display: block;
	color: #FFF;
	padding: 6px 6px 4px 6px;
	float: left;
	margin: 8px 3px 8px 3px;
	-webkit-box-shadow: inset 6px 6px 10px -8px #000;
	box-shadow: inset 6px 6px 9px -9px #000;
	border: 1px #06F solid;
	cursor: default;
}
#holder {
	width: 100%;
	min-height: 100%;
}
#pad {
	width: 100%;
	height: 50px;
	clear: both;
}
.content {
	padding: 15px 55px 0px 55px;
}
.left {
	overflow: hidden;
	padding: 15px 55px 0px 55px;
}
.right {
	width: 400px;
	float: right;
	min-height: 50px;
	padding: 15px 55px 0px 0px;
}
.last {
	padding-bottom: 75px;
}
.content p {
	color: #CCC;
	text-align: justify;
}
.code {
	font-family: "Courier New", Courier, monospace;
	text-align: left;
	display: block;
	width: 702px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 10px;
	border: 3px #333 solid;
	background: #111; 
}
.warn {
	display: block;
	background-color: #C00;
	color: #FFF;
	padding: 25px;
}
.notice {
	display: block;
	background-color: #FC6;
	color: #333;
	padding: 25px;
}
.vb {
	position: relative;
	top: -1px;
}
.vb2 {
	position: relative;
	top: -4px;
}
#footer {
	position: relative;
	margin-top: -50px;
	height: 34px;
	clear: both;
	text-align: center;
	background: rgb(122,188,255); /* Old browsers */
	padding-top: 16px;
	color:#333;
	text-shadow: #C7C7C7 1px 1px 0px;
	font-size: 14px;
}
#footer a {
	color:#333;
}