* {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body {
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: small;
  color: #FFF;
	background: #000;
}
img, fieldset {
	border: none;
	display: block;
}
.invisible, hr {
	display: none;
}
a {
	color: #000;
}
.topbanner {
	width: 998px;
	margin: 8px auto 0 auto;
}
.page {
	width: 998px;
	margin: 0 auto;
	font-size: 93%;
	color: #000;
	background: #004F86 url('img/page.png') repeat-y 0 475px;
}
.page_inner {
	width: 100%;
	background: url('img/page_inner.jpg') no-repeat left top;
}
.top {
	width: 985px;
	height: 179px;
}
.logo {
	position: relative;
	float: left;
	overflow: hidden;
	font-size: 35px;
	width: 250px;
	height: 150px;
}
.logo a {
	display: block;
	width: 250px;
	height: 150px;
	padding-top: 75px;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}
.logo a:hover {
	text-decoration: underline;
}
.logo span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 250px;
	height: 150px;
	background: url('img/logo.jpg') no-repeat left top;
}
#messages { 
  position: absolute;
  text-align: center;
  left: 350px;
  top: 200px; 
  width: 350px;
}
#messages .errorsList { color: red; }
#messages .title { font-weight: bold; text-align: left; margin-left: 10px; }
#messages .blue_line, #messages .red_line { margin-top: 5px; margin-bottom: 5px; width: 328px; }
.messages_top, .messages_bottom {
	font-size: 0;
	line-height: 0;
	height: 11px;
	background: url('img/message_top.png') no-repeat left top;
}
.messages_bottom {
	background: url('img/message_bottom.png') no-repeat left top;
}
.messages_middle {
  background-color: #fff;
	padding: 0 10px;
	background: #fff url('img/message_middle.png') repeat-y left top;
}
#message_btn { 
  margin-top: 15px; 
}
#loginform {
	float: right;
	width: 295px;
	height: 118px;
	padding: 12px 8px 0 8px;
	margin-top: 15px;
	overflow: hidden;
	background: #fff url('img/loginform.png') no-repeat left top;
}
.textfield {
	height: 14px;
	padding: 2px 0 0 5px;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	font-size: 11px;
	border: 1px solid #808080;
	border-right: 1px solid #D4D0C8;
	border-bottom: 1px solid #D4D0C8;
	color: #000;
	background: #fff url('img/textfield.png') no-repeat left top;
}
textarea.textfield {
  width: 200px;
  height: 50px;
  background: none;
}
#loginform label, #loginform input {
	float: left;
	margin-bottom: 7px;
}
#loginform label {
	width: 49px;
	padding: 1px 0 0 18px;
}
#loginform label.logged {
  width: auto;
  font-weight: bold;
}
#loginform .textfield {
	width: 114px;
}
#password {
	margin-right: 8px;
}
#login_btn {
	margin-top: -4px;
}
#logout_btn {
  margin-top: -2px;
  margin-left: 196px; 
  clear: left; 
}
#loginform p {
	padding-right: 12px;
	text-align: right;
}
a.href {
	font-size: 90%;
	font-weight: bold;
	color: #5D5D5D;
  text-decoration: underline; 
}
a.href:hover {
	text-decoration: none;
}
.main {
	width: 966px;
	padding: 0 0 29px 20px;
	background: url('img/main.jpg') no-repeat 55px 285px;
}
.left, .right {
	float: left;
	width: 216px;
	overflow: hidden;
}
.left {
	margin: 55px 13px 0 0;
}
.middle {
	float: left;
	width: 508px;
	margin: 141px 13px 0 0;
	overflow: hidden;
}
.box216 {
	width: 216px;
	margin-bottom: 26px;
}
.box216_top, .box216_bottom, .box508_bottom {
	font-size: 0;
	line-height: 0;
	height: 12px;
	background: url('img/box216_top.png') no-repeat left top;
}
.box216_bottom {
	background: url('img/box216_bottom.png') no-repeat left top;
}
.box508_bottom {
	height: 11px;
	background: url('img/box508_bottom.png') no-repeat left top;
}
.box216_middle {
	width: 200px;
	padding: 0 8px 11px 8px;
	background: #fff url('img/box216_middle.png') repeat-y left top;
}
h3 {
	padding: 7px 24px 4px 16px;
	margin-bottom: 16px;
	font-size: 100%;
	color: #026093;
	background: #9ED9F2 url('img/h3.png') no-repeat left bottom;
}
#loginform h3 {
	padding: 2px 24px 4px 18px;
	margin-bottom: 13px;
	background: #9ED9F2 url('img/h3_loginform.png') no-repeat left bottom;
}
.leftmenu {
	width: 186px;
	padding-left: 7px;
}
.leftmenu a {
	display: block;
	width: 143px;
	padding: 5px 10px 5px 33px;
	border-bottom: 1px solid #9CC1D5;
	text-decoration: none;
	color: #027ABB;
	background: #DAEBF4 url('img/bullet01.gif') no-repeat 15px .65em;
}
.leftmenu a.thispage, .leftmenu a:hover {
	background: #A8DDF4 url('img/bullet01.gif') no-repeat 5px .65em;
}
.centered a {
	display: block;
	margin-bottom: 18px;
	text-align: center;
}
.centered a.last {
	margin-bottom: 0;
}
.centered a img {
	display: inline;
}
#searchform {
	width: 188px;
	padding-left: 12px;
}
#search {
	float: left;
	width: 122px;
	margin-bottom: 13px;
}
#search_btn {
	float: left;
}
.box508_middle {
	width: 480px;
	padding: 0 14px;
	background: #fff url('img/box508_middle.png') repeat-y left top;
}
h2 {
	padding: 13px 44px 6px 44px;
	font-size: 100%;
	color: #026093;
	background: #fff url('img/h2.png') no-repeat left top;
}
.splitter {
	font-size: 0;
	line-height: 0;
	height: 1px;
	margin-bottom: 13px;
	background: #00EEFF url('img/splitter.png') repeat-x left top;
}
.gallery {
	width: 100%;
	padding-bottom: 15px;
}
.videos {
	width: 100%;
  padding-left: 10px;
	font-size: 90%;
}
.video_line { 
  overflow: hidden; 
  margin-bottom: 10px; 
}
.video_cleaner {
  clear: left;
}
.video {
	float: left;
	width: 133px;
	margin-right: 25px;
	padding-bottom: 8px;
	background: url('img/video.png') no-repeat left bottom;
}
.videos .last {
	margin-right: 0;
}
.video_inner {
	position: relative;
	width: 118px;
	height: 147px;
	padding: 13px 0 0 15px;
	background: url('img/video_inner.png') no-repeat left top;
}
html>body .video_inner {
	min-height: 147px;
	height: auto;
}
.video_detail {
  overflow: hidden;
}
.video_detail a {
  font-weight: bold;
  font-size: 90%;
	color: #5D5D5D;
}
.video_detail a:hover {
  text-decoration: none;
}
.video_detail .section {
  overflow: hidden; 
  margin-top: 6px;
  margin-bottom: 6px;
}
.video_detail .title { 
	color: #008FCE;
  font-weight: bold; 
  float: left;
  margin-right: 10px; 
}
.video_detail .info {
  font-style: italic;
  font-size: 90%;
}
.rating {
  float: left; 
}
.rating img { 
  display: inline; 
}
.newDiscussion {
  margin: 5px;
}
.discussionOffset {
  padding-left: 20px;
}
.discussionContent {
  border-top: 1px solid #026093;
  margin-top: 10px; 
  padding: 0px 5px 5px 15px; 
  background-color: #E3F5FF;
}
.discussionContent .owner {
  color: #026093;
  background: url('img/white.png') left top;
  float: left;
  margin-top: -8px;
  margin-left: 5px;
  padding: 0 3px;
}
.discussionContent .date {
  color: #026093;
  background: url('img/white.png') left top;
  float: right; 
  margin-top: -8px;
  margin-right: 5px;
  padding: 0 3px;
}
.discussionContent .content {
  margin-top: 10px;
  clear: both;
}
.discussionReply {
  overflow: hidden;
}
.discussionReply .reply {
  margin-left: 20px; 
  float: left;
}
.discussionReply .rate {
  float: right;
}
.discussionReply form {
  display: none;
  clear: both;
}
.discussionReply textarea {
  width: 250px;
  height: 60px;
}
.discussionReply img {
  display: inline;
  margin-left: 5px;
  margin-right: 5px;
}
.thumb {
	display: block;
	width: 98px;
	height: 74px;
	padding: 2px 4px 4px 2px;
	background: url('img/thumb.png') no-repeat left top;
}
.video_text {
	width: 94px;
	padding: 7px 0 0 2px;
}
.video_text b {
	display: block;
	padding: 1px 0;
	color: #008FCE;
}
.video_inner .play {
	position: absolute;
	top: 105px;
	left: 113px;
	width: 35px;
	height: 36px;
}
.blue_line, .red_line {
  margin-top: 15px; 
	background: url('img/splitter.png') repeat-x left top;
  height: 1px;
}
.red_line {
	background: url('img/splitter_red.png') repeat-x left top;
}
.all_videos_btn {
	width: 461px;
	height: 31px;
	background: url('img/splitter.png') repeat-x 0 15px;
}
.all_videos_btn a {
	float:right;
}
.box508_middle p {
	padding: 2px 0 13px 0;
	text-align: justify;
	line-height: 140%;
}
.footer {
	width: 510px;
	padding: 11px 0 0 227px;
	font-size: 90%;
}
.bottommenu {
	height: 23px;
	padding: 12px 12px 1px 12px;
	margin-bottom: 3px;
	background: #012D45 url('img/bottommenu.png') no-repeat left top;
}
html>body .bottommenu {
	min-height: 23px;
	height: auto;
}
.bottommenu li {
	display: inline;
	color: #008FCE;
}
.bottommenu a {
	padding: 0 9px;
	font-weight: bold;
	text-decoration: none;
	color: #9CD4EC;
}
.bottommenu a:hover {
	text-decoration: underline;
}
.copyright {
	height: 63px;
	padding: 10px 20px 0 20px;
	line-height: 150%;
	color: #fff;
}
.cleaner {
	font-size: 0;
	line-height: 0;
	height: 0;
	clear: both;
}
#noFlash { margin-left: -5px; }

