html{
	background: transparent url("../images/html_back.png") repeat-x top left;
}

body{
	font-family: Arial, sans-serif;
	color:#707070;
	background: transparent url("../images/body_back.png") no-repeat top left;
	margin:0;
	padding:0;
	font-size:12px;
}

.right		{ float:right;}
.left		{ float:left;}
hr.clear	{ border:none; background:none; margin:0;clear:both;border-top:none;border-bottom:none;}
em			{ color:#cc6633;}
.reset		{ margin:0; padding:0;}
/**/
table 
{

width:220px;
height:20px;/*
text-align:center;*/
border-color:#ffffff;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
margin-top:-4px;
text-decoration:none;
}
td a:link, td a:hover, td a:visited
{
	text-decoration:none;
	color:#000000;
	position:relative; 
    z-index:24;
   }
	
td a:hover
{ 
	display: block; 
    z-index: 25;
    margin: 0;
	text-decoration:none;
	color:#000000;
	/*background-color:#45C2DF;*/
	width:auto;
	height:auto;}
	

td a span{display: none}
td a:hover span{ /*lo span verrư mostrato solo sullo stato :hover */
    display: block; 
    position:absolute;
    top: 2em; 
    left: 2em; 
    width: 180px;
    border: 1px solid #ffffff; 
    background-color: #E2CDAB; 
    padding:8px;
    font-size: 12px;
    text-align: center;
    color:#604213}


		
/* TYPOGRAPHY */

p			{margin: 0 0 1.5em 0;}

h1,
h2 {
	color:#604213;
	font-size:24px;
	margin-bottom:20px;
	border-bottom:1px solid #e1e1e1;
/*    position:relative;*/
}

h3, h4{
	font-size:18px;
	margin-bottom:15px;
}
h4{
border-bottom:1px solid #e1e1e1;
}
h2.arrow_down{
	padding-left:15px;
	background: transparent url("../images/arrow_down.png") no-repeat left center; 
}

h2.arrow_right{
	padding-left:15px;
	background: transparent url("../images/arrow_right.png") no-repeat left center;	
}
h5{
margin-top:-15px;
margin-bottom:15px;
color:#0098BA;}

/*LINK COLOR*/
a{
	color:#0098ba;
	text-decoration: none;
}
a:hover{
	color:#006880;
	text-decoration: underline;
}

a.arrow{
	background: transparent url("../images/arrow_right_black.png") no-repeat left center;
	padding-left:10px;
}

/*
=============
HEADER
=============
*/

.header{
	height:80px;
/*  margin-top:30px;*/
	margin-bottom:0;
	position:absolute;
	top:0;
	left:0;
	z-index:9999;
}

.header span.logo{
	/*background: transparent url("../images/logo.png") no-repeat top left;*/
	display:block;
	text-indent:-9999px;
	height:53px;
	width:144px;
}

.header span.tagline{
	font-size:12px;
	color:#484848;
}

.dashboard ul{
	margin-bottom:20px;
	text-align:right;
}

#index .dashboard ul{
	margin-top:53px;	
}

.dashboard ul li{
	display:inline;
	margin-right:7px;
	padding-right:8px;
	border-right:1px solid #86cad9;
}

.dashboard ul li.last{
	margin-right:0;
	padding-right:0;
	border:none;
}

form.search_form label{
	position:absolute;
	left:10px;
	top:7px;
}

form.search_form label.structural{
	left:-9999px;
}

form.search_form fieldset ul li {
	border:none;
	padding:0;
	margin:0;
}

form.search_form fieldset ul li.first {
	background-image:url("../images/search_back_on.png");
	background: transparent url("../images/search_back.png") repeat-x top left;
	padding:8px 5px 9px 5px;
	margin-right:-5px;
}
form.search_form fieldset ul li.on {
    background-image:url("../images/search_back_on.png");
}

form.search_form fieldset ul li.first input.textfield{
	width:181px;
	padding:0.1em 0.4em 0.3em 0.3em;
	position:relative;
	top:-3px;
}
form.search_form fieldset{
    margin-left:111px;
}
form.search_form fieldset ul li{
    display:block;
    float:left;
}

/*
===============
SEARCH
===============
*/

#search h1{
	border:none;
}

#search h1 em{
	color:#83bd45;
}

#search h2{
	border:none;
	font-size: 16px;
	color:#4f4f4f;
	margin-bottom:5px;
}

.search_nav ul.tab_nav li.advanced a{
	border:none;
	background:none;
	margin:4px 90px 0 10px;
	text-decoration:underline;
	color:#0098ba;
	background:transparent url(../images/arrow2.png) no-repeat 8px center;
	padding:0 0 0 20px;
}

.search_nav ul.tab_nav li.advanced a:hover{
	margin:4px 95px 0 10px;
	padding:0 0 0 20px;
	background:transparent url(../images/arrow2.png) no-repeat 8px 6px;
}

#search .search_nav ul.tab_nav li.pag span.page{
	float:left;
	margin-right:3px;
}

#search .search_nav ul.tab_nav li.pag span.next,
#search .search_nav ul.tab_nav li.pag span.previous{
	margin:0 0 0 3px;
	padding:0;
	float:left;
	width:16px;
	height:16px;
}

#search .search_nav ul.tab_nav li.pag span.next a,
#search .search_nav ul.tab_nav li.pag span.previous a {
	border:none;
	padding:0;
	margin: 0 3px 0 5px;	
}

#search .search_nav ul.tab_nav li.pag span.next a:hover,
#search .search_nav ul.tab_nav li.pag span.previous a:hover{
	padding:0;
	margin: 0 3px 0 5px;
}

#search .search_results{
	float:left;
	margin-bottom:30px;
	border-bottom:1px solid #E4E4E4;
}
#search .search_results li.result div.span-6 p span.views,
#search .search_results li.result div.span-6 p span.added {
	margin-right:20px;
}

#search ul.search_results .result .span-2 a object{
	padding:11px;
	display:block;
}

/*
===============
ADVANCED SEARCH
===============
*/
form#advanced_search div.span-5,
form#advanced_search label{
	margin-bottom:10px;
}

form#advanced_search .textfield{
	width:378px;
}

form#advanced_search div.last {
	position:relative;
	
}

form#advanced_search div.last input.button{
	position:absolute;
	top: 0; 
	right:0;
}

.how_search_works p{
	background: transparent url("../images/how_search_works.png") no-repeat top left;
	display:block;
	text-indent:-9999px;
	height:52px;
	width:282px;
}

