
/* ***************************************
	RESET BASE STYLES
*************************************** */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need cellspacing="0" (for ie6) */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	vertical-align: top;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ***************************************
	DEFAULTS
*************************************** */

/* elgg open source		blue 			#4690d6 */
/* elgg open source		dark blue 		#0054a7 */
/* elgg open source		light yellow 	#FDFFC3 */


body {
	text-align:left;
	margin:0 auto;
	padding:0;
	background: #FFFFFF /*#4690d6 */ ;
	font: 80%/1.4  "Lucida Grande", Verdana, sans-serif;
	color: #333333;
	/*background: url(http://www.earth247.tv/_graphics/page_back_linen.gif) repeat left 1px;*/
    background: #FFFFFF;
}
a {
	color: #4690d6;
	text-decoration: none;
	-moz-outline-style: none;
	outline: none;
}
a:visited {
	/* color: #0054a7; */
}
a:hover {
	color: #0054a7;
	text-decoration: underline;
}
p {
	margin: 0px 0px 15px 0;
}
img {
	border: none;
}
ul {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
ol {
	margin: 5px 0px 15px;
	padding-left: 20px;
}
ul li {
	margin: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
small {
	font-size: 90%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: normal;
}
h1 { font-size: 1.8em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.2em; }
h4 { font-size: 1.0em; }
h5 { font-size: 0.9em; }
h6 { font-size: 0.8em; }

dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
dd {
	margin: 0 0 1em 1em;
	padding: 0;
}
pre, code {
	font-family:Monaco,"Courier New",Courier,monospace;
	font-size:12px;
	background:#EBF5FF;
	overflow:auto;
}
code {
	padding:2px 3px;
}
pre {
	padding:3px 15px;
	margin:0px 0 15px 0;
	line-height:1.3em;
}
blockquote {
	padding:3px 15px;
	margin:0px 0 15px 0;
	line-height:1.3em;
	background:#fdffc3;
	border:none !important;
}

/* ***************************************
    PAGE LAYOUT - MAIN STRUCTURE
*************************************** */
#page_container {
	margin:0;
	padding:0;
	/*background: url(http://www.earth247.tv/_graphics/page_back_linen_shadow.gif) repeat-y center top;*/
}
#page_wrapper {
	width:980px;
	margin:0 auto;
	padding:0;
	/*min-height: 850px;*/
	background: #FFFFFF; /*#f4f4f4*/
	/*border-right: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;*/
}

#layout_header {
	text-align:left;
    margin: 0;
	width:980px;
	height:70px;
    /*background: url(/_graphics/logo_bg.gif) center top;*/
    background: url(/_graphics/bgimage.png) 0 0 repeat-x;
}

#wrapper_header {
	margin:0;
	padding:5px 20px 20px 5px;
}

#wrapper_header h1 {
	margin:10px 0 0 0;
	letter-spacing: -0.03em;
}

#wrapper_header .headerlogo  {
    margin: 5px;
    padding: 0;
    float: left;
}

#wrapper_header .headerlogo img  {
   height: 60px;
}

#wrapper_header .header_search {
    margin: 30px 30px 0 0;
    float: right;
}

#layout_canvas {
	margin:0;
	padding:0;
	min-height: 360px;
}


/* canvas layout: 1 column, no sidebar */
#one_column {
	width:980px;
	margin:0;
	min-height: 360px;
	background: white;
	padding:0;
	/*border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;*/
}

#main_column {
	width:980px;
	margin:0px;
    min-height:450px;
	padding:0px;
}

/* canvas layout: 2 column left sidebar */
#two_column_left_sidebar, #two_column_right_sidebar {
	/*width:200px;
	margin:0 0 20px 0;
	min-height:360px;
	float:left;
	background: white;
	padding:0px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;*/
	/*#dedede*/
	width:200px;
	margin:0 0 20px 0;
	min-height:360px;
	float:left;
	padding: 0px;
	/*background: #EAEAEA;
	padding:0px;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;*/
}

#two_column_left_sidebar_maincontent {
	width:750px;
	margin:0;
	min-height: 360px;
	float:left;
	background: white;
	padding: 0 0 20px 10px;
	/*border-bottom:1px solid #cccccc;*/
	/*border-right:1px solid #cccccc;*/
}

/* canvas layout: 2 column right sidebar */
#two_column_right_sidebar_maincontent {
	width:750px;
	margin:20px;
	min-height:360px;
	float:left;
	background: white;
	padding:20px;
	/*border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;*/
}





/* canvas layout: widgets (profile and dashboard) */
#widgets_left {
	width:306px;
	margin:20px;
	min-height:360px;
	padding:0;
}
#widgets_middle {
	width:306px;
	margin:20px 0 20px 0;
	padding:0;
}
#widgets_right {
	width:306px;
	margin:20px 20px 20px 20px;
	float:left;
	padding:0;
}
#widget_table td {
	border:0;
	padding:0;
	margin:0;
	text-align: left;
	vertical-align: top;
}


/* IE 6 fixes */
* html #widgets_left { 
	height:360px;
}
* html #widgets_middle { 
	height:360px;
}
* html #widgets_right { 
	height:360px;
	float:none;
}

/* IE6 layout fixes */
* html #profile_info_column_left {
	margin:0 10px 0 0;
	width:200px;
}
/* IE7 */
*:first-child+html #profile_info_column_left {
	width:200px;
}
* html #two_column_left_sidebar {
	width:210px;
	margin:20px 10px 20px 10px;
}
* html #two_column_left_sidebar_maincontent {
	width:685px;
	margin:20px 10px 20px 10px;
}
* html a.toggle_customise_edit_panel { 
	float:none;
	clear:none;
	color: #4690d6;
	background: white;
	border:1px solid #cccccc;
	padding: 5px 10px 5px 10px;
	margin:20px 20px 0px 20px;
	width:284px;
	display:block;
	text-align: left;
}

* html #dashboard_info {
	width:585px;
}

#layout_spotlight {
	padding:0;
	margin:0;
}
#wrapper_spotlight {
	margin:0;
	padding:0;
	height:auto;
}
/* ***************************************
	SPOTLIGHT
*************************************** */
/* IE7 */
*:first-child+html #wrapper_spotlight .collapsable_box_content {
	width:958px;
}

#wrapper_spotlight #spotlight_table h2 {
	color:#4690d6;
	font-size:1.25em;
	line-height:1.2em;
}
#wrapper_spotlight #spotlight_table li {
	list-style: square;
	line-height: 1.2em;
	margin:5px 20px 5px 0;
	color:#4690d6;
}
#wrapper_spotlight .collapsable_box_content  {
	margin:0;
	padding:20px 20px 10px 20px;
	background: #ffffff url(http://www.earth247.tv/_graphics/spotlight_back.gif) repeat-x left top;
	min-height:60px;
	border:none;
}
#layout_spotlight .collapsable_box_content p {
	padding:0;
}
#wrapper_spotlight .collapsable_box_header  {
	border-left: none;
	border-right: none;
}
/* ***************************************
	FOOTER
*************************************** */
#layout_footer {
	background: url(/_graphics/footerbar.png) repeat-x left top;
    text-align:center;
    height: 81px;
    width: 980px;
}

#layout_footer a {
    margin: 5px;
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    color:#08d1eb;
}

.footer_left {
   float:left;
   margin: 20px 0 0 30px;
   min-height: 81px;
   font: bold 11px Verdana, Arial, Helvetica, sans-serif;
   color: #eeeeee;
   text-align:center;
}

.footer_left p {
  padding: 5px 0 0 0;
  font-weight: bold;
  color:#999999;
  margin:0;
}

.footer_right {
    float:right;
    margin-right: 10px;
    height: 81px;
    width: 180px;
	background: transparent url(/_graphics/footerlogo.png) center center no-repeat;
}


/*#layout_footer table {
   margin-left: auto;
   margin-right: auto;
   font: 10px Verdana, Arial, Helvetica, sans-serif;
   color: white;
   text-align:center;
   width: 980px;
}

#layout_footer td {
   padding-top: 5px;
   padding-bottom: 5px;
   padding-left:10px;
}

#layout_footer a, #layout_footer p {
   color:#08d1eb;
   margin:0;
}
#layout_footer .footer_toolbar_links {
	text-align:right;
	padding:15px 0 0 0;
	font-size:1.2em;
}
#layout_footer .footer_legal_links {
	text-align:right;
}*/


/* ***************************************
  HORIZONTAL ELGG TOPBAR
*************************************** */
#elgg_topbar {
	/*background:#eeeeee url(/_graphics/toptoolbar_background2.gif) repeat-x top center;*/
    background:#000000;
	color:#FFFFFF;
	border-bottom:1px solid #000000;
	/*min-width:980px;*/
	position:relative;
    /*position:fixed;*/
    top: 0;
    z-index: 99;
	width:980px;
	height:24px;
}

#elgg_topbar_container_left {
	float:left;
	height:24px;
	left:0px;
	top:0px;
	position:absolute;
	text-align:left;
	width:auto;
}

#elgg_topbar_container_right {
	float:right;
	height:24px;
    position:absolute;
	right:0px;
	top:0px;
	text-align:right;
    width:auto;
}

#elgg_topbar_login_form {
	float:left;
	height:25px;
	/*width:280px;*/
	position:relative;
	right:120px;
	text-align:right;
	margin:3px 0 0 0;
}

#elgg_topbar_container_search {
	float:right;
	height:25px;
	/*width:280px;*/
	position:relative;
	right:80px;
	text-align:right;
	margin:3px 0 0 0;
}

#elgg_topbar_container_left .toolbarimages {
	float:left;
	margin-right:20px;
}
#elgg_topbar_container_left .toolbarlinks {
	margin: 2px 0 10px 5px;
	float:left;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#elgg_topbar_container_left .toolbarlinks2 {
	margin:5px 0 0 0;
	float:left;
    
}
#elgg_topbar_container_left .loginfrm {
	margin:3px 0 0 0;
    padding:3px 0 0 0;
	float:left;
}
#elgg_topbar_container_left a.loggedinuser {
	color:#FFFFFF;
	font-weight:bold;
	margin:0 0 0 5px;
}
#elgg_topbar_container_left a.pagelinks {
	float:left;
    color:#FFFFFF;
	margin:0 10px 0 0;
	display:block;
	padding:3px;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
}

#elgg_topbar_container_left a.toplogin {
    background: transparent url(/_graphics/icon_register.gif) -10px 1px no-repeat;
    font: 11px Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
#elgg_topbar_container_left a.forgot {
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color:#FFFFFF;
}


#elgg_topbar_container_left a.pagelinks:hover {
	background: #4690d6;
	text-decoration: none;
}

#elgg_topbar_container_left a.privatemessages {
	background:transparent url(/_graphics/toolbar_messages_icon.gif) no-repeat left 2px;
	padding:0 0 4px 16px;
	margin:0 15px 0 5px;
	cursor:pointer;
}
#elgg_topbar_container_left a.privatemessages:hover {
	text-decoration: none;
	background:transparent url(/_graphics/toolbar_messages_icon.gif) no-repeat left -36px;
}
#elgg_topbar_container_left a.privatemessages_new {
	background:transparent url(/_graphics/toolbar_messages_icon.gif) no-repeat left -17px;
	padding:0 0 0 18px;
	margin:0 15px 0 5px;
	color:red;
}
/* IE6 */
* html #elgg_topbar_container_left a.privatemessages_new { background-position: left -18px; } 
/* IE7 */
*+html #elgg_topbar_container_left a.privatemessages_new { background-position: left -18px; } 

#elgg_topbar_container_left a.privatemessages_new:hover {
	text-decoration: none;
}

#elgg_topbar_container_left a.usersettings {
	margin:0 0 0 10px;
	color:#FFFFFF;
	padding:3px;
}
#elgg_topbar_container_left a.usersettings:hover {
	color:#FFFFFF;
}


#elgg_topbar_container_left img {
	margin:2px 0 0 5px;
}
#elgg_topbar_container_left .user_mini_avatar {
    width: 20px;
	border:1px solid #eeeeee;
	margin:0 0 0 20px;
}

#elgg_topbar_container_right .toolbarlinks {
    float: right;
	padding:0;
    margin: -2px 2px 0 3px;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#elgg_topbar_container_right .toolbarlinks2 {
    float: right;
	padding:0;
    margin: 6px 0 0 0;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#elgg_topbar_container_right a {
    color:#FFFFFF;
	margin:0 1px 0 0;
	/*background:transparent url(/_graphics/elgg_toolbar_logout.gif) no-repeat top right;*/
	padding:0;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#elgg_topbar_container_right a.register {
    display:block;
    /*background:transparent url(/_graphics/icon_register.gif) no-repeat left 2px;*/
    margin: 0 0 0 10px;
    width: 100px;
	color: #FFFFFF;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	height:20px;
}

#elgg_topbar_container_right a.register:hover {
    background:transparent url(/_graphics/icon_register.gif) no-repeat left 2px;
}

/* IE6 fix */
* html #elgg_topbar_container_right a { 
	width: 200px;
}

#elgg_topbar_container_right a:hover {
	background-position: right -21px;
}

#elgg_topbar_panel {
	background:#000000;
	color:#FFFFFF;
	height:200px;
	width:100%;
	padding:10px 20px 10px 20px;
	display:none;
	position:relative;
}

#searchform input.search_input {
	/*-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;*/
	background-color:#FFFFFF;
	border:1px solid #BBBBBB;
	color:#999999;
	font-size:12px;
	font-weight:bold;
	margin:0pt;
	padding:3px;
	width:200px;
	height:15px;
}
#searchform input.search_submit_button {
	/*-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;*/
	color:#333333;
	background: #cccccc;
	border:none;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:2px;
	width:auto;
	height:18px;
	cursor:pointer;
}
#searchform input.search_submit_button:hover {
	color:#ffffff;
	background: #0054a7;
}


#e247_login_page {
	position:absolute;
    padding: 5px;
    top: 28px;
	right:0;
    width: 455px;
    height: 40px;
	background: #FFFFFF;
    border: 2px solid #333333;
    display: none;
    z-index: 100;
}

#e247_login_page .delete_logo a {
	display:block;
	float:right;
	cursor: pointer;
	width:14px;
	height:14px;
	margin:0 3px 3px 0;
	background: url("http://www.earth247.tv/_graphics/icon_customise_remove.png") no-repeat 0 0;
	text-indent: -9000px;
}
#e247_login_page .delete_logo a:hover {
	background-position: 0 -16px;
}
 

#e247_login_page a.forgot {
    margin:5px;
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    color: #0e84e3;
}

#e247_register_page { 
    position: absolute;
	width: 350px;
    height: 500px;
	background: #FFFFFF;
	z-index:103;
	top:28px;
	right:140px;
    padding: 5px 0 0 10px;
    border: 2px solid #333333;
    display: none;
}

.signupform {
   padding: 5px;
   background: #FFFFFF;
   font: bold 12px Verdana, Arial, Helvetica, sans-serif; 
}

.signupform label {
    margin-top: 3px;
    font: bold 10px Verdana, Arial, Helvetica, sans-serif;
}

.signupform .submit_button {
  margin-right: 10px;
  width: 120px;
}

.signupform input {
   width: 300px;
   
}

#loginform {
   margin: 0;  
   padding: 2px;
 
}

#loginform input.login_input {
    padding:2px;
	border:1px solid #BBBBBB;
	font-size:10px;
	font-weight:bold;
}

#loginform label {
    margin-left: 5px;
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    color:#333333;
}


#loginform input.login_submit_button {
	color:#FFFFFF;
	background: #0054a7;
	border:none;
	font-size:10px;
	font-weight:bold;
	margin:2px 15px 0 5px;
	padding:2px;
	width:auto;
	height:18px;
	cursor:pointer;
}
#loginform input.image_button {
    margin:0;
    margin-right: 15px;
	padding:1px;
	border:none;
	cursor:pointer;
}

