body {
	background: #3399FF url('../images/body1.gif') repeat-x;
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin: 0;
}


/* ---------- REDECLAR HEADERS ----------- */
h1 {
	color: #59A4FF;
	font-size: 16px;
	font-weight: bold;
	margin: 2px 0 8px 0;
}
h2 {
	color: #be361a;
	font-size: 14px;
	font-weight: bold;
	margin: 2px 0 4px 0;
}
p {
	margin: 0;
	padding: 0;
}


#main_container {
	width: 1030px;
	margin: 10px auto 0 auto;
}

/* ---------- HEADER ----------- */
#header {
	margin: 0 5px;
	font: bold 11px Verdana;
}
#header ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
#header li {
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}
#header ul.infobar {
	margin-bottom: 6px;
}
#header ul.infobar li {
	margin-left: 16px;
}
#header ul.infobar a {
	display: block;
	height: 9px;
	line-height: 9px;
	text-decoration: none;
}
#header ul.infobar a.bookmark {
	background: url('../images/bookmark.gif') 0 0 no-repeat;
}
#header ul.infobar a.contact {
	background: url('../images/contact.gif') 0 0 no-repeat;
}
#header ul.infobar a.moreinfo {
	background: url('../images/moreinfo.gif') 0 0 no-repeat;
}
#header ul.infobar a.contact:hover,#header ul.infobar a.bookmark:hover, #header ul.infobar a.moreinfo:hover {
	background-position: 0 -9px;
}
#header .globalbar {
	clear: right;
	height: 40px;
	line-height: 20px;
}
#header .globalbar a {
	display: block;
	width: 60px;
	padding: 0 11px 0 10px;
	color: #fff;
	float: left;
	background: url('../images/navbar.gif') top right repeat-x;
	text-decoration: none;
}
#header .globalbar a:hover {
	background-position: bottom right;
}
#header .globalbar li {
	height: 40px;
	margin-top: 14px;
}
#header .globalbar li.first {
	padding-left: 0;
}
#header .globalbar a.on {
	color: #fff;
	background-position: bottom right;	
}

/* ---------- LEFT COLUMN ----------- */
table.cats {
	width: 150px;
}
table.cats tr {
	cursor: pointer;
}
table.cats td {
	font-size: 10px;
	padding: 4px;
}
table.cats td.cat_button {
	width: 80%;
}
table.cats td.cat_count {
	width: 20%;
	text-align: right;
}

tr.row_on, tr.odd {
	background-color: #eee;
}
tr.row_out, tr.even {
	background-color: #fff;
}

div.rss {
	background: #fcfcfc url('../images/rss_tiny.gif') 4px 0px no-repeat;
	border: 1px solid #eef0f1;
	padding: 0 4px 0 22px;
	margin: 4px 0;
}
div.rss a {
	display: block;
	color: #797878;
	font-size: 10px;
	text-decoration: none;
	line-height: 20px;
}
div.rss a:hover {
	color: #000;
}

/* ---------- MIDDLE AND RIGHT COLUMN ----------- */
#body {
	font-size: 10px;
	margin: 4px 0 10px 0;
	text-align: left;
}
table#body_table {
	width: 100%;
	margin: 0;
	padding: 0;
}
table#body_table td#left_column, table#body_table td#middle_column, table#body_table td#right_column {
	background-color: #fff;
	border: 4px solid #efefef;
	vertical-align: top;
	padding: 0;
}

