a {
	color: #ffffff;
}
a:hover {
	color: #ffff00;
	text-decoration: none;
}
body {
	background: #1b4f69;
	color: #ffffff;
	font-family: "tahoma", "geneva", sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
form {
	margin: 0;
	padding: 0;
}
form .submit {
	padding: 5px 0px 5px 0px;
	text-align: center;
}
h1 {
	font-size: 150%;
	margin: 0 0 30px 20px;
	padding: 0;
}
h2 {
	font-size: 125%;
	margin: 10px 0 10px 10px;
	padding: 0;
}
img {
	border: 0;
}
input, select, textarea {
	background: #123b4f;
	border: #ffffff solid 1px;
	font-family: "tahoma", "geneva", sans-serif;
	font-size: 12px;
	color: #ffffff;
}
select {
	font-size: 14px;
}
input:hover, select:hover, textarea:hover {
	border: #ffff00 solid 1px;
	color: #ffff00;
}
.border {
	border: #ffffff solid 2px;
	margin: 5px;
}
.captcha {
	text-align: center;
	margin: 10px auto 10px auto;
	width: 417px;
}
.captcha .active {
	border-color: #00ff00;
	color: #00ff00;
}
.captcha .active img {
	border-color: #00ff00;
	color: #00ff00;
}
.captcha .entry {
	border: 0 !important;
	float: left;
	height: 100px;
	margin: 0 !important;
	padding: 0 0 10px 0 !important;
	width: 139px;
}
.captcha .entry input {
	display: none;
}
.captcha .entry .active, .captcha .entry .inactive {
	border: solid 2px;
	height: 90px;
	margin: 3px;
	width: 129px;
}
.captcha .inactive {
	border-color: #ff0000;
	color: #ff0000;
}
.center {
	text-align: center;
}
.center .text {
	text-align: center;
}
.comments .comment {
	border-bottom: #ffff00 solid 1px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.comments .comment .container {
	float: left;
	margin-top: 10px;
	width: 380px;
}
.comments .comment .container h2 {
	margin: 0 0 10px 0;
	padding: 0;
}
.comments .comment .container .content {
	margin: 10px 0 10px 0;
	text-align: justify;
}
.comments .comment .container .time {
	color: #ffff00;
	float: right;
	font-size: 90%;
}
.comments .comment .container .username {
	color: #ffff00;
	float: left;
	font-size: 90%;
}
.comments .comment .image {
	float: left;
	margin: 10px 20px 0 0;
	text-align: center;
	width: 130px;
}
.comments .comment .image img {
	border: #ffffff solid 1px;
}
.comments .comment .image img[src="users/default.png"], .comments .comment .image img[src="videos/default.png"] {
	border: 0;
}
.comments .input {
	text-align: center;
}
.comments .input .textarea {
	margin: 0 auto 10px auto;
	text-align: left;
	width: 450px;
}
.comments .input .textarea textarea {
	height: 150px;	
	width: 100%;
}
.clear {
	clear: both;
}
.field {
	padding-bottom: 3px;
}
.field .content {
	color: #ffff00;
	float: left;
	font-size: 90%;
	font-weight: bold;
	line-height: 20px;
}
.field .title {
	float: left;
	font-size: 90%;
	font-weight: bold;
	line-height: 20px;
	padding-right: 3px;
	text-align: right;
	width: 45%;
}
.heading {
	font-size: 100%;
	font-weight: bold;
	padding-bottom: 10px;
	text-align: center;
}
.highlight {
	color: #ffff00;
	font-size: 120%;
}
.hr {
	border-bottom: #ffff00 solid 1px;
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.legend {
	font-size: 90%;
	margin: 5px;
}
.note, .notice {
	color: #ffff00;
	font-size: 90%;
}
.ordering {
	float: right;
}
.pages {
	float: left;
	font-size: 90%;
}
.pages input {
	background: none;
	border: 0;
	color: #ffff00;
	cursor: pointer;
	font-size: 90%;
	text-decoration: underline;
}
.pages input:hover {
	color: #ff8000;
	text-decoration: none;
}
.pages select {
	font-size: 90%;
}
.pages .page_current {
	float: left;
	height: 18px;
	line-height: 18px;
}
.pages .page_next {
	border-left: #ffffff solid 1px;
	float: left;
	height: 20px;
	margin-left: 5px;
}
.pages .page_previous {
	border-right: #ffffff solid 1px;
	float: left;
	height: 20px;
	margin-right: 5px;
}
.preloader img {
	height: 1px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: 1px;
}
.report {
	text-align: center;
}
.report h1 {
	text-align: center;
	margin: 0 0 10px 0;
}
.report input {
	background: none;
	border: 0;
	color: #ffff00;
	cursor: pointer;
	text-decoration: underline;
}
.report input:hover {
	color: #ff8000;
	text-decoration: none;
}
.report .messages {
	margin-bottom: 10px;
}
.table {
	border: #102129 solid 2px;
	border-bottom: #102129 solid 1px;
	margin: 5px;
}
.table .field {
	background: #123b4f;
	border-bottom: #102129 solid 1px;
	padding: 0;
}
.table .field .content {
	line-height: 25px;
	padding: 1px 5px 1px 5px;
}
.table .field .title {
	background: #1b4f69;
	border-right: #102129 solid 1px;
	line-height: 25px;
	padding: 1px 5px 1px 5px;
	text-align: left;
	width: 150px;
}
.table .heading {
	background: #102129;
	border-bottom: #102129 solid 1px;
	color: #ffffff;
	padding: 5px;
	text-align: left;
}
.table .heading a {
	color: #ffffff;
}
.table .hr {
	border-bottom: #102129 solid 1px;
}
.text {
	margin: 10px 0 10px 0;
	text-align: justify;
}
.text img {
	border: #ffffff solid 2px;
	margin: 5px;
}
#main {
	margin: auto;
	width: 990px;
}
#main #container {
	background: url("../../zzz/container_background.png");
	padding: 10px;
}
#main #container .content_side {
	float: left;
	overflow: hidden;
	width: 196px;
}
#main #container .content_side img {
	border: #ffffff solid 1px;
}
#main #container .content_side .container {
	background: #102129;
	font-size: 90%;
	font-weight: bold;
	padding: 10px;
	text-align: center;
}
#main #container .content_side .container .entry h1 {
	color: #ffff00;
	font-size: 90%;
	margin: 0 0 5px 0;
	text-align: left;
}
#main #container .content_side .container .entry .content {
	margin: 5px;
	text-align: justify;
}
#main #container .content_side .container .entry .time {
	color: #ffff00;
	text-align: right;
}
#main #container .content_side .field .content {
	font-size: 90%;
}
#main #container .content_side .field .title {
	font-size: 90%;
	width: 50%;
}
#main #container .content_side .header {
	height: 37px;
}
#main #container #latest_videos {
	border: #ffff00 solid;
	border-width: 1px 0;
	margin: 15px auto;
	padding: 15px 0;
	width: 525px;
}
#main #container #latest_videos .entry {
	float: left;
	font-size: 90%;
	font-weight: bold;
	height: 150px;
	margin: 5px;
	overflow: hidden;
	text-align: center;
	width: 165px;
}
#main #container #latest_videos .entry img  {
	border: #ffffff solid 2px;
	margin-bottom: 3px;
}
#main #container #latest_videos .entry img[src="videos/default.png"]  {
	border: 0;
}
#main #container #content_left .footer {
	background: url("../../zzz/side_footer_l.png");
	height: 21px;
}
#main #container #content_main {
	float: left;
	margin: 5px 24px 5px 24px;
	overflow: hidden;
	width: 530px;
}
#main #container #content_right .footer {
	background: url("../../zzz/side_footer_r.png");
	height: 21px;
}
#main #footer {
	background: url("../../zzz/footer.jpg");
	height: 62px;
	padding: 25px 25px 0 0;
	text-align: right;
}
#main #header {
	background: url("../../zzz/header.jpg");
	padding: 155px 0 0 10px;
}
#main #header #menu_main .entry {
	display: block;
	float: left;
	height: 45px;
	width: 118px;
}
#module_blog .entry {
	border-bottom: #ffff00 solid 1px;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
#module_blog .entry .comments, #module_blog .entry .username {
	float: left;
}
#module_blog .entry .content {
	margin: 5px 0 5px 0;
	text-align: justify;
}
#module_blog .entry .more, #module_blog .entry .time {
	float: right;
}
#module_blog #state_entry .comments {
	margin: auto;
	width: 90%;
}