.how_search_works ol{
	border-top:1px solid #E1E1E1;
	padding-top:.5em;
}

.how_search_works ol li{
	border-bottom:1px solid #E1E1E1;
	margin-top:.5em;
	padding-bottom:.5em;
	list-style-position: inside;
}


/*
=============
NAVIGATION
=============
*/
.nav{
margin:0 auto;
	padding-top:8px;
	background: transparent url("../images/nav_back.png") repeat-x top left;
	border-bottom:1px solid #fff;
	position:absolute;
	z-index: 9998;
	top:115px;

}

.nav ul{
	background: transparent url("../images/nav_ul_back.png") repeat-x top left;
	border-top:1px solid #fff;
	border-right:1px solid #dbddde;
	border-left:1px solid #dbddde;
	height:34px;
}

.nav ul li{
	display:inline;
	float:left;
	position:relative;
}

.nav ul li a{
	display:block;
	width:auto;
	/*min-width:160px;*/
	text-align:center;
	padding:7px 31px; 
	border-left:1px solid #d3d3d3;
	text-decoration: none;
	text-transform: uppercase;
	font-size:13px;
	color:#363636;
	height:20px;
	position:relative;
}

.nav ul li a:hover {
	background: transparent url("../images/nav_hover_back.png") repeat-x top left;
}

.nav ul li a span.arrow_down{
	display:block;
	position:absolute;
	right:8px;
	top:7px;
	width:14px;
	text-indent:-9999px;
	border-left:1px solid #ccc;
	background: transparent url("../images/arrow_down.png") no-repeat right center;
}

.nav ul li a#upload{
	width:165px;
}

.nav ul li a span.upload{
	background: transparent url("../images/arrow_up.png") no-repeat left center;	
	padding-left:15px;
}

.nav ul li a#home, .nav ul li a#myempivot{
	width:144px;
	border:none;
}
.nav ul li a#myempivot{
	text-indent:-15px;
}

.nav ul li a.selected:hover,
.nav ul li a.selected{
	background: transparent url("../images/nav_selected_back.png") repeat-x left center;
	color:#fff; 
}

.nav ul li ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 160px;
	list-style: none;
	display: none;
	position: absolute;
	z-index: 100;
	top: 34px;	
	left: 0;
	border:1px solid #fff;
}

/*.nav ul li ul.active{
    display:block;
}*/

.nav ul li ul li {
	width: 160px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline-block; /*For IE*/
	height: auto;
	background-color:#efe4d2;

}

/* Root Menu */
.nav ul li ul li a {

	padding: 10px 0;
	display: block;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	text-align:left;
	text-transform: capitalize;
	font-size:12px;
	border-top:1px solid #fff;
	border-bottom:1px solid #e1cfb2;
	color:#604213;
}

.nav ul li ul li a.first{
	border:none;
}

/* Root Menu Hover Persistence */
.nav ul a:hover,
.nav ul li:hover a,
.nav ul li.active a {
	background-color: #f0e6d8;
	background: transparent url("../images/nav_hover_back.png") repeat-x top left;
}

/* Selected Root Menu Hover Persistence */
.nav ul a.selected:hover,
.nav ul li:hover a.selected,
.nav ul li.active a.selected {
	background: transparent url("../images/nav_selected_back.png") repeat-x left center;
}

/* 2nd Menu */
/*.nav ul li:hover li a,*/
.nav ul li ul.active li a {
	float: none;
	background-image:none;
	background-color: #f0e6d8;
	padding:3px 6px 3px 25px;
	width:132px;
}

/* 2nd Menu Hover Persistence */
.nav ul li:hover li a:hover,
.nav ul li:hover li:hover a,
.nav ul li.active li a:hover
.nav ul li.active li.active a {
	background-image: none;
	background-color: #e2cdab;
}

.nav ul ul,
.nav ul ul ul {
 display: none;
 position: absolute;
 top: 0;
 left: 140px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
/*.nav ul li:hover ul ul,
.nav ul li:hover ul ul ul,
.nav ul li.active ul ul,
.nav ul li.active ul ul ul {
 display: none;
}

.nav ul li:hover ul,
.nav ul ul li:hover ul,
.nav ul ul ul li:hover ul,
.nav ul li.active ul,
.nav ul ul li.active ul,
.nav ul ul ul li.active ul {
 display: block;
}*/


/*
=====================
SUB NAVIGATION
=====================
*/

.sub_nav{
	border-bottom:1px solid #e4e4e4;
	background: transparent url("../images/sub_nav_back2.png") no-repeat center top;
	height:30px;
	position:absolute;
	top:156px;
	left:0;
}

.sub_nav ul{
	margin:0;
	padding:0;
}

.sub_nav ul li{
	display:inline;
	float:left;
}

.sub_nav ul li a{
	color:#4b4b4b;
	text-decoration:none;
	display:block;
	padding:6px 9px 6px 11px;
	border-right:1px solid #e4e4e4;
}

.sub_nav ul li a:hover,
.sub_nav ul li a.selected{
	color:#4b4b4b;
	text-decoration:none;
	background-color:#f6f6f6;
}

.sub_nav ul li.customize a{
	background: transparent url("../images/customize_this_page_btn.gif") no-repeat center center;
	width:156px;
	height:20px;
	text-indent:-9999px;
	border-right:none;
	padding:6px 20px 6px 20px;
}

/*
=====================
PAGE CONTENT START
=====================
*/
hr.pageclear{
    border:none;
    display:block;
    height:55px;
    background:transparent;
}

/* TABBED NAVIGATION 
===================== */
ul.tab_nav {
	height:25px;
	border-bottom: 1px solid #e1e1e1;  
	padding: 5px 10px 0 0;
	margin:5px 0 0 0;
	position:absolute;
	right:0pt;
	top:0px;
	width:100%;
}

#container_videos ul.tab_nav{
    border-bottom:none;
    width:324px;
}

ul.tab_nav li { 
	float: left; 
	margin: 0 -1px -2px 0;
/*  float:right;*/
}

ul.tab_nav li a { 
	display: block; 
	padding: 3px 1em;
	margin-bottom:0; 
	color: #707070;
	border:1px solid #e1e1e1;
	text-decoration:none;
	background: #fff url("../images/sec_nav_back.png") repeat-x bottom left;
}


ul.tab_nav li a:hover{
	color:#0098ba;
}
ul.tab_nav li a.selected { 
	background:none;
	border-bottom:1px solid #fff;
	border-left:none;
	border-top:none;
	color:#4b4b4b;
	background: #fff url("../images/sec_nav_corner.png") no-repeat top left;
	margin-top:-3px;
	height:23px;
}
.panel li.first{
	clear:left;
}