.box_title {
	color: #fff;
	font-weight: bold;
	background: url('../images/box_title.gif') repeat-x;
	padding: 5px 6px;
}
.box_body {
	padding: 5px 6px;
}
.entry {
	background: #fff url('../images/entry.gif') repeat-x;
	border: 1px solid #eef0f1;
	padding: 1px 1px;
	line-height: 1.3em;
	margin-bottom: 1px;
}
.entry_ad {
	background: #fff url('../images/entry_ad.gif') repeat-x;
	border: 1px solid #eef0f1;
	padding: 10px 6px;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.topbar {
	background: #f7f7f7 url('../images/topbar.gif') repeat-x;
	padding: 1px 6px;
	border: 0;
	margin: 0;
}
.topbar_outer {
	border: 1px solid #efefef;
	margin-bottom: 10px;
}
.topbar_links {
	padding: 6px;
	text-align: center;
}
.topbar_links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.topbar_links li {
	display: inline;
	margin: 0;
	padding: 0 20px 0 0;
}

table.topbar_table, table.latest_video {
	width: 100%;
}
table.latest_video td {
	background: url('../images/lastest_media_row.gif') no-repeat;
	/*background-attachment: fixed;*/
	padding: 5px 2px;
	vertical-align: middle;
}
	.latest_video_title a {
		font-weight: bold;
	}
	.latest_media_description {
		margin-top: 3px;
		color: #727272;
	}
table.topbar_table td {
	font-weight: bold;
}
	table.topbar_table td.topbar_arrow {
		background: url('../images/topbar_arrow.gif') no-repeat;
		padding-left: 26px;
	}

.entry_title {
	font-weight: bold;
	line-height: 12px;
	vertical-align: bottom;
	margin-bottom: 2px;
}
	.entry_title a {
		font-weight: bold;
	}
	.entry_title img {
		padding-right: 0px;
		vertical-align: bottom;
	}
.entry_body {
	margin-left: 15px;
}
	.entry_body a {
		font-weight: bold;
	}
.entry_info {
	margin-top: 6px;
	color: #828181;
	text-align: right;
}
.entry_info .entry_date {
	padding-right: 12px;
}
table.media_2_col {
	width: 100%;
	border-collapse: collapse;
}
table.media_2_col td.one {
	width: 50%;
	padding-right: 5px;
}
table.media_2_col td.two {
	width: 50%;
	padding-left: 5px;
}

table.media_entry {
	width: 100%;
	border-collapse: collapse;
}
.media_entry_title {
	font-weight: bold;
	font-size: 11px;
	padding-bottom: 6px;
}
td.media_entry_thumb {
	width: 70px;
}
td.media_entry_info {
	padding-left: 8px;
	line-height: 1.5em;
	color: #797878;
}
.media_entry_rate {
	padding-top: 6px;
	width: 70px;
	text-align: center;
}
/*
	.media_entry_rate img {
		cursor: pointer;
	}
*/
.media_entry_action {
	text-align: right;
}
table.search_media {
	width: 100%;
	border-collapse: collapse;
}




/* ---------- TABS ----------- */
#top10_tabs {
	float: left;
	margin-left: 0;
	padding: 0;
	width: 100%;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	padding-left: 5px;
}
#top10_tabs ul {
	font: bold 10px Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
}
#top10_tabs li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
}
#top10_tabs a {
	float: left;
	background: #c7c6c6 url(../images/tab_left.gif) no-repeat left top;
	margin: 0 5px 0 0;
	padding: 0 0 1px 3px;
	text-decoration: none;
}
#top10_tabs a span {
	color: white;
	float: left;
	display: block;
	background: transparent url(../images/tab_right.gif) no-repeat right top;
	padding: 2px 8px 2px 5px;
}
#top10_tabs a span {
	float: none;
}
#top10_tabs a:hover, #top10_tabs a:hover span, #top10_tabs .top10_tabs_current a, #top10_tabs .top10_tabs_current span {
	background-color: #999;
	color: #fff;
}

.top10 {
	clear: left;
	border-top: 1px dotted #c7c6c6;
}
	.top10 ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.top10 ul li {
		list-style-type: none;
		display: block;
		font-size: 11px;
		margin: 0;
		padding: 4px 0 4px 3px;
		border-bottom: 1px dotted #c7c6c6;
	}
	.top10 ul li a {
		font-weight: bold;
		display: block;
	}
	.top10 ul li a.media_selected {
		color: #be361a;
	}
	.top10 ul li a:hover {
		text-decoration: none;
	}
	.top10 ul li img {
		vertical-align: middle;
	}
	.top10_title {
		padding-left: 6px;
	}