#loginform input.login_submit_button:hover {
	color:#ffffff;
	background: #0054a7;
}



/* ***************************************
	TOP BAR - VERTICAL TOOLS MENU
*************************************** */
/* elgg toolbar menu setup */
ul.topbardropdownmenu, ul.topbardropdownmenu ul {
	margin:0;
	padding:0;
	display:inline;
	float:left;
	list-style-type: none;
	z-index: 9000;
	position: relative;
}
ul.topbardropdownmenu {
	margin:0pt 20px 0pt 5px;
}
ul.topbardropdownmenu li { 
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
ul.topbardropdownmenu a {
	display:block;
}
ul.topbardropdownmenu ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
}
/* IE6 fix */
* html ul.topbardropdownmenu ul {
	line-height: 1.1em;
}
/* IE6/7 fix */
ul.topbardropdownmenu ul a {
	zoom: 1;
} 
ul.topbardropdownmenu ul li {
	float: none;
}   
/* elgg toolbar menu style */
ul.topbardropdownmenu ul {
	width: 150px;
	top: 24px;
	border-top:1px solid black;
}
ul.topbardropdownmenu *:hover {
	background-color: none;
}
ul.topbardropdownmenu a {
	padding:3px;
	text-decoration:none;
	color:white;
}
ul.topbardropdownmenu li.hover a {
	background-color: #4690d6;
	text-decoration: none;
}
ul.topbardropdownmenu ul li.drop a {
	font-weight: normal;
}
/* IE7 fixes */
*:first-child+html #elgg_topbar_container_left a.pagelinks {

}
*:first-child+html ul.topbardropdownmenu li.drop a.menuitemtools {
	padding-bottom:6px;
}
ul.topbardropdownmenu ul li a {
	background-color: #999999;/* menu off state color */
	font-weight: bold;
	padding-left:6px;
	padding-top:4px;
	padding-bottom:0;
	height:22px;
	border-bottom: 1px solid white;
}
ul.topbardropdownmenu ul a.hover {
	background-color: #333333;
}
ul.topbardropdownmenu ul a {
	opacity: 0.9;
	filter: alpha(opacity=90);
}


/* ***************************************
  SYSTEM MESSSAGES
*************************************** */
.messages {
    background:#ccffcc;
    color:#000000;
    padding:3px 10px 3px 10px;
    z-index: 9999;
	margin:0;
	position:fixed;
	top:30px;
	width:950px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border:4px solid #00CC00;
	cursor: pointer;
}
.messages_error {
    border:4px solid #D3322A;
    background:#F7DAD8;
    color:#000000;
    padding:3px 10px 3px 10px;
    z-index: 9999;
	margin:0;
	position:fixed;
	top:30px;
	width:950px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	cursor: pointer;
}
.closeMessages {
	float:right;
	margin-top:17px;
}
.closeMessages a {
	color:#666666;
	cursor: pointer;
	text-decoration: none;
	font-size: 80%;
}
.closeMessages a:hover {
	color:black;
}


/* ***************************************
  COLLAPSABLE BOXES
*************************************** */

.collapsable_box {
	margin: 0 0 20px 0;
	/* background: white; */
	height:auto;
}
/* IE6 fix */
* html .collapsable_box  { 
	height:10px;
}
.collapsable_box_header {
	color: #4690d6;
	background: #f5f5f5;
	border-top:2px solid #4690d6;
	padding: 5px 10px 5px 10px;
	margin:0;
	
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.collapsable_box_header h1 {
	color: #0054a7;
	font-size:1.25em;
	line-height: 1.2em;
}
.collapsable_box_content {
	padding: 10px;
	margin:0;
	height:auto;
	background: white;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.collapsable_box_editpanel {
	display: none;
	background: #dedede;
	padding:5px 10px 5px 10px;
	/* font-size: 9px;*/
}
.collapsable_box_header a.toggle_box_contents {
	color: #4690d6;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight: bold;
	text-decoration:none;
	float:right;
	margin: 0;
	margin-top: -7px;
}
.collapsable_box_header a.toggle_box_edit_panel {
	color: #4690d6;
	cursor:pointer;
	font-size:9px;
	text-transform: uppercase;
	text-decoration:none;
	font-weight: normal;
	float:right;
	margin: 3px 10px 0 0;
}
.collapsable_box_editpanel label {
	font-weight: normal;
	font-size: 100%;
}
/* used for collapsing a content box */
.display_none {
	display:none;
}
/* used on spotlight box - to cancel default box margin */
.no_space_after {
	margin: 0 0 0 0;
}



/* ***************************************
	GENERAL FORM ELEMENTS
*************************************** */
label {
	font-weight: bold;
	color:#333333;
	font: 12px Arial, Helvetica, sans-serif;
}

.label_topbar {
	font-weight: bold;
	color:#333333;
	font: 10px Arial, Helvetica, sans-serif;
}

input {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 5px;
	border: 1px solid #cccccc;
	color:#666666;
}
textarea {
	font: 12px Arial, Helvetica, sans-serif;
	border: solid 1px #cccccc;
	padding: 5px;
	color:#666666;
}
textarea:focus, input[type="text"]:focus {
	border: solid 1px #4690d6;
	background: #e4ecf5;
	color:#333333;
}

.submit_button {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#4690d6;
	border: 1px solid #4690d6;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	height: 25px;
	padding: 2px 6px 2px 6px;
	margin:10px 0 10px 0;
	cursor: pointer;
}
.submit_button:hover, input[type="submit"]:hover {
	background: #0054a7;
}

input[type="submit"] {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#4690d6;
	border: 1px solid #4690d6;
	/*-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;*/
	width: auto;
	height: 25px;
	padding: 2px 6px 2px 6px;
	margin:10px 0 10px 0;
	cursor: pointer;
}

.cancel_button {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	background:#dddddd;
	border: 1px solid #999999;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	height: 25px;
	padding: 2px 6px 2px 6px;
	margin:10px 0 10px 10px;
	cursor: pointer;
}
.cancel_button:hover {
	background: #cccccc;
}

.input-text,
.input-tags,
.input-url,
.input-textarea {
	width:98%;
}

.input-textarea {
	height: 200px;
}


/* ***************************************
	LOGIN / REGISTER
*************************************** */
#login-box {
	margin: 10px;
    text-align:left;
    padding:10px;
    background: #ffffff;
}
#login-box .login-textarea {
	width:155px;
}
#login-box label,
#register-box label {
	font-size: 1.2em;
	color:#333333;
}
#login-box p.loginbox {
	margin:10px 0 0 0;
}
#login-box input[type="text"],
#login-box input[type="password"],
#register-box input[type="text"],
#register-box input[type="password"] {
	margin:3px 0 10px 0;
}

#login-box-openid {
	margin: 10px;
    text-align:left;
    padding:10px;
    background: #ffffff;
}
#login-box h2,
#login-box-openid h2,
#register-box h2,
#add-box h2 {
	background:#F5F5F5;
	border-top:2px solid #4690D6;
	color:#0054A7;
	font-size:1.35em;
	line-height:1.2em;
	margin:0pt 0pt 5px;
	padding:5px;
}

#register-box {
    text-align:left;
    border:1px solid #ddd;
    width:400px;
    padding:20px;
    background: #ffffff;
    margin:20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#persistent_login label {
	font-size:1.0em;
	font-weight: normal;
}

/* ***************************************
	MAIN CONTENT ELEMENTS
*************************************** */
#wrapper_header h1 {
	margin:10px 0 0 0;
	letter-spacing: -0.03em;
}

/* title within main content area */
.page_title {
	padding:0px 10px 20px 0px;
}


.elggtoolbar .elggtoolbar_header h1,
.collapsable_box_header h1 {
	color: #333333;
	font-size:1.25em;
	line-height: 1.2em;
}




/* ***************************************
	PROFILE
*************************************** */
#profile_info {
	margin:0 0px 0 10px;
	padding:0;
	/*border-bottom:1px solid #cccccc;*/
	/*border-right:1px solid #cccccc;*/
	background: white;
}
#profile_info_column_left {
	float:left;
	padding: 0;
	margin:0 20px 0 0;
    width: 120px;
}
#profile_info_column_middle {
	float:left;
	width:390px;
	padding: 0;
    
}
#profile_info_column_right {
	width:390px;
	margin:0 0 0 0;
	padding: 0;
    
}
#dashboard_info {
	margin:20px 0px 0 20px;
	padding:20px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background: white;
}


#profile_menu_wrapper {
	margin:10px 5px 10px 0;
	width:130px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /*border-top:1px solid #cccccc;*/
}
#profile_menu_wrapper p {
	/*border-bottom:1px solid #cccccc;*/
}
#profile_menu_wrapper p:first-child {
	/*border-top:1px solid #cccccc;*/
}
#profile_menu_wrapper a {
	display:block;
	padding:0 0 2px 3px;
	font: normal 12px Arial, Helvetica, sans-serif;
	border-bottom:1px solid #cccccc;
}
#profile_menu_wrapper a:hover {
	color:#ffffff;
	background:#4690d6;
	text-decoration:none;
}
p.user_menu_friends, p.user_menu_profile, 
p.user_menu_removefriend, 
p.user_menu_friends_of {
	margin:0;
}
#profile_menu_wrapper .user_menu_admin {
	border-top:none;
}

#profile_info_column_middle p {
	margin:7px 0 7px 0;
	padding:2px 4px 2px 4px;
}
/* profile owner name */
#profile_info_column_middle h2 {
	padding:0 0 14px 0;
	margin:0;
}
#profile_info_column_middle .odd {
	background:#f5f5f5;
}
#profile_info_column_right p {
	margin:0 0 7px 0;
}
#profile_info_column_right .profile_aboutme_title {
	margin:0;
	padding:0;
	line-height:1em;
}
/* edit profile button */
.profile_info_edit_buttons {
	/*float:right;*/
	margin:0  !important;
	padding:0 !important;
	font-size: 90%;
}