/*FORMS*/
form#newsletter ul,
form#search ul,
form#friend_search{
	margin-top:10px;
}

form#newsletter ul li,
form#search ul li,
form#friend_search ul li {
	display:inline;
	list-style-type: none;
}

input.textfield {
	border:1px solid #CDCDCD;
	padding:0.2em 0.4em 0.2em 0.3em;
	width:164px;	
	background: #fff url("../images/input_back.png") repeat-x top left;
}

form li.submit input{
	vertical-align:middle;
}

ul li.blinkx {
	color:#afafaf;
}

ul li.blinkx span{
	background: transparent url("../images/blinkx_logo.png") no-repeat left center;
	display:block;
	height:11px;
	width:50px;
	text-indent:-9999px;
}

/* 
================
PAGINATION
================
*/

div.pagination{
	border-top:solid 1px #DEDEDE;
	border-bottom:solid 1px #DEDEDE;
}

div.pagination ul{
	margin:0;
	padding:0;
	position:relative;
}

div.pagination ul li{
	border:0; 
	margin:0; 
	padding:0;
	font-size:11px;
	list-style:none;
}

div.pagination ul li{
	border-right:1px solid #DEDEDE;
	float:left;
}

div.pagination ul .previous-off,
div.pagination ul .next-off {
	color:#888;
	display:block;
	float:left;
	font-weight:bold;
	padding:3px 4px;
}

div.pagination ul .next{
	position:absolute;
	right:0;
	border-left:1px solid #DEDEDE;
	border-right:none;
}

div.pagination ul .next a,
div.pagination ul .previous a {
	font-weight:bold;
}

div.pagination ul .active{
	color:#000;
	font-weight:bold;
	display:block;
	float:left;
	padding:3px 6px;
}

div.pagination ul a,
div.pagination ul a:link,
div.pagination ul a:visited {
	display:block;
	float:left;
	padding:3px 6px;
}
div.pagination ul a:hover{
	background-color:#f6f6f6;
}

/*
=============
FLASH LEAD
=============
*/
.lead {
	margin-top:20px;
	margin-bottom:25px;
}

#home .lead{
    margin-top:8px;
}

.lead img{
	width:964px;
	height:238px;
	display:block;
}
.lead a.close{
	width:56px;
	height:17px;
	margin-left:900px;
	display:block;
	background:transparent url(../images/hide_flash_btn.gif) no-repeat;
	text-indent:-9999px;
}
.lead a.open{
	width:964px;
	height:35px;
	margin-left:0;
	display:block;
	background:transparent url(../images/show_flash_btn.gif) no-repeat;
	text-indent:-9999px;
}
.my_lead img{
	height:344px;
}
.my_lead {
	background-color:#f9f9f9;
	border:1px solid #e4e4e4;
}

/* 
=============
CUSTOMIZE THIS PAGE 
=============
*/

#customize {
	margin-bottom:10px;
	border:1px solid #cbcbcb;
	background: #fff url("../images/customize_lead_back.gif") repeat-x left bottom;
}

#customize h3{
	color: #614213;
	margin:15px 0 0 25px;
}

#customize h3 span{
	color:#707070;
	font-size:12px;
	font-weight:normal;
	font-style:italic;
}

#customize ul{
	margin-bottom:15px;
}

#customize ul li{
	list-style: none;
}

#customize input.textfield{
	margin:15px 0 0 25px;
	width:300px;
}

#customize div.right{
	margin-right:90px;
	margin-bottom:15px;
	margin-top:-25px;
	position:relative;
}

#customize div.right a{
	position:absolute;
	top:5px;
	margin-left:10px;
	text-decoration: underline;
}

/*
=============
CONTENT
=============
*/

.rss{
	height:14px;
	width:14px;
	display:block;
	text-indent:-9999px;
	background: transparent url("../images/rss.gif") no-repeat right center;
}

/* HOME
============= */
.module{
	padding-bottom:20px;
	margin-bottom:10px;
	border-bottom:1px solid #e4e4e4;
}

.content{
	margin-top:25px;
  position:relative;
}
.scroller ul.content{
    margin-top:0;
}

.content .module{
	border:none;
}

.community ul{
	float:left;
}

.videos{
	position:relative;
}

.profile h2,
.related_videos h2,
.video h1
.videos h1,
.videos h2{
	border:none;
	padding-bottom:0;
	position:relative;
}

.related_videos ul.content li.span-4 h3{
    width:130px;
   /* overflow-x:hidden;*/
}

.related_videos h2,
.video h1{
	margin-bottom:0;
}

.video .span-1 a img{
	width:48px;
	height:48px;
}

h2 span,
.related_videos h2 span,
h1 span,
div.blinkx_pag span{
	color:#707070;
	font-size:12px;
	position:absolute;
	right:45px;
	margin-top:8px;
	display:inline;
}

#page_advanced_search .content h1 span{
	margin-top:0;
}

.search_nav ul.tab_nav li span.previous,
h2 span.previous,
.related_videos h2 span.up,
h1 span.previous,
div.blinkx_pag span.previous{
	right:16px;
}

div.blinkx_pag span{
    bottom:0;
}

.search_nav ul.tab_nav li span.next,
h2 span.next,
.related_videos h2 span.down,
h1 span.next,
div.blinkx_pag span.next{
	right:0;
}

.search_nav ul.tab_nav li span.previous a,
h2 span.previous a,
.related_videos h2 span.up a,
h1 span.previous a,
div.blinkx_pag span.previous a{
	background: transparent url("../images/top_pagination_previous.png") no-repeat top left;
	display:block;
	text-indent:-9999px;
	width:16px;
	height:16px;
	margin-right:3px;
	margin-left:5px;
	font-size:0%;
}

.search_nav ul.tab_nav li span.next a,
h2 span.next a,
.related_videos h2 span.down a,
h1 span.next a,
div.blinkx_pag span.next a{
	background: transparent url("../images/top_pagination_next.png") no-repeat top left;
	display:block;
	text-indent:-9999px;
	width:16px;
	height:16px;
	font-size:0%;
}

.related_videos h2 span.up a{
	background: transparent url("../images/top_pagination_up.png") no-repeat top left;
}

.related_videos h2 span.down a{
	background: transparent url("../images/top_pagination_down.png") no-repeat top left;
}