/* ---------- MEDIA ID PAGES ----------- */

.text_ads_top_line {
	padding: 0 8px;
	background-color: #fff;
}
.media_id {
	background-color: #f7f7f7; border: 1px solid #eef0f1;
}
.media_id_top {
	color: #502e2e;
}
	.media_id_title {
		font-size: 16px;
		font-weight: bold;
	}
	.media_id_votes {
		color: #c3c3c3;
		padding: 0 4px;
	}
.media_id_middle {
	background-color: #fff;
}
.media_id_bottom {
	line-height: 1.5em;
}
.media_id_search {
	margin-top: 10px;
	background-color: #fff;
}


/* ---------- EMAIL FORM ----------- */
.email_admin td {
	vertical-align: top;
	font-size: 12px;
	padding: 0;
}
.email_admin div.field_title {
	font-weight: bold;
	margin: 6px 0;
}
.email_admin input, .email_admin textarea, .email_admin select {
	background-color: #efefef;
	border: 1px solid #333;
	border-color: #000 #c1c1c1 #c1c1c1 #000;
	font-size : 11px;
	margin: 0;
	padding: 2px;
	font-family: verdana, arial, helvetica, sans-serif;
}
.email_admin input:focus, .email_admin textarea:focus {
	background-color: #fff;
}
.email_admin select {
	padding: 0;
}

/* ---------- SUBMIT FORM ----------- */
.submit_form td, .submit_form th {
	font-size: 12px;
	padding: 10px 4px;
}

.submit_form td.field_title {
	width: 100px;
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
}
.submit_form input, .submit_form textarea, .submit_form select {
	background-color: #efefef;
	border: 1px solid #333;
	border-color: #000 #c1c1c1 #c1c1c1 #000;
	font-size : 12px;
	margin: 0;
	padding: 2px;
	font-family: verdana, arial, helvetica, sans-serif;
}
.submit_form input:focus {
	background-color: #fff;
}
.submit_form select {
	padding: 0;
}
.submit_form input.radio {
	background-color: #fff;
	border: 0;
}
.submit_form .caption {
	font-size: 10px;
	color: #aaa;
}
.submit_cat_icons img {
	cursor: pointer;
	vertical-align: top;
	margin-bottom: 12px;
}


/* ---------- SEND TO FRIEND Form ----------- */
#send_to_friend_container {
	clear: right;
	background: #eaeaea url(../images/sendtofriend_top.gif) no-repeat;
	padding-top: 20px;
}
table.sendtofriend_form {
	width: 100%;
}
.sendtofriend_form td {
	text-align: left;
	font-size: 10px;
	padding: 4px 2px;
}
.sendtofriend_form td.field_title {
	width: 90px;
	text-align: right;
	font-weight: bold;
	vertical-align: middle;
}
.sendtofriend_form input {
	background-color: #f8f8f8;
	border: 1px solid #333;
	border-color: #000 #c1c1c1 #c1c1c1 #000;
	font-size : 10px;
	margin: 0;
	padding: 1px;
	font-family: verdana, arial, helvetica, sans-serif;
}
.sendtofriend_form input:focus {
	background-color: #fff;
}
.sendtofriend_preview_container {
	position: relative; height: 0; z-index: 10;
}
#sendtofriend_preview {
	position: absolute; 
	right: 0;
	top: 0;
	z-index: 10;
}


/* ---------- ADVERTISE ----------- */
.advertise_links {
	margin-bottom: 12px;
	font-size: 11px;
}
.advertise_links a {
	margin-right: 20px;
}
.advertise_links a.advertise_links_current {
	color: #be361a;
	text-decoration: underline;
}