/* ***************************************
	RIVER
*************************************** */
.activity_item p {
	margin:0;
	padding:2px 0 0 0;
	line-height:1.1em;
	min-height:17px;	
}
.activity_item .activity_item_time {
	font-size:90%;
	color:#666666;
}
#river {
	border-top:1px solid #dddddd;
}
.river_item p {
	margin:0;
	padding:2px 0 0 20px;
	line-height:1.1em;
	min-height:17px;
}
.river_item {
	border-bottom:1px solid #dddddd;
	padding:2px 0 2px 0;
}
.river_item_time {
	font-size:90%;
	color:#666666;
}
/* IE6 fix */
* html .river_item p { 
	padding:3px 0 3px 20px;
}
/* IE7 */
*:first-child+html .river_item p {
	min-height:17px;
}
.river_user_update {
	background: url(http://www.earth247.tv/_graphics/river_icons/river_icon_profile.gif) no-repeat left -1px;
}
.river_user_profileupdate {
	background: url(http://www.earth247.tv/_graphics/river_icons/river_icon_profile.gif) no-repeat left -1px;
}
.river_user_profileiconupdate {
	background: url(http://www.earth247.tv/_graphics/river_icons/river_icon_profile.gif) no-repeat left -1px;
}
.river_annotate {
	background: url(http://www.earth247.tv/_graphics/river_icons/river_icon_comment.gif) no-repeat left -1px;
}
.river_create {
	background: url(http://www.earth247.tv/_graphics/river_icons/dummy_river_icon.gif) no-repeat left -1px;
}
.river_bookmarks_create {
	background: url(http://www.earth247.tv/_graphics/river_icons/river_icon_bookmarks.gif) no-repeat left -1px;
}
.river_status_create {
	background: url(http://www.earth247.tv/_graphics/river_icons/river_icon_status.gif) no-repeat left -1px;
}
.river_file_create {
	background: url(http://www.earth247.tv/_graphics/river_icons/river_icon_files.gif) no-repeat left -1px;
}
.river_widget_create {
	background: url(http://www.earth247.tv/_graphics/river_icons/river_icon_plugin.gif) no-repeat left -1px;
}
.river_forums_create {
	background: url(http://www.earth247.tv/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_forums_update {
	background: url(http://www.earth247.tv/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_widget_update {
	background: url(http://www.earth247.tv/_graphics/river_icons/river_icon_plugin.gif) no-repeat left -1px;	
}
.river_blog_create {
	background: url(http://www.earth247.tv/_graphics/river_icons/river_icon_blog.gif) no-repeat left -1px;
}
.river_blog_update {
	background: url(http://www.earth247.tv/_graphics/river_icons/river_icon_blog.gif) no-repeat left -1px;
}
.river_forumtopic_create {
	background: url(http://www.earth247.tv/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}
.river_relationship_friend_create {
	background: url(http://www.earth247.tv/_graphics/river_icons/river_icon_friends.gif) no-repeat left -1px;
}
.river_relationship_member_create {
	background: url(http://www.earth247.tv/_graphics/river_icons/river_icon_forum.gif) no-repeat left -1px;
}

/* ***************************************
	SEARCH LISTINGS	
*************************************** */
.search_listing {
	background-color: #F3F3F3;
	padding: 5px;
	margin-bottom: 2px;
    min-height: 60px;
    border-bottom: 1px solid #B0B0B0;
}

.search_listing_icon {
    width: 40px;
	float:left;
    text-align: center;
}
/*.search_listing_icon img {
	width: 40px;
}
.search_listing_icon .avatar_menu_button img {
	width: 15px;
}*/

.search_listing_icon a.delete {
    position: relative;
    display:block;
	cursor: pointer;
    top:-2px;
    left:-1px;
	width:25px;
	height:14px;
    background: url("http://www.earth247.tv/_graphics/icon_customise_remove.png") no-repeat top left;
	color: red;
}

.search_listing_icon a.delete:hover {
	background-position: left -16px;
}

.search_listing_info {
    float:left;
	margin-left: 10px;
	min-height: 60px;
    text-align: left;
	
}
/* IE 6 fix */
* html .search_listing_info {
	height:60px;
}
.search_listing_info p {
	margin:0 0 3px 0;
	line-height:1.2em;
    text-align: left;
}

.search_listing_info p.desc {
	margin:0;
	padding:0;
    font: italic 11px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
    line-height:1.3em;
    /*word-wrap: break-word;*/
}

.search_listing_info p.owner_timestamp {
	margin:0;
	padding-bottom:2px;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
    line-height:1.2em;
    word-wrap: break-word;
}

.search_listing_info a.title {
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

.search_listing_info a.user {
    font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.search_listing_action  {
    float:right;
    width: auto;
    text-align:right;
    margin: 2px 0 2px 0;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
}

/* IE 6 fix */
* html .search_listing_action {
	height:40px;
}

.search_listing_action p {
	margin:0;
	line-height:1.2em;
}
.search_listing_action a.delete {
    display:block;
	cursor: pointer;
	width:50px;
	height:14px;
	margin:0 3px 0 0;
    background: url("http://www.earth247.tv/_graphics/icon_customise_remove.png") no-repeat top right;
	color: red;
}

.search_listing_action a.delete:hover {
	background-position: right -16px;
}

.search_listing_action a.join {
    display:block;
	cursor: pointer;
	width:26px;
	height:26px;
	margin:0 3px 0 10px;
    background: url("http://www.earth247.tv/_graphics/icon_join.jpg") no-repeat top center;
	color: red;
}
.search_listing_action a.leave {
    display:block;
	cursor: pointer;
	width:25px;
	height:25px;
	margin:0 3px 0 10px;
    background: url("http://www.earth247.tv/_graphics/icon_cancel.png") no-repeat top center;
	color: red;
}

.search_action  {
    clear:left;
    width: 50px;
    margin: 2px 0 2px 0;
    padding: 0;
    text-align: center;
}
.search_action a.join {
    display:block;
	cursor: pointer;
	width:26px;
	height:26px;
	margin:0 3px 0 10px;
    background: url("http://www.earth247.tv/_graphics/icon_join.jpg") no-repeat top center;
	color: red;
}
.search_action a.leave {
    display:block;
	cursor: pointer;
	width:25px;
	height:25px;
	margin:0 3px 0 10px;
    background: url("http://www.earth247.tv/_graphics/icon_cancel.png") no-repeat top center;
	color: red;
}

table.search_gallery {
	border-spacing: 5px;
	margin:0 0 20px 0;
	background: #f5f5f5;
    
}
.search_gallery td {
	padding: 5px;
    width: 50%;
}

.search_gallery_item {
	border:1px dotted silver;
    background-color: white;
}

 td.info {
    margin: 0;
	width:90%;
}
 td.sicon {
	width:40px;
    margin:0;
}

/* IE 6 fix */
* html .search_gallery_item td.icon{
	width:40px;
}
*:first-child+html .search_gallery_item td.info {
	width:100%;
}

/*.search_gallery_item:hover {
	border:1px dotted black;
}*/

.search_gallery_item .search_listing {
	background: none;
	text-align: center;
}

.search_gallery_item .search_listing_header {
	text-align: center;
}

.search_gallery_item .search_listing_icon {
	position: relative;
	text-align: center;
    width: 50px;
}

.search_gallery_item .search_listing_info {
	margin: 5px 0 0 0;
}

.search_gallery_item .search_listing_info p {
	margin: 5px 0 0 0;
	/*margin-bottom: 10px;*/
}

.search_gallery_item .search_listing {
	background: none;
	text-align: center;
}

/*.search_gallery_item .search_listing_icon {
	position: absolute;
	margin-bottom: 20px;
}*/

.search_gallery_item .search_listing_info {
	margin: 5px;
}

.search_gallery_item .search_listing_info p {
	margin: 5px;
	/*margin-bottom: 10px;*/
}


/* ***************************************
	FRIENDS
*************************************** */
/* friends widget */
#widget_friends_list {
	display:table;
	width:100%;
}
.widget_friends_singlefriend {
	float:left;
	margin:0 5px 5px 0;
}


/* ***************************************
	ADMIN AREA - PLUGIN SETTINGS
*************************************** */
.plugin_details {
	margin:0 0 10px 0;
	padding:5px 10px 5px 10px;
}
.admin_plugin_reorder {
	float:right;
	width:200px;
	text-align: right;
}
.admin_plugin_reorder a {
	padding-left:10px;
}
.active {
	border:1px solid #00cc00;
    background:#ccffcc;
}
.not-active {
    border:1px solid #D3322A;
    background:#F7DAD8;
}
.plugin_details p {
	margin:0;
	padding:4px 0 0 0;
}
.plugin_details a.manifest_details {
	cursor:pointer;
	font-size:80%;
}
.not-active .admin_plugin_enable_disable a {
	float:right;
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#4690d6;
	border: 1px solid #4690d6;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	padding: 4px;
	margin:5px 0 0 0;
	cursor: pointer;
}
.not-active .admin_plugin_enable_disable a:hover {
	background: #0054a7;
}
.active .admin_plugin_enable_disable a {
	float:right;
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#999999;
	border: 1px solid #999999;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	padding: 4px;
	margin:5px 0 0 0;
	cursor: pointer;
}
.active .admin_plugin_enable_disable a:hover {
	background: #333333;
}
.pluginsettings {
	margin:20px 0 0 0;
}
.pluginsettings h3 {
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	border-bottom:1px solid #999999;
}
#updateclient_settings h3 {
	padding:0;
	margin:0;
	border:none;
}
.input-access {
	margin:5px 0 0 0;
}

/* ***************************************
	GENERIC COMMENTS
*************************************** */
.generic_comment_owner {
	font-size: 90%;
	color:#666666;
}

.generic_comment {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.generic_comment_icon {
	float:left;
}

.generic_comment_details {
	margin-left: 60px;
	border-bottom: 1px solid #aaaaaa;
}

.generic_comment_owner {
	color:#666666;
	margin: 0px;
	font-size:90%;
}

	
/* ***************************************
  PAGE-OWNER BLOCK
*************************************** */
#owner_block {
	
	padding:10px;
	background: #EAEAEA;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
	
}
#owner_block_icon {
	float:left;
	margin:0 10px 0 0;
}
#owner_block_rss_feed,
#owner_block_odd_feed,
#owner_block_bookmark_this,
#owner_block_report_this {
	padding:2px 0 3px 0;
}
#owner_block_report_this {
	border-bottom:1px solid #cccccc;
}
#owner_block_rss_feed a {
	font-size: 90%;
	color:#999999;
	padding:0 0 4px 20px;
	background: url(http://www.earth247.tv/_graphics/icon_rss.gif) no-repeat left top;
}
#owner_block_odd_feed a {
	font-size: 90%;
	color:#999999;
	padding:0 0 4px 20px;
	background: url(http://www.earth247.tv/_graphics/icon_odd.gif) no-repeat left top;
}
#owner_block_bookmark_this a {
	font-size: 90%;
	color:#999999;
	padding:0 0 4px 20px;
	background: url(http://www.earth247.tv/_graphics/icon_bookmarkthis.gif) no-repeat left top;
}
#owner_block_report_this a {
	font-size: 90%;
	color:#999999;
	padding:0 0 4px 20px;
	background: url(http://www.earth247.tv/_graphics/icon_reportthis.gif) no-repeat left top;
}
#owner_block_rss_feed a:hover,
#owner_block_odd_feed a:hover,
#owner_block_bookmark_this a:hover,
#owner_block_report_this a:hover {
	color: #0054a7;
}

#owner_block_desc {
	padding:4px 0 4px 0;
	margin:0 0 0 0;
	line-height: 1.2em;
	/*border-bottom:1px solid #cccccc;*/
	color:#666666;
}
#owner_block_content {
	margin:0 0 4px 0;
	padding:3px 0 0 0;
	min-height:10px;
	font-weight: bold;
}
.ownerblockline {
	padding:0;
	margin:0;
	/*border-bottom:1px solid #cccccc;*/
	height:1px;
}
#owner_block_submenu {
	margin:0 0 20px 0;
	padding: 0;
	/* border-bottom: 1px solid #cccccc; */	
	width:100%;
}

#owner_block_submenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#owner_block_submenu ul li.selected a {
	/*background: url(http://www.earth247.tv/_graphics/owner_block_menu_arrow.gif) no-repeat left 6px;
	padding-left:10px;*/
	background: #0054a7;
	border: 1px solid #FFFFFF;
	color:white;
}
#owner_block_submenu ul li a {
	
	text-decoration: none;
	display: block;
	margin: 2px 0 0 0;
	color:#666666;
	padding:4px 6px 4px 10px;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	/*-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;*/
}

#owner_block_submenu ul li a:hover {
	color:white;
	background: #4690d6;
}

/* IE 6 + 7 menu arrow position fix */
* html #owner_block_submenu ul li.selected a {
	background-position: left 10px;
}
*:first-child+html #owner_block_submenu ul li.selected a {
	background-position: left 8px;
}

#owner_block_submenu .submenu_group {
	border-bottom: 1px solid #cccccc;
	margin:10px 0 0 0;
	padding-bottom: 10px;
}

/* filetypes filter menu */
#owner_block_submenu .submenu_group .submenu_group_filetypes ul li a {
	color:#666666;
}
#owner_block_submenu .submenu_group .submenu_group_filetypes ul li.selected a {
	background: url(http://www.earth247.tv/_graphics/owner_block_menu_dot.gif) no-repeat left 7px;
}
#owner_block_submenu .submenu_group .submenu_group_filetypes ul li a:hover {
	color:white;
	background: #999999;
}

/* pages actions menu */
#owner_block_submenu .submenu_group .submenu_group_pagesactions ul li a {
	color:#666666;
}
#owner_block_submenu .submenu_group .submenu_group_pagesactions ul li.selected a {
	background: url(http://www.earth247.tv/_graphics/owner_block_menu_dot.gif) no-repeat left 7px;
}
#owner_block_submenu .submenu_group .submenu_group_pagesactions ul li a:hover {
	color:white;
	background: #999999;
}

#owner_block_bottom {
  margin-top: 10px;
}

#owner_block_bottom ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#owner_block_bottom ul li a {
	display: block;
	margin: 2px 0 0 0;
	color:#666666;
	padding:4px 6px 4px 10px;
}


/* ***************************************
	PAGINATION
*************************************** */
.pageinfo {
	margin:10px 0 10px 0;
    float:left;
	/* display: table; */
}
.pageinfo .text {
	display:block;
	float:left;
	text-align: center;
	color:#333333;
	font: normal 12px Arial, Helvetica, sans-serif;
	margin:0 6px 0 0;
	padding:0px 4px;
}

.pagination {
	margin:10px 0 10px 0;
    float:right;
	/* display: table; */
}

.pagination .pagination_number {
	display:block;
	float:left;
	background:#ffffff;
	/*border:1px solid #4690d6;*/
	text-align: center;
	color:#4690d6;
	/*font-size: 12px;
	font-weight: normal;*/
	font: normal 11px Arial, Helvetica, sans-serif;
	margin:0 6px 0 0;
	padding:0px 4px;
	cursor: pointer;
}
.pagination .pagination_number:hover {
	background:#4690d6;
	color:white;
	text-decoration: none;
}
.pagination .pagination_more {
	display:block;
	float:left;
	background:#ffffff;
	/*border:1px solid #ffffff;*/
	text-align: center;
	color:#4690d6;
	
	font: normal 11px Arial, Helvetica, sans-serif;
	margin:0 6px 0 0;
	padding:0px 4px;
}

.pagination .pagination_previous,
.pagination .pagination_next {
	display:block;
	float:left;
	/*border:1px solid #4690d6;*/
	color:#4690d6;
	text-align: center;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin:0 6px 0 0;
	padding:0px 4px;
	cursor: pointer;
}
.pagination .pagination_previous:hover,
.pagination .pagination_next:hover {
	background:#4690d6;
	color:white;
	text-decoration: none;
}
.pagination .pagination_currentpage {
	display:block;
	float:left;
	background:#4690d6;
	/*border:1px solid #4690d6;*/
	text-align: center;
	color:white;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin:0 6px 0 0;
	padding:0px 4px;
	cursor: pointer;
}



	
/* ***************************************
	FRIENDS COLLECTIONS ACCORDIAN
*************************************** */	
ul#friends_collections_accordian {
	margin: 0 0 0 0;
	padding: 0;
	border-bottom:1px solid #cccccc;
}
#friends_collections_accordian li {
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
	color: #666666;
}
#friends_collections_accordian li h2 {
	background:#efefef;
	color: #999999;
	padding:4px 2px 4px 6px;
	margin:0;
	border-top:1px solid #cccccc;
	font-size:1.2em;
	cursor:pointer;
}
#friends_collections_accordian li h2:hover {
	background:#4690D6;
	color:white;
}

#friends_collections_accordian .friends_picker {
	background:white;
	padding:0;
	display:none;
}
#friends_collections_accordian .friends_collections_controls {
	font-size:70%;
	float:right;
}
#friends_collections_accordian .friends_collections_controls a {
	color:#999999;
	font-weight:normal;
}

div.expandall {
	margin: 20px 0 0 0;
	padding:0;
}
div.expandall p {
	cursor:pointer;
	color:#999999;
	text-align:right;
	margin: 0;
	padding:0;
}
	
/* ***************************************
	FRIENDS PICKER SLIDER
*************************************** */		
.friendsPicker_container h3 { font-size:3em; text-align: left; margin:0 0 20px 0; color:#999999; }

.friendsPicker .friendsPicker_container .panel ul {
	text-align: left;
	margin: 0;
	padding:0;
}
.friendsPicker_wrapper {
	margin: 0;
	padding:0;
	position: relative;
	width: 100%;
}
.friendsPicker {
	position: relative;
	overflow: hidden; 
	margin: 0;
	padding:0;
	width: 685px;
	height: 300px;
	background: white;
}
.friendsPicker .friendsPicker_container { /* long container used to house end-to-end panels. Width is calculated in JS  */
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}
.friendsPicker .friendsPicker_container .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 685px;
	margin: 0;
	padding:0;
}
.friendsPicker .friendsPicker_container .panel .wrapper {
	margin: 0;
	padding: 10px;
	background: #efefef;
	min-height: 230px;
}
.friendsPickerNavigation {
	margin: 0 0 10px 0;
	padding:0;
}
.friendsPickerNavigation ul {
	list-style: none;
	padding-left: 0;
}
.friendsPickerNavigation ul li {
	float: left;
	margin:0;
	background:white;
}
.friendsPickerNavigation a {
	font-weight: bold;
	text-align: center;
	background: white;
	color: #999999;
	text-decoration: none;
	display: block;
	padding: 0;
	width:20px;
}
.tabHasContent {
	background: white; color:#333333 !important;
}
.friendsPickerNavigation li a:hover {
	background: #333333;
	color:white !important;
}
.friendsPickerNavigation li a.current {
	background: #4690D6;
	color:white !important;
}
.friendsPickerNavigationAll {
	margin:0px 0 0 20px;
	float:left;
}
.friendsPickerNavigationAll a {
	font-weight: bold;
	text-align: left;
	font-size:0.8em;
	background: white;
	color: #999999;
	text-decoration: none;
	display: block;
	padding: 0 4px 0 4px;
	width:auto;
}
.friendsPickerNavigationAll a:hover {
	background: #4690D6;
	color:white;
}
.friendsPickerNavigationL, .friendsPickerNavigationR {
	position: absolute;
	top: 46px;
	text-indent: -9000em;
}
.friendsPickerNavigationL a, .friendsPickerNavigationR a {
	display: block;
	height: 43px;
	width: 43px;
}
.friendsPickerNavigationL {
	right: 58px;
	z-index:1;
}
.friendsPickerNavigationR {
	right: 10px;
	z-index:1;
}
.friendsPickerNavigationL {
	background: url("http://www.earth247.tv/_graphics/friends_picker_arrows.gif") no-repeat left top;
}
.friendsPickerNavigationR {
	background: url("http://www.earth247.tv/_graphics/friends_picker_arrows.gif") no-repeat -60px top;
}
.friendsPickerNavigationL:hover {
	background: url("http://www.earth247.tv/_graphics/friends_picker_arrows.gif") no-repeat left -44px;
}
.friendsPickerNavigationR:hover {
	background: url("http://www.earth247.tv/_graphics/friends_picker_arrows.gif") no-repeat -60px -44px;
}	
.friends_collections_controls a.delete_collection {
	display:block;
	cursor: pointer;
	width:14px;
	height:14px;
	margin:0 3px 0 0;
	background: url("http://www.earth247.tv/_graphics/icon_customise_remove.png") no-repeat 0 0;
}
.friends_collections_controls a.delete_collection:hover {
	background-position: 0 -16px;
}



/* picker tabbed navigation */
#friendsPickerNavigationTabs {
	margin:10px 0 10px 0;
	padding: 0;
	border-bottom: 1px solid #cccccc;
	display:table;
	width:100%;
}

#friendsPickerNavigationTabs ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#friendsPickerNavigationTabs li {
	float: left;
	border: 1px solid #ffffff;
	border-bottom-width: 0;
	margin: 0;
}

#friendsPickerNavigationTabs a {
	text-decoration: none;
	display: block;
	padding: 0.22em 1em;
	color: #666666;
	text-align: center;
}

#friendsPickerNavigationTabs a:hover {
	color: #4690d6;
}

#friendsPickerNavigationTabs .selected {
	border-color: #cccccc;
}