h2 span.arrow{
	display:block;
	position:absolute;
	left:110px;
	top:3px;
	width:14px;
	text-indent:-9999px;
	border-left:1px solid #ccc;
	background: transparent url("../images/arrow_down.png") no-repeat right center;
	height:12px;
	line-height:.75;
}

a.select_rss{
    display:block;
    padding:8px;
}

.videos h2 .rss{
	position:absolute;
	left:90px;
	top:12px;
	z-index:10;
	line-height:.75;
}

.community ul{
	margin:0 0 30px 0;
}

.related_videos ul li, 
.community ul li,
.featured_channels ul li,
.videos ul li{
	display:inline;
	list-style:none;
	margin-bottom:30px;
}

.recently_updated ul li{
	margin-bottom:10px;
}

.community ul li{
	width:60px;
	margin-right:10px;
	float:left;
	margin-bottom:0;
}

.community ul li.last{
	margin-right:0;
}

.related_videos ul li span, 
.community ul li a,
.featured_channels ul li a,
.videos ul li span, .news{
	border:1px solid #cbcbcb;
	display:block;
	background: transparent url("../images/video_pic_back.png") repeat-x bottom left;
}
.news{
padding: 10px; 
margin: 10px 15px; 
float: left;
}
.featured_channels ul li a img{
	width:287px;
/*	height:150px;*/
}

.featured_channels ul li a span{
/*	height:150px;*/
	overflow:hidden;
	display:block;
}

.featured_channels ul li a,
.videos ul li span{
	margin-bottom:10px;
}

.related_videos ul span a, 
.videos ul li span a, .video span a{
	display:block;
    position:relative;
}

.related_videos ul li img, 
.videos ul li img{
	padding:11px;
}

.featured_channels ul li a {
	padding:8px;
}
.featured_channels ul li h3 a{
	padding:0;
}

.community ul li img{
	padding:5px;
	width:48px;
	height:48px;
}

.featured_channels h3,
.recently_updated h3,
.videos ul li h3{
	font-size:12px;
	margin:0;
}

.videos ul li p{
	margin:0;
	overflow:hidden;
}

.featured_channels ul li h3 a,
.videos ul li h3 a{
	text-decoration:none;
	color:#0098ba;
	background:none;
	border:none;
	margin:0;
}

.featured_channels ul li h3 a:hover,
.videos ul li h3 a:hover{
	text-decoration:underline;
	color:#006880;
}

.community h3{
	color:#83bc45;
	font-size:14px;
	margin-bottom:4px;
}

/* 
======================
PROFILE PAGE
======================
*/

.search_nav,
.profile_nav{
	position:relative;
	height:50px;
}

.search_nav ul.tab_nav li,
.profile_nav ul.tab_nav li{
	float:left;
	list-style-type: none;
}

.search_nav ul.tab_nav li.first,
.profile_nav ul.tab_nav li.first{
	margin-left:10px;
}

.profile .content h2,
.profile .content h1{
	margin-bottom:0;
	border:none;
}

.profile .content h2{
	font-size: 18px;
}

.profile .box{
	background-color:#f2ffeb;
	border:1px solid #c2efb6;
}

.profile .about a {
	background:#fff url(../images/video_pic_back.png) repeat-x scroll left bottom;
	border:1px solid #CBCBCB;
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.profile .about a img {
	padding:10px;
}

.profile .about a.add-friend,
.profile .about a.remove-friend,
.profile .about a.send-msg,
.profile .about a.follow-user,

.channel .about a.add-friend,
.channel .about a.remove-friend,
.video .span-1 a.add-friend,
.video .span-1 a.remove-friend {
	padding:0px;
	background:transparent url(../images/add_friend.gif) no-repeat;
	width:19px;
	height:20px;
	text-indent:-9999px;
	overflow:hidden;
	margin:1px 0 0 -10px;
	border:none;
}
.profile .about a.remove-friend,
.channel .about a.remove-friend,
.video .span-1 a.remove-friend{
	background:transparent url(../images/remove_friend.gif) no-repeat;
}

.profile .about a.send-msg {
	background:transparent url(../images/send_msg.gif) no-repeat;
	margin:4px 0 0 -19px;
}

.profile .about a.follow-user{
	background:transparent url(../images/follow_user.png) no-repeat;
	margin:4px 0 0 -19px;
}


.profile .about ul{
	margin-bottom:0;
}

.profile .about ul li{
	list-style-type: none;
	margin-bottom:10px;
}

/* 
======================
VIDEO PAGE
======================
*/

.about li.avatar a,
.video div.span-1 a {
	background:transparent url("../images/video_pic_back.png") repeat-x left bottom;
	border:1px solid #CBCBCB;
	display:block;
}

.about li.avatar a{
	width:62px;
}

.about li.avatar a img,
.video div.span-1 a img {
	padding:6px;
}

.video div.span-1:hover {
	background:transparent url("../images/add_hover.png") no-repeat right top;
	position:relative;
}

.video h1{
	border:none;
	margin-bottom:0;
	position:relative;
}

.video h1 span.add_to{
	background:transparent url("../images/add_to_btn.png") no-repeat right top;
	width:82px;
	height:22px;
	position:absolute;
	right:0;
	top:24px;
}

.video h1 span.add_to a{
	text-indent:-9999px;
	width:82px;
	height:22px;
	display:block;
}

.video .player{
	background-color:#000;
}

/* VIDEO META
==================== */
.video_meta{
	border-top:1px solid #fff;
	background-color:#f8f8f8;
	position:relative;
	margin-bottom:30px;
}

.video_meta p{
	position:absolute;
	top:20px;
	left:20px;
	font-weight:bold;
}

.video_meta p.ratings{
	position:absolute;
	top:36px;
	left:20px;
}
.video_meta div#ratingContainer{
	position:absolute;
	top:36px;
	left:20px;
}

.video_meta ul.star-rating{
	position:absolute;
	top:-31px;
	left:110px;
}

.video_meta dl{
	position:absolute;
	top:20px;
	right:20px;
}

.video_meta dl dt{
	font-weight:bold;
	display:inline;
	margin-left:15px;
}

.video_meta dl dd{
	display:inline;
}

.video_meta ul{
	margin-top:50px;
	margin-left:10px;
	margin-bottom:18px;
}

.video_meta ul li{
	display:inline;
	margin-left:10px;
}

/* RATINGS
==================== */