/* ---------- FOOTER ----------- */
#footer {
	margin: 0 4px;
	background: #57A3FF url('../images/footer.gif') repeat-x;
	background-position:bottom;
	line-height: 1.5em;
	text-align: left;
}
#footer .footer_links a {
	margin-right: 16px;
	font-size: 10px;
}
#footer .footer_links a:link, #footer .footer_links a:visited {
	color: #fff;
}
#footer .footer_links a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.copyright {
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	margin: 0;
}



/* ---------- TABLES ----------- */
table {
	padding: 0;
	margin: 0;
}
td {
	padding: 0;
}


/* Pagers */
#pagination {
	text-align: right;
	margin-bottom: 4px;
	margin-top: 4px;
}
#pagination a {
	margin-right: 3px;
	background: url('../images/pager.gif') repeat-x;
	border: 1px solid #d3d1d1;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
}

#pagination a.currentpage, #pagination a.currentpage:hover {
	color: #a0a0a0;
	font-weight: bold;
	background: #e3e3e3;
}
#pagination a:hover {
	color: #0073FF;
	background: #e4e4e4;
}


/* ---------- ANCHORS ----------- */
a {
	text-decoration: none;
}
a:link, a:visited {
	color: #59A4FF;
}
a:hover {
	color: #0073FF;
	text-decoration: underline;
}
.latest_media_description a:link, .latest_media_description a:visited {
	color: #666666;
}
.latest_media_description a:hover {
	color: #be361a;
}

/*.entry_body a:link, .entry_body a:visited {
	color: #555;
	text-decoration: underline;
}
.entry_body a:hover {
	color: #be361a;
	text-decoration: underline;
}
*/


/* ---------- IMAGES ----------- */
img {
	border: 0;
}


/* ---------- FORM ELEMENTS ----------- */
form {
	display: inline;
	padding: 0;
	margin: 0;
}
input {
	font-family: verdana, arial, helvetica, sans-serif;
}
input#search {
	background-color: #efefef;
	border: 1px solid #333;
	border-color: #000 #c1c1c1 #c1c1c1 #000;
	font-size : 11px;
	padding: 2px;
}
input#search:focus {
	background-color: #fff;
}
input.btn {
	font-weight: bold;
	border-color: #efefef #000 #000 #efefef !important;
	cursor: pointer;
}


/* ---------- ALIGNMENTS ----------- */
.rgt, td.rgt {
	text-align: right;
}
.lft, td.lft {
	text-align: left;
}
.ctr, td.ctr {
	text-align: center;
}
.clear_both {
	clear: both;
}
.clear_left {
	clear: left;
}
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.v_a_t {
	vertical-align: top !important;
}
.v_a_m {
	vertical-align: middle !important;
}
.v_a_b {
	vertical-align: bottom !important;
}



/* ---------- PADDING AND MARGINS ----------- */
.p_8 {
	padding: 8px;
}
.p_6_12 {
	padding: 6px 12px;
}
.p_6_12_12_12 {
	padding: 6px 12px 12px 12px;
}
.p_r_8 {
	padding-right: 8px;
}
.p_r_16, td.p_r_16 {
	padding-right: 16px;
}
.p_5_0 {
	padding: 5px 0;
}
.p_0_5 {
	padding: 0 5px;
}
.p_0_8 {
	padding: 0 8px;
}
.p_t_4 {
	padding-top: 4px;
}
.p_t_10 {
	padding-top: 10px;
}
.p_b_6 {
	padding-bottom: 6px;
}
.p_t_6 {
	padding-top: 6px;
}
.m_b_6 {
	margin-bottom: 6px;
}
.m_t_6 {
	margin-top: 6px;
}
.m_8_0 {
	margin: 8px 0;
}
.m_t_8 {
	margin-top: 8px;
}
.m_b_0 {
	margin-bottom: 0 !important;
}
.m_l_30 {
	margin-left: 30px;
}
.m_0_8 {
	padding: 0 8px;
}


