body {
	color: #FFFFFF;
	background: #000000;
	text-align: center;
	margin: 10px 0px 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
td {
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
}
a {
	color:#ff6600;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #ccccff;
}
a:focus {
	outline: none;
}
object:focus {
	outline: none;
}
#layout {
	position: relative;
}
#head {
	height: 170px;
	width: 970px;
	position: relative;
	text-align: left;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#head a {
	color: #000099;
	text-decoration: none;
}
#head a:hover {
	text-decoration: underline;
}
#head #logo {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}
#head #head_top {
	position: absolute;
	z-index: 4;
	top: 0px;
	left: 210px;
}
#head #slogan {
	position: absolute;
	z-index: 3;
	left: 210px;
	bottom: 0px;
}
#head #member {
	height: 59px;
	width: 380px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: url(../images/v2/head_member_back.png) no-repeat right bottom;
	z-index: 2;
}
#head #loginForm {
	margin: 0px;
	padding: 0px;
	height: 100%;
	position: relative;
}
#head #member #loginForm .input {
	width: 135px;
}
#head #member #loginForm label {
	width: 140px;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	position: relative;
}
#head #member #loginForm #field_username {
	position: absolute;
	left: 15px;
	bottom: 10px;
}
#head #member #loginForm #field_password {
	position: absolute;
	left: 165px;
	bottom: 10px;
}
#head #member #loginForm #forgot {
	position: absolute;
	top: 2px;
	right: 0px;
	font-size: 11px;
}
#head #member #loginForm #login {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#head #member #loginForm #remember {
	position: absolute;
	left: 312px;
	top: 6px;
	width: auto;
	font-size: 11px;
	font-weight: normal;
}
#head #member #user_welcome {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	position: absolute;
	z-index: 1;
	left: 15px;
	top: 5px;
	line-height: 18px;
}
#head #member #tools {
	height: 25px;
	width: 300px;
	position: absolute;
	z-index: 2;
	left: 15px;
	bottom: 5px;
	background: url(../images/v2/head_member_tools_back.png) no-repeat;
	color: #000;
	font-size: 12px;
	padding-top: 2px;
}
#head #member #tools .icon {
	margin-left: 5px;
	margin-right: 4px;
	margin-top: 2px;
	vertical-align: text-bottom;
}
#head #member #tools a {
	margin-right: 15px;
}
#head #member #inbox {
	height: 50px;
	width: 35px;
	position: absolute;
	z-index: 3;
	right: 15px;
	bottom: -1px;
	text-align: center;
	font-weight: bold;
	font-size: 10px;
	background: url(../images/v2/head_member_mail_no.png) no-repeat center bottom;
	cursor: pointer;
}
#head #member #inbox.gotmail {
	background: url(../images/v2/head_member_mail_yes.png) no-repeat center bottom;
}
#head #member #inbox a {
	font-size: 12px;
}
#head #member #inbox .icon {
	margin-top: 2px;
	margin-bottom: 2px;
}
#head #ad {
	height: 90px;
	width: 728px;
	background: #000;
	position: absolute;
	z-index: 5;
	top: 8px;
	left: 225px;
	border: 1px solid #999999;
}
#nav {
	height: 55px;
	background: url(../images/v2/nav_back.png) repeat-x center bottom;
	margin-bottom: 20px;
	position: relative;
}
#nav a {
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 28px;
}
#nav a:hover {
	color: #ff6600;
	text-decoration: none;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav li {
	display: block;
	float: left;
	margin-right: 35px;
	position: relative;
}
#nav li ul {
	position: absolute;
	left: 0px;
	top: 26px;
	white-space: nowrap;
	border-right: 1px solid #3b474e;
	border-left: 1px solid #3b474e;
}
#nav li li {
	display: block;
	float: left;
	margin-right: 15px;
}
#nav .current {
	color: #666666;
	background: url(none);
}
#nav .channels {
	background: url(../images/v2/nav_tab_channels.png) no-repeat center top;
	width: 130px;
	text-align: center;
}
#nav .free {
	font-size: 14px;
	color: #ff6600;
	line-height: 14px;
}
#nav #nav_channels {
	background: url(../images/v2/nav_sub_back.png) repeat-x;
	height: 28px;
	font-size: 18px;
	width: 430px;
	padding-top: 1px;
	overflow: hidden;
}
#nav #nav_channels .icon {
	margin-right: 5px;
	margin-left: 5px;
	vertical-align: text-bottom;
}
#nav #nav_channels a {
	font-size: 18px;
	text-transform: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#nav #nav_upload {
	position: absolute;
	z-index: 3;
	top: 0px;
	right: 0px;
	text-align: right;
}
#nav #search {
	position: absolute;
	top: 26px;
	right: 0px;
	height: 28px;
	background: url(../images/v2/nav_sub_back.png) repeat-x;
	border-right: 1px solid #3b474e;
	border-left: 1px solid #3b474e;
	width: 250px;
}
#nav #search #searchForm {
	margin: 0px;
	padding: 0px;
	height: 100%;
	position: relative;
}
#nav #search #search_id {
	width: 110px;
	position: absolute;
	left: 5px;
	top: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	z-index: 1;
}
#nav #search #search_type {
	position: absolute;
	z-index: 2;
	left: 125px;
	top: 2px;
	width: 75px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#nav #search #search_go {
	position: absolute;
	z-index: 3;
	top: 4px;
	right: 5px;
}
#content {
	width: 970px;
	position: relative;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