/*			   styles for the star rater				*/
ul.star-rating{
    display:inline;
}
.star-rating{
	list-style:none;
	margin: 0px;
	padding:0px;
	width: 100px;
	height: 20px;
	position: relative;
	background: url("../images/star_rating.gif") top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url("../images/star_rating.gif") left bottom;
	z-index: 1;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:20px;
}
.star-rating a.two-stars{
	left:20px;
}
.star-rating a.two-stars:hover{
	width: 40px;
}
.star-rating a.three-stars:hover{
	width: 60px;
}
.star-rating a.three-stars{
	left: 40px;
}
.star-rating a.four-stars{
	left: 60px;
}	
.star-rating a.four-stars:hover{
	width: 80px;
}
.star-rating a.five-stars{
	left: 80px;
}
.star-rating a.five-stars:hover{
	width: 100px;
}
.star-rating li.current-rating{
		background: url("../images/star_rating.gif") left bottom;
		position: absolute;
		left:-10px;
		height: 20px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
	}
ul.star-rating:hover li.current-rating{
	display:none;
}

/* COMMENTS
==================== */
.comments h3{
	color:#604213;
}

.comment{
	padding-top:20px;
	border-top:1px solid #e4e4e4;
	color:#707070;
	list-style-type: none;
}

.comment div.span-1 a{
	background:transparent url("../images/video_pic_back.png") repeat-x left bottom;
	border:1px solid #CBCBCB;
	display:block;
	margin-bottom:15px;
}

.comment div.span-1 img{
	padding:6px;
}

.add_comment textarea.textfield {
	height:10em;
	margin-bottom:10px;
	background:transparent url("../images/textarea_back.png") repeat-x top left;
	border:1px solid #cecece;
}

.comments input.reply{
	position:relative;top:7px;
}

.comments form .submit_buttons{
	margin-right:40px;
}

.comments form{
	margin-bottom:20px;
}

/* 
=====================
COMMUNITY 
=====================
*/

#community .friends ul li p a{
	border:none;
	background:none;
	margin-bottom:0;
}

#community div.content .friends ul li{
	border:none;
	margin-bottom:0;
}

#community div.content h2{
	border-bottom:1px solid #E1E1E1;
}

/* 
=====================
MY COMMUNITY ACTIVITY
=====================
*/

.your_community_activity h1{
	border:none;
	margin:0;
}

.your_community_activity ul li.comment{
	background:transparent url("../images/my_comments_back.png") no-repeat center top;
}

.your_community_activity .span-1 a img{
	width:48px;
	height:48px;
}

.comment blockquote{
	border:1px solid #fae5c3;
	padding:10px 20px 0 50px;
	margin-bottom:10px;
	margin-top:5px;
	background:#fff3e1 url("../images/left_quote.png") no-repeat 15px 10px;
}

.comment blockquote p{
	margin-bottom:10px;
	padding-right:30px;
}

.comment blockquote p.first{
	background:#fff3e1 url("../images/right_quote.png") no-repeat top right;
}

#search ul.search_results li.result{
	margin-top:20px;
}

#search ul.search_results li.result div.span-2 span,
.your_community_activity .video span a{
	background:transparent url("../images/video_pic_back.png") repeat-x scroll left bottom;
	border:1px solid #CBCBCB;
	display:block;
	margin-bottom:15px;
	position:relative;
}

#search ul.search_results .result .span-2 span a,
.your_community_activity .video span a{
	display:block;
}

#search ul.search_results .result .span-2 span a img,
.your_community_activity .video span a img{
	padding:11px;
}



/*
=============
SIDEBAR
=============
*/

div.sidebar{
	margin:25px 0 0 0px;
	padding:0 0 0 19px;
	border:none;
	border-left:1px solid #e4e4e4;
	width:288px;
	min-height:800px;
}


div.sidebar_short{
	margin:25px 0 0 0px;
	padding:0 0 0 19px;
	border:none;
	border-left:1px solid #e4e4e4;
	width:288px;
	min-height:450px;
}


.sidebar .module{
	margin-bottom:0;
}

#community .sidebar .module{
	border:none
}



div.no_border{
	border:none;
	width:308px;
	margin:25px 20px 0 0;
	padding:0;
}

div.border_right{
	border:none;
	border-right:1px solid #e4e4e4;
	width:288px;
	margin:25px 20px 0 0;
	padding:0 19px 0 0;
}

.sidebar h2{
	font-size:18px;
	margin-bottom:15px;
    position:relative;
}

.search,
.community,
.newsletter{
	margin-bottom:30px;
}

/* SIDEBAR IMAGES
=======================*/
.sidebar img.promo{
	margin-left:-12px;
	margin-bottom:20px;
}

/* NEW VIDEOS
=======================*/
.new_videos{
	border-bottom:1px solid #e4e4e4;
	margin-bottom:5px;
}

.new_videos ul.tab_nav{
	position:static;
	list-style:none;
	padding:0;	
}

.new_videos ul.tab_nav li{
	float:left; 
}

.new_videos .my_videos{
	list-style: none;
	margin-top:20px;
}

.new_videos .my_videos li{
	border-bottom:1px solid #e4e4e4;
	margin-bottom:10px;
	padding-bottom:10px;
	display:block;
}

.new_videos .my_videos li p{
	margin:0 0 0 40px;
	width:240px;
	line-height: 1.8em;
}

.new_videos .my_videos li img{
	float:left;
	display:inline;
	margin-right:10px
}

.new_videos .my_videos li p a.tag{
	background-color:#f2ffe1;
	border:1px solid #c7e8a1;
	line-height:1;
	margin-bottom:10px;
	margin-right:5px;
	padding:2px 4px;
	color:#56a100;
	
	position:relative;
}



/* BROWSE 
=======================*/
.browse{
	margin-bottom:20px;
}

.browse h2{
	margin-bottom:0;
}

.browse ul{
	margin:0;
}

.browse ul li{
	border-bottom:1px solid #e4e4e4;
	list-style-type: none;
}

.browse ul li a{
	padding:5px 0 5px 28px;
	display:block;
	background: transparent url("../images/arrow2.png") no-repeat 8px center;
}

.browse ul li a:hover{
	background-color:#fafafa;
}
.browse ul li a.selected{
	background-color:#f6f6f6;
}

/* TAGS */

.tags h2{
	position:relative;
	border:none;
	margin-bottom:14px;
}

.tags h2 a{
	position:absolute;
	right:0;
	top:12px;
	font-size:12px;
	color:#4b4b4b;
	background: transparent url("../images/arrow_right.png") no-repeat left center;
	padding-left:10px;
}

.tags ul li{
	list-style-type: none;
	display:inline;
	display:block;
	float:left;
}