#friendsPickerNavigationTabs .selected a {
	position: relative;
	top: 1px;
	background: white;
	color: #4690d6;
}
	
	

	
/* ***************************************
  WIDGET PICKER (PROFILE & DASHBOARD)
*************************************** */
/* 'edit page' button */
a.toggle_customise_edit_panel { 
	float:right;
	clear:right;
	color: #4690d6;
	background: white;
	border:1px solid #cccccc;
	padding: 5px 10px 5px 10px;
	margin:20px 20px 0px 20px;
	width:284px;
	text-align: left;
}
a.toggle_customise_edit_panel:hover { 
	color: #ffffff;
	background: #0054a7;
	text-decoration:none;
}

#customise_editpanel {
	display:none;
	margin: 0;
	padding:20px;
	background: #dedede;
}

/* Top area - instructions */
.customise_editpanel_instructions {
	width:690px;
	padding:0 0 10px 0;
}
.customise_editpanel_instructions h2 {
	padding:0 0 10px 0;
}
.customise_editpanel_instructions p {
	margin:0 0 5px 0;
	line-height: 1.4em;
}

/* RHS (widget gallery area) */
#customise_editpanel_rhs {
	float:right;
	width:230px;
	background:white;
}
#customise_editpanel #customise_editpanel_rhs h2 {
	color:#333333;
	font-size: 1.4em;
	margin:0;
	padding:6px;
}
#widget_picker_gallery {
	border-top:1px solid #cccccc;
	background:white;
	width:210px; 
	height:340px;
	padding:10px;
	overflow:scroll;
	overflow-x:hidden;
}

/* main page widget area */
#customise_page_view {
	width:656px;
	padding:10px;
	margin:0 0 10px 0;
	background:white;
}
#customise_page_view h2 {
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-left:1px solid #cccccc;
	margin:0;
	padding:5px;
	width:200px;
	color: #0054a7;
	background: #f5f5f5;
	font-size:1.25em;
	line-height: 1.2em;
}

#profile_box_widgets {
	width:422px;
	margin:0 10px 10px 0;
	padding:5px 5px 0px 5px;
	min-height: 50px;
	border:1px solid #cccccc;
	background: #f5f5f5;
}
#customise_page_view h2.profile_box {
	width:422px;
	color: #999999;
}
#profile_box_widgets p {
	color:#999999;
}

#leftcolumn_widgets {
	width:200px;
	margin:0 10px 0 0;
	padding:5px 5px 40px 5px;
	min-height: 190px;
	border:1px solid #cccccc;
}
#middlecolumn_widgets {
	width:200px;
	margin:0 10px 0 0;
	padding:5px 5px 40px 5px;
	min-height: 190px;
	border:1px solid #cccccc;
}
#rightcolumn_widgets {
	width:200px;
	margin:0;
	padding:5px 5px 40px 5px;
	min-height: 190px;
	border:1px solid #cccccc;
}

#rightcolumn_widgets.long {
	min-height: 288px;
}
/* IE6 fix */
* html #leftcolumn_widgets { 
	height: 190px;
}
* html #middlecolumn_widgets { 
	height: 190px;
}
* html #rightcolumn_widgets { 
	height: 190px;
}
* html #rightcolumn_widgets.long { 
	height: 338px;
}

#customise_editpanel table.draggable_widget {
	width:200px;
	background: #cccccc;
	margin: 10px 0 0 0;
	vertical-align:text-top;
	border:1px solid #cccccc;
}

#widget_picker_gallery table.draggable_widget {
	width:200px;
	background: #cccccc;
	margin: 10px 0 0 0;
}

/* take care of long widget names */
#customise_editpanel table.draggable_widget h3 {
	word-wrap:break-word;/* safari, webkit, ie */
	width:140px;
	line-height: 1.1em;
	overflow: hidden;/* ff */
	padding:4px;
}
#widget_picker_gallery table.draggable_widget h3 {
	word-wrap:break-word;
	width:145px;
	line-height: 1.1em;
	overflow: hidden;
	padding:4px;
}
#customise_editpanel img.more_info {
	background: url(http://www.earth247.tv/_graphics/icon_customise_info.gif) no-repeat top left;
	cursor:pointer;
}
#customise_editpanel img.drag_handle {
	background: url(http://www.earth247.tv/_graphics/icon_customise_drag.gif) no-repeat top left;
	cursor:move;
}
#customise_editpanel img {
	margin-top:4px;
}
#widget_moreinfo {
	position:absolute;
	border:1px solid #333333;
	background:#e4ecf5;
	color:#333333;
	padding:5px;
	display:none;
	width: 200px;
    line-height: 1.2em;
}
/* droppable area hover class  */
.droppable-hover {
	background:#fdffc3;
}
/* target drop area class */
.placeholder {
	border:2px dashed #AAA;
	width:196px !important;
	margin: 10px 0 10px 0;
}
/* class of widget while dragging */
.ui-sortable-helper {
	background: #4690d6;
	color:white;
	padding: 4px;
	margin: 10px 0 0 0;
	width:200px;
}
/* IE6 fix */
* html .placeholder { 
	margin: 0;
}
/* IE7 */
*:first-child+html .placeholder {
	margin: 0;
}
/* IE6 fix */
* html .ui-sortable-helper h3 { 
	padding: 4px;
}
* html .ui-sortable-helper img.drag_handle, * html .ui-sortable-helper img.remove_me, * html .ui-sortable-helper img.more_info {
	padding-top: 4px;
}
/* IE7 */
*:first-child+html .ui-sortable-helper h3 {
	padding: 4px;
}
*:first-child+html .ui-sortable-helper img.drag_handle, *:first-child+html .ui-sortable-helper img.remove_me, *:first-child+html .ui-sortable-helper img.more_info {
	padding-top: 4px;
}



/* ***************************************
	BREADCRUMBS
*************************************** */
#pages_breadcrumbs {
	font-size: 80%;
	color:#999999;
	padding:0;
	margin:0 0 10px 0;
}
#pages_breadcrumbs a {
	color:#999999;
	text-decoration: none;
}
#pages_breadcrumbs a:hover {
	color: #0054a7;
	text-decoration: underline;
}


/* ***************************************
	MISC.
*************************************** */
/* general page titles in main content area */
#content_area_user_title {	
	background:#0B9FE5;
	margin:0 0 5px 0;
	padding:5px;
	line-height:1.2em;
}

#content_area_user_title h2 {
	margin-left: 10px;
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}


#sidebar_page_tree {
	margin:10px;
}

#sidebar_page_tree h3 {
	background:#F5F5F5;
	border-top:2px solid #4690D6;
	margin:0 0 5px 0;
	padding:5px;
	color:#0054A7;
	font-size:1.25em;
	line-height:1.2em;
}	

/* tag icon */	
.object_tag_string {
	background: url(http://www.earth247.tv/_graphics/icon_tag.gif) no-repeat left 2px;
	padding:0 0 0 14px;
	margin:0;
}	

/* profile picture upload n crop page */	
#profile_picture_form {
	height:145px;
}	
#current_user_avatar {
	float:left;
	width:160px;
	height:130px;
	border-right:1px solid #cccccc;
	margin:0 20px 0 0;
}	
#profile_picture_croppingtool {
	border-top: 1px solid #cccccc;
	margin:20px 0 0 0;
	padding:10px 0 0 0;
}	
#profile_picture_croppingtool #user_avatar {
	float: left;
	margin-right: 20px;
}	
#profile_picture_croppingtool #applycropping {

}
#profile_picture_croppingtool #user_avatar_preview {
	float: left;
	position: relative;
	overflow: hidden;
	width: 100px;
	height: 100px;
}	


/* ***************************************
	SETTINGS & ADMIN
*************************************** */

.settings_form h3,
.usersettings_statistics h3,
.admin_statistics h3,
.admin_users_online h3 {
	background:#e4e4e4;
	border-bottom:1px solid #d0d0d0;
	color:#666666;
	font-size:1.1em;
	line-height:1em;
	margin:30px 0 10px 0;
	padding:5px;	
}
.settings_form label,
.admin_debug label,
.admin_usage label {
	color:#333333;
	font-size:100%;
	font-weight:normal;
}
.settings_form {
	border-bottom:1px solid #cccccc;
	padding:0 0 20px 0;
}
.admin_usage {
	border-bottom:1px solid #cccccc;
	padding:0 0 20px 0;
}

.usersettings_statistics .odd,
.admin_statistics .odd {
	background:#f5f5f5;
}
.usersettings_statistics .even,
.admin_statistics .even {
	background:#ffffff;
}
.usersettings_statistics td,
.admin_statistics td {
	padding:2px 4px 2px 4px;
}
.usersettings_statistics td.column_one,
.admin_statistics td.column_one {
	width:200px;
}

/* add user pane on user admin */
#add_user_showhide #add-box {
	padding:20px;
	background: #dedede;
}
.admin_adduser_link {
	margin:0 0 20px 0;
}
#search-box {
	margin:0 0 20px 0;
}

.manifest_file {
	display:none;
}

/* force tinyMCE editor initial width for safari */
.mceLayout {
	width:683px;
}

div.ajax_loader {
	background: url(http://www.earth247.tv/_graphics/ajax_loader.gif) no-repeat top center;
	width:100%;
	height:33px;
}

/* ***************************************
	AVATAR CONTEXTUAL MENU
*************************************** */	
#profile_icon_wrapper {
	float:left;
	text-align: center;
}

.usericon {
	position:relative;
}

.avatar_menu_button {
	width:15px;
	height:15px;
	position:absolute;
	cursor:pointer;
	display:none;
	right:0;
	bottom:0;
}
.avatar_menu_arrow {
	background: url(http://www.earth247.tv/_graphics/avatar_menu_arrows.gif) no-repeat left top;
	width:15px;
	height:15px;
}
.avatar_menu_arrow_on {
	background: url(http://www.earth247.tv/_graphics/avatar_menu_arrows.gif) no-repeat left -16px;
	width:15px;
	height:15px;
}
.avatar_menu_arrow_hover {
	background: url(http://www.earth247.tv/_graphics/avatar_menu_arrows.gif) no-repeat left -32px;
	width:15px;
	height:15px;
}

.usericon div.sub_menu { 
	display:none; 
	position:absolute; 
	padding:2px; 
	margin:0; 
	border-top:solid 1px #E5E5E5; 
	border-left:solid 1px #E5E5E5; 
	border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999;  
	width:120px; 
	background:#FFFFFF; 
	text-align:left;
}
div.usericon a.icon img {
	z-index:10;
}

.usericon div.sub_menu a {margin:0;padding:2px;}
.usericon div.sub_menu a:link, 
.usericon div.sub_menu a:visited, 
.usericon div.sub_menu a:hover{ display:block;}	
.usericon div.sub_menu a:hover{ background:#cccccc; text-decoration:none;}

.usericon div.sub_menu h3 {
	font-size:1.2em;
	padding-bottom:3px;
	border-bottom:solid 1px #dddddd;
	color: #4690d6;
	margin:0 !important;
	background:#ffffff !important;
}
.usericon div.sub_menu h3:hover {
	background:#cccccc !important;
}

.user_menu_addfriend,
.user_menu_removefriend,
.user_menu_profile,
.user_menu_friends,
.user_menu_friends_of,
.user_menu_blog,
.user_menu_file,
.user_menu_messages,
.user_menu_admin,
.user_menu_pages {
	margin:0;
	padding:0;
}
.user_menu_admin {
	border-top:solid 1px #dddddd;
}
.user_menu_admin a {
	color:#cc0033;
}

#profile_title  {	
    margin:0 0 5px 0;
	padding-bottom: 23px;
    padding-top 0;
	background:#FFFFFF;
	border-bottom:2px solid #4690D6;
	color:#0054A7;
}

#profile_title ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.2em;
}

#profile_title li {
   float: left;
   display: block;
   padding: 1px 12px 1px 10px;
   background:#FFFFFF;
}

*+html #profile_title {
    width: 700px;
    padding: 0px;
}


#profile_title li a {
    width:auto;
    display: block;
}


#profile_title li.psel  {
    background: #FFFFFF url(/_graphics/tab_sel2.png) left 1px no-repeat;
}

#profile_title li.psel a {
    font-weight: bold;
    color:#FFFFFF;
}



/***********************************
* User profile layout
***********************************/

#procontent {
   width:980px;
   margin: 0;
   padding: 0;
   
}
#pro_top {
    margin: 0;
	width:980px;
	height: 20px;
	background: white;
	padding:0;
    float:left;
    background: #FFFFFF;
}

#pro_top div.pro_top_left  {
    float: left;
    margin-left:10px;
}

#pro_top div.pro_top_left a {
    
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
}

#pro_left {
    position:relative;
    width:543px;
    height: 450px;
    margin: 0;
    background: #FFFFFF;
	float:left;
    z-index:1;
}

#pro_sidebar {
    position:relative;
    background: #FFFFFF;
	width:437px;
	min-height: 600px;
	float:left;
    z-index:3;
}
#pro_bottom {
    margin: 0 0 0 10px;
	width:960px;
	min-height: 180px;
	background: white;
	padding:0;
    float:left;
    background: #F1EAEA;
}

#pro_bottom .toptitle a {
    margin-top: 2px;
    margin-left: 20px;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    color: #E42217;
}

#pro_right_content {
    margin:0 10px; 
    padding:0; 
    background: #FFFFFF; 
    z-index:3;
}

#profile_header {
	margin: 0;
	line-height: 1.0elm;
}

#profile_header a {
	margin: 0;
	padding:0 0 14px 0;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: 0000FF;
}

#profile_header a.profile_removefriend {

  margin: 0 0 0 30px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

#profile_header a.profile_addfriend {
	margin: 0 0 0 30px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

/***************************************
*  Tab menu at right hand site
****************************************/

#tab_menu {
    margin:0;
    padding: 0;
    float:left;
}
#tab_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-left: 10px;
    font: bold 90% Verdana, Arial, Helvetica, sans-serif;
    font-stretch: ultra-condensed;
}

#tab_menu li {
    display: inline;
    margin: 0;
    text-align:center;
}

#tab_menu li a {
    
    padding: 10px 17px;
    text-decoration: none;
    color:#0066CC;0
    padding-right: 20px;
    padding-left: 10px;
    background: transparent url(/_graphics/tab.png) left 1px no-repeat ;
    position: relative;
    display: block;
    float: left;
    margin-left:-10px;
    text-align:center;
}

#tab_menu li.special a {
    background: url(/_graphics/special.png) left 1px no-repeat;
    color:#FFFFFF;
}


#tab_menu li.selected a {
    background: transparent url(/_graphics/tab_sel.png) left 1px no-repeat;
    color:#FFFFFF;
}

#tab_list {
  /*margin-top: 10px;
  margin-left: 5px;*/
  margin: 0;
  padding: 0;
  min-height:360px;
  background: #F8F7F7;
}

/* IE7 */
*:first-child+html #tab_list {
	margin-top: 10px;
}

#tab_list .header {
    font: bold 13px Verdana, Arial, Helvetica, sans-serif;
    color: #003366;
}

#tab_list a.title1 {
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  color: #993333;
}

#tab_list a.user{
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  color: #747474;
}

#tab_list a.user2 {
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  color: #006195;
}

#tab_list .ctime {
   font: normal 10px Verdana, Arial, Helvetica, sans-serif;
   color: #999999;
}
#tab_list .subtype {
   font: bold 10px Verdana, Arial, Helvetica, sans-serif;
   color: #99CCFF;
}

#tab_list p.nologin {
   
   margin-top: 120px;
   font: bold 10px Verdana, Arial, Helvetica, sans-serif;
   color: #999999;
   text-align:center;
   
}

#tab_list img {
   margin:0 0 0 0;
   padding:0;
}

#tab_list ul{
  list-style: none;
  margin: 0;
  padding: 0;
  height: 359px;
}

#tab_list li {
  padding: 3px;
  display:block;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  background: #F8F7F7;
  border-bottom: 2px dotted #999999;
}

#tab_list li.tab2 {
    padding: 0;
    margin: 0;
}


#tab_list li .elist_img {
    margin: 0;
	float:left;
}