#content #video {
	width: 700px;
	float: left;
	margin-bottom: 20px;
	height: 415px;
}
#content #maxmouth_ad {
	margin-bottom: 20px;
	float: right;
}
#content #ad_250x250 {
	width: 250px;
	float: right;
	margin-bottom: 20px;
}
#content #populartags {
	float: right;
	height: 128px;
	width: 250px;
	border: 1px solid #333333;
}
#content #populartags-content {
	position: absolute;
	left: 20px;
	top: 20px;
	overflow: auto;
	width: 210px;
	height: 90px;
	text-align: justify;
}
#content #populartags-content .padding {
	padding-right: 10px;
}
#footer {
	background: url(../images/v2/footer_back.png) repeat-x;
	height: 60px;
	position: relative;
	margin-top: 20px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer #footer_logo {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: -4px;
}
#footer #footer_text {
	position: absolute;
	z-index: 2;
	left: 200px;
	white-space: nowrap;
	font-size: 12px;
	color: #959595;
	line-height: 25px;
	bottom: 0px;
}
#footer #footer_upload {
	position: absolute;
	z-index: 3;
	top: 15px;
	right: 0px;
	text-align: right;
}
#footer #footer_upload a {
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}
#footer #footer_upload a:hover {
	color: #ff6600;
}
.clear {
	clear: both;
}
.center {
	margin: auto;
	width: 970px;
	height: 100%;
	text-align: left;
	position: relative;
}
.row {
	position: relative;	
}
.horiz_box {
	position: relative;
	background: #454950 url(../images/v2/box_sml_back.png) repeat-x;
	border: 1px solid #333333;
	margin-top: 30px;
}
.vert_box {
	position: relative;
	background: #454950 url(../images/v2/box_lrg_back.png) repeat-x;
	border: 1px solid #333333;
	margin-top: 30px;
}
.tab_box {
	background: url(../images/v2/tab_inactive.png) no-repeat;
	text-align: center;
	font-size: 18px;
	line-height: 30px;
	color: #000;
	position: relative;
	top: -30px;
	width: 148px;
	height: 30px;
	left: -1px;
	float: left;
	margin-right: 1px;
	overflow: hidden;
}
.tab_box.current {
	background: url(../images/v2/tab_current.png) no-repeat;
	color: #FFF;
}
.tab_box a {
	color: #000;
	text-decoration: none;
	display: block;
}
.tab_box a:hover {
	color: #000099;
	text-decoration: none;
}
.tab_box.current a {
	color: #FFF;
}
.tab_box.current a:hover {
	color: #FFF;
	text-decoration: none;
}
.content {
	width: 100%;
	display: none;
	position: absolute;
	left: 20px;
	top: 20px;
}
.content.visible {
	display: block;
}
.thumb {
	background: #000;
	width: 124px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	height: 88px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.thumb.fan {
	width:80px;
	height:90px;
}
.thumb img {
	position: absolute;
	left: 2px;
	top: 2px;
	z-index: 1;
	max-height:150px;
}
.thumb_title {
	font-size: 11px;
	color: #FFF;
	text-align: left;
	line-height: 16px;
	width: 120px;
	font-weight: bold;
	position: absolute;
	left: 2px;
	bottom: 0px;
	background: #000;
	z-index: 2;
	opacity:.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	padding-right: 2px;
	padding-left: 2px;
	white-space:-moz-pre-wrap;
	word-wrap:break-word;
}
.thumb.fan .thumb_title{
	width:76px
}
.thumb_title img {
	position: static;	
}
.loader {
	position: absolute;
	left: -10px;
	bottom: 0px;
}
.paging {
	position: absolute;
	z-index: 99;
	right: 10px;
	bottom: 10px;
	white-space: nowrap;
	display: none;
}
.paging.visible {
	display: block;
}
.paging .first, .paging .last {
	font-size: 14px;
	margin-right: 10px;
	margin-left: 10px;
	display: block;
	float: left;
	line-height: 18px;
	color: #999;
}
.paging .next, .paging .prev {
	font-size: 18px;
	font-weight: bold;
	margin-right: 5px;
	margin-left: 5px;
	display: block;
	float: left;
	line-height: 14px;
	color: #999;
}
.paging .page {
	background: #222427;
	display: block;
	margin-right: 3px;
	margin-left: 2px;
	float: left;
	font-size: 14px;
	line-height: 18px;
	width: 20px;
	text-align: center;
	margin-bottom: 3px;
}
.paging .page a {
	display: block;	
}
.paging .page.current {
	background: #000;	
}
.corner_sort {
	font-size: 12px;
	text-align: right;
	position: absolute;
	top: -25px;
	right: 0px;
	display: none;
}
.corner_sort.visible{
	display: block;
}
.corner_link {
	font-size: 12px;
	text-align: right;
	position: absolute;
	top: -20px;
	right: 0px;
}
.corner_tl {
	position: absolute;
	left: -1px;
	top: -1px;
}
.corner_tr {
	position: absolute;
	top: -1px;
	right: -1px;
}
.ad_caption {
	background: #FFF;
	color: #000;
	height: 10px;
	width: 100%;
	text-align: left;
	font-size: 10px;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	font-variant: normal;
	text-indent: 2px;
}
.star_small {
	margin-right: 3px;	
}
.table_grid {
}
.table_grid td {
	background-color: #000;
	background-image: url(../images/table_td_back.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #808080;
	font-size: 14px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.table_grid td td {
	background-image: none;
	border-bottom-style: none;
	background-color: transparent;
}
.table_grid .table_head {
	background-color: #000;
	background-image: url(../images/table_head_back.png);
	background-repeat: repeat-x;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #484848;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #484848;
	border-bottom-color: #484848;
	background-position: left top;
}
.table_grid .table_head.first {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #484848;
}
.header_bar {
	background: url(../images/header_bar_back.png) repeat-x;
	height: 23px;
	border: 1px solid #4d4d4d;
	font: bold 18px/22px "Arial Narrow", Arial, Helvetica, sans-serif;
	color: #0066cc;
	overflow: hidden;
	text-transform: uppercase;
	text-indent: 2px;
	margin-bottom: 10px;
}
.header_bar .view_all {
	font-size: 12px;
	margin-left: 10px;
	font-variant: normal;
	text-transform: none;
}
.container_box {
	background:url(../images/box_back.png) repeat-x;
	border:#0066cc solid 1px;
	padding:6px;
	margin-bottom: 10px;
	text-align: left;
	font-weight: normal;
}
.container_title {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #ccccff;
	margin-bottom: 10px;
}
form {
	margin: 0px;
	padding: 0px;
}
.small {
	font-size: 10px;
}
.label {
	color: #CCCCCC;
	font: bold 12px Arial, Helvetica, sans-serif;
}
h1 {
	color: #ccccff;
	margin-top: 0px;
	padding-top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h3 {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h4 {
	color: #FFFFFF;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.tab {
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
}
.tab a {
	width:100px;
	height:20px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
	padding:2px;
	margin-left:10px;
	background-color:#FF6600;
	display: block;
	float:left;
}
.tab a:hover {
	text-decoration: underline;
}
.title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #006600;
}
a.title:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCFFFF;
	font-size: 12px;
	font-weight: bold;
}
a.title:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCFFFF;
	font-size: 12px;
	font-weight: bold;
}
a.title:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCFFFF;
	font-size: 12px;
	font-weight: bold;
}
a.title:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCFFFF;
	font-size: 12px;
	font-weight: bolder;
}
.bold {
	font-weight: bold;
}
.success {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
}
/* Modules */
.moduleEntry {
	border-bottom: 1px dashed #999999;
	padding: 10px;
	background: #000000 repeat-x left top;
}
.moduleEntryThumb {
	border: 5px solid #FFFFFF;
	margin-right: 10px;
}
.moduleEntryTitle {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}
.moduleEntryDescription {
	font-size: 12px;
	margin-bottom: 6px;
	padding-right: 10px;
}
.moduleEntryTags {
	font-size: 12px;
	margin-bottom: 5px;
}
.moduleEntryDetails {
	font-size: 11px;
	margin-bottom: 5px;
}
.moduleTitle {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 5px;
}
.moduleTitleBar {
	width: 100%;
	border-bottom: 1px dashed #999;
	background: #FF6600;
}
.moduleFrameTitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 3px;
	color: #006600;
}
.tableSubTitle {
	padding: 0px 0px 5px 0px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #CC6633;
}
/* Form Elements */
.formHighlight {
	border: 1px dashed #CCCC66;
	padding-bottom: 10px;
	margin-bottom: 5px;
	padding-left:7px;
	padding-right:7px;
	padding-top:7px;
}
/* msolo remix */
.roundedTable {
	margin: 0px auto 1em auto;
}
.sunkenTitle {
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 5px 5px;
}
.sunkenTitleBar {
	width: 100%;
	border-bottom: 1px dashed #999;
}
hr {
	/* the border */
    border-left:0px none;
	border-right:0px none;
	border-bottom:0px none;
	border-top:1px dashed #999;
	height: 1px
}
img.rating {
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
}
span.rating {
	color:#666666;
	font-size:smaller;
}
.tag_list {
	margin: 1em 0px 0.5em 0px;
	font-weight: bold;
}
.tag_list p {
	margin: 0px 0px 0.5em 0px;
	padding-left: 0.5em;
	font-weight: normal;
	color: #999;
}
.moduleEntry input {
	margin: 1em 0px 0px 0px;
}
.white_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
}
.white_regular {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.tablerow1 {
	background: #eeeeee;
}
div.customThumbs {
	text-align:right;
}
div.customThumbs img {
	border-color:#009900;
	margin:2px;
}
div.customThumbHolder {
	float:left;
	text-align:left;
	border: 1px solid #999;
	background-color: #333;
	margin-right: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}
.cloudtags {
	color: #999999;
	text-decoration: none;
}
.red {
	color: #F00;	
}