.tags ul li a{
	background-color:#ecfcff;
	padding:2px 4px;
	border:1px solid #beeef9;
	display:block;
	float:left;
	margin-bottom:10px;
	margin-right:5px;
	line-height:1;
}

/* ABOUT THE VIDEO 
=====================*/
.about_video h2{
	border:none;
	margin-bottom:14px;
}

.about_video ul{
	margin:10px 0;
}

.about_video ul li{
	list-style-type: none;
	margin-bottom:3px;
}

.about_video ul li.tags a{
	background-color:#ecfcff;
	padding:1px 2px;
	border:1px solid #beeef9;
	margin-right:3px;
	line-height:2.2em;
}

.about_video em{
	color:#cc6633;
}

.related_videos ul li span{
	width:142px;
	float:left;
	margin-right:10px;
} 

.related_videos ul li h3{
	font-size:12px;
	margin-bottom:0;
}

.related_videos ul li.span-4 {
	width:285px;
} 


/* FRIENDS 
=====================*/
.subscribers{
	padding-bottom:30px;
/*	border-bottom:1px solid #e1e1e1;*/
}

.subscribers h2,
.friends h2 {
	border-bottom:1px solid #e1e1e1;
}

.subscribers ul li,
.friends ul li{
	list-style: none;
	border-bottom:1px solid #e1e1e1;
	margin-bottom:10px;
	padding-bottom:10px;
}

.subscribers ul li a,
.friends ul li a {
	background:transparent url(../images/video_pic_back.png) repeat-x scroll left bottom;
	border:1px solid #CBCBCB;
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.subscribers ul li a img,
.friends ul li a img {
	padding:6px;
	height:30px;
	width:30px;
}

.subscribers ul li p,
.friends ul li p{
	margin-bottom:10px;
}

div.horscroll{
	width:9999px;
}
div.horscroll ul{
	float:left;
	width:290px;
}

/*
=============
CHANNEL
=============
*/
.channel{
	position:relative;
}

.channel .avatar{
	margin-bottom:20px;
}
.channel img.avatar{
	width:288px;
}
.channel .about .avatar{
	margin-bottom:0;
}

.channel .box{
	background:#f8f8f8;
	border: 1px solid #e4e4e4;
}

.channel .about ul{
	margin-bottom:20px;
}

.channel .about ul li{
	list-style-type: none;
	margin-bottom:10px;
}
.channel .about ul li.avatar,
.video .span-1 .avatar{
	position:relative;
}
.channel .about ul li.avatar img{
	width:48px;
/*	  height:48px;*/
}
.channel .about a.add-friend,
.channel .about a.remove-friend,
.video .span-1 a.add-friend,
.video .span-1 a.add-friend{
	position:absolute;
	top:0;
	left:74px;
}

.video .span-1 a.add-friend,
.video .span-1 a.remove-friend{
	position:absolute;
	display:none;
	top:0;
	left:72px;
}
.video .avatar:hover a.add-friend,
.video .avatar:hover a.remove-friend{
    display:block;
}

.channel a span.ovr_add_img{
	width: 288px; 
	height: 216px; 
	background: transparent url("../images/add_channel_btn.png") no-repeat center; 
	display: block;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	text-indent:-9999px;
	border:none;
}

/*
=============
FOOTER
=============
*/
.footer{
	border-top:5px solid #b6e8f4;
	background-color:#271c07;
	height:73px;
	padding-top:20px;
	font-size:12px;
	margin-top:100px;
}

.footer ul{
	margin-bottom:10px;
}

.footer ul li{
	display:inline;
	margin-right:7px;
	padding-right:8px;
	border-right:1px solid #fff;
}

.footer ul li.last{
	margin-right:0;
	border:none;
}

.footer ul li a{
	color:#fff;
	text-decoration: none;
}

.footer ul li a:hover{
	text-decoration: underline;
}

/*
=============
SERVICES
=============
*/
.svc{padding:2px 0 2px 23px;background:url(../images/svc_icons.gif) no-repeat 0 0;}
.linkedin{background-position:0px -29px;}
.blogger{background-position:0px -59px;}
.blogmarks{background-position:0px -90px;}
.care2{background-position:0px -120px;}
.current{background-position:0px -149px;}
.delicious{background-position:0px -179px;}
.digg{background-position:0px -209px;}
.dilgo{background-position:0px -239px;}
.facebook{background-position:0px -270px;}
.faves{background-position:0px -299px;}
.fresqui{background-position:0px -330px;}
.wiserearth{background-position:0px -360px;}
.funp{background-position:0px -390px;}
.gaia{background-position:0px -420px;}
.google_bookmarks{background-position:0px -450px;}
.hi5{background-position:0px -480px;}
.hugg{background-position:0px -510px;}
.kirtsy{background-position:0px -540px;}
.livejournal{background-position:0px -570px;}
.magnolia{background-position:0px -600px;}
.meneame{background-position:0px -630px;}
.mister_wong{background-position:0px -660px;}
.mixx{background-position:0px -690px;}
.myspace{background-position:0px -720px;}
.n4g{background-position:0px -750px;}
.netscape{background-position:0px -780px;}
.newsvine{background-position:0px -810px;}
.okno{background-position:0px -840px;}
.orkut{background-position:0px -869px;}
.propeller{background-position:0px -900px;}
.reddit{background-position:0px -930px;}
.simpy{background-position:0px -960px;}
.slashdot{background-position:0px -990px;}
.stumbleupon{background-position:0px -1020px;}
.tailrank{background-position:0px -1050px;}
.technorati{background-position:0px -1080px;}
.twitter{background-position:0px -1110px;}
.typepad{background-position:0px -1140px;}
.windows_live{background-position:0px -1170px;}
.wordpress{background-position:0px -1200px;}
.yahoo_bookmarks{background-position:0px -1230px;}
.yahoo_myweb{background-position:0px -1260px;}
.yiggit{background-position:0px -1289px;}
.flickr{background-position:0px -1319px;}

#component_services ul{
	list-style-type:none;
	margin:5px 0;
}
#component_services ul li{
	margin:5px;
}

/*
================
DROPDOWN TRIGGER
================
*/
.dropdown_ ul{
    display:none;
}
.dropdown_ ul.active{
    display:block;
}

/*
================
EXTRAS
================
*/
.btn_delete{text-indent:-9999px;display:inline-block;height:19px;width:16px;}
.hide{
	display:none;
}
table{clear:left;margin:5px auto;}
table table{clear:none; margin:0px auto;}
/*table{
	clear:left;
	vertical-align:top;
	background:transparent;
	margin-top:5px;
}
table table{
	clear:none;
	background:auto;
	margin:auto;
}
td{background:transparent;}*/