#tab_list li .elist_img img {
	width: 80px;
}
#tab_list li .elist_info {
	margin-left: 90px;
	min-height: 63px;
}
* html #tab_list li .elist_info {
	height: 63px;
}
#tab_list li .elist_info p {
	margin:0 0 3px 30px;
	line-height:1.2em;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}


/* ***************************************
	PAGINATION in Tab
*************************************** */
.page {
  margin:5px 0 10px 0;
}

.ptabpage {
    margin:0;
	/*margin:5px 0 10px 0;*/
	/* display: table; */
    background: #000000;
    padding: 0;
    width: 420px;
    height: 22px;
}

.ptabpage .pagination_number {
	display:block;
	float:left;
	/*background:#ffffff;*/
	/*border:1px solid #4690d6;*/
	text-align: center;
	color:#FFFFFF;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin:3px 6px 0 3px;
	padding:0 4px;
	cursor: pointer;
    text-align: center;
}
.ptabpage .pagination_number:hover {
	background:#4690d6;
	color:white;
	text-decoration: none;
}
.ptabpage .pagination_more {
	display:block;
	float:left;
	/*background:#ffffff;
	border:1px solid #ffffff;
    color:#4690d6;
    */
    color:#FFFFFF;
	text-align: center;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin:3px 6px 0 0;
	padding:0px 3px;
}

.ptabpage .pagination_previous,
.ptabpage .pagination_next {
	display:block;
	float:left;
	/*border:1px solid #4690d6;
	color:#4690d6;*/
    color:#FFFFFF;
	text-align: center;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin:3px 6px 0 3px;
	padding:0px 6px;
	cursor: pointer;
}

.ptabpage .pagination_next {
    float:right;
}

.ptabpage .pagination_previous:hover,
.ptabpage .pagination_next:hover {
	background:#4690d6;
	color:white;
	text-decoration: none;
}
.ptabpage .pagination_currentpage {
	display:block;
	float:left;
	background:#4690d6;
	border:1px solid #4690d6;
	text-align: center;
	color:white;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin:3px 6px 0 0;
	padding:0px 4px;
	cursor: pointer;
}



#pro_ads {
    position:absolute;
    margin: 2px 10px;
    width:480px;
    top: 440px;
    left:20px;
    z-index:5;
}

#pro_ads a img {
    padding: 3px;
}

#f_list {
  margin: 0 0 0 3px;
  padding: 0;
  background: #FFFFFF;
  height: 125px;
}

#f_list ul {
    list-style: none;
    margin: 0;
    padding: 0;
    
}

#f_list li  {
    margin: 0 8px 0 0; 
    float:left;
    display: block;
    width: 105px;
    height: 125px;
    text-align: center;
    
}

#f_list li a.user {
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
    color: #006195;
}

#f_list li a.icon {
    text-align:center;
}

#f_list li a:hover {
    text-decoration: underline;
}

#f_list li.in {
    width: 25px;
    margin-right: 0;
    line-height: 60px;
    float: right;
    background: #F1EAEA;
    height: 125px;
}
#f_list li.prev {
    width: 25px;
    line-height: 60px;
    background: #F1EAEA;
    height: 125px;
}



li.f_detail {
  padding: 3px 5px;
  margin-left:30px;
  CURSOR: pointer;
}

li.f_detail a {
    line-height: 60px;
}
/*-------------------------------
MESSAGEBOARD PLUGIN
-------------------------------*/
/* input msg area */
#mb_input_wrapper {
	border:1px dotted #cccccc;
	background:#f5f5f5;
	padding:4px;
}

#mb_input_wrapper .input_textarea {
	width:600px;
}
/*.message_item_timestamp {
	font-size:90%;
	color:#666666;
	padding:10px 0 0 0;
}
p.message_item_timestamp {
	margin-bottom: 10px;
}*/
/* wraps each message */
.messageboard {
	margin:10px 0 10px 0;
    background:#FFFFFF;
	border-bottom:1px dotted #cccccc;
}
.messageboard .message_sender {
	float:left;
	margin: 5px 10px 0 5px;
	
}
* html .messageboard .message_sender { margin: 5px 10px 0 2px; } /* IE6 */
*+html .messageboard .message_sender {  } /* IE7 */

.messageboard .message {
	float:left;
	width:80%;
}

.messageboard .message p {
	line-height: 1.2em;
	background:#fffcd9;
	margin:0 4px 4px 4px;
	padding:4px;
	/*border-bottom:1px dotted #cccccc;
	overflow-y:hidden;
	overflow-x:auto;*/
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

.message_buttons {
	padding:0 0 3px 4px;
	margin:0;
	font-size: 90%;
	color:#666666;
}

.messageboard .delete_message a {
	display:block;
	float:right;
	cursor: pointer;
	width:14px;
	height:14px;
	margin:2px 3px 3px 0;
	background: url("http://www.earth247.tv/_graphics/icon_customise_remove.png") no-repeat 0 0;
	text-indent: -9000px;
}
.messageboard .delete_message a:hover {
	background-position: 0 -16px;
}





/*-------------------------------
MESSAGING PLUGIN
-------------------------------*/
#messages {
	margin:0 10px 0 10px;
}
.actiontitle {
	font-weight: bold;
	font-size: 110%;
	margin: 0 0 10px 0;
}
#messages .pagination {
	margin:5px 0 5px 0;
}
#messages input[type="checkbox"] {
	margin:0;
	padding:0;
	border:none;
}
.messages_buttonbank {
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	background:white;
	margin:5px 10px;
	padding:5px;
	text-align: right;
}
.messages_buttonbank input {
	margin:0 0 0 10px;
}
.messages_buttonbank input[type="button"] {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #4690D6;
	background:#dddddd;
	border: 1px solid #999999;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	width: auto;
	height: 25px;
	padding: 2px 6px 2px 6px;
	margin:0 0 0 10px;
	cursor: pointer;
}
.messages_buttonbank input[type="button"]:hover {
	background: #0054a7;
	border: 1px solid #0054a7;
	color:white;
}

#messages td {
	text-align: left;
	vertical-align:middle;
	padding: 5px;
}
#messages .message_sent {
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	margin-bottom: 5px;
	background: white;
	border:1px solid #cccccc; 	
}
#messages .message_notread {
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	margin-bottom: 5px;
	background: #F7DAD8;
	border:1px solid #ff6c7c; 
}
#messages .message_read {
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	margin-bottom: 5px;
	background: white;
	border:1px solid #cccccc; 
}
#messages .message_notread td {

}
#messages .message_read td {

}

#messages .delete_msg a {
	display:block;
	cursor: pointer;
	width:14px;
	height:14px;
	margin:0;
	background: url("http://www.earth247.tv/_graphics/icon_customise_remove.png") no-repeat right 0;
	text-indent: -9000px;
	float:right;
}
#messages .delete_msg a:hover {
	background-position: right -16px;
}
/* IE6 */
* html #messages .delete_msg a { background-position: right 4px; }
* html #messages .delete_msg a:hover { background-position: right 4px; } 

#messages .usericon,
#messages .groupicon {
	float: left;
	margin: 0 15px 0 0;
}

#messages .msgsender a {
	color:#666666;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	
	margin:0;
	padding:0;
	float:left;
}
#messages .msgsender small {
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#AAAAAA;
}


#messages .msgsubject {
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	line-height: 100%;
}

.msgsubject {
	font-weight:bold;
}

.messages_single_icon  {
	float: left;
	width:110px;
}

.messages_single_icon .usericon,
.messages_single_icon .groupicon {
	float: left;
	margin: 0 10px 10px 0;
}

/* view and reply to message view */
.message_body {
	margin-left: 120px;
}
.message_body .messagebody {
	padding:0;
	margin:10px 0 10px 0;
	font-size: 120%;
	border-bottom:1px solid #cccccc;
}

/* drop down message reply form */
#message_reply_form { display:none; }

.new_messages_count {
	color:#666666;
}
/* tinyMCE container */
#message_reply_editor #message_tbl {
	width:680px !important;
}
/* IE6 */
* html #message_reply_editor #message_tbl { width:676px !important;}

#messages_return {
	margin:4px 0 4px 10px;
}
#messages_return p {
	margin:0;
}
.messages_single {
	background: white;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	margin:0 10px 10px 10px;
	padding:10px;	
}
/* when displaying original msg in reply view */
.previous_message {
    background:#dedede;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
    padding:10px;
    margin:0 0 20px 0;
}
.previous_message p {
    padding:0;
    margin:0 0 5px 0;
    font-size: 100%;
}




#notificationstable td.sitetogglefield {
	width:50px;
	text-align: center;
	vertical-align: middle;
}
#notificationstable td.sitetogglefield input {
	margin-right:36px;
	margin-top:5px;
}
#notificationstable td.sitetogglefield a {
	width:46px;
	height:24px;
	cursor: pointer;
	display: block;
	outline: none;
}
#notificationstable td.sitetogglefield a.sitetoggleOff {
	background: url(http://www.earth247.tv/mod/messages/graphics/icon_notifications_site.gif) no-repeat right 2px;
}
#notificationstable td.sitetogglefield a.sitetoggleOn {
	background: url(http://www.earth247.tv/mod/messages/graphics/icon_notifications_site.gif) no-repeat right -36px;
}







/* status clear and cancel buttons */
#status_clear #status_clear_button,
#status_update_form #status_cancel_button {

	font: 11px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	background:#dddddd;
	border: 1px solid #999999;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	width: auto;
	padding:1px 3px 1px 3px;
	margin:5px 0 5px 0;
	cursor: pointer;

}

#status_clear #status_clear_button:hover,
#status_update_form #status_cancel_button:hover {
	color: #ffffff;
	background:#0054a7;
}

/* status save button */
#status_update_form #status_save_button {
	font: 11px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#4690d6;
	border: 1px solid #4690d6;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	width: auto;
	padding: 1px 3px 1px 3px;
	margin:5px 10px 5px 0;
	cursor: pointer;
}

#status_update_form #status_save_button:hover {
	background: #0054a7;
}

/* current displayed status message */
#status_message p,
.widget_status_statusmessage p {
	font-size:1.2em;
	line-height:1.2em;
	font-weight:bold;
	color:#666666;
	padding:3px;
	margin:0;	
}

/* widget status box - input */
.widget_status_statusmessage {
/*
	font-size:1.2em;
	line-height:1.2em;
	font-weight:bold;
*/
	color:#666666;
	background:#fdffc3;
	padding:3px;
}
/* widget status box - time */
.widget_status_messagetimestamp {
	font-size:0.9em;
	color:#999999;
	margin:0;
}

#status_update_form {
	display:none;
}

.status_input_form {
	border:0;
	background:transparent;
}

.status_input_form:focus {
	border: none;
	background:transparent;
	color:#333333;
}
/* textarea for writing new message */
#status_update_input {
	display:none;
	background:transparent;
	border:none;
	font-size:1.2em;
	line-height:1.2em;
	font-weight:bold;
	color:#666666;
	padding:3px;
	width:274px;
	height:66px;
}


/* status messages history */

/* wraps each status msg */
.status_message {
	border-bottom: 1px solid #aaaaaa;
	margin:10px 0 10px 0;
}
/* current status message */
.status_statusmessage p {
	margin:0;
	color:#666666;
	background:#fdffc3;
	padding:10px;
	font-size: 1.5em;
	line-height: 1.1em;
}
/* previous status messages */
.status_statusmessage_history p {
	margin:0;
}
/* status message timestamp */
.widget_status_messagetimestamp p {
	margin:0;
}


/* friends status on 'friends' page */
.friends_status {
	float:right;
	width:370px;
	text-align:right;
	margin: 0 4px 0 0;
	padding:0;
}
.friends_status p {
	margin: 0;
	padding:0;
	line-height:1.1em;
}
.friends_status_message {
	height:29px;
	overflow:hidden;
}
.status_timestamp {
	color:#666666;
	margin:0;
	padding:0;
}
/* IE 6 fix */
* html .friends_status p { 
	line-height:1.3em;
}
* html .friends_status_message {
	height: 30px;
}
/* IE7 */
*:first-child+html .friends_status_message {
	height: 30px;
}
*:first-child+html .friends_status p { 
	line-height:1.3em;
}





#videocontent {
   width:980px;
   margin: 0;
   padding: 0;
}

#video_left {
    position:relative;
    width:640px;
    margin: 0;
    background: #F3F3F4;
	float:left;
    z-index:1;
}


#video_sidebar {
    position:relative;
    background: #FFFFFF;
	width:330px;
	min-height: 500px;
	float:left;
    z-index:3;
}

.delplaylst  {
   margin: 0 auto;
   padding: 0;
   text-align:center;
}

.playlst a {
    display: block;
    /*background: transparent url(/_graphics/icons/video/icon_playlist.gif) left 1px no-repeat ;*/
    width: 80px;
    font: bold 10px Verdana, Arial, Helvetica, sans-serif;
    text-align:center;
}

.delplaylst  {
   margin: 0 auto;
   padding: 0;
}

.delplaylst a {
    display: block;
    /*background: transparent url(/_graphics/icons/video/icon_playlist.gif) left  top no-repeat ;*/
    width: auto;
    font: bold 10px Verdana, Arial, Helvetica, sans-serif;
    margin: 2px;
    /*padding: 7px 6px;*/
}


#vcontent {
  margin: 0 0 0 10px;
  width: 330px; 
  padding:0; 
  background: #F8F7F7;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  z-index:3;
}

#elist {
  margin: 0;
  padding: 0;
  background: #F8F7F7;
  min-height:360px;
  z-index:5;
}

/* IE7 */
*:first-child+html #vcontent {
	margin-top: 0;
}

*:first-child+html #vlist {
	margin-top: 15px;
}

#elist .header {
    font: bold 13px Verdana, Arial, Helvetica, sans-serif;
    color: #003366;
}

#elist a.title1 {
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  color: #800000; /*#0e84e3;*/
}

#elist a.user{
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  color: #747474;
}

#elist a.user2 {
  font: bold 10px Verdana, Arial, Helvetica, sans-serif;
  color: #0e84e3;
}

#elist .ctime {
   font: normal 10px Verdana, Arial, Helvetica, sans-serif;
   color: #0e84e3;
}
#elist .subtype {
   font: bold 10px Verdana, Arial, Helvetica, sans-serif;
   color: #99CCFF;
}

.nologin {
   position: relative;
   width:100%;
   padding:120px 5px 0 2px;
   /*padding-top: 120px;*/
   font: bold 12px Verdana, Arial, Helvetica, sans-serif;
   color: #999999;
   text-align:center;
}

#elist img {
   margin:0;
   padding:0;
}

#elist ul{
  list-style: none;
  margin: 0;
  padding: 0;
  height: 359px;
}
#elist li {
  padding: 3px;
  display:block;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  background: #F8F7F7;
  border-bottom: 2px dotted #999999;
}



#elist li .elist_img {
    margin: 0;
	float:left;
}
#elist li .elist_img img {
    height:60px;
    width:80px;
}

 .flowinfo {
    position:relative;text-align:center;top:0;margin:0;
    text-align:right;
    margin-top:-16px;margin-right:1px;font-family:Arial,sans-serif;white-space:nowrap
}

 .flowinfo span {padding:0 4px;font-weight:bold;font-size:11px;background-color:#000;color:#fff;height:14px;opacity:.75;-moz-opacity:.75;filter:alpha(opacity=75);*display:inline-block}

#elist li .elist_info {
    margin-left: 90px;
	height: 63px;
}
* html #elist li .elist_info {
	height: 63px;
}
#elist li .elist_info p {
    padding: 2px 3px;
	line-height:1.2em;
    font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

/***************************************
*  Tab menu at right hand site
****************************************/

#t_menu {
    margin:0 0 0 10px;
    padding: 0;
    background: #F8F7F7 url(/_graphics/icons/tab/toptab.png) 0 0 no-repeat;
    width: 330px;
    height: 27px;
    border-bottom: 7px solid #F8F7F7;
    z-index:99;
}