/* ---------- BORDERS ----------- */
.b_b_1_dotted {
	border-bottom: 1px dotted #000;
}



/* ---------- LISTS ----------- */
ul.horizontal {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.horizontal li {
	list-style-type: none;
	display: inline;
	margin: 0;
	padding: 0;
}


/* ---------- FONTS ----------- */
.fs_10 {
	font-size: 10px;
}
.fs_11 {
	font-size: 11px;
}
.fs_12 {
	font-size: 12px;
}
.fs_14 {
	font-size: 14px;
}
.bold {
	font-weight: bold;
}
.gray_text {
	color: #797878;
}


/* ---------- BUTTONS ----------- */
a.go {
	text-decoration: none;
	display: block;
	width: 25px;
	height: 18px;
}
a.go:link, a.go:visited {
	background: url('../images/btn_go.gif') 0 0 no-repeat;
}
a.go:hover {
	text-decoration: none;
	background-position: 0 -18px;
}
a.view, a.play, a.watch {
	margin-left: auto;
	text-decoration: none;
	display: block;
	width: 82px;
	height: 14px;
}
a.view:link, a.view:visited {
	background: url('../images/view_now.gif') 0 0 no-repeat;
}
a.play:link, a.play:visited {
	background: url('../images/play_now.gif') 0 0 no-repeat;
}a.watch:link, a.watch:visited {
	background: url('../images/watch_now.gif') 0 0 no-repeat;
}
a.view:hover, a.play:hover, a.watch:hover {
	text-decoration: none;
	background-position: 0 -14px;
}


/* ---------- MISC ----------- */
#loading_status {
	padding-left: 10px;
}
.search_results, .notice {
	background-color: #d34529;
	border: 1px solid #991d16;
	padding: 8px 16px;
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	margin-bottom: 10px;
}
.ptr {
	cursor: pointer;
}


/* ---------- PREV/NEXT BUTTONS ----------- */
.media_id_prev_next {
	height: 22px;
	float: right;
}
	.media_id_prev_next a.prev, .media_id_prev_next a.next, .media_id_prev_next div.prev_none, .media_id_prev_next div.next_none {
		line-height: 100%;
		margin: 0;
		padding: 0;
		border: 0;
		display: block;
		float: left;
		width: 17px;
		height: 17px;
	}
	.media_id_prev_next a.prev {
		margin-left: 3px;
	}
	.media_id_prev_next a.prev:link, .media_id_prev_next a.prev:visited {
		background: url('../images/media_prev_next.gif') -17px 0 no-repeat;
	}
	.media_id_prev_next a.prev:hover {
		background-position: -17px -17px;
		text-decoration: none;
	}
	.media_id_prev_next a.next:link, .media_id_prev_next a.next:visited {
		background: url('../images/media_prev_next.gif') 0 0 no-repeat;
	}
	.media_id_prev_next a.next:hover {
		background-position: 0 -17px;
		text-decoration: none;
	}
	.media_id_prev_next div.prev_none {
		background: url('../images/media_prev_next.gif') -17px -34px no-repeat;
		margin-left: 3px;
	}
	.media_id_prev_next div.next_none {
		background: url('../images/media_prev_next.gif') 0 -34px no-repeat;
	}

	table.media_id_table {
		width: 100%;
		border-collapse: collapse;
	}
	.media_id_star img {
		vertical-align: bottom;
		cursor: pointer;
	}

/*

* { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }
  
*/

table.refs {
	width: 100%;
}
table.refs td {
	padding: 2px;
}
.friend {
	font-family: tahoma, verdana;
	font-size: 9px;
	color: #502e2e; 
	font-weight: bold;
	text-decoration: none;
}
a.friend:hover {
	text-decoration: underline;
}
.bottomads {
	color:#000000;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	margin: 0;
}
.bottomads a {
	color:#FFFFFF;
	text-decoration: none;
}