.error{
	clear:both;
}

.comment .notify{color:#0098ba;}

/* play button overlay */
span a span.ovr_play{
	width: 120px; 
	height: 90px; 
	background: transparent url("../images/play_btn.png") no-repeat center; 
	position:absolute;
	top:8px;
	left:8px;
	overflow:hidden;
	text-indent:-9999px;
	border:none;
	display: none;
}
span a:hover span.ovr_play{
	display:block;
}
img#stars_rating {padding:0;}
p.desc{margin-top:10px;}
.videos ul li strong {font-size:11px;font-style:italic;}
.profile .panel h2{
	margin-bottom:10px;
}

#container_videos{
    border-top:1px solid #e1e1e1;
    padding-top:24px;
    margin-top:-21px;
}

.profile #panel_personal_info h2{
	margin-bottom:0px;
}
#panel_resources ul li{
	float:left;
	list-style:none inside none;
}
#panel_resources ul.services{
	margin:5px 0;
}
.scroller{
    overflow:hidden;
    position:relative;
}
.scroller ul.content li{
    float:none;
    display:block;
}
.vertical-double{
    height:280px;
}
.horizontal{
    height:260px;
}
h2.trigger{
    cursor:pointer;
}


/* Dropdown menus placed randomly around everywhere.
---------------------------------------------------------------------------*/
/*container -- overrides grid.css*/
.container{ position:relative; }

/* logo */
div.logo
{
	position: absolute;
	top: 20px;
	left: 0;
}

div.dashboard
{
	width:278px;
	z-index: 1;
	margin-left:686px;
	position:absolute;
	margin-top:-75px;
}

/* RSS menu */
ul.select_rss,
ul.add_to
{
	position: absolute;
	width: 140px;
	border-top: 1px solid #cececc;
	border-left: 1px solid #cececc;
	border-right: 1px solid #cececc;
	background-color: #fff;
	z-index: 10;
	list-style: none;
}

	ul.select_rss-position
	{
		top: 30px;
		left: -5px;		
	}

	ul.add_to-position
	{
		top: 53px;
		right: 0;		
	}

	ul.select_rss li a,
	ul.add_to li a
	{
		padding: .5em .6em .5em 1.6em;
		color: #4b4b4b;
		margin: 0;
		display: block;
		height: auto !important;
		height: 1px; /*ie6*/
		border-bottom: 1px solid #cececc;
	}
	
	ul.add_to li a
	{
		background: #fff url('../images/plus_sign.gif') no-repeat 8px 12px;
	}	
	
		ul.select_rss li a:hover
		{
			background-color: #e4e4e4;
			text-decoration: none;
		}	
		
		ul.add_to li a:hover
		{
			background-color: #cc6733;
			background-position: 8px -16px;
			color: #fff;
			text-decoration: none;
		}	
		

/* search menu */
form.search_form ul.search_ul
{
	position: relative;
}

ul.search_menu
{
	position: absolute;
	top: 30px;
	right: 0;
	z-index: 3;
	width: 134px;
	border-top: 1px solid #3bb5cd;
	border-left: 1px solid #3bb5cd;
	border-right: 1px solid #3bb5cd;
	text-align: left;
	background: #28bedf url('../images/search_menu-bg.gif') repeat-x bottom left;
}

	ul.search_menu li
	{
		margin: 0;
		display: block;
	}

	ul.search_menu li a
	{
		padding: 5px;
		color: #fff;
		margin: 0;
		width: 124px;
		display: block;
		border-bottom: 1px solid #7adbee;
	}
	
		ul.search_menu li a:hover,
		ul.search_menu li a.active
		{
			background-color: #7bdbf1;
			text-decoration: none;
		}
		
		
	/*
===============
	General Form 
===============
*/

#general_form  {
	
	font-size:15px;
/*	padding:5px;
	width:60%; */
}

#general_form  a{
	color:#0098BA;
	text-decoration: none;
	font-size:14px;
	font-weight:normal;
}

#general_form .span-3  { width: 85px;}

#general_form .span-8  { width: 630px;}

#general_form  a:hover{
	text-decoration: underline;
	font-size:14px;
}

#general_form .link_red {
	color:red;
}

#general_form .link_green{
	color:green;
}


#general_form  h1{
	border:medium none;
}

#general_form  .my_videos_header{
	border:none;
	font-size: 16px;
	color:#4f4f4f;
	margin-bottom:5px;	
}



#general_form h2 span {
color:#707070;
display:inline;
font-size:12px;
margin-top:8px;
position:absolute;
}




form#general_form label{
	display:block;
	/*font-weight:bold;*/
	margin-bottom:0.4em;
}

form#general_form .textfield{	
	padding:0.4em;
	font-size:14px;
}

/* Thom's CSS Start */
#general_form .selectboxtextfield {
	background:#FFFFFF url(textfield-bg.jpg) repeat-x scroll 0pt 0px;
	border:1px solid #CDCDCD;
	padding:0.4em;
	width: 474px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}

#general_form .caption {
	background:#f2ffe1 repeat-x scroll 2pt 0px;
	padding:0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #56a100;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: thin solid #c7e8a1;
	width: 465px;
	line-height: normal;
}

#general_form .bluebox {
	background:#ecfcff repeat-x scroll 2pt 0px;
	padding:0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #0099CC;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width:480px;
	border: thin solid #beeef9;	
	line-height: normal;
}
/* Thom's CSS End */

#general_form .bluebox_float {
	background:#ecfcff repeat-x scroll 2pt 0px;
	
	padding:0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	
	color: #0099CC;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin solid #beeef9;
	line-height: normal;
	float:left;
	width:550px;
}


.bluebox_float_small{
	background:#ecfcff repeat-x scroll 2pt 0px;
	padding:0.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	
	color: #0099CC;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin solid #beeef9;
	line-height: normal;
	float:left;
	width:95%;
}


form#general_form div.last {
	position:relative;
	
}

form#general_form div.last input.button{
	position:absolute;
	top: 0; 
	right:0;
}

form#general_form ul{
/*	border-bottom: 1px solid #E1E1E1; */
	margin-bottom: 20px;	
	list-style:none
}


form#general_form ul.checkboxes label, form li.checkbox label, form ul.radio-buttons label, form li.radio-button label {
display:inline;
font-weight:normal;
}

form#general_form li.openid label {
background:transparent url(../images/icons/openid.gif) no-repeat scroll 0pt 50%;
padding-left:20px;
}