#t_menu ul {
    list-style: none;
    margin:0;
    padding: 0;
    width: 330px;
    height:27px;
    background: url(/_graphics/icons/tab/tab_tr.png) right top no-repeat;
}

#t_menu li {
    display: block;
    margin: 0;
    padding: 0;
    float: left;
}

#t_menu li a {
    display: block;
    margin: 0;
    padding-top: 7px;
    color:#FFFFFF;
    width: 110px;
    height: 27px;
    text-align:center;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#t_menu li.middleselected  {
    background: transparent url(/_graphics/icons/tab/tab_selmiddle.png) left 0 no-repeat;
    color:#FFFFFF;
}
#t_menu li.channelselected, li.newsselected  {
    background: transparent url(/_graphics/icons/tab/tab_selnews.png) -1px 0 no-repeat;
    color:#FFFFFF;
}

#t_menu li.rightselected {
    background: transparent url(/_graphics/icons/tab/tab_selright.png) right 0 no-repeat;
    color:#FFFFFF;
}


.icon_tab img {
    position: relative;
    top:-30px;
    right: 4px;
    float:right;
}

/*****************************************************
  Button
*****************************************************/
.submitbutton {
    height: 75px;
    width: 330px;
    background: transparent url(/_graphics/video/submitbutton.png) left 0 no-repeat;
    cursor: pointer;
}
.channelbutton {
     height: 75px;
    width: 330px;
    background: transparent url(/_graphics/video/channelbutton.png) left 0 no-repeat;
    cursor: pointer;
}
.channel2button {
    height: 75px;
    width: 330px;
    background: transparent url(/_graphics/video/channel.jpg) left 0 no-repeat;
    cursor: pointer;
}
.rssbutton {
     height: 75px;
    width: 330px;
    background: transparent url(/_graphics/video/rssbutton.png) left 0 no-repeat;
    cursor: pointer;
}

/*****************************************************
  Video Screen n info
*****************************************************/

.v_screen {
    width: 640px;
    height: 413px;
    margin:0; 
    padding: 0;
    background: #000000;
}


#v_i { width:640px; margin:0; padding: 0; }

#v_menu {
   position: absolute;
   margin:0;
   padding: 5px;
   top: 80px; 
   left: 520px;
   width: 170px;
   background: black;
   /*background: transparent url(/_graphics/dot2.png) 0 0;*/
   opacity:.75;-moz-opacity:.75;filter:alpha(opacity=75);
   z-index:99;
}

#v_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#v_menu li {
    display: block;
    padding: 5px;
}

#v_menu li a {
    display:block;
    /*background: transparent url(/_graphics/video/icon_square.png) no-repeat left 0;*/
    width: 80px;
    height: 20px;
    padding: 3px 0 0 26px;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    /*color: #C6c3c3;*/
    color:#FFFFFF;
}

#v_menu li a:hover {
    color: yellow;
}

#v_menu li.m_download {
	background: transparent url(/_graphics/icons/video/icon_download.png) no-repeat left 1px;
}

#v_menu li.m_flag {
	background: transparent url(/_graphics/icons/video/icon_report.gif) no-repeat left 1px;
}

#v_menu li.m_share {
	background: transparent url(/_graphics/icons/video/icon_share.png) no-repeat left 1px;
}

#v_menu li.m_comment {
	background: transparent url(/_graphics/icons/video/icon_comments.png) no-repeat left 2px;
}

#v_menu li.m_favourite {
	background: transparent url(/_graphics/icons/video/icon_fav.png) no-repeat left 1px;
}
#v_menu li.m_vote {
	background: transparent url(/_graphics/icons/video/icon_vote.png) no-repeat left 1px;
}
/*
#v_menu li.m_thumdup {
	background: url(/_graphics/icons/video/thumbup.gif) no-repeat left 1px;
}
*/

.m_rank {
    margin: 0 0 10px 30px;
	width:47px;
	height:22px;
    padding: 0;
	background: #FFFFFF;
    display: none;
}

.m_rank .m_thumdup {
    display:block;
    margin:0;
	padding: 0;
	float:left;
    width:22px;
    height:22px;
	background:  transparent url(/_graphics/icons/video/thumbup.gif) no-repeat left 1px;
	CURSOR: pointer;
}
.m_rank .m_thumddown {
    display:block;
	margin: 0;
	padding: 0;
    float:left;
    width:22px;
    height:22px;
	background:  transparent url(/_graphics/icons/video/thumbdown.gif) no-repeat left 1px;
	CURSOR: pointer;
}

#inbox {
    margin: 0;
    padding: 0;
    width: 640px;
    height: 190px;
    border-bottom: 1px solid #bebdbd;
}
/*
#inbox .tl {
background:  url(/_graphics/video/vbox_tl.gif) 0 0 no-repeat;
}

#inbox .tr {
background:  url(/_graphics/video/vbox_tr.gif) top right no-repeat;
}

#inbox .bl {
background:  url(/_graphics/video/vbox_bl.gif) 0 100% no-repeat;
}

#inbox .br {
background:  url(/_graphics/video/vbox_br.gif) 100% 100% no-repeat;
}

#inbox .t {background: url(/_graphics/video/vdot.gif) 0 0 repeat-x}
#inbox .b {background: url(/_graphics/video/vdot.gif) 0 100% repeat-x}
#inbox .l {background: url(/_graphics/video/vdot.gif) 0 0 repeat-y}
#inbox .r {background: url(/_graphics/video/vdot.gif) 100% 0 repeat-y}
*/

.videobar {
    margin: 0;
    padding: 0;
    width: 640px;
    height: 27px;
    padding-left: 2px;
    background: url(/_graphics/video/videobar.png) 0 0 no-repeat;
    color:#FFFFFF;
}

.videobar .title {
    float:left;
    margin: 4px 0 0 15px;
    font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 0.3px;
    color:#333333;
    z-index: 8;
 }

.videobar .title_shadow {
    float:left;
    position:absolute;
    top: 3px;
    left: 16px;
    font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 0.3px;
    color:#FFFFFF;
    z-index: 2;
}

.videobar .views {
    float:right;
	position: relative;
    
    padding-left: 20px;
    margin: 5px 18px;
    font: normal 10pt Verdana, Arial, Helvetica, sans-serif;
    background:  url(/_graphics/video/viewlogo.png) left 0 no-repeat;
}

#viv_info {
    margin: 10px 0 0 5px;
    padding: 5px;
    width: 490px;
    min-height: 160px;
    color: #379AE3;
    float:left;
}

/* IE7 */
* html #viv_info  {
	POSITION: relative;
    top: 0;
}

#viv_info .title {
    font: bold 10pt Verdana, Arial, Helvetica, sans-serif;
    color: #353434;
    line-height: 17px;
}

#viv_info div.info {
    POSITION: relative;
    margin: 0;
    font: normal 10px Arial, Helvetica, sans-serif;
    color: #545454;
    line-height: 15px;
}

#viv_info div.desc {
    POSITION: relative;
    margin: 0;
    padding: 2px;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #4e4b4b;
    line-height: 15px;
    width: 490px;
    height: 45px;
}

#viv_info .result {
    margin: 5px;
    font: normal 10px Arial, Helvetica, sans-serif;
    color: #0D89E4;
}

#viv_info a.user{
  font: bold 11px Arial, Helvetica, sans-serif;
  color: #858282;
}

#viv_info .tags {
    font: 11px Arial, Helvetica, sans-serif;
    width: 500px;
    padding-top: 1px;
    line-height: 12px;
    margin: 0;
    /*overflow: auto;*/
}

#viv_info .tags a {
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    color: #5b5d58;
    padding: 2px;
}

#viv_sitebar {
   margin: 10px 0 0 2px;
   padding: 3px;
   width: 120px;
   min-height: 160px;
   float:left;
   font: 11px Verdana, Arial, Helvetica, sans-serif;
   color: #0d9ae5;
   border-left: 1px solid #bebdbd;
}

#viv_sitebar a.user{
  padding: 3px;
  font: bold 11px Verdana, Arial, Helvetica, sans-serif;
  color: #858282;
  line-height: 13px;
}

#viv_sitebar .timestamp {
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #a5a6a6;
  line-height: 12px;
}

#viv_sitebar img {
  width: 60px;
}


#video_listing {
    margin: 10px 0 25px 0;
	width:630px;
	min-height: 350px;
	padding:0;
    float:left;
    background:  #f5f6f6 /*#eeefef*/;
}


.tl {
background:  url(/_graphics/video/tl.png) 0 0 no-repeat;
}

.tr {
background:  url(/_graphics/video/tr.png) top right no-repeat;
}

.br {
background:  url(/_graphics/video/br.png) 100% 100% no-repeat;
}

.bl {
background:  url(/_graphics/video/bl.png) 0 100% no-repeat #FFFFFF; width: 630px;
}

.t {background: #FFFFFF url(/_graphics/video/dot.gif) 0 0 repeat-x}
.b {background: #FFFFFF url(/_graphics/video/dot.gif) 0 100% repeat-x}
.l {background: #FFFFFF url(/_graphics/video/dot.gif) 0 0 repeat-y}
.r {background: #FFFFFF url(/_graphics/video/dot.gif) 100% 0 repeat-y}

#viv_list {
  margin: 0;
  padding: 0;
  width: 640px;
  height: 350px;
  background: #DDDDDD;
  text-align:center;
  z-index: 10;
}

*:first-child+html #viv_list  {
   margin: -10px 0 0 0;
   height: 350px;
}

#vlist {
    margin:0 0 0 5px;
    padding:0;
    text-align:center;
    z-index: 11;
}

#listbox {
    float:left;
    margin:0 0 0 5px;
    min-height:320px;
    width: 600px;
    z-index:10;
}

#listbox .box  {
    position:relative;
    margin: 0 3px 0 8px;
    padding: 5px 0 0 0;
    float:left;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    display: block;
    width: 105px;
    height: 145px;
    text-align:left;
    /*CURSOR: pointer;*/
}

#listbox .box:hover {
    background: #EEEEEE;
}


#listbox .box a {
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    color:#999999;
}

#listbox .box a.vltitle {
    font: bold 11px Arial, Helvetica, sans-serif;
    line-height: 12px;
    text-align: left;
    color: #656363;
}

#listbox .flowinfo {
    /*position:relative;*/
    position:absolute;
    display:inline;
    margin: 0 0 0 3px;
    padding: 1px;
    top: 8px;
    font: bold 12px Arial, Helvetica, sans-serif;
    background: #000;
    color:#FFF;
    opacity:.75;-moz-opacity:.75;filter:alpha(opacity=75);
    display: none;
}

#listbox .box a.user {
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    color: #08d1eb;
}

#listbox .box a.icon img {
    width:105px;
    text-align:center;
}

#listbox .box a:hover {
    text-decoration: underline;
}

#listbox .box a.playlst {
    line-height: 30px;
    color:#3399FF;
}
#listbox .box a.playlst:hover {
    text-decoration: underline;
}



.in {
    float:right;
    margin: 150px 0 0 0;
    padding: 0;
    text-align:center;
    width: 12px;
}

.prevbutton {
    float:left;
    margin: 150px 0 0 0;
    width: 12px;
    padding: 0;
    text-align:center;
}


#listbox .sel {
    margin: 0;
    padding: 0;
    border: 1px solid #999999;
}

#s_menu {
	margin:0;
	padding:0;
    z-index:55;
    width: 640px;
    border-bottom: 20px solid #DDDDDD;
}

#s_menu ul {
    list-style: none;
    margin: 0 0 0 6px;
    padding: 0;
    height:31px;
}

#s_menu li {
   display: block;
   float: left;
}

#s_menu li a {
    display: block;
    margin-right: 2px;
    padding: 8px 0 0 0;
    font: bold 11px Verdana, Arial, Helvetica, sans-serif; 
    color: #FFFFFF;
    background: transparent url(/_graphics/icons/tab/tab2.png) left top no-repeat;
    text-decoration: none;
    text-align: center;
    width: 102px;
    height: 31px;
}

#s_menu li.sel a {
   font: bold 11px Verdana, Arial, Helvetica, sans-serif; 
   background: transparent url(/_graphics/icons/tab/tab_sel2.png) left top no-repeat;
   color:#FFFFFF;
}

#toolexpland {
    position: fixed;
	width: 500px;
    height: 400px;
	background: #FFFFFF;
	z-index:103;
	top: 40%;
	left: 50%;
	margin: -200px 0 0 -250px; /* -height/2 0 0 -width/2 */
    border: 2px solid #333333;
    display: none;
}


.toolform {
   margin: 0;
   padding: 0;
   background: #FFFFFF;
   font: bold 12px Verdana, Arial, Helvetica, sans-serif; 
}

#toolexpland h1 {
    margin-top: 0; 
    padding: 0 2px 0 2px; 
    font: bold 12px Verdana, Arial, Helvetica, sans-serif; 
}



#tooltopbar {
   margin: 0;
   padding: 3px;
   height:13px;
   border-bottom: 1px solid #EEEEEE;
}

#tooltopbar .tooltitle {
    float: left;
    color:#333333;
    padding: 0 2px 0 2px;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}

#tooltopbar .close {
    display: block;
	float: right;
	text-decoration: none;
    CURSOR: pointer;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	/*padding: 0 4px;*/
    padding: 0 2px 0 2px;
    margin: 0;
    width:48px;
    background: transparent url(/_graphics/icon_delete.gif) left 0 no-repeat;
    text-align: right;
}

#toolcontent {
  margin: 10px;
  padding: 5px;
  font: 11px Arial, Helvetica, sans-serif;
}

#toolcontent input {font: normal 12px Arial, Helvetica, sans-serif; }
#toolcontent label {font: normal 12px Arial, Helvetica, sans-serif; }

#submitform label {
    font: 12px Arial; color:#000; padding: 3px;
}
#submitform input {
    font: 12px Arial; 
    color:#000;
}

#submitform textarea {
	font: 11px Arial, Helvetica, sans-serif;
    height: 50px;
    wordWrap: normal;
}

#toolcontent ul {LIST-STYLE: none; margin: 0; padding: 0}
#toolcontent li {font-size:11px; }
#toolcontent .selectbox {overflow:auto;width:180px;height:100px;border:1px solid #eeeeee; }

/*#toolcontent .commentdiv {
    position: relative;
    top: 0;
    left:0;
    margin: 0;
    width: 480px;
    min-height: 350px;
}*/

#commmentlayer {
    margin: 0;
    padding: 0;
    width: 480px;
    height: 350px;
    background: #FFFFFF;
    overflow:auto;
}

#commmentlayer .commentdiv {
    margin: 0;
    padding: 0;
    width: 480px;
}


/***********************************************
 * Video Comment
 ***********************************************/
#commentcss {
   margin: 0;
   padding: 0;
   font: normal 10px Verdana, Arial, Helvetica, sans-serif; 
   color:#333333;
}

#commentcss  ul {
   LIST-STYLE: none; margin: 0; padding: 0;
}


#commentcss li  {
   margin: 0;
   padding: 0;
   border-bottom: 1px solid #E3E3E3;
}

#commentcss  li .top  {
    margin: 2px;
    line-height:1.2em;
}

#commentcss  li .top a.user {
    font: bold 10px Verdana, Arial, Helvetica, sans-serif; 
}

#commentcss  li .top .time {
    font: normal 10px Verdana, Arial, Helvetica, sans-serif;
    color: #999999;
}

#commentcss  img {margin: 0; padding: 0;}

#commentcss li .desc {
    margin: 2px 0 5px 10px;
    padding: 0;
    line-height:1.2em;
    font: italic 11px Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
}