.pointerHand { cursor: pointer; }

div.inputForm { overflow: hidden; }
div.formItem { clear: both; margin-bottom: 1px; }
div.formItem label { float: left; width: 150px; text-align: right; padding-right: 10px; }
div.formItem label.mandatory { font-weight: bold; }
div.formItem input.inputCheckbox { width: 1em; border: none; margin-top: 3px; }
div.formItem input.button { width: auto; }
div.formItem div.left { clear: left; }
div.formButton { float: right; margin-top: 20px; }
div.formButton input { margin-right: 30px; }
div.formButton img { float: left; margin-right: 30px; }
div.formButton input.hiddenButton { display: none; }

input.extraExtraLongText { width: 380px; }
input.extraLongText { width: 280px; }
input.longText { width: 200px; }
input.shortText { width: 80px; }
input.readonly { width: 200px; border: 0px; }
input.mediumText { width: 120px; }

table.gridTable th { text-align: left; }
table.gridTable th, td { padding: 2px 5px 2px 5px; vertical-align: top; }
table.gridTable td.tdCenter { text-align: center; }
table.gridTable td.tdRight { text-align: right; }
table.gridTable td.tdBold { font-weight: bold; }
table.gridTable img { display: inline; margin-right: 3px; }
table.gridTable a div { color: #5D5D5D; font-size: 90%; font-weight: bold; text-decoration: underline; }
table.gridTable a div:hover { text-decoration: none; }

div.pages { margin: 10px 20px 0 0; clear: left; float: right; }
div.pages img { display: inline; }

div#editVideo div.formItem label { width: 180px; }
div#editVideo div.formButton div { float: left; margin-right: 10px; margin-top: 8px; }

div#friendGroupForm { margin-left: 7px; margin-bottom: 5px; }
div.myFriendGroup form { display: none; }
div#friendSearch label { width: 125px; }
div#friendSearch #search { width: 200px; }

div.video_detail #embedding { width: 475px; height: 80px; }