form#general_form ul.checkboxes label input, form li.checkbox label input, form ul.radio-buttons label input, form li.radio-button label input {
margin-right:0.3em;
}

form#general_form li{
	margin-bottom:10px;
}

form#general_form li.captcha img {
vertical-align:middle;
}
form#general_form li.captcha input.textfield {
width:150px;
}

form#general_form li.submit {
border-top:1px solid #E1E1E1;
padding:2em 0pt 0pt;
}

form#general_form li.submit input {
vertical-align:middle;
}
form#general_form li.submit span {
margin-left:0.4em;
}



#general_form ul.tab_nav {
	height:25px;
	border-bottom: 1px solid #e1e1e1;  
	padding: 5px 10px 0 0;
	margin:5px 0 0 0;
	right:0pt;
	top:0px;
	width:100%;
	position: static;
	margin-bottom:10px;
}

#general_form ul.tab_nav li { 
	float: left; 
	margin: 0 -1px -2px 0;
}

#general_form ul.tab_nav li a { 
	display: block; 
	padding: 1.2px 1em;
	margin-bottom:0; 
	color: #0098BA;
	border:1px solid #e1e1e1;
	text-decoration:none;
	background: #fff url("../images/sec_nav_back.png") repeat-x bottom left;
}

#general_form ul.tab_nav li a:hover{
	color:#0098BA;
}


#general_form ul.tab_nav li a.selected { 
	background:none;
	border-bottom:1px solid #fff;
	border-left:none;
	border-top:none;
	color:#4b4b4b;
	background: #fff url("../images/sec_nav_corner.png") no-repeat top left;
	margin-top:-3px;
	height:23px;
	
}

#general_form .panel li.first{
	clear:left;	
}


li #general_form  img {
border:1px solid #E1E1E1;
float:left;
margin-right:1.6em;
padding:2px;
}

#general_form span {
color:#707070;
display:block;
font-size:95%;
font-style:italic;
}

#general_form textarea.textfield {
background:#FFFFFF url(../images/textfield-bg.gif) repeat-x scroll 0pt 0px;
border: 1px solid #CDCDCD;
width: 474px;
font-family: Arial, Helvetica, sans-serif;
}

#general_form .textarea {
font-family:Arial,Helvetica,sans-serif;
font-size:100%;/*
font-size-adjust:none;
font-stretch:normal;*/
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}


#general_form ul.my_account li.result{
	/*margin-top:10px;*/
	font-size:12px;
}


#general_form ul.my_account li.result div.span-2 span{
	background:transparent url("../images/video_pic_back.png") repeat-x scroll left bottom;
	border:1px solid #CBCBCB;
	display:block;
	margin-bottom:15px;
	position:relative;
}


#general_form ul.my_account .result .span-2 span a {
	display:block;
}

#general_form ul.my_account .result .span-2 span a img{
	padding:11px;
}



#general_form ul.my_account li.result div.span-3 span{
	background:transparent url("../images/video_pic_back.png") repeat-x scroll left bottom;
	border:1px solid #CBCBCB;
	display:block;
	margin-bottom:15px;
	position:relative;
}




#general_form ul.my_account .result .span-3 span a{
	display:block;
}

#general_form ul.my_account .result .span-3 span a img{
	padding:11px;
}


#general_form .video_comments_table table{
	margin: 0px;
	width: 100%;

}

#general_form .video_comments_table th{
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #e5eff8;	
	padding:.3em 1em;


}



#general_form .video_comments_table tr{
	margin: 0px;

}

#general_form .video_comments_table tr.odd td	{
	background:#f7fbff
	}


#general_form .video_comments_table td{
	color:#678197;
	border-bottom:1px solid #e5eff8;	
	padding:.3em 1em;
	text-align:center;
}

 .channel_background {
	background:transparent url(../images/video_pic_back.png) repeat-x scroll left bottom;
	border:1px solid #CBCBCB;	
	padding:8px;

}

#general_form  .category_browse ul li.category_item{
	background:transparent url("../images/my_comments_back.png") no-repeat center top;
}

#general_form  .category_item{
	padding-top:20px;
	border-top:1px solid #e4e4e4;
	color:#707070;
	list-style-type: none;
}

#general_form  .category_frame{
	background:transparent url("../images/video_pic_back.png") repeat-x scroll left bottom;
	border:1px solid #CBCBCB;
	margin-top:3px;
	padding:10px;	
	display:block;
	margin-bottom:15px;
	position:relative;
}

#general_form .tag {
background-color:#F2FFE1;
border:1px solid #C7E8A1;
color:#56A100;
line-height:1;
margin-bottom:10px;
margin-right:5px;
padding:2px 4px;
position:relative;
}

#general_form .newline_space-1{
	margin-bottom:3px;
}

#change_password{
	border:1px solid #E1E1E1;
	background:#efefef;
	padding: 5px;
	margin-bottom:5px;
}

#general_form  .progress_bar_table table{
	border-top:medium solid #C7E8A1;
	border-bottom:medium solid #C7E8A1;
	color:#56A100;
	border-spacing:2px;
}

#general_form  .progress_bar_table tr{
	height:18px;

}

#general_form  .progress_bar_table td{

}

#general_form  .patience{
	font-size:12px;
	text-align:center;
	
	display:none;
	background:#f2ffe1 repeat-x scroll 2pt 0px;
	padding:0.5em;
	font-family: Arial, Helvetica, sans-serif;
	
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #56a100;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: thin solid #c7e8a1;
	width: 620px;
	line-height: normal;
}

 .tipsbox {
	background:#f2ffe1 repeat-x scroll 2pt 0px;
	padding:1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #333333;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: thin solid #c7e8a1;
	width: 200px;
	line-height: normal;
	
}

.tipsbox h3{
	color:#0098BA;
	font-weight:bold;
	margin-bottom:0px;
	font-size:14px;
}

.tipsbox ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

.tipsbox ul li{
margin:.5em 0 0.5em 1em;
	border:none;
}

.tipsbox ul li {
	background:transparent url(../images/arrow2.png) no-repeat;
	background-position: 0% 5.5%;
	padding-left:1em;
	margin-top:10px;
	
}

.messageError
{
	background-color:#FE7878;
	border:5px solid #ff0000;
	color:#990000;
	padding:20px;
	margin-bottom:15px;
	width:450px;
	}

.messageError a
{
	
	color:#990000;
	
	}
	.messageError a:hover
{
	
	color:#7E0101;
	text-decoration:underline;
	
	}