#commentcss li .top a.del_msg  {
	display:inline;
	float:right;
	cursor: pointer;
	width:14px;
	height:14px;
	margin:0 3px 3px 0;
	background: url("http://www.earth247.tv/_graphics/icon_customise_remove.png") no-repeat 0 0;
	text-indent: -9000px;
}
#commentcss li .top a.del_msg:hover {
	background-position: 0 -16px;
}

#commentfrm {
    margin: 2px 0 0 5px;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
#commentfrm label {
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
}
#commentfrm img {
    margin: 0;
}
#commentfrm input {margin:0 0 2px 0; padding:6px; font: normal 11px Verdana, Arial, Helvetica, sans-serif;}
#commentfrm textarea {
    width: 300px;
    height: 35px;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    wordWrap: normal;
}

/**********************************************
  Banner Ads
***********************************************/

#viv_banner {
    position:absolute;
    width:480px;
    top: 240px;
    left:0;
    z-index:5;
}

#viv_banner2  {
    position:relative;
    width: 330px;
    margin: 10px;
    padding: 0;
    text-align: center;
    z-index:5;
}

#viv_banner2 img {
  
}

#viv_banner2 div.adtxt {
    text-align:right;
    font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

#banner_layer {
    position:absolute;
    width:460px;
    height:300px;
    left: 10px;
    top: 10px;
    z-index:5;
    border: 1px solid #e3e3e3;
    display: none;
}

#banner_layer a.banner img {
    padding: 5px;
    width: 450px;
}


#banner_layer div.close {
	float: right;
	text-decoration: none;
    CURSOR: pointer;
	font-weight: bold;
    background: transparent;
	color: #FFFFFF;
	border-left: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 0 4px;
    margin-top: 2px;
	margin-left: 5px; 
}


#tablist {
    display: table;
    margin: 0;
    padding: 5px 0 5px 0;
    font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

/* ***************************************
	SEARCH LISTINGS	
*************************************** */

#searchtable {
    margin: 0;
    padding: 0;
    width: 100%;
}

#searchtable td {
    margin: 0;
    padding: 1px;
    width: auto;
}

.vsearch_listing {
	display: block;
	padding: 5px;
	margin-bottom: 2px;
    min-height: 110px;
	background-color: #F3F3F3;
	border-bottom: 1px solid #B0B0B0;
}

.vsearch_listing_icon {
	float:left;
	
}
.vsearch_listing_icon img {
	width: 40px;
}
.vsearch_listing_icon .vavatar_menu_button img {
	width: 15px;
}

.vsearch_listing_img {
	float:left;
	background-color: #ffffff;
	z-index: 2;
}
.vsearch_listing_img img {
	width: 90px;
}

	
.vsearch_listing_info {
    float:left;
	margin-left: 10px;
	min-height: 100px;
}
/* IE 6 fix */
* html .vsearch_listing_info {
	height:130px;
}
.vsearch_listing_info p {
	margin:0 0 3px 0;
	line-height:1.2em;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

.vsearch_listing_info a.title {
  font: bold 12px Verdana, Arial, Helvetica, sans-serif;
  color: #993333;
  line-height:1.2em;
}

.vsearch_listing_info p.owner_timestamp {
	color:#666666;
    line-height:1.2em;
}
.vsearch_listing_info p.desc {
	color:#333333;
    line-height:1.3em;
}

.vsearch_listing_info .data {
	font-weight: bold;
	color:#666666;
}

.vsearch_listing_info .status {
	font-weight: bold;
	color:#FF0000;
}

.vsearch_listing_action {
    position: relative;
	margin-right: 0;
	right: 0;
    float:right;
    width: 110px;
	min-height: 80px;
}

/* IE 6 fix */
* html .vsearch_listing_action {
	height:40px;
}
.vsearch_listing_action p {
	margin:0;
	line-height:1.2em;
}

.vsearch_listing_action a.delete {
	color: red;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

a.video_edit, a.video_del {
   display: block;
   padding: 2px 3px 0 17px;
   margin: 2px;
   height:14px;
   width: 50px;
   font: bold 10px Verdana, Arial, Helvetica, sans-serif;
   color: #333333;
}


a.video_edit {
   background: url(/_graphics/icon_edit.gif) left 1px no-repeat;
}
a.video_del {
   color: red;
   background: url("http://www.earth247.tv/_graphics/icon_customise_remove.png") no-repeat 0 0;
   
}
a.video_del:hover {
	background-position: 0 -16px;
	text-decoration: none;
}

/*a.delete_logo  {
	display:block;
    float: right;
	width:14px;
	height:14px;
	margin:0 3px 3px 0;
	background: url("http://www.earth247.tv/_graphics/icon_customise_remove.png") no-repeat 0 0;
	text-indent: -9000px;
}

a.delete_logo:hover {
	background-position: 0 -16px;
}
*/



#stoolbar {
    margin: 0;
    padding: 0;
	
}

#stoolbar .tool_left {
  float: left;
  font: normal 11px Arial, Helvetica, sans-serif;
  padding:0px 4px;
}

#stoolbar .tool_right {
  float: right;
  font: normal 11px Arial, Helvetica, sans-serif;
  padding:0px 4px;
}

/******************************************
  Search form for admin
*******************************************/
#admsearchform {
    margin: 0;
    padding: 0;
    height: 50px;
}

#admsearchform label {
    font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}
#admsearchform input {
    font: normal 10px Verdana, Arial, Helvetica, sans-serif;
    padding: 2px;
}



/* ***************************************
	PAGINATION in Tab
*************************************** */
.page {
  margin:5px 0 10px 0;
}

.tabpage {
    margin:0;
	/*margin:5px 0 10px 0;*/
	/* display: table; */
    background: #000000;
    padding: 0;
    width: 330px;
    height: 22px;
}

.tabpage .pagination_number {
	display:block;
	float:left;
	/*background:#ffffff;*/
	/*border:1px solid #4690d6;*/
	text-align: center;
	color:#FFFFFF;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin:3px 6px 0 3px;
	padding:0 3px;
	cursor: pointer;
    text-align: center;
}
.tabpage .pagination_number:hover {
	background:#4690d6;
	color:white;
	text-decoration: none;
}
.tabpage .pagination_more {
	display:block;
	float:left;
	/*background:#ffffff;
	border:1px solid #ffffff;
    color:#4690d6;
    */
    color:#FFFFFF;
	text-align: center;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin:3px 6px 0 0;
	padding:0px 3px;
}

.tabpage .pagination_previous,
.tabpage .pagination_next {
	display:block;
	float:left;
	/*border:1px solid #4690d6;
	color:#4690d6;*/
    color:#FFFFFF;
	text-align: center;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin:3px 6px 0 3px;
	padding:0px 6px;
	cursor: pointer;
}

.tabpage .pagination_next {
    float:right;
}

.tabpage .pagination_previous:hover,
.tabpage .pagination_next:hover {
	background:#4690d6;
	color:white;
	text-decoration: none;
}
.tabpage .pagination_currentpage {
	display:block;
	float:left;
	background:#4690d6;
	border:1px solid #4690d6;
	text-align: center;
	color:white;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin:3px 6px 0 0;
	padding:0px 4px;
	cursor: pointer;
}


.page {
  margin:5px 0 10px 0;
}

.pageinfo .text {
	display:block;
	float:left;
	text-align: center;
	color:#333333;
	font: normal 12px Arial, Helvetica, sans-serif;
	margin:0 6px 0 0;
	padding:0px 4px;
}

.pagination2 {
    position: relative;
    top:0;
	margin:5px 0 10px 0;
	/* display: table; */
    float: right;
}

.pagination2 .pagination_number {
	display:block;
	float:left;
	background:#ffffff;
	/*border:1px solid #4690d6;*/
	text-align: center;
	color:#4690d6;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin:0 6px 0 0;
	padding:0px 4px;
	cursor: pointer;
}
.pagination2 .pagination_number:hover {
	background:#4690d6;
	color:white;
	text-decoration: none;
}
.pagination2 .pagination_more {
	display:block;
	float:left;
	background:#ffffff;
	border:1px solid #ffffff;
	text-align: center;
	color:#4690d6;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin:0 6px 0 0;
	padding:0px 4px;
}

.pagination2 .pagination_previous,
.pagination2 .pagination_next {
	display:block;
	float:left;
	/*border:1px solid #4690d6;*/
	color:#4690d6;
	text-align: center;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin:0 6px 0 0;
	padding:0px 4px;
	cursor: pointer;
}
.pagination2 .pagination_previous:hover,
.pagination2 .pagination_next:hover {
	background:#4690d6;
	color:white;
	text-decoration: none;
}
.pagination2 .pagination_currentpage {
	display:block;
	float:left;
	background:#4690d6;
	/*border:1px solid #4690d6;*/
	text-align: center;
	color:white;
	font: normal 11px Arial, Helvetica, sans-serif;
	margin:0 6px 0 0;
	padding:0px 4px;
	cursor: pointer;
}



#tabsubmitform {
  margin: 5px 0 0 10px;
  padding: 0;
}

#tabsubmitform input {
   font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
#tabsubmitform label {
   font: normal 11px Verdana, Arial, Helvetica, sans-serif;
   line-height: 27px;
}
#tabsubmitform textarea {
   font: normal 11px Verdana, Arial, Helvetica, sans-serif;
   height: 30px;
}
#tabsubmitform select {
   font: normal 11px Verdana, Arial, Helvetica, sans-serif;
   line-height: 23px;
}

/*********************************************
* Ajax loader 
**********************************************/

#loader {
    margin: auto;
    padding: 0;
	text-align:center;
}
#loader img.load1 {
	position: relative;
	margin: 100px 30px;
}

#loader img.load2 {
    position: relative;
	margin: 30px 30px;
}

#loader img.load3 {
	position: relative;
	margin: 30px;
}

#screenloader {
    position: absolute;
    background: #eeeeee;
	z-index: 102;
	top:100px;
	left: expression((document.body.offsetWidth - 980)/2 + 'px');
    width: 640px;
    height: 420px;
    display: none;
}

#screenloader img {
    position: relative;
    top: 50%;
    left: 50%;
}

#videoloader {
   font: normal 11px  Arial, Helvetica, sans-serif;
   color: #333333;
   text-align: center;
   line-height: 10px;
}

#modal-overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #eeeeee;
	display: none;
}

* html #modal-overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

* html #modal-window,
* html #upload_loader { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#modal-window {
	position: fixed;
	z-index: 102;
	display:none;
	top:50%;
	left:50%;
}
#modal-window img 
{
	display: block;
	border: 3px solid #ccc;
}

#upload_loader{
	position: fixed;
	height:100px;
	width:252px;
	background: #FFFFFF url(http://test.earth247.tv/_graphics/loader.gif) 50% 10px no-repeat;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -50px 0 0 -126px; /* -height/2 0 0 -width/2 */
    border: 2px solid #333333;
}

#upload_loader p {
    text-align: center;
    margin-top: 50px;
    padding: 3px;
    font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}



#tabmenu {
    margin: 0;
    padding: 0;
    float:left;
}

#tabmenu ul {
    list-style: none;
    margin: 0 0 0 30px;
    padding: 0;
    float:left;
}
#tabmenu li {
    display: inline;
    float:left;
    font: 12px  Verdana, Arial, Helvetica, sans-serif;
}

#tabmenu li a {
    display: inline;
    float:left;
    color: #0066CC;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    margin: 0 5px 0 10px;
    padding: 5px 0 5px 0;
}

#tabmenu li.sel a {
    color:#990000;
    text-decoration: underline;
}

#event ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
#event li {
  display: block;
  margin-bottom: 10px;
  min-height:30px;
  font: 11px Verdana, Arial, Helvetica, sans-serif;
  color: #747474;
  border-bottom: 1px solid #dddddd;
  line-height: 15px;
}


#event li .tab1 {
  float: left;
  width: 350px;
}
#event li .tab2 {
  float: left;
  width: 100px;
}


a.delete_logo  {
	display:block;
    float: right;
	width:14px;
	height:14px;
	margin:0 3px 3px 0;
	background: url("http://www.earth247.tv/_graphics/icon_customise_remove.png") no-repeat 0 0;
	text-indent: -9000px;
}

a.delete_logo:hover {
	background-position: 0 -16px;
}

.giyabutton {
    position: absolute;
	z-index: 102;
	top:563px;
    left: 510px;
    width: 100px;
    height: 20px;
}

#vsearchlayer {
    margin: 2px;
    padding: 0;
}

input.upload_button {
    display:block;
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	background:#4690d6;
	border: 1px solid #CCCCCC;
	width: 133px;
	height: 30px;
	padding: 2px 6px 2px 6px;
	margin:10px 0 10px 0;
}
input.upload_button:hover {
	background: #0054a7;
}

.twitter {
	font: bold 1.1em Arial, Helvetica, sans-serif;
}

#sectionlayer {
	margin: 10px 0 0 0;
	padding: 0;
}

#sectionlayer h2 {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #eeeeee;
}
#elist li.feed {
	background: transparent url(/_graphics/rss-small.png) left 1px no-repeat;
}

#elist li.feed a.ititle {
    color: #993333;
    
}

#elist li.feed a.source {
    font-weight: bold;
    color: #999999;
}

#elist li.feed a.subscribe {
    width: auto;
	background:#ffffff;
	border:1px solid #4690d6;
	text-align: center;
	color:#4690d6;
	font-size: 10px;
	font-weight: normal;
	cursor: pointer;
    padding:0px 3px;
    text-decoration: none;
}
#elist li.feed a.subscribe:hover {
    background:#BDEDFF;
    text-decoration: none;
}

#rssform .t {
    padding: 2px 2px;
    width: 50px;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    height:10px;
    float: left;
}

#rssform .t2 {
    margin:0 0 3px 20px;
}

#rssform label {
   display: block;
   padding: 1px;
   margin-bottom: 2px;
}

#rssform input {
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

#rssform input.submit_button {
	border:none;
	font-size:12px;
	font-weight:bold;
	margin:0px;
	padding:2px;
	width:70;
	height:20px;
	cursor:pointer;
}#languagepackform {
	float:right;
	height:20px;
	/*width:280px;*/
	position:relative;
	right:0;
	text-align:right;
	margin:3px 0 0 0;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#languageform {
    margin: 0;
    padding: 0;
}

#languageform input {
	background-color:#FFFFFF;
	border:1px solid #BBBBBB;
	color:#999999;
	margin:0;
	padding:0;
    font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#languageform select {
   font: 10px Verdana, Arial, Helvetica, sans-serif;
}

 .submit_button1 {
    position: relative;
	border:none;
	margin: 0;
	padding:0;
    top: 5px;
	cursor:pointer;
}

#ch_layout_header {
	text-align:left;
	width:980px;
	height:68px;
    /*background: url(/_graphics/bgimage.png) 0 0 repeat-x;*/
}

#ch_wrapper_header {
	margin:0;
	padding:5px 20px 20px 5px;
}

#ch_wrapper_header h1 {
	margin:10px 0 0 0;
	letter-spacing: -0.03em;
}

#ch_wrapper_header .headerlogo  {
    margin: 0 0 0 5px;
    padding: 0;
    float: left;
}


#ch_wrapper_header .headerlogo img  {
   height: 60px;
}

#ch_wrapper_header .channel_header a {
    float: left;
    margin: 25px 0 0 20px;
    padding: 0;
    font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
    color: #666666;
    line-height:1.2em;
}

#ch_wrapper_header .channel_header a:hover {
   text-decoration: none;
}

#ch_wrapper_header .header_search {
    margin: 30px 30px 0 0;
    float: right;
}


#content_area_group_title h2 {
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
    padding:5px;
	margin:0 0 10px 0;
	color:#0054A7;
	font-size:1.35em;
	line-height:1.2em;
}

#two_column_left_sidebar_maincontent #owner_block_content {
	margin:0 0 10px 0 !important;
}

#channel_maincontent {
    width:700px;
	margin:0;
	min-height: 360px;
	float:left;
	background: white;
	padding: 0 0 20px 20px;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

#groups_info_column_left {
	float:left;
	width:465px;
	margin-left:220px;
}

#groups_info_column_left .odd {
	background:#f5f5f5;
}

#groups_info_column_left p {
	margin:0 0 7px 0;
	padding:2px 4px;
}

#groups_info_column_right {
	float:left;
	width:220px;
}

#groups_info_wide {
    margin: 0;
    padding: 0;
    width: 700px;
    border: 1px solid #f5f5f5;
}

#groups_info_wide h2 {
    background:#f5f5f5;
	padding:5px;
	margin:0 0 10px 0;
	border-top:2px solid #4690D6;
	color:#0054A7;
	font-size:1.20em;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

#group_stats {
	width:180px;
	background: #eeeeee;
	padding:10px;
	margin:10px 0 20px 0;
}
#group_stats p {
	margin:0;
}



#channelmemberslist {
    margin:5px 0 2px 0;
    border-top: 1px dotted #DDDDDD;
    border-bottom: 1px dotted #DDDDDD;
    height:170px;
    width: 200px;
    overflow:auto;
}

#channel_ext {
    margin: 0;
    padding: 0;
    width: 640px;
    
}

#channel_ext .right_column {
	clear:left;
	float:right;
	width:300px;
}
#channel_ext .left_column {
	width:300px;
	float:left;
	margin:0 0 0 4px;
}

#channel_ext h2 {
	background:#F5F5F5;
	/*border-top:2px solid #4690D6;*/
	margin:0 0 5px 0;
	padding:5px;
	color:#0054A7;
	font-size:1.25em;
	line-height:1.2em;
}

#channel_ext #mb_input_wrapper {
	background:white;
	border:none;
	padding:0px;
}
#channel_ext #mb_input_wrapper .input_textarea {
	width:280px;
}

.member_icon {
	margin:3px;
	float:left;
}

/*******************************************************
Submenu of channel profile front page 
*******************************************************/
#ch_block {
    text-align: left;
	background: #FFFFFF;
	margin: 10px;
}

#ch_block_desc {
	padding:2px;
	margin:20px 0 20px 0;
	line-height: 1.3em;
    font: bold 10pt Arial, Helvetica, sans-serif;
	color:#666666;
}

#ch_submenu {
    min-height:360px;
	padding: 10px;
	background: #E5EAEA;
	-webkit-border-radius: 8px; 
	-moz-border-radius: 8px;
	border-bottom:1px solid #cccccc;
	border-right:1px solid #cccccc;
}

#ch_submenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#ch_submenu ul li.selected a {
	padding-left:20px;
	background: #0054a7;
}

#ch_submenu ul li a {
	text-decoration: none;
	display: block;
	background: url(/_graphics/ch_menu_arrow.gif) no-repeat left 0;
	width:200px;
	margin: 2px 0 0 0;
	color:#4690d6;
	padding:4px 6px 4px 30px;
	font: bold 1.0em Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.1em;
}

#ch_submenu ul li a:hover {
	color:white;
	background: #4690d6;
}

/* IE 6 + 7 menu arrow position fix */
* html #ch_submenu ul li.selected a {
	background-position: left 10px;
}
*:first-child+html #ch_submenu ul li.selected a {
	background-position: left 8px;
}

#ch_submenu .submenu_group {
	border-bottom: 1px solid #cccccc;
	margin:10px 0 0 0;
	padding-bottom: 10px;
}

/* filetypes filter menu */
#ch_submenu .submenu_group .submenu_group_filetypes ul li a {
	color:#666666;
}
#ch_submenu .submenu_group .submenu_group_filetypes ul li.selected a {
	background: url(/_graphics/ch_menu_dot.gif) no-repeat left 7px;
}
#ch_submenu .submenu_group .submenu_group_filetypes ul li a:hover {
	color:white;
	background: #999999;
}

/* pages actions menu */
#ch_submenu .submenu_group .submenu_group_pagesactions ul li a {
	color:#666666;
}
#ch_submenu .submenu_group .submenu_group_pagesactions ul li.selected a {
	background: url(/_graphics/ch_menu_dot.gif) no-repeat left 7px;
}
#ch_submenu .submenu_group .submenu_group_pagesactions ul li a:hover {
	color:white;
	background: #999999;
}

 #group_members {
    margin:10px 6px;
	padding: 5px;
	background:#FFFFFF;
}

 #group_members h2 {
   padding:5px;
   font-size:1.10em;
   font-family:Verdana, Arial, Helvetica, sans-serif;
   color:#666666;
}

/********************************************** 
group forums overview page 
***********************************************/
.forums_table_head {
    background: #4690d6;
    color:#ffffff;
    padding:4px;
}
.forums_table_topics {
    padding:4px;
    border-bottom:1px solid #cccccc;
}
.forums_table_topics h3 a {
	font-size: 1.3em;
}
.forum_access {
	font-size: small;	
}
.forums_table_topics p {
	margin:0px 0px 5px 0;
}

/* topics overview page */
#topic_titles {
    background: #4690d6;
    color:#ffffff;
    padding:4px;
    margin:20px 0 0 0;
}

/* topic posts pages */
.post_icon {
    float:left;
    margin:0 8px 4px 0;
}

.topic_post {
    border-bottom:1px solid #cccccc;
    margin:10px 0 10px 0;
}

.topic_post h2 {
    margin-bottom:20px;
}

.topic_post table, td {
    border:none;
}

.topic_title {
	font-size: 1.2em;
	line-height: 1.1em;
	margin:0;
	padding:0 0 4px 0;
}

.forum_topics {
    padding:0;
    margin:0;
    border:1px solid #ddd;
    border-top:0;
}

/* alternating bckgnd on topics */
.forum_topics .odd {
	background-color:#ebebeb;
	padding: 4px;
}
.forum_topics .even {
	background-color:#f5f5f5;
	padding: 4px;
}


/* Channel latest discussions widget */
#latest_discussion_widget {
	margin:0 0 20px 10px;
    width:630px;
    height:320px;
    text-align:left;
}

#latest_discussion_widget h2 {
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    line-height: 1.2em;
}

.forum_latest {
    display:block;
    width: 500px;
	margin:2px 0 0 0;
    border-bottom: 1px dotted #DDDDDD;
    min-height: 40px;
}

.forum_latest .topic_owner_icon {
	float:left;
    width:50px;
}
.forum_latest .topic_title {
    float:left;
    margin: 5px;
    height: 40px;	
}
.forum_latest .topic_title p {
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.0em;
    padding:0;
    margin:0;
}

.forum_latest p.topic_replies {
    font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color:#999999;
    padding:3px 0 0 0;
    margin:0;
}

a.add_topic_button {
	font: 12px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffffff;
	background:#4690d6;
	border: 2px solid #4690d6;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	/*
	width: auto;
	height: 25px;
	*/
	padding: 4px 6px 4px 6px;
	margin:0;
	cursor: pointer;
	display:table;
}
a.add_topic_button:hover {
	background: #0054a7;
	border: 2px solid #0054a7;
	text-decoration: none;
}

/* group files widget */
#filerepo_widget_layout {
	margin:0 0 20px 0;
}
/* group pages widget */
#group_pages_widget {
	margin:0 0 20px 0;
}

/* latest discussion listing */
p.latest_discussion_info {
	float:right;
	width:220px;
}

span.timestamp {
	color:#666666;
	font-size: 90%;
}

/* Channel Video listing */
#clist {
  margin: 0;
  padding: 0;
  width: 685px;
}


#channelv {
    float:left;
    margin: 0;
    min-height:320px;
}


.chtitle {
    margin: 5px;
    font: bold 12px Verdana, Arial, Helvetica, sans-serif;
    text-align: left;
}

#channelv .box  {
    margin: 0 3px 0 5px;
    padding: 5px 0 0 6px;
    float:left;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    display: block;
    width: 105px;
    height: 145px;
    text-align:left;
    CURSOR: pointer;
}

#channelv .box a {
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    color:#999999;
}

#channelv .box a.vltitle {
    font: bold 11px Arial, Helvetica, sans-serif;
    line-height: 12px;
    text-align: left;
    color: #656363;
}

#channelv .box a.user {
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
    color: #08d1eb;
}

#channelv .box a.icon {
    text-align:center;
}

#channelv .box a:hover {
    text-decoration: underline;
}

#channelv .box a.playlst {
    line-height: 30px;
    color:#3399FF;
}
#channelv .box a.playlst:hover {
    text-decoration: underline;
}

#channelv li.in {
    width: 16px;
    padding: 20px 0;
    line-height: 60px;
    float: right;
}
#channelv li.prev {
    width: 16px;
    padding: 20px 0;
    margin-left:3px;
    line-height: 60px;
}

#channelv .sel {
    margin: 0;
    padding: 0;
    border: 1px solid #999999;
}

/*********************************************
Video play
**********************************************/

#chplayer {
  margin: 0;
  padding: 0;
  width:685px;
  height: 230px;
  
}

#vplayer {
    margin: 0 0 0 5px;
    width:330px;
    float:left;
}

#vinfo {
    margin: 0 0 0 3px;
    width:300px;
    float:left;
    
}

#vinfo .title {
    font: bold 13px Verdana, Arial, Helvetica, sans-serif;
    color: #993333;
    line-height: 15px;
}
#vinfo div.info1 {
    POSITION: relative;
    margin: 0;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #545454;
    line-height: 15px;
}

#vinfo div.desc {
    POSITION: relative;
    margin: 0;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #333333;
    line-height: 18px;
    width: 320px;
    height: 100px;
    overflow: auto;
}




/* ***************************************
	Channel Profile page class
*************************************** */

.page {
  margin:5px 0 10px 0;
}

.ch_pageination {
    position: relative;
	margin:0 10px 5px 10px;
	/* display: table; */
    text-align:right;
    float:right;
}

.ch_pageination .pagination_number {
	display:block;
	float:left;
	background:#ffffff;
	border:1px solid #4690d6;
	text-align: center;
	color:#4690d6;
	font-size: 10px;
	font-weight: normal;
	margin:0 6px 0 0;
	padding:0px 4px;
	cursor: pointer;
}
.ch_pageination .pagination_number:hover {
	background:#4690d6;
	color:white;
	text-decoration: none;
}
.ch_pageination .pagination_more {
	display:block;
	float:left;
	background:#ffffff;
	border:1px solid #ffffff;
	text-align: center;
	color:#4690d6;
	font-size: 10px;
	font-weight: normal;
	margin:0 6px 0 0;
	padding:0px 4px;
}

.ch_pageination .pagination_previous,
.ch_pageination .pagination_next {
	display:block;
	float:left;
	border:1px solid #4690d6;
	color:#4690d6;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
	margin:0 6px 0 0;
	padding:0px 4px;
	cursor: pointer;
}
.ch_pageination .pagination_previous:hover,
.ch_pageination .pagination_next:hover {
	background:#4690d6;
	color:white;
	text-decoration: none;
}
.ch_pageination .pagination_currentpage {
	display:block;
	float:left;
	background:#4690d6;
	border:1px solid #4690d6;
	text-align: center;
	color:white;
	font-size: 10px;
	font-weight: bold;
	margin:0 6px 0 0;
	padding:0px 4px;
	cursor: pointer;
}

/* Invite form CSS */ 
#css_inviteform {
	width:600px;
	min-height:300px;
	background: #eeeeee;
	margin: 0;
    padding: 20px;
	display:none;
}


/*-------------------------------
MESSAGEBOARD PLUGIN
-------------------------------*/
/* input msg area */
/* input msg area */
#ch_messagebox {
    margin: 2px 0 0 0;
    padding: 0;
    background:#FFFFFF;
    width:600px;
    height:310px;
}

#ch_messagebox h2 {
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

#ch_input_wrapper {
    margin: 0;
    padding: 0;
	border-bottom:1px dotted #cccccc;
	/*background:#f5f5f5;*/
    width: 600px;
    height:40px;
}

#ch_input_wrapper .input_textarea {
    margin: 0;
	width: 450px;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

#ch_input_wrapper .viewall {
   font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
/*#ch_input_wrapper .ch_submit {
   font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}*/


/* IE 7 */
*:first-child+html #ch_input_wrapper .input_textarea {
    margin:10px 0 10px 0;
}
*:first-child+html #ch_input_wrapper .viewall {
	position:relative;
    top:-10px;
}

#ch_input_wrapper .ch_submit {
	
}

#ch_message_right {
    margin: 0;
    padding: 0;
    width: 600px;
    height:270px;
    text-align:left;
    /*overflow-x:hidden;
	overflow-y:auto;*/
    overflow:auto;
}

.messageboard_wrapper {
    margin: 0;
    padding: 0;
    text-align:left;
}

.message_item_timestamp {
	font-size:90%;
	color:#666666;
	/*padding:10px 0 0 0;*/
}
p.message_item_timestamp {
	margin-bottom: 10px;
}
/* wraps each message */
.messageboard {
	margin:0 0 10px 0;
    text-align:left;
}
.messageboard .message_sender {
	margin: 2px 5px 0 5px;
}
* html .messageboard .message_sender { margin: 5px 10px 0 2px; } /* IE6 */


.messageboard .message p {
	line-height: 1.2em;
	background:#fffcd9;
	margin:0 4px 4px 4px;
	padding:4px;
	/*border-bottom:1px dotted #cccccc;*/
	/*overflow-y:hidden;
	overflow-x:auto;*/
}

.messageboard p.message_item_timestamp {
    background:#ffffff;
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.message_buttons {
	padding:0 0 3px 4px;
	margin:0;
	font-size: 90%;
	color:#666666;
}

.messageboard .delete_message a {
	display:block;
	float:right;
	cursor: pointer;
	width:14px;
	height:14px;
	margin:0 3px 3px 0;
	background: url("http://www.earth247.tv/_graphics/icon_customise_remove.png") no-repeat 0 0;
	text-indent: -9000px;
}
.messageboard .delete_message a:hover {
	background-position: 0 -16px;
}



#tabbox {
  display: table;
  clear:left;
  width: 750px;
  /*margin: 0;*/
  padding: 1px 0;
  color: #353434;
}

#tabbox:hover {
    background: #F4F5DD;
}

#tabbox .tdtitle {
    float: left;
    width: 420px;
    margin-right: 5px;
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

#tabbox .tdtitle2 {
    float: left;
    width: 600px;
    margin-right: 5px;
    font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

#tabbox .tdlayer1 {
    float: left;
    width: 20px;
    
}

#tabbox .tdlayer2 {
    float: left;
    width: 100px;
    font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

#searchlayer {
    margin: 0;
    height: 30px;
}

#chpage {
    margin: 0;
	padding: 0 0 2px 0;
	float:right;
	text-align: right;
}

#chpage .pagination_number {
	display:block;
	float:left;
	text-align: center;
	color:#666666;;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin:3px 3px 0 3px;
	padding:0 3px;
	cursor: pointer;
    text-align: center;
}
#chpage .pagination_number:hover {
	background:#4690d6;
	color:white;
	text-decoration: none;
}
#chpage .pagination_more {
	display:block;
	float:left;
    color:#666666;
	text-align: center;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin:3px 2px 0 0;
	padding:0px 3px;
}

#chpage .pagination_previous,
#chpage .pagination_next {
	display:block;
	float:left;
    color:#666666;
	text-align: center;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin:3px 2px 0 3px;
	padding:0px 6px;
	cursor: pointer;
}

#chpage .pagination_next {
    float:right;
}

#chpage .pagination_previous:hover,
#chpage .pagination_next:hover {
	background:#4690d6;
	color:white;
	text-decoration: none;
}
#chpage .pagination_currentpage {
	display:block;
	float:left;
	background:#4690d6;
	border:1px solid #4690d6;
	text-align: center;
	color:white;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	margin:3px 2px 0 0;
	padding:0px 4px;
	cursor: pointer;
}

