.kwicks {  
     list-style: none;  
     position: relative;  
     margin: 0;  
     padding: 0; 
	 background-image:url(./images/menu/no_flicker.jpg); /*some browsers are to slow when aligning the menu items via jQuery and so the background shines through, this prevents this flickering*/

 }  
 .kwicks li{  
    display: block;  
    overflow: hidden;  
    padding: 0;  
    cursor: pointer;  
	float: left;
	width: 125px;
	height: 40px;
	margin-right: 0px;
	background-image:url(./images/menu/kwicks_sprite.jpg);
	background-repeat:no-repeat;
}
.kwicks a{
	display:block;
	height:40px;
	text-indent:-9999px;
	outline:none;
}

#kwick1 {
	background-position:0px 0px;
}
#kwick2 {
	background-position:-200px 0px;
}
#kwick3 {
	background-position:-400px 0px;
}
#kwick4 { 
	background-position:-600px 0px;
}

#kwick1.active, #kwick1:hover { 
	background-position: 0 bottom;
}
#kwick2.active, #kwick2:hover{
	background-position: -200px bottom;
}
#kwick3.active, #kwick3:hover {
	background-position: -400px bottom;
}
#kwick4.active, #kwick4:hover {
	background-position: -600px bottom; 
}

#kwick1 a{
	background-image:url(./images/menu/end.jpg);
	background-repeat:no-repeat;
	background-position: left 0px;
}

#kwick1 a:hover{
	background-position: left -80px;
}

#kwick4 a{
	background-image:url(./images/menu/end.jpg);
	background-repeat:no-repeat;
	background-position: right -40px;
}
#kwick4 a:hover{
	background-position: right -120px;
}


#wrapper {
width: 90px;
font-weight:bold;
margin:3px 0px 0px 0px;
position:relative;
}

#wrapper ul {
	background-color:#84d715;
	}

#menu-holder {
 
width: 270px;
position:absolute;
}
#wrapper .block1, .block2, .block3 {
float: left;
width: 90px;
height: 15px;
overflow: hidden;
font-size:14px;
z-index:-1;
}
 
 
#wrapper li {
width:90px;
font-size:12px;
padding:3px;
margin-top:3px;
}



#wrapper ul a:link {
	color:#FFF;
	font-size:12px;
 
	}
	
#wrapper ul a:visited {
	color:#FFF;
		font-size:12px;
 

	}

#wrapper ul a:hover {
	color: #333;
		font-size:12px;
 

	}

#wrapper ul a:active {
	color: #333;	
	font-size:12px;
 

	}
	












/* root element for accordion. decorated with rounded borders and gradient background image */
#accordion {
	width: 160px;
	margin:auto;
}

/* accordion header */
#accordion h2 {
    background-color:#FFF;
	margin:auto;
	border-top:3px solid #c7c7c7;
	padding:3px;
	font-size:12px;
	font-weight:bold;
	color:#8acd35;
	cursor:pointer;		
}

/* currently active header */
#accordion h2.current {
	cursor:default;
}

/* accordion pane */
#accordion div.pane {
background-color:#FFF;
	display:none;
	height:92px;
	padding:5px;
	padding-left:10px;
 
}

/* a title inside pane */
#accordion div.pane h3 {
 
	font-size:12px;
	color:#999;
}





form input.text {
	padding:3px;
	border:solid 1px #ddd;
	}
form textarea {
	padding:3px;
	border:solid 1px #ddd;
	}


div a:link {
	text-decoration:none;
	color:#8acd35;
	}
div a:visited {
	text-decoration:none;
	color:#8acd35;	
	}
div a:hover {
	text-decoration:none;
	color:#333;
	}
div a:active {
	text-decoration:none;
	color:#333;
	}
	
.tt {
        display: inline-block; 
        overflow:hidden; 
        table-layout: fixed; 

}

.global_highlight:hover { background: #eee; }

.global_highlight2:hover { background: #ddd; }

.roundtop {
	background-image:url(../images/corner/corner_top.png);
	background-repeat:no-repeat;
	height:3px;
	width:192px;
	margin-top:3px;
	}


.roundtopGrey {
	background-image:url(../images/corner/corner_topG.png);
	background-repeat:no-repeat;
	height:3px;
	width:192px;
	margin-top:3px;
	}


.roundtop_200 {
	background-image:url(../images/corner/sidebox_topG.png);
	background-repeat:no-repeat;
	height:23px;
	width:200px;
	}


.roundtop_200 span {
	color:#333;
	font-weight:bold;
	font-size:12px;
	float:left;
	margin:4px auto auto 5px;
	}
	
.roundbot {
	background-image:url(../images/corner/corner_bot.png);
	background-repeat:no-repeat;
	height:3px;
	width:192px;
	}

.roundbotWG {
	background-image:url(../images/corner/corner_botWG.png);
	background-repeat:no-repeat;
	height:3px;
	width:192px;
	}
	
.roundbot200 {
	background-image:url(../images/corner/sidebox_bottomG.png);
	background-repeat:no-repeat;
	height:2px;
	width:200px;
	}

.roundtopgr {
	background-image:url(../images/corner/corner_top_gr.png);
	background-repeat:no-repeat;
	height:3px;
	width:192px;
 
	margin-top:3px;
 
	}

.roundbotgr {
	background-image:url(../images/corner/corner_bot_gr.png);
	background-repeat:no-repeat;
	height:3px;
	width:192px;
	}
	
.roundtoppk {
	background-image:url(../images/corner/corner_toppk.png);
	background-repeat:no-repeat;
	height:3px;
	width:192px;
 
	}

.roundbotpk {
	background-image:url(../images/corner/corner_botpk.png);
	background-repeat:no-repeat;
	height:3px;
	width:192px;
	}
	
			
.greentop {
	background-image:url(../images/corner/green_top.png);
	background-repeat:no-repeat;
	height:3px;
	width:509px;
	margin-top:3px;
	}
	
.greenbot {
	background-image:url(../images/corner/green_bottom.png);
	background-repeat:no-repeat;
	height:3px;
	width:509px;
 
	}
	
.greytop {
	background-image:url(../images/corner/grey_top.png);
	background-repeat:no-repeat;
	height:3px;
	width:510px;
	margin-top:3px;
	}
	
.greybot {
	background-image:url(../images/corner/grey_bottom.png);
	background-repeat:no-repeat;
	height:3px;
	width:510px;
 
	}
	
.centtop {
	background-image:url(../images/corner/cent_top.png);
	background-repeat:no-repeat;
	height:21px;
	width:470px;
	margin:auto;
	margin-top:3px;
	}
	
.centbot {
	background-image:url(../images/corner/cent_bottom.png);
	background-repeat:no-repeat;
	height:12px;
	width:470px;
	margin:auto;
 
	}


.proftop {
	background-image:url(../images/corner/prof_top.png);
	background-repeat:no-repeat;
	height:3px;
	width:510px;
	margin:auto;
	margin-top:3px;
	}


.profbot {
	background-image:url(../images/corner/prof_bottom.png);
	background-repeat:no-repeat;
	height:3px;
	width:510px;
	margin:auto;
	}
	
#carousel { position: relative; height: 60px; margin: 0; padding: 0; }

#carousel li { float: left; cursor: pointer;   list-style: none; margin: 0; padding: 0; width: 60px; height: 60px; }

#carousel li img { height: 100%; width: 100%; }	
 
 
 
 
 /* override the arrow image of the tooltip */
#dynatip.bottom {
	background:url(./images/tooltip/black_arrow.png);	
	padding-top:40px;
	height:55px;
}
 
#dynatip.bottom {
	background:url(./images/tooltip/black_arrow.png);
}

#dynatip {
	display:none;
	background:transparent url(./images/tooltip/black_arrow.png);
	font-size:12px;
	height:70px;
	width:160px;
	padding:25px;
	color:#fff;	
}
 
/* style the trigger elements */
#dyna img {
	border:0;
	cursor:pointer;
	margin:0 8px;
}


.ui-tabs .ui-tabs-hide {
     display: none;
}

ul {
	list-style:none;
	padding:0px;
	margin:0px;
	}
 
/* GLOBAL STYLES */
 
body {
	background:url(../images/back.jpg) fixed center top;
	background-repeat:no-repeat;
	position: relative;
	text-align: center;
	margin: 0px; 
}

a {
	outline:none;
	}
 
div {
font-family: tahoma, arial, serif;
font-size: 8pt;
color: #555555;
}

/* global styles end */


/* header rework by shark*/

.global_header {
width:900px;
height:50px;
margin:auto;
margin-bottom:0px;
}
.global_header_loggedout {
width:900px;
height:50px;
margin:auto;
margin-bottom:0px;
}
.global_header_left {
width:8px;
height:50px;
float:left;
background-image:url(../images/header_left.png);
}
.global_header_center {
width:884px;
height:50px;
background-image:url(../images/header_bg.png);
float:left;

}
.global_header_right {
width:8px;
height:50px;
float:left;
background-image:url(../images/header_right.png);
 
}

.logo {
width:133px;
height:41px;
margin: auto auto auto 10px;
padding:0px;
float:left;
text-align:center;
}
.logo_text {
width:150px;
height:15px;
color:#b8b8b8;
font-weight:bold;
font-size:10px;
margin-top:35px;
float:left;
text-align:center;
position:absolute;
}

.header_menu {
width:281px;
height:22px;
float:left;
padding-left:5px;
text-align:center;
margin:12px auto auto 150px;
background-image:url(./images/header_button_bg.png);
background-repeat:no-repeat;
}

.header_button {
width: auto;
height: auto;
margin:3px auto auto 25px;
font-size:13px;
font-family: Tahoma;
font-weight:bold;
float:left;
}
 
 
 
.header_sub_menu {
width: auto;
height:17px;
float:left;
padding-left:5px;
margin: auto;
background-color:#8acd35;
}

.header_sub_button {
width: auto;
height: auto;
margin: auto;
font-size:13px;
font-family: Tahoma;
font-weight:bold;
float:left;
}
.header_sub_button a:link {
color:#fff;
text-decoration:none;
}
.header_sub_button a:visited {
color:#fff;
text-decoration:none;
}
.header_sub_button a:active {
color:#fff;
text-decoration:none;
}
.header_sub_button a:hover {
color:#333;
text-decoration:none;
}
 

.header_search {
width:254px;
height:21px;
float:right;
padding-left:5px;
text-align:left;
margin:15px auto auto auto;
background-image:url(./images/header_search_bg.png);
background-repeat:no-repeat;
}

.header_search_text {
width:40px;
height: auto;
margin: 3px auto auto auto;
color:#97d14d;
font-weight:bold;
font-size:11px;
float:left;
}

.navigator_bar {
	width:823px;
	height:auto;
	text-align:left;
	margin:0px auto 0px auto;
	border-bottom:3px solid #8acd35;
	float:left;
	
	}
 

.navigator_url {
	width:auto;
	height:auto;
	margin: 5px auto auto 10px;
	font-size:9px;
	font-weight:bold;
	float:left;
	color:#8acd35;
	}
	
 
	
.navigator_bar_lang {
	float: right;
	}
	
/* header end */

.clear {
	clear:both;
	}

/* body start */
.body_content {
	width:900px;
	height: auto;
	margin:0px auto 0px auto;
	}

.content_start {
	width:900px;
	height: auto;
	}
	
.content_left_col {
	width:190px;
	min-height:1px;
	height:auto;
	float:left;
	}

.content_left_col_avartar_box_index {
	width:190px;
	height: auto;
	min-height:170px;
	background-color:#83d714;
	margin:0px auto 0px auto;
	border: solid 1px #76b620;
	text-align:left;
	border-top:none;
	border-bottom: none;
	}
	
.content_left_col_avartar_box {
	width:190px;
	height: auto;
	background-color:#f9f9f8;
	margin-top:3px;
	border: solid 1px #ddd;
		border-top:none;
	border-bottom: none;
	text-align:left;
	}
	
.content_left_col_avartar_box_profile {
	width:190px;
	height: auto;
	background-color:#f9f9f8;
	margin-top:3px;
	border: solid 1px #ddd;
	text-align:left;
	}
	
.content_center_col_avartar_box_profile {
	width:508px;
	height: auto;
	background-color:#f9f9f8;
	border: solid 1px #ddd;
	text-align:left;
	border-bottom:none;
	border-top:none;
	padding-bottom:5px;
	padding-top:3px;
	}

.content_center_groupT {
	width:510px;
	min-height:360px;
	margin-top:3px;
	background:url(../images/misc/group_TBG.png) repeat-x;
	}

.content_center_groupCT {
	width:480px;
	min-height:345px;
	background-color:#FFF;
	background:url(../images/misc/group_CTBG.png) repeat-x;
	margin:0px 15px 3px 15px;
	padding-top:20px;
	float:left;
	}	

.content_center_groupCT .groupPhoto {
	width:210px;
	margin:0px 0px 3px 15px;
	float:left;
	}	


.content_center_groupCT .groupDESC {
	width:235px;
	margin:0px 15px 3px 5px;
	text-align:left;
	float:left;
	}

.content_center_groupmenu {
	width:510px;
	height:41px;
	margin-top:3px;
	background:url(../images/misc/group_menuBG.png) repeat-x;
	text-align:left;
	}		


.content_center_groupmenu .menu_items {
	float:left;
	padding:7px;
	font-size:12px;
	}		

.content_center_groupmenu .menu_items2 {
	float:left;
	padding:7px;
	font-size:12px;
	}		

.content_center_groupmenu .menu_items2 a:link {
	float:left;
 
	color:#83d714;
	}		
.content_center_groupmenu .menu_items2 a:visited {
	float:left;
 
	color:#83d714;
	}
.content_center_groupmenu .menu_items2 a:hover {
	float:left;
 
	color:#83d714;
	}	
.content_center_groupmenu .menu_items2 a:active {
	float:left;
	color:#83d714;
	}			
.content_center_groupmenu .divider {
	float:left;
	padding:7px;
 
	}		
						
.content_left_col_avartar_balloon {
	width:175px;
	height: auto;
	background-color:#FFF;
	border: solid 1px #ddd;
	text-align:left;
	margin:0px auto 0px auto;
	}

.content_left_col_avartar_balloon_profile {
	width:500px;
	height: auto;
	background-color:#FFF;
	border: solid 1px #ddd;
	text-align:left;
	margin:auto;
	}
	
	
.content_left_col_avartar_balloon_tip {
	width:150px;
	height: 7px;
	text-align:left;
	margin:-1px auto 0px auto;
	}
	
.content_center_col_avartar_balloon_tip_profile {
	width:400px;
	height: 7px;
	text-align:left;
	margin:-1px auto 0px auto;
	}
	
.content_left_col_avartar_balloon_text {
	padding:5px;
	font-weight:bold;
	}
.content_left_col_avartar_balloon_text a:link {
color:#8acd35;
text-decoration:none;
}
.content_left_col_avartar_balloon_text a:visited {
color:#8acd35;
text-decoration:none;
}
.content_left_col_avartar_balloon_text a:active {
color:#aae614;
text-decoration:none;
}
.content_left_col_avartar_balloon_text a:hover {
color:#aae614;
text-decoration:none;
}

.content_center_col_avartar_box_photo_sec_profile {
	width:500px;
	height: 260px;
	text-align:center;
	background-color:#000;
	margin: 2px auto auto auto;
	}
	
.content_left_col_avartar_box_photo_sec_profile_tag {
	width:180px;
	height: auto;
	margin: 2px auto auto auto;
	text-align:center;
	}
	
	
.content_left_col_avartar_box_photo_sec {
	width:74px;
	height:75px;
	margin:0px 5px 5px 5px;
	float:left;
	}
	
.profile_avbox_photo {
	width:70px;
	height:70px;
	margin:0px 5px 5px 5px;
	float:left;
	}
	
.content_left_col_avartar_box_photo_sec_profile {
	width:70px;
	height:70px;
	margin:0px 5px 5px 5px;
	float:left;
	}
	
.content_left_col_avartar_box_photo {
	width:70px;
	height:71px;
	}
.content_left_col_avartar_box_photo_frame {
	width:74px;
	height:75px;
	position: absolute;
	}



.content_left_col_user_box_profile {
	width:190px;
	height: auto;
	margin-top:5px;
	background-color:#f9f9f8;
	border: solid 1px #ddd;
	}
	
.content_left_col_user_box_profile_info {
	width:180px;
	height: auto;
	margin:auto;
	padding-top:5px;
	text-align:left;
	}

.profile_tagged_box_photo {
	width:180px;
	height:40px;
	margin:5px auto auto 7px;
	}
	
.profile_rating_box_star {
	width:180px;
	height: 29px;
	overflow:hidden;
	margin:5px auto auto auto;
	text-align:center;
	}

.profile_avbox_info {
	width:180px;
	height: 108px;
	max-height:108px;
	margin:0px auto;
	text-align:left;
 
	}
	
	
	
	
	
.content_left_col_user_box_profile_info_profile_val_1 {
	width: 180px;
	height: auto;
	margin:auto;
	float:left;
	text-align:left;
	color:#fff;
	}
 
 
	
.content_left_col_user_tab_title {
	width:180px;
	height:12px;
	margin: auto auto auto auto;
	text-align:left;
	font-weight:bold;
	float:left;
	}
	
.profile_vidbox_box_title {
	width:180px;
	height:18px;
	margin: 5px auto 0px auto;
	text-align:left;
	font-weight:bold;
	border-bottom: solid 1px #ddd;
	}
	
.profile_vidbox_tab_title {
	width:180px;
	height:18px;
	margin:auto;
	float:left;
	}
	
.content_left_col_user_photobox_info_sec {
	width:100px;
	height: auto;
	margin:0px 0px 0px 0px;
	float:left;
	}

.content_left_col_user_photobox_sec_profile_tag {
	width:180px;
	height: auto;
	margin: 2px auto 4px 5px;
	font-weight:bold;
	text-align:left;
	}
	
.content_feed_box_photo_frame_70 {
	width:70px;
	height:70px;
	position: absolute;
	}
	
.content_feed_box_photo_frame_50 {
	width:50px;
	height:50px;
	margin:5px;
	position: absolute;

	}

.content_pframe50 {
	width:50px;
	height:50px;
	position: absolute;
	}


.content_photo50 {
	width:50px;
	height:auto;
 
	float:left;
	}
	
			
.content_feed_box_photo_frame_40 {
	width:40px;
	height:40px;
	position: absolute;
	}
	
.content_feed_box_photo_frame_40_1 {
	width:40px;
	height:40px;
	margin-left:5px;
	position: absolute;
	}
	
.content_feed_box_photo_frame_60 {
	width:60px;
	height:60px;
	position: absolute;
	}
	
.content_left_col_avartar_box_info_sec {
	width:100px;
	height: auto;
	margin:0px 0px 0px 0px;
	float:left;
	}
	
.profile_avbox_right_toolbox {
	width:105px;
	height: auto;
	margin:auto;
	float:left;
	}
	
.content_left_col_avartar_box_info_sec_profile {
	width:180px;
	height: auto;
	margin:0px 0px 0px 0px;
	float:left;
	}
	
.content_left_col_avartar_box_info_username {
	width: 100px;
	font-size:13px;
	}
	
.content_left_col_avartar_box_info_username_profile {
	width: 180px;
	height: 23px;
	min-height:23px;
	margin:0px auto 3px auto;
	font-size:18px;
	font-weight:bold;
	color:#fff;
	border-bottom:dotted 1px #e5e5e5;
	}

.content_left_col_avartar_box_info_pbutton {
	width: 100px;
	height: auto;
	margin:3px 0px 0px 0px;
	background-color:#8acd35;
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	float:left;
	}
	
.content_left_col_avartar_box_info_text_profile {
	width: 100px;
	height: auto;
	margin:1px 0px;
	text-align:left;
	color:#8acd35;
	font-size:10px;
	float:left;
	}
 
	
.content_left_col_avartar_box_info_text {
	width: 95px;
	height: auto;
	margin:1px 0px;
	text-align:left;
	color:#8acd35;
	font-size:11px;
	float:left;
	}
	
.content_left_col_avartar_box_info_text_span {
	color:#fff;
	font-size:11px;
	}
	
 


 
	
.profile_avbox_toolbox_text {
	width: 170px;
	height: auto;
	margin:1px auto;
	text-align:left;
	color:#8acd35;
	font-size:11px;
 
	}
	
.profile_avbox_toolbox_text_span {
	color:#000;
	font-size:11px;
	}
 



.content_left_col_avartar_box_info_mood_box {
	width: 180px;
	height: auto;
	margin: 0px 5px;
	border-bottom:dotted 1px #beea84;
	float:left;
	clear:both;
	}

.content_left_col_avartar_box_info_mood_box_icon {
	width: 30px;
	height:30px;
	margin: auto;
	float:left;
	clear:left;
	}
	
.content_left_col_avartar_box_info_mood_box_icon_empty {
	width: 152px;
	height:15px;
	margin: auto;
	float:left;
	color:#999;
	font-weight:bold;
	}
	
.content_left_col_avartar_box_info_mood_box_button {
	width: auto;
	height:15px;
	margin: 8px auto auto 0px;
	padding-left:5px;
	border-left:solid 1px #ddd;
	float:left;
	clear:right;
	}

.content_left_col_avartar_box_info_mood_box_button_empty {
	width: auto;
	height:15px;
	margin: 0px auto auto 0px;
	padding-left:5px;
	border-left:solid 1px #ddd;
	float:left;
	}

.content_left_col_avartar_box_info_mood_box_selectbox {
	width:180px;
	height: 25px;
	margin: auto;
	float:left;
	display:none;
	}

.content_left_col_avartar_box_info_mood_box_selectbox_select {
	width:140px;
	height: 25px;
	float:left;
	}

.content_left_col_avartar_box_info_mood_box_selectbox_button {
	width: 40px;
	height: 25px;
	float:left;
	}

.content_left_col_avartar_box_ajax_select_box {
	width: 180px;
	height: 25px;
	text-align:left;
	margin:0px auto 0px auto;
	clear:both;
	}
.content_left_col_avartar_box_ajax_select_box_total {
	width: 140px;
	height: auto;
	text-align: center;
	margin-left:10px;
	margin-top:5px;
	padding-bottom:5px;
	border-bottom:solid 1px #ddd;
	font-size:10px;
	font-weight:bold;
	}

.content_left_col_avartar_box_ajax_select_box_body {
	width: 170px;
	height: auto;
	background-color:#FFF;
	padding-top:5px;
	clear:both;
	}
	
.content_left_col_avartar_box_ajax_select_box_list {
	width: 140px;
	height: auto;
	text-align: left;
	margin-left:10px;
	margin-top:5px;
	padding-bottom:5px;
	border-bottom:solid 1px #ddd;
	font-size:10px;
	font-weight:bold;
	}


 
 
 

.content_left_col_updated_box {
	width:180px;
	height: auto;
	margin: 5px auto auto auto;
	}
	
.content_feed_updated_box {
	width:506px;
	height:auto;
	float:left;
	border:solid 1px #8acd35;
	margin: 3px auto auto auto;
	}
	
.content_feed_updated_box_title {
	width:490px;
	height:15px;
	margin: 5px auto 0px auto;
	text-align:left;
	font-weight:bold;
	border-bottom: solid 1px #ddd;
	}
.content_feed_updated_box_title a:link { color: #000; text-decoration: none; }

.content_feed_updated_box_title a:visited { color: #000; text-decoration: none; }

.content_feed_updated_box_title a:active { color: #8acd35; text-decoration: none; }

.content_feed_updated_box_title a:hover { color: #8acd35; text-decoration: none; }

.content_feed_updated_box_users {
	width:490px;
	height: auto;
	margin:3px auto 0px auto;
	text-align:center;
	}
	
.content_feed_updated_box_name {
	width:100px;
	height:15px;
	margin-left:18px;
	margin-top:1px;
	text-align:left;
	font-size:10px;
	font-weight:bold;
	}
 
.content_left_col_updated_box_users {
	width:180px;
	height: auto;
	margin:3px auto 0px auto;
	text-align:center;
	}
 
 
.content_left_col_updated_box_name {
	width:78px;
	height:15px;
	margin-left:10px;
	margin-top:1px;
	text-align:left;
	font-size:10px;
	font-weight:bold;
	}
 
.content_left_col_updated_box_users_more {
	width:30px;
	height: auto;
	margin:auto;
	text-align:right;
	float:right;
	}



 
	
.content_right_col_activity_box_tab_title {
	width: auto;
	height:12px;
	margin: auto;
	text-align:left;
	font-weight:bold;
	float:left;
	}
	
.content_left_col_activity_box_title {
	width:180px;
	height:15px;
	margin: 5px auto 0px auto;
	text-align:left;
	font-weight:bold;
	border-bottom: solid 1px #ddd;
	}
.content_left_col_activity_box_title a:link { color: #000; text-decoration: none; }

.content_left_col_activity_box_title a:visited { color: #000; text-decoration: none; }

.content_left_col_activity_box_title a:active { color: #8acd35; text-decoration: none; }

.content_left_col_activity_box_title a:hover { color: #8acd35; text-decoration: none; }



.content_box_title_gr {
	color:#fff;
	font-size:12px;
	}
	
	

.content_left_col_status_box {
	width:180px;
	height: auto;
	margin:3px auto auto auto;
	}

.content_feed_status_box {
	width:500px;
	height: auto;
	margin:3px auto auto auto;
	}
	
.content_left_col_status_box_thumb {
	width:41px;
	height:41px;
	float:left;
	}

.content_left_col_status_box_status {
	width:125px;
	height: auto;
	margin:auto auto auto 10px;
	text-align:left;
	float:left;
	}
	
	
	
.content_left_col_status_box_status2 {
	width:125px;
	min-width:125px;
	height: auto;
	margin:auto auto auto 10px;
	text-align:left;
	float:left;
	}	
	
.content_feed_status_box_status {
	width: 445px;
	height: auto;
	margin:auto auto auto 10px;
	text-align:left;
	float:left;
	}

 
 
	
.content_right_col_poll_box_tab_title {
	width:85px;
	height:12px;
	margin: auto;
	text-align:left;
	font-weight:bold;
	color: #8acd35;
	float:left;
	}
	
 
.content_left_col_poll_box_title {
	width:180px;
	height:15px;
	margin: 5px auto 0px auto;
	text-align:left;
	font-weight:bold;
	border-bottom: solid 1px #ddd;
	}
	
.content_left_col_poll_box_span {
	color:#8acd35;
	}
.content_left_col_poll_box_title a:link { color: #000; text-decoration: none; }

.content_left_col_poll_box_title a:visited { color: #000; text-decoration: none; }

.content_left_col_poll_box_title a:active { color: #8acd35; text-decoration: none; }

.content_left_col_poll_box_title a:hover { color: #8acd35; text-decoration: none; }


.content_left_col_poll_box_content_title {
	width:180px;
	height:15px;
	margin: 5px auto 0px auto;
	text-align:left;
	font-weight:bold;
	border-bottom: solid 1px #ddd;
	}
 

.content_left_col_poll_box_content_title_date {
	width:180px;
	height:25px;
	margin: 0px auto 5px auto;
	font-size:10px;
	font-weight: bold;
	text-align:right;
	}
	
.content_left_col_poll_box_content_title_info {
	width:180px;
	height:15px;
	margin: 5px auto 5px auto;
	font-size:10px;
	}
	
.content_left_col_poll_box_content_title_date a:link { color: #999; text-decoration: none; font-weight:bold; }

.content_left_col_poll_box_content_title_date a:visited { color: #999; text-decoration: none; font-weight:bold; }

.content_left_col_poll_box_content_title_date a:active { color: #999; text-decoration: none; font-weight:bold; }

.content_left_col_poll_box_content_title_date a:hover { color: #8acd35; text-decoration: none; font-weight:bold; }

.content_left_col_poll_box_content_title_text {
	width:170px;
	height: auto;
	min-height:60px;
	max-height:60px;
	overflow: hidden;
	margin: 5px auto 0px auto;
	padding:5px;
	text-align:left;
	font-weight:bold;
	font-size:10px;
	text-align:left;
	background:#fff;
	}
	



.content_center_col {
	width:510px;
	height: auto;
	margin-left:5px;
	float:left;
	}
	
.content_center_col_for_2col {
	width:705px;
	height: auto;
	margin:3px auto auto 5px;
	float:left;
	}
	
.content_center_player_box {
	width:510px;
	height:auto;
	margin-top:3px;
	}
.content_center_player_box_player {
	width:510px;
	height:293px;
	}
	
.content_center_channel_box {
	width:500px;
	height: auto;
	margin-top:5px;
	border:solid 5px #cbf793;
	color:#FFF;
	}

.content_center_index_feed_box {
	width:508px;
	border:solid 1px #8acd35;
	height: auto;
 
	border-bottom:none;
	border-top:none;
	}
	
	
.content_center_ent_box {
	width:510px;
	height:300px;
	margin-top:5px;
	}
.content_center_ent_box_video {
	width:167px;
	min-height:275px;
	height: auto;
	float:left;
	border: solid 1px #8acd35;
	}
.content_center_ent_box_content {
	width:180px;
	height: auto;
	margin:auto;
	text-align:left;
	}
.content_center_ent_box_content_title {
	width: 114px;
	height: auto;
	text-align:left;
	font-size:9px;
	font-weight:bold;
	margin-top:5px;
	float:left;
 
	}
.content_center_ent_box_content_info {
	width: 114px;
	height: auto;
	text-align:left;;
	float:left;
 
 
	}
.content_center_ent_box_content_info_span {
	color:#8acd35;
	}
	
 
.content_center_ent_box_video_title {
	width:150px;
	height:15px;
	margin: 5px auto 0px auto;
	text-align:left;
	font-weight:bold;
	border-bottom: solid 1px #bbe28a;
	}
 
 
 
 

.content_right_col_video_box_tab_title {
	width:180px;
	height:12px;
	margin: auto;
	text-align:left;
	font-weight:bold;
	color:#8acd35;
	float:left;
	}
.content_right_col_video_box_tab_all {
	width: auto;
	height:12px;
	margin-left: 0px;
	padding-left:3px;
	margin-top:1px;
	text-align:left;
	font-weight:bold;
	font-size:10px;
 
	float:left;
	}
.content_right_col_video_box_tab_all a:link { color: #999; text-decoration: none; }

.content_right_col_video_box_tab_all a:visited { color: #999; text-decoration: none; }

.content_right_col_video_box_tab_all a:active { color: #999; text-decoration: none; }

.content_right_col_video_box_tab_all a:hover { color: #8acd35; text-decoration: none; }

.content_right_col_video_box_tab_pop {
	width: auto;
	height:12px;
	margin-left: 3px;
	padding-left:3px;
	margin-top:1px;
	text-align:left;
	font-weight:bold;
	font-size:10px;
	border-left: solid 1px #ddd;
	float:left;
	}
.content_right_col_video_box_tab_pop a:link { color: #999; text-decoration: none; }

.content_right_col_video_box_tab_pop a:visited { color: #999; text-decoration: none; }

.content_right_col_video_box_tab_pop a:active { color: #999; text-decoration: none; }

.content_right_col_video_box_tab_pop a:hover { color: #8acd35; text-decoration: none; }

.content_right_col_video_box_tab_new {
	width: auto;
	height:12px;
	margin-left: 3px;
	padding-left:3px;
	margin-top:1px;
	text-align:left;
	font-weight:bold;
	font-size:10px;
	border-left: solid 1px #ddd;
	float:left;
	}
.content_right_col_video_box_tab_new a:link { color: #999; text-decoration: none; }

.content_right_col_video_box_tab_new a:visited { color: #999; text-decoration: none; }

.content_right_col_video_box_tab_new a:active { color: #999; text-decoration: none; }

.content_right_col_video_box_tab_new a:hover { color: #8acd35; text-decoration: none; }

.content_center_ent_box_video_thumb {
	width:66px;
	height:44px;
	float:left;
	margin-top:5px;
 
	}
	
.content_center_ent_box_photo {
	width:180px;
	height: auto;
	margin-left:1px;
	border: solid 1px #8acd35;
	}
.content_center_ent_box_photo_thumb_box {
	width:160px;
	height:auto;
	margin-top:5px;
	text-align:center;
	margin:auto;
	}
	
 
.content_center_ent_box_photo_thumb {
	width:80px;
	height:auto;
	margin-top:5px;
	text-align:center;
	float:left;
 
	}
	
.content_center_ent_box_photo_title {
	width:150px;
	height:15px;
	margin: 5px auto 0px auto;
	text-align:left;
	font-weight:bold;
	border-bottom: solid 1px #bbe28a;
	}
	
.content_center_ent_box_music {
	width:167px;
	height: auto;
	min-height:275px;
	margin-left:1px;
	float:left;
	border: solid 1px #8acd35;
	}
.content_center_ent_box_music_title {
	width:150px;
	height:15px;
	margin: 5px auto 0px auto;
	text-align:left;
	font-weight:bold;
	border-bottom: solid 1px #bbe28a;
	}

.content_center_ent_box_music_content {
	width:160px;
	height:40px;
	margin: 5px auto 0px auto;
	text-align:left;
	font-weight:bold;
	border-bottom: solid 1px #ddd;
	}
.content_center_ent_box_music_content_title {
	width: auto;
	height: auto;
	text-align:left;
	font-weight:bold;
	font-size:10px;
	}
 

.content_center_ent_box_music_content_text_uname {
	width: 135px;
	height: auto;
	margin-left:20px;
	text-align: right;
	font-size:10px;
	}
.content_center_ent_box_music_content_text_uname a:link { color: #999; text-decoration: none; }

.content_center_ent_box_music_content_text_uname a:visited { color: #999; text-decoration: none; }

.content_center_ent_box_music_content_text_uname a:active { color: #999; text-decoration: none; }

.content_center_ent_box_music_content_text_uname a:hover { color: #8acd35; text-decoration: none; }
	
.content_center_adv_box {
	width:510px;
	max-width:510px;
	max-height:100px;
	height:80px;
	margin-top:5px;
	background-color:#fff;
	visibility:visible;
	display:block;
	float:left;
	}
.content_right_col_music_box_tab_title {
	width:100px;
	height:12px;
	margin: auto;
	text-align:left;
	font-weight:bold;
	float:left;
	}

.content_right_col {
	width:190px;
	height: auto;
	margin-left:3px;
	float:left;
	}
	
 
	
	
.content_right_col_button_box {
	width:190px;
	height: 80px;
	margin-top:3px;
	background-color:#cbf793;
	border:solid 1px #ddd;
	}
	
.content_right_col_button_box_right_upload_button {
	width: 180px;
	height: 28px;
	margin:3px auto;
	background-image:url(../images/upload_button.png)
	} 
	
.content_right_col_button_box_right_upload_button_span {
	width: 140px;
	height: auto;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	margin-top:6px;
	float:right;
	}	
	
.content_right_col_adv_box {
	width:190px;
	max-width:190px;
	height: 296px;
	margin-top:3px;
	visibility:visible;
	display:block;
	}

.content_side_box {
	width:190px;
	height: auto;
	background-color:#f9f9f8;
	border: solid 1px #ddd;
	text-align:left;
	border-bottom:none;
	border-top:none;
	}

.content_side_box .tbar_Grey {
	width:190px;
	background-color:#e2e2e2;
	}
	
.content_side_box .tGrey {
	width:180px;
	height:17px;
	margin:auto;
	}
	
.content_side_boxGR {
	width:190px;
	height: auto;
 
	background-color:#f9f9f8;
	border: solid 1px #76b620;
	text-align:left;
		border-bottom:none;
	border-top:none;
	}

.content_side_boxPK {
	width:190px;
	height: auto;
 
	background-color:#f9f9f8;
	border: solid 1px #f700e2;
	text-align:left;
	border-bottom:none;
	border-top:none;
	}
	
.content_side_box200 {
	width:198px;
	background-color:#f9f9f8;
	border: solid 1px #ddd;
	text-align:left;
	border-bottom:none;
	border-top:none;
	}
	
	
.content_side_box_gr {
	width:190px;
	height: auto;
 
	background-color:#83d714;
	border: solid 1px #76b620;
	text-align:left;
		border-bottom:none;
	border-top:none;
	}
	
.content_side_box2 {
	width:190px;
	height: auto;
	margin-top:1px;
	background-color:#f9f9f8;
	border: solid 1px #ddd;
	border-bottom:none;
	border-top:none;
	}	

.content_side_box_more {
	width:180px;
	height: 15px;
	margin:5px auto 3px 5px;
	text-align:right;
	border-top:solid 1px #ddd;
	float:left;
	font-weight:bold;
	}
 
	
.content_right_col_user_box_profile {
	width:190px;
	height: auto;
	margin-top:5px;
	background-color:#f9f9f8;
	border: solid 1px #ddd;
	}
	
.content_right_col_user_box_title {
	width:180px;
	height:15px;
	margin: 5px auto 0px auto;
	text-align:left;
	font-weight:bold;
	border-bottom: solid 1px #ddd;
	}
	
.content_box_titlegr {
	width:190px;
	height:18px;
	font-weight:bold;
	background-color:#83d714;
	text-align:left;
	}

.content_box_titlepk {
	width:190px;
	height:18px;
	font-weight:bold;
	background-color:#f700e2;
	text-align:left;
	}
	
	
.content_right_col_user_videobox_title {
	width:180px;
	height:15px;
	margin: 8px auto 0px auto;
	text-align:left;
	font-weight:bold;
	border-bottom: solid 1px #ddd;
	}
	
	
.profile_side_box_title {
	width:180px;
	height:15px;
	margin: 5px auto 0px auto;
	text-align:left;
	font-weight:bold;
	border-bottom: solid 1px #ddd;
	}

.profile_side_box_tab_title {
	width:180px;
	height:12px;
	margin: auto auto auto auto;
	text-align:left;
	font-weight:bold;
	float:left;
	}
	
.content_right_col_user_box_tab_title {
	width:180px;
	height:12px;
	margin: auto auto auto auto;
	text-align:left;
	float:left;
 
	}
	
.content_left_col_friend_box_tab_title_profile {
	width:125px;
	height:12px;
	margin: auto auto auto auto;
	text-align:left;
	font-weight:bold;
	float:left;
 
	}
	
.content_right_col_user_box_title_tab_all {
	width: auto;
	height:12px;
	margin: 7px auto auto 0px;
	padding-right:5px;
	text-align:left;
	font-weight:bold;
	font-size:10px;
	float:right;
	}
	
.content_right_col_user_box_title_tab_all a:link { color: #999; text-decoration: none; }

.content_right_col_user_box_title_tab_all a:visited { color: #999; text-decoration: none; }

.content_right_col_user_box_title_tab_all a:active { color: #999; text-decoration: none; }

.content_right_col_user_box_title_tab_all a:hover { color: #8acd35; text-decoration: none; }
	
.content_right_col_user_box_title_tab_new {
	width: auto;
	height:12px;
	margin: 7px 5px auto auto;
	text-align:left;
	font-weight:bold;
	border-left: solid 1px #ddd;
	padding-left:5px;
	font-size:10px;
	float:right;
	}
.content_right_col_user_box_title_tab_new a:link { color: #999; text-decoration: none; }

.content_right_col_user_box_title_tab_new a:visited { color: #999; text-decoration: none; }

.content_right_col_user_box_title_tab_new a:active { color: #999; text-decoration: none; }

.content_right_col_user_box_title_tab_new a:hover { color: #8acd35; text-decoration: none; }
	

.profile_friends_box {
	width:500px;
	height: auto;
	margin:5px auto 0px auto;
	}
	
.content_right_col_user_box_users {
	width:190px;
	height: auto;
	margin:5px auto 0px auto;
	}
 
.content_right_col_user_box_users_frame {
	width:41px;
	height:43px;
	position: absolute;
	float:left;
	margin-left:5px;
	}
.content_right_col_user_box_uphoto {
	width:40px;
	height:60px;
 	padding-left:5px;
	font-size:10px;
	font-weight:bold;
	}
.members_user_photo {
	width:40px;
	height:40px;
 	padding-left:5px;
	font-size:10px;
	font-weight:bold;
	}
 

.content_right_col_popular_user_box_content {
	width:180px;
	height: auto;
	margin-left:auto;
	margin-right:auto;
	}
	
.content_right_col_popular_user_box_thumb {
	width:60px;
	height: 60px;
	background-color:#f9f9f8;
	}
	
.content_right_col_popular_user_box_text {
	width: auto;
	height: auto;
	margin:5px;
	border-bottom: solid 3px #ddd;
	float:left;
	font-weight:bold;
	font-size:12px;
	}
 
.content_right_col_popular_user_box_title {
	width:180px;
	height:15px;
	margin: 5px auto 0px auto;
	text-align:left;
	font-weight:bold;
	border-bottom: solid 1px #ddd;
	}

.content_right_col_popular_user_box_sec {
	width:62px;
	height:63px;
	margin:5px 0px 5px 0px;
	float:left;
	}

.content_right_col_popular_user_box_frame {
	width:62px;
	height:63px;
	position: absolute;
	}

 
.content_right_col_group_box_title {
	width:180px;
	height:15px;
	text-align:left;
	margin: 5px auto 0px auto;
	font-weight:bold;
	border-bottom: solid 1px #ddd;
	}
.content_right_col_group_box_tab_title {
	width:180px;
	height:12px;
	margin: auto auto auto auto;
	text-align:left;
	color: #8acd35;
	font-weight:bold;
	float:left;
	}

.content_right_col_group_box_tab_title_popular {
	width: auto;
	height:12px;
	margin: 7px 5px auto 5px;
	padding-left:5px;
	text-align:left;
	font-weight:bold;
	font-size:10px;
	border-left: solid 1px #ddd;
	float:right;
	}	
.content_right_col_group_box_tab_title_popular a:link { color: #999; text-decoration: none; }

.content_right_col_group_box_tab_title_popular a:visited { color: #999; text-decoration: none; }

.content_right_col_group_box_tab_title_popular a:active { color: #999; text-decoration: none; }

.content_right_col_group_box_tab_title_popular a:hover { color: #8acd35; text-decoration: none; }

.content_right_col_group_box_tab_title_new {
	width: auto;
	height:12px;
	margin:7px 3px auto auto;
	padding-left:5px;
	text-align:left;
	font-weight:bold;
	font-size:10px;
border-left: solid 1px #ddd;
	float:right;
	}	
.content_right_col_group_box_tab_title_new a:link { color: #999; text-decoration: none; }

.content_right_col_group_box_tab_title_new a:visited { color: #999; text-decoration: none; }

.content_right_col_group_box_tab_title_new a:active { color: #999; text-decoration: none; }

.content_right_col_group_box_tab_title_new a:hover { color: #8acd35; text-decoration: none; }

.content_right_col_group_box_tab_title_all {
	width: auto;
	height:12px;
	margin: 7px auto auto auto;
	padding-left:5px;
	text-align:left;
	font-weight:bold;
	font-size:10px;
	float:right;
	}	
.content_right_col_group_box_tab_title_all a:link { color: #999; text-decoration: none; }

.content_right_col_group_box_tab_title_all a:visited { color: #999; text-decoration: none; }

.content_right_col_group_box_tab_title_all a:active { color: #999; text-decoration: none; }

.content_right_col_group_box_tab_title_all a:hover { color: #8acd35; text-decoration: none; }

.content_right_col_group_box_content_box {
	width:180px;
	height: auto;
	margin:5px auto;
 
	text-align:left;
	}
.content_right_col_group_box_content_box_title {
	width: auto;
	height: auto;
	font-weight:bold;
	font-size:10px;
	}

 
.content_right_col_group_box_content_box_text {
	width: auto;
	height: auto;
	font-weight:bold;
	font-size:10px;
	color:#999;
	}
	
 

.content_right_col_group_box_content_box_text_span {
 
	color:#8acd35;
	}

.content_right_col_group_box_content_box_text_total {
	width: 90px;
	height: auto;
	font-weight:bold;
	margin: auto auto auto 5px;
	font-size:10px;
	color:#999;
	float:left;
	}
	
.content_right_col_group_box_content_box_text_total_right {
	width: auto;
	height: 10px;
	font-weight:bold;
	margin: auto 5px auto auto;
	font-size:10px;
	color:#999;
	float:right;
	}
		
.box_top_spacer {
	width:100%;
	height:2px;
	background-color:#FFF;
	}
	
 

.box_inner_spacer {
	width:100%;
	height:1px;
	background-color:#ddd;
	margin:auto;
	clear:both;
	}

.box_inner_spacer_93 {
	width:93%;
	height:1px;
	background-color:#ddd;
	margin:auto;
	clear:both;
	}
	
.box_hor_spacer {
	width:1px;
	height:100%;
	border-right:solid 1px #8acd35;
	background-color:#ededed;
	float:left;
	}
.box_hor_spacer_nfloat {
	width:1px;
	height:100%;
	border-right:solid 1px #8acd35;
	background-color:#ededed;
	}
	
.global_span {
	font-weight:bold;
	color:#8acd35;
	}
.global_span a:link { color: #000; text-decoration: none; }

.global_span a:visited { color: #000; text-decoration: none; }

.global_span a:active { color: #8acd35; text-decoration: none; }

.global_span a:hover { color: #8acd35; text-decoration: none; }

.global_span_bold {
	font-weight:bold;
	}
 
.global_span_bold_red {
	font-weight:bold;
	}
.global_span_bold_red a:link { color: #F00; text-decoration: none; }

.global_span_bold_red a:visited { color: #F00; text-decoration: none; }

.global_span_bold_red a:active { color: #F00; text-decoration: none; }

.global_span_bold_red a:hover { color: #333; text-decoration: none; }

.global_span_bold_white {
	font-weight:bold;
	color:#fff;
	}
.global_span_bold_white a:link { color: #fff; text-decoration: none; }

.global_span_bold_white a:visited { color: #fff; text-decoration: none; }

.global_span_bold_white a:active { color: #fff; text-decoration: none; }

.global_span_bold_white a:hover { color: #333; text-decoration: none; }


.span_profile_info {
	font-weight:bold;
	color:#8acd35;
	}
 
/* body end */





/* profile video start */
.profile_user_video_box {
	width:160px;
	height:auto;
	margin:5px auto 5px 5.5px;
	float:left;
	}
	
.profile_user_latest_video_box {
	width:490px;
	height:auto;
 
	background-color:#83d714;
	float:left;
	text-align:left;
	padding:10px;
	}
	
.profile_user_video_box_title {
	width:160px;
	height:auto;
	text-align:left;
	margin:0px 5px;
	font-size:14px;
	}
	
.profile_user_video_box_info {
	width:150px;
	height:auto;
	margin:5px auto 5px 5px;
	text-align:left;
	}

	
.profile_user_video_box_ownertool {
	width:150px;
	height:20px;
	padding-top:5px;
	margin: auto auto auto 5px;
	border-top:solid 1px #ddd;
	text-align:right;
	}
.profile_user_video_box_enc_wait {
	width:495px;
	height:auto;
	padding-top:5px;
	padding-bottom:5px;
	margin: 3px auto auto auto;
	background-color:#f5fbee;
	border:solid 1px #ddd;
	margin-bottom:3px;
	}
/* profile video end */


/* footer start */

.footer {
width:900px;
height: auto;
margin-left:auto;
margin-right:auto;
margin-bottom:0;
margin-top:5px;
background-color: #ededed;
border-top:solid 3px #8acd35;
}

.footer_top_text {
width:900px;
height:15px;
margin-left:auto;
margin-right:auto;
margin-top:3px;
margin-bottom:0px;
text-align:left;
color:#9c9e9f;
font-size:10px;
font-weight:bold;
}

.footer_sitemap {
width: auto;
height: 30px;
margin-left:auto;
margin-right:auto;
margin-bottom:0;
padding:5px;
}

.footer_sitemap a:link { color: #58585a; text-decoration: none; }

.footer_sitemap a:visited { color: #58585a; text-decoration: none; }

.footer_sitemap a:active { color: #58585a; text-decoration: none; }

.footer_sitemap a:hover { color: #8acd35; text-decoration: none; }

.footer_sitemap_home {
width: auto;
height: auto;
margin-left:10px;
float:left;
text-align:right;
font-weight:bold;
}

.footer_sitemap_tv {
width: auto;
height: auto;
margin-left:10px;
float:left;
text-align:left;
font-weight:bold;
}

.footer_sitemap_city {
width: auto;
height: auto;
margin-left:10px;
float:left;
text-align:left;
font-weight:bold;
}

.footer_sitemap_mblogz {
width: auto;
height: auto;
margin-left:10px;
float:left;
text-align:left;
font-weight:bold;
}

.footer_sitemap_link {
	color:#b2b3b4;
	margin-top:5px;
	font-size:9px;
}
.footer_sitemap_link a:link { color: #b2b3b4; text-decoration: none; }

.footer_sitemap_link a:visited { color: #b2b3b4; text-decoration: none; }

.footer_sitemap_link a:active { color: #b2b3b4; text-decoration: none; }

.footer_sitemap_link a:hover { color: #8acd35; text-decoration: none; }

.footer_copyright {
width: auto;
height: auto;
margin-top:15px;
padding-bottom:30px;
clear:both;
}

.footer_copyright_text {
width: auto;
height: auto;
margin-top:5px;
padding-bottom:10px;
clear:both;
font-weight:bold;
}

.footer_copyright_link {
	font-weight:bold;
	font-size:9px;

}

.footer_copyright_link a:link { color: #58585a; text-decoration: none; }

.footer_copyright_link a:visited { color: #58585a; text-decoration: none; }

.footer_copyright_link a:active { color: #58585a; text-decoration: none; }

.footer_copyright_link a:hover { color: #8acd35; text-decoration: none; }


.footer_adv {
	width:900px;
	max-width:900px;
	overflow:hidden;
	margin:5px auto 0px auto;
	height:auto;
	background-color:#666;
	text-align:center;
	}
/* footer end */





/* feed start */

.feed_tabs {
	width:500px;
	height:auto;
	float:left;
	}
	
.feed_tabs_content {
	width:506px;
	height:auto;
	text-align:left;
	border-top:solid 1px #ddd;
	
	}

.feed_box {
	width:505px;
	height:auto;
	}
	
.feed_box_actionloop {
	width:505px;
	height:auto;
	border-bottom:solid 1px #ddd;
 
	}

.feed_group_actionloop {
	width:490px;
	height:auto;
	border-bottom:solid 1px #ddd;
	}
	
		
.feed_box_actionloop_photo {
	width:50px;
	height:auto;
	margin:5px;
	float:left;
	}
	
.feed_box_actionloop_icon {
	width:20px;
	height:auto;
	float:left;
	margin:5px auto auto auto;
	}
.feed_box_actionloop_action_box {
	width:420px;
 
	float:left;
	}


.feed_box_actionloop_action_boxGROUP {
	width:400px;
 
	float:left;
	}
	
		
.feed_box_actionloop_action {
	width:420px;
	height:auto;
	margin:5px auto auto 0px;
	font-size:12px;
	}

 

.feed_box_actionloop_date {
	width: 100px;
	color: #999;
	text-align:left;
	font-size:11px;
	float:left;
 
	}
	
.feed_box_actionloop_comment {
	width:70px;
	color: #999;
	font-size:11px;
	margin:auto auto 3px auto;
	text-align:right;
	float:right;
 
	}

.feed_box_actionloop_comment_box {
	width:420px;
	color: #999;
	text-align:left;
	font-size:11px;
	margin:3px auto 5px 0px;
	}

.feed_box_actionloop_comment_box2 {
	width:400px;
	color: #999;
	text-align:left;
	font-size:11px;
	margin:3px auto 5px 0px;
	}
#feed_boxs_overall {
	width:420px;
	height:auto;
	border-top: dotted 1px #ddd;
	margin:10px auto 20px 0px;
}
#feed_boxs_overall2 {
	width:400px;
	height:auto;
	border-top: dotted 1px #ddd;
	margin:10px auto 20px 0px;
}
.feed_boxs {
	margin-bottom:3px;
	border-bottom:1px solid #f0f0f0;
	border-top:1px solid #f3f3f3;
	background:#F8F8F8;	
	padding:3px;
}

 

.feed_boxs_header {
	padding-top:3px;
	padding-bottom:3px;	
}

.feed_boxs_header_right {
	float:right;	
	width: 60px;
	height:15px;
	padding:2px;
	text-align:right;
}

.feed_boxs_date {
	color:#999999;
	font-size:0.9em;
}

.feed_boxs_textarea {
	width:98%;
	overflow:hidden;
	height:25px;
	font-size:1.1em;
	padding:2px;
	border:1px solid #AAAAAA;
	color:#333;
	font-weight:bold;
	font-family:arial,verdana,serif;
}

.feed_boxs_textarea_preview {
	width:98%;
	overflow:hidden;
	padding:2px;
	height:15px;
	border:1px solid #AAAAAA;
	color:#b0b0b0;
	font-family:arial,verdana,serif;
}

.feed_boxs_button {
	padding:5px;
	margin-top:5px;
	float:right;
}


.feed_boxs_salut {
	color:#999999;	
}

 

.feed_boxs_item_header {
	height:auto;
	width:420px;
	clear:both;
	
}
 
/* feed end */

/* action style start */

.recentaction_div_media {
padding: 0px;
}

.recentaction_div_media img {
max-width: 300px;
/*
width: expression(this.width > 300 ? 300: true);
*/
}

img.recentaction_media {
margin: 3px;
border: solid 1px #777777;
}

.recentaction_div {
padding:5px;
height:auto;
max-width: 410px; 
overflow: auto;
background-color:#eefae0;
margin-top:5px;
}
/* IE7 MAX-HEIGHT/MAX-WIDTH HACK */
*:first-child+html .recentaction_div {
overflow: visible;
/* overflow-x:auto; */
padding-bottom: 15px;
}
/* IE6 AND UNDER MAX-HEIGHT/MAX-WIDTH HACK */
html>body .recentaction_div {
overflow: visible; 
/* overflow-x:auto; */
padding-bottom: 25px;
}

.recentaction_div img {
max-width: 300px;
}

/* action style end */



/* album home start */
.view_album_box_top {
	width:703px;
	height: 364px;
	text-align: center;
	background-color:#f9f9f8;
	background-image:url(../images/misc/album_top_bg.png);
	}
	
.view_poll_box_top {
	width:703px;
	min-height: 354px;
	text-align: center;
	background-color:#f9f9f8;
	background-image:url(../images/misc/poll_top_bg.png);
	}


.view_poll_home_box_bottom {
	width:703px;
	margin-top:3px;

	}
	
	
/* video home start */

.view_home_box_top {
	width:703px;
	min-height: 354px;
	text-align: center;
	border: solid 1px #ddd;
	background-color:#f9f9f8;
	background-image:url(../images/misc/video_top_bg.png);
	}

.view_home_box_top_video_thumb_box_small {
	width:150px;
	height: auto;
	margin:5px auto;
	text-align:left;
	float:left;
	
	}

.view_home_box_top_video_thumb_box_small2 {
	width:175px;
	height: auto;
	margin:3px auto;
	text-align:left;
	float:left;
	}
.view_home_box_top_video_thumb_box_featured {
	width:250px;
	height: auto;
	margin:0px auto;
	text-align:left;
	float:left;
	}
.view_home_box_top_video_thumb_featured {
	width:200px;
	height: auto;
	text-align:left;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
	border:solid 1px #ddd;
	float:left;
	margin-bottom:5px;
	background-color:#FFF;
	}	
	
.view_home_box_top_video_thumb_small {
	width:66px;
	height: auto;
	text-align:left;
	margin:3px 5px auto auto;
	float:left;
	}	
	
.view_home_box_top_video_info_small {
	width: auto;
	height: auto;
	text-align:left;
	}
	
	.view_home_box_top_video_right_box2 {
	width: 173px;
	height: auto;
	margin:5px auto;
	padding:5px;
	border: solid 1px #ddd;
	float:left;
	}


.view_home_box_top_video_right_box {
	width: 300px;
	height: auto;
	margin:5px auto;
	padding:5px;
	border: solid 1px #ddd;
	float:left;
	}



.view_home_box_top_video_right_upload_box {
	width: 310px;
	height: auto;
	background-color:#cbf793;
	border: solid 1px #ddd;
	float:left;
	}
	
.view_home_box_top_video_right_upload_button {
	width: 300px;
	height: 28px;
	margin:3px auto;
	background-image:url(../images/upload_button.png);
	}

.view_home_box_top_video_right_upload_button2 {
	width: 170px;
	height: 28px;
	margin:3px auto;
	background-image:url(../images/upload_button.png);
	}
	
.view_home_box_top_video_right_upload_button_span2 {
	width: 160px;
	height: auto;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	text-align: center;
	margin-top:3px;
	float:right;
	}
	
.view_home_box_top_video_right_upload_button_span {
	width: 260px;
	height: auto;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	margin-top:2px;
	float:right;
	}
	
.view_home_box_top_video_title_featured {
	width:370px;
	height:auto;
	text-align:left;
	margin:auto;
	border-bottom: solid 1px #8acd35;
	font-size:12px;
	}
	
.view_home_box_top_video_title_featured2 {
	width:500px;
	height:auto;
	text-align:left;
	margin:auto;
	border-bottom: solid 1px #8acd35;
	font-size:12px;
	}
	
.view_home_box_top_title_video {
	width:490px;
	height:auto;
	text-align:left;
	margin:5px auto;
	border-bottom: solid 1px #8acd35;
	font-size:12px;
	}
	
.view_home_box_top_title_video_select {
	width: auto;
	height: auto;
	margin-left:400px;
	}

.view_home_box_top_video_body {
	width:703px;
	height: auto;
	margin:auto;
	}
	

.view_home_bot_video_body {
	width:508px;
	height: auto;
	margin:auto;
	}
	
 
	
	
.view_home_box_top_video_thumb_box {
	width:340px;
	height: auto;
	margin:5px;
	text-align:left;
	float:left;
	}
	

	
.view_home_box_top_video_thumb {
	width:100px;
	height: auto;
	margin:3px 5px 5px 3px;
	text-align:left;
	padding:5px;
	border:solid 1px #ddd;

	float:left;
	}
.view_home_box_top_video_info {
	width: auto;
	height: auto;
	margin:3px auto;
	text-align:left;
	}
	
	
.view_home_box_bottom {
	width:508px;
	height: auto;
	margin-top:3px;
	border: solid 1px #ddd;
	background-color:#f9f9f8;
	float:left;
	}
	
.view_channel_home_box_bottom {
	width:508px;
	height: auto;
 
	border: solid 1px #ddd;
	background-color:#f9f9f8;
	float:left;
	}
	
	
	
.view_poll_home_box_thumb {
	width:50px;
	float:left;
	text-align:left;
	}
	
	
/* video home end */



.view_video_home_box_bottom {
	width:703px;
	margin-top:3px;
	background-color:#f9f9f8;
	}
	
.view_video_home_box_title {
	width:705px;
	height:40px;
	text-align:left;
	background-color:#e0e0df;
	font-size:20px;
	}
	
/* group home start */
.view_group_home_box_bottom {
	width:508px;
	height: auto;
	margin-top:3px;
	border: solid 1px #ddd;
	background-color:#f9f9f8;
	float:left;
	}
.view_home_box_top_group_body {
	width:508px;
	height: auto;
	margin:auto;
	float:left;
	}
	
	
.view_group_home_box_thumb {
	width:120px;
	height:105px;
	float:left;
	text-align:left;
	}
	
	
.view_group_featured_box_thumb {
	width:80px;
	height:80px;
	float:left;
	text-align:left;
	padding:5px;
	margin-right:5px;
	border:solid 1px #ddd;
	}
	
.view_group_home_box_list {
	width:693px;
	height:auto;
	float:left;
	text-align:left;
	border-bottom:dotted 1px #ddd;
	margin:5px 10px auto 10px;
	}
	
.view_group_home_box_title {
	width:490px;
	height:auto;
	text-align:left;
	margin:5px auto;
	border-bottom: solid 1px #8acd35;
	font-size:12px;
	}
	
.view_home_box_top_title_video_select {
	width: auto;
	height: auto;
	margin-left:210px;
	}
	
.view_group_home_box_bottom_right {
	width:190px;
	height: auto;
	margin-top:3px;
	margin-left:3px;
	float:left;
	border: solid 1px #ddd;
	background-color:#f9f9f8;
	}
	
.view_group_home_box_bottom_right_content {
	width:180px;
	height: auto;
	margin:auto;
	text-align:left;
 
	}
	
.view_group_featured_box_content {
	width:375px;
	height: auto;
	margin:5px auto;
	text-align:left;
 
	}
	
.view_group_featured_box_title {
	width:300px;
	height:auto;
	font-size:12px;
	text-align:left;
	}	


/* view video start */

.view_video_body {
	width:705px;
	height: auto;
	margin:auto;
 
	}
		
.view_video_box {
	width:703px;
	height: auto;
	text-align: center;
	border: solid 1px #ddd;
	background-color:#f9f9f8;
	}
	
.view_video_player {
	width:680px;
	height: auto;
	text-align: center;
	padding:5px;
 
	margin:5px auto;
	}
	
.view_video_info_box {
	width:310px;
	height: auto;
	float: left;
	text-align:left;
	border-right:solid 1px #ddd;
	}
	
.view_video_info_left {
	width:120px;
	height: auto;
	float: left;
	text-align:left;
	margin:5px;
	}
.view_video_info_right {
	width:170px;
	height:auto;
	float:left;
	text-align:left;
	margin-left:10px;
	}
	
.view_video_info_right_rating_title {
	width:auto;
	height:auto;
	font-weight:bold;
	margin:5px auto;
	text-align:left;
	}

.view_video_info_user_video {
	width: 375px;
	height:auto;
	background-color:#efefee;
	font-weight:bold;
	margin:5px;
	text-align:left;
	float:left;
	border:solid 1px #ddd;
	}
	
.view_video_info_user_video2 {
	width: 176px;
	height:auto;
	background-color:#f9f9f8;
	font-weight:bold;
	padding:5px;
	margin: 5px auto auto 5px;
	text-align:left;
	float:right;
	border:solid 1px #ddd;
	}
	


.view_video_comment {
	width: 500px;
	height:auto;
	background-color:#f9f9f8;
	padding:5px;
	font-weight:bold;
	margin-top:5px;
	text-align:left;
	float:left;
	border:solid 1px #ddd;
	}


.view_video_comment2 {
	width: 100%;
	height:auto;
	background-color:#f9f9f8;
 
	font-weight:bold;
 
	text-align:left;
	float:left;

	}	
	
/* view video end */

/* preindex start */
.preindex_body {
	width:900px;
	height:633px;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	}
	
.preindex_flash {
	width:590px;
	height:600px;
	float:left;	
	}
.preindex_right {
	width:310px;
	height:633px;
	float:left;
 
	}
	
.preindex_loginbox {
	width:310px;
	height:103px;
	background-color:#defac9;
	}	

.preindex_remember {
	float:left;
	width:152px;
	margin-left:80px;
 
	}

.preindex_email {
	text-align:right;
	float:right;
	margin-right:30px;
	margin-top:10px;
	}

.preindex_emailtext {
	text-align:right;
	float:left;
 
 
	}
.preindex_emailbox {
	text-align:right;
	float:left;
	margin-left:3px;
	}
	
.preindex_inputstyle {
	width:200px;
	border:solid #a9ea58 2px;
	font-weight:bold;
	color:#82dc09;
	margin-bottom:3px;
	}
	
.preindex_loginbutton {
	width:50px;
	float:left;
	height:24px;
	text-align:right;
	}
	
.preindex_bottombg {
	width:310px;
	height:323px;
	background: url(./images/right_bg.gif) no-repeat;
	}

.preindex_midpart {
	width:310px;
	height:194px;
	margin-top:10px;
	}
	
.preindex_midpartlogo {
	width:310px;
	height:57px;
	text-align:center;
	}
	
.preindex_midpartsignup {
	width:310px;
	height:62px;
	text-align:center;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	}






/* Checkboxes */

label.checkbox_checked {background: url(./images/icons/tick.png) no-repeat;		display: block;	margin-bottom: 10px;	padding-left: 23px;}

label.checkbox_unchecked  {	background:   url(./images/icons/cross.png) no-repeat;		display: block;	margin-bottom: 10px;	padding-left: 23px;}/* Radio Buttons */

label.radio_checked {	background:  url(./images/icons/bullet_green.png) no-repeat;		display: block;	margin-bottom: 10px;	padding-left: 25px;}

label.radio_unchecked  {	background:   url(./images/icons/bullet_white.png) no-repeat;		display: block;	margin-bottom: 10px;	padding-left: 25px;}/* Hover State */

label:hover{	color: #575B60;}

label.highlighted {	border: 1px solid #333;}

/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX *//* STOP EDITTING - DO NOT CHANGE OR REMOVE        */

.crirHidden {	position: absolute;	left: -1000px;}/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX */



 

 

div.header {

	padding: 0px 5px 10px 15px;

	font-weight: bold;

	color: #528c1e;

	font-size:14px;

	background-color:#c5fa63;

	border-left:solid #649706 2px;

	border-right:solid #649706 2px;

}



div.header2 {

	padding: 5px 5px 10px 15px;

	font-weight: bold;

	color: #528c1e;

	font-size:14px;

	background-color:#c5fa63;

}



div.newupdates {

position: absolute; 

height: 31px; 

width: 150px; 

background-image: url('../images/newupdates.gif'); 

background-repeat: no-repeat; margin-left:15px; margin-right:0px; margin-top:15px; margin-bottom:0px

}

div.newupdates_content {

text-align: left; 

padding: 8px 5px 5px 12px; 

color: #FFFFFF;

}

div.box {

background: #FFFFFF;

border: 1px solid #8bc54c;

border-top: none;

padding: 10px;

}

 

input.text, input.text_small {

border: 1px solid #AAAAAA;

font-family: arial, verdana, serif;

font-size: 9pt;

color: #333333;

vertical-align: middle;

padding-left: 2px;

}

input.text_small {

font-size: 8pt;

}

input.search {

vertical-align: middle; 

background-image: url('../images/search.gif'); 

background-repeat: no-repeat; 

color: #555555; 

font-size: 12pt; 

padding-left: 23px; 

font-weight: bold;

font-family: arial, verdana, serif

}

input.button {

font-family: arial;
font-size: 9pt;
padding: 3px;
color: #000000;
font-weight: bold;
background: #9dff00;
vertical-align: middle;
border: 1px solid #9dff00;

}

input.radio, input.checkbox {

vertical-align: middle;

}

textarea {

border: 1px solid #AAAAAA;

font-family: arial, verdana, serif;

color: #333333;

padding-left: 2px;

font-size: 10pt;

}

select, select.small {

color: #333333;

font-family: arial, verdana, serif;

font-size: 9pt;

vertical-align: middle;


}

select.small {

font-size: 8pt;

}

.icon {

vertical-align: top;

margin-right: 5px;

}

.icon2 {

vertical-align: top;

margin-right: 1px;

}

.icon_big {

float: left;

margin-right: 5px;

margin-bottom: 5px;

}

img.photo {

max-width: 198px;

border: 1px solid #8bc54c;

}

font.small {

font-size: 7pt;

font-family: arial, serif;

}

font.big {

font-size: 9pt;

font-family: verdana, arial, serif;

font-weight: bold;

}

font.bold {

font-weight: bold;

}

font.disabled {

color: #AAAAAA;

}

form {

margin: 0px;

}

div.center {

margin-left: auto;

margin-right: auto;

text-align: center;

}

div.error {

vertical-align: middle;

color: #FF0000;

}

div.spacer10 {

margin-top: 10px;

height: 0px;

font-size: 1pt;

}

img.button {

display: block;

float: left; 

margin-right: 4px;

}

a:link { color: #336699; text-decoration: none; }

a:visited { color: #336699; text-decoration: none; }

a:hover { color: #3399FF; text-decoration: underline; }



a.top_menu_item:link { color: #fff; text-decoration: none; }

a.top_menu_item:visited { color: #fff; text-decoration: none; }

a.top_menu_item:hover { color: #444444; text-decoration: underline; }



a.top_menu_item2:link { color: #333; text-decoration: none; }

a.top_menu_item2:visited { color: #333; text-decoration: none; }

a.top_menu_item2:hover { color: #444444; text-decoration: underline; }



a.top_menu_item3:link { color: #999; text-decoration: none; }

a.top_menu_item3:visited { color: #999; text-decoration: none; }

a.top_menu_item3:hover { color: #F00; text-decoration: underline; }


a.top_menu_item4:link { color: #333; text-decoration: none; }

a.top_menu_item4:visited { color: #333; text-decoration: none; }

a.top_menu_item4:hover { color: #999; text-decoration: underline; }



a.menu_item:link { color: #3c718f; text-decoration: none; }

a.menu_item:visited { color: #3c718f; text-decoration: none; }

a.menu_item:hover { color: #60b1df; text-decoration: underline; }



a.newupdates:link { color: #F2F2F2; text-decoration: none; }

a.newupdates:visited { color: #F2F2F2; text-decoration: none; }

a.newupdates:hover { color: #FFFFFF; text-decoration: underline; }



a.copyright:link { color: #336699; text-decoration: none; }

a.copyright:visited { color: #336699; text-decoration: none; }

a.copyright:hover { color: #3399FF; text-decoration: underline; }



a.portal_signup:link { color: #336699; text-decoration: none; }

a.portal_signup:visited { color: #336699; text-decoration: none; }

a.portal_signup:hover { color: #437ab1; text-decoration: none; }

label:hover { color: #3399FF; text-decoration: underline; }

table.tabs {

margin-bottom: 10px;

}

 

 
 
 

div.form_desc {

font-size: 8pt;

padding: 5px 0px 5px 0px;

}

div.form_error {

margin-bottom: 10px;

color: #FF0000;

}

div.success {

line-height: 16pt;

}

 
div.button {

font-weight: bold;

}

 
 

/* STYLES FOR AD BANNERS */

div.ad_top {

padding: 10px;

text-align: center;

}

div.ad_belowmenu {

padding: 0px 0px 10px 0px;

text-align: center;

}

div.ad_left {

padding: 10px 10px 10px 0px;

vertical-align: top;

text-align: center;

}

div.ad_right {

padding: 10px 0px 10px 10px;

vertical-align: top;

text-align: center;

}

div.ad_bottom {

padding: 10px 0px 0px 0px;

text-align: center;

}

 

/* STYLES FOR FRIEND SUGGEST FEATURE */

.suggest_item a {

padding: 3px 3px 3px 5px; 

background: #F7F7F7; 

border-bottom: 1px solid #CCCCCC;

width: 181px;

display: block;

}

.suggest_item a:hover {

background: #003366;

color: #FFFFFF;

}

div.suggest {

position: absolute; 

background-color: #FFFFFF; 

text-align: left; 

border: 1px solid #AAAAAA;

padding: 0px;

display: none;

} 

a.suggest:link { color: #555555; text-decoration: none; }

a.suggest:visited { color: #555555; text-decoration: none; }

a.suggest:hover { color: #FFFFFF; text-decoration: none; }

/* LOGIN PAGE */
 

/* PORTAL PAGE (HOME.PHP) */

div.portal_spacer {

height: 10px;

}

div.portal_content {

border: 2px solid #8bc54c;

background-color:#FFF;

border-top: none;

padding: 10px; 

}



div.portal_content_newuser {

border: 2px solid #8bc54c;

background-color:#FFF;

border-top: none;



padding-left:25px;

height:310px;



}





div.portal_content_popuser {

border: 2px solid #8bc54c;

background-color:#FFF;

border-top: none;



padding-left:28px;

height:310px;

 

}





div.portal_content_news {

border: 2px solid #8bc54c;

background-color:#FFF;

border-top: none;

border-bottom:none;

padding-left:5px;

padding-top:5px;

height:auto;

 

}



div.portal_content_news2 {

border: 2px solid #8bc54c;

background-color:#FFF;

border-top: none;

height:auto;

padding-top:10px;

}





div.portal_content_newsbox {

border: 1px solid #8bc54c;

background-color:#FFF;

padding:10px 10px;

margin-left:10px;

margin-right:10px;

margin-bottom:5px;

background-color:#ebffd5;

font-weight:bold;

color:#649706;

height:auto;

}



 
 

div.portal_login {

padding: 6px 10px 0px 10px;



text-align: center;

font-weight: bold;

/* border: 1px solid #8bc54c;

*/

}

 
 
div.portal_action {

padding: 6px 6px 6px 6px; 

border-top: 1px solid #8bc54c; 

}

div.portal_action_top {

padding: 6px 6px 6px 6px; 

}

div.portal_action_date {

float: right; 

color: #999999;

padding-left: 5px;

}

div.portal_whatsnew {

border: 0px solid #8bc54c;

padding: 0;

}

div.portal_signup a, div.portal_signup a:hover {

font-size: 14pt; 

line-height: 0px;

text-align: center;

background: #63A54A; 

border: 1px solid #63A54A;



display: block; padding-left:7px; padding-right:15px; padding-top:8px; padding-bottom:5px

}

div.portal_signup_container1 {



}

div.portal_signup_container1:hover {

border: 1px solid #AAAAAA;

}

/* WHATS NEW PAGE */

 

 
 
 
div.home_photo {

border: 1px solid #8bc54c;

padding: 5px;

background: #FFFFFF;

margin-bottom: 10px;

}

 
 
 
 

div.home_action { 
border-top: 1px solid #DEDEDE; 
font-size:10px;
width:180px;
margin:auto;
text-align:left;
font-weight:bold;
}

div.home_action_top {
font-size:10px;
width:180px;
margin:auto;
text-align:left;
font-weight:bold;
}

div.home_action_date {

color: #999999;
text-align:left;
font-size:10px;

}

div.home_whatsnew {

border: 1px solid #CCCCCC; 

padding: 5px 10px 5px 10px;

}

div.home_updated {

font-size: 7pt;

color: #888888;

padding-top: 2px;

}

/* WHATS NEW - MY NETWORK PAGE */

div.network_content {

border: 2px solid #CCCCCC;

border-top: none;

padding: 8px;

}



.portal_box {

	 border:solid #0C3 2px;

	 border-top:none;

	 background-color:#FFF;

	 text-align:center;

	}

/* VIEW PROFILE PAGE */


.profile_tagged_box_uphoto {
	width:40px;
	height:40px;
 	padding-right:5px;
	font-size:10px;
	font-weight:bold;
	}

.profile_tagged_box_uphoto_frame_40_1 {
	width:40px;
	height:40px;
	margin-right:5px;
	position: absolute;
	}
	
 
 
 
div.profile_field_value {

max-width: 500px;

overflow: auto;

}

div.profile_friend_photo {

float: left; 

width: 90px; 

text-align: center; 

border: 1px solid #8bc54c;

}

div.profile_friend_info {

float: left; 

padding-left: 10px;

}

div.profile_friend_options {

text-align: right; 

padding-left: 10px;

}

div.profile_friend_name {

font-size: 10pt;

font-weight: bold;

}

div.profile_friend_details div {

color: #888888;

font-size: 7pt;

}

div.profile_image {

float: left;

padding: 5px;

text-align: center;

width: 111px;

}

div.profile_bar {

padding: 0px;

margin-top: 15px;

margin-bottom: 10px;

}
 
div.profile_comment_author {

float: left;

padding: 0px 0px 0px 0px;
 
}

div.profile_comment_date {

text-align: right;

padding: 5px 7px 5px 7px;
}

div.profile_comment_body {

clear: left;

padding: 5px 7px 5px 7px;

overflow: auto;
 
background-color:#dddddc;

max-width: 550px;

}

/* IE7 MAX-HEIGHT/MAX-WIDTH HACK */

*:first-child+html .profile_comment_body {

overflow: visible;

/* overflow-y: hidden; */

/* overflow-x: auto; */

padding-bottom: 25px;



}

/* IE6 AND UNDER MAX-HEIGHT/MAX-WIDTH HACK */

html>body .profile_comment_body {

overflow: visible;

 

padding-bottom: 25px;

 

}

div.profile_comment_body img {

max-width: 475px;

 

}

div.profile_comment_links {

text-align: right;

padding-right: 7px;

}

 
 
 
div.profile_postcomment {
border: 5px solid #83d714;
background: #fff;
padding:10px;
margin:0 20px 20px 20px;
clear:both;
}

.comment_area {

font-family: "Lucida Sans", verdana, arial, serif;

color: #888888; 

width: 100%;

font-weight:bold;

height: auto;

}

div.profile_action {

padding: 0px 0px 5px 0px; 

border-bottom: 1px solid #EAEAEA; 

margin-bottom: 5px;

}

div.profile_action_bottom {

padding-bottom: 2px;

}

div.profile_action_date {

color: #999999;

float: right;

padding-left: 5px;

}

 
 
 
 

#profile_tabs_profile { 

border-left: 1px solid #8bc54c;

}

 

div.profile_content {

padding: 10px; 

border: 1px solid #8bc54c;

border-top: none;

}

div.profile_headline, div.profile_headline2 {

font-size: 10pt; 

margin-bottom: 7px;

font-weight: bold;

}

 

div.profile_headline2 {

margin-top: 10px;

}

/* BROWSE PAGE */

 

div.browse_field_radio {

padding: 0px 5px 0px 1px;

margin-top: 1px;

}

div.browse_fields {

border: 1px solid #8bc54c;

border-top: none;

padding: 5px 7px 5px 7px;

margin-bottom: 12px;

}

 
 
div.browse_pages {

margin-bottom: 10px;

text-align: center;

font-weight: bold;

background: #EEEEEE;

padding: 5px 0px 5px 0px;

}

/* SEARCH PAGE */

 
div.search_header {

font-weight: bold;

background: #F3F3F3;

border: 1px solid #CCCCCC;

padding: 5px 5px 5px 10px;

font-size: 9pt;

}

div.search_results {

padding: 0px 10px 10px 10px;

}

div.search_result1 {

padding: 10px;

background: #F5F5F5;

}

div.search_result2 {

padding: 10px;

}

div.search_result_text {

font-size: 9pt;

font-weight: bold;

padding-left: 3px;

}

div.search_result_text2 {

font-weight: normal;

font-size: 7pt;

color: #777777;

}

div.search_context {

color: #555555;

}

div.search_url {

color: #115599;

}

 

/* HELP PAGES */

div.faq {

margin: 10px;

padding: 5px 5px 5px 10px;

border-left: 3px solid #8bc54c;

}

div.faq_questions {

background: #FFFFFF;

border: 1px solid #8bc54c;

border-top: none;

padding: 5px 7px 5px 8px;

}

/* MESSAGES */

  

 

div.messages_author {

	padding-bottom: 5px;

	font-weight: bold;

}

div.messages_date {

	font-size: 7pt;

	color: #777777;

}

 




/* MY FRIENDS */

div.friends_search {

	width: 450px;

	padding: 10px;

	background: #FFFFFF;

	border: 1px solid #8bc54c;

	margin-left: auto; 

	margin-right: auto;

}

 
div.friends_result {

	padding: 5px;

	border: 1px solid #8bc54c;

	margin-top: 10px;

	background: #FFFFFF;

}

 

 
div.friends_name {

	font-size: 10pt;

	font-weight: bold;

	padding-bottom: 3px;

}

div.friends_stats div {

	color: #888888;

	font-size: 7pt;

}





/* BROWSE FRIENDS */

 
div.browse_friends_result {

	padding: 5px;

	border: 1px solid #8bc54c;

	margin-top: 10px;

	margin-bottom: 10px;

	background: #FFFFFF;

}

 
 
/* EDIT PROFILE */
 
 
 
div.editprofile_bar {

	border-bottom: 1px solid #8bc54c;

	padding: 0px;

	margin-top: 10px;

	margin-bottom: 10px;

}

 
 

div.editprofile_examplecss, div.editprofile_examplecss:hover {

	width: 100px;

	margin-right: 10px;

	margin-bottom: 10px;

	padding: 10px 5px 5px 5px;

	text-align: center;

	float: left;

	border: 1px solid #8bc54c;

}

div.editprofile_examplecss:hover {

	border: 1px solid #BBBBBB;

}

div.editprofile_examplecss_selected {

	width: 100px;

	margin-right: 10px;

	margin-bottom: 10px;

	padding: 10px 5px 5px 5px;

	text-align: center;

	float: left;

	border: 1px solid #AAAAAA;

	background: #EEEEEE;

}





/* EDIT ACCOUNT SETTINGS */

 
 


/* SIGNUP PAGE */

img.signup_code {

	vertical-align: middle;

}

div.signup_header {

	width: 500px;

	padding: 6px 9px 6px 9px;

	background: #F1F1F1;

	font-weight: bold;

	font-size: 9pt;

	margin-bottom: 10px;

}

div.signup_photo_desc {

	padding: 5px 5px 5px 0px;

}

 




/* COMMENT STYLES */

.comment_headline {
	padding: 4px 5px 5px 6px;
	font-weight: bold;
	color: #333333;
	float:right;
}







/* PROFILE PHOTOS STYLES */

div.media {
	margin-top:5px;
	width:500px;
	height:auto;
	margin:auto;
}

div.media_caption {

	text-align: left; 

	padding: 0px 5px 0px 5px; 

	margin-left: auto; 

	margin-right: auto;

}

div.media_title {

	margin-bottom: 2px;

	font-weight: bold;

}

div.media_date {

	margin-top: 10px; 

	font-size: 7pt; 

	color: #777777;

}


 




/* PHOTO TAG CLASSES */

div.tag_div_hidden {

	position: absolute;

	z-index: 98;

}

div.tag_div {

	position: absolute;

	border: 2px solid #FFFFFF;

	z-index: 98;

}

div.tag_label {

	position: absolute;

	padding: 3px 5px 3px 5px;

	border: 1px solid #777777;

	background: #FFFFFF;

	font-weight: bold;

	z-index: 98;

}

div.media_photo_div {
	margin:auto;
	position:relative;
	text-align:center;
}

div.media_photo_tagform {

	display: none; 

	border: 1px solid #888888; 

	width: 150px; 

	position: absolute; 

/*	opacity: 1; */

	background: #FFFFFF;

}

div.media_photo_tagform_titlebar {

	text-align: left; 

	padding: 5px; 

	border-bottom: 1px solid #AAAAAA; 

	background: #EEEEEE; 

	font-weight: bold;

}

div.media_photo_friendlist {

	overflow: auto; 

	margin: 4px 0px 4px 0px; 

	height: 130px; 

	text-align: left; 

	padding-left: 4px; 

	border: 1px solid #AAAAAA;

}



#dropmenudiv{

position:absolute;

border:1px solid black;

border-bottom-width: 0;

font:normal 12px Verdana;

line-height:18px;

z-index:100;

}



#dropmenudiv a{

width: 100%;

display: block;

text-indent: 3px;

border-bottom: 1px solid black;

padding: 1px 0;

text-decoration: none;

font-weight: bold;

}



#dropmenudiv a:hover{ /*hover background color*/

background-color: yellow;

}



/* overlay dimensions */
div.overlay {
	padding:40px;
	display:none;
	width:480px;
	height:375px;
}
 
/* generic styling for elements inside overlay */
div.overlay h2, div.overlay a, div.overlay p, div.overlay div {
	font-family:"bitstream vera sans",verdana;
	margin-top:0px;
	color:#fff;
	font-weight:normal;
}
 
#panes h2 {
	display:none;
}
 
div.overlay div.close {
	background:url(http://flowplayer.org/img/overlay/close.png) no-repeat;
	position:absolute;
	top:2px;
	right:5px;
	width:35px;
	height:35px;
	cursor:pointer;
}
 
/* tabs */
#shareTabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	position:absolute;
	top:93px;
	left:14px;
}
 
#shareTabs li {
	float:left;
	margin:0 !important;
	padding:0;
	list-style-image:none !important;
}
 
#shareTabs li a {
	background:transparent url(http://flowplayer.org/img/overlay/share_tabs.png) no-repeat scroll 0 0;
	display:block;
	height:35px;
	margin:0px;
	padding:0px;
	width:140px;
	text-align:center;
	line-height:35px;
	color:#fff;
	font-size:11px;
	text-decoration:none;
}
 
#shareTabs li a#emailTab { background-position: 0 -37px; }
#shareTabs li a#embedTab { background-position: -140px -37px; }
 
#shareTabs li a#emailTab:hover { background-position: 0 -74px; }
#shareTabs li a#embedTab:hover { background-position: -140px -74px; }
 
#shareTabs li a#emailTab.current { background-position: 0 0; cursor: default; }
#shareTabs li a#embedTab.current { background-position: -140px 0; cursor: default;  }
 
 
/* tab panes = containers for tab content */
#panes {
	margin-top:65px !important;
	font-size:12px;
}
 
 
#panes input, #panes textarea {
	width:450px;
	font-size:12px;
	font-family:verdana;
	border:1px inset #666;
	padding:2px;
}
 
#panes textarea {
	padding:4px;
	height:100px;
}
 
#panes button {
	border:1px outset #ccc;
	cursor:pointer;
	background-color:#f9f9fa;
}
 
#panes label.left {
	float:left;
	margin-right:15px;
}
 
#panes label.left input {
	width:180px;
}
 
#embedPane textarea {
	margin-top:10px;
	height:180px;
	background-color:transparent;
/*	overflow-x:hidden;
	*/
	color:#BBBBBB;
	padding:4px;
	border:1px solid #ddd;
}
 
/* container for error/success messages */
#info {
	display:none;
}
 
/* container has a background image */
a.player {	
	margin-top:40px;
	display:block;
	background:url(http://flowplayer.org/img/player/splash.png) no-repeat;
	width:425px;
	height:298px;
	padding:0 126px 75px 127px;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}
 
/* splash image */
a.player img {
	margin-top:115px;
	border:0;	
}
 
 



/* menu tabs */
#channelmenu {
	width:510px;
 
}
 
#channelmenu h2,
#channelmenu h3 { display:none; }
#channelmenu ul {
	list-style:none;
	margin:0;
	height:26px;
 
 
}
#channelmenu ul li {
	list-style:none;
	float:left;
	margin:5px 0 0 5px; padding:0;
	top:1px;
}
#channelmenu ul li a {
	display:block;
}
#channelmenu ul li a:hover,
#channelmenu ul li a:focus,
#channelmenu ul li.tabs-selected a {

}
#channelmenu div.tabs-selected { display:block; }
#channelmenu div.tabs-hide { display:none; }

#channelmenu ol li { list-style:none; padding:0px; margin:0px; float:left; }

#channelmenu ol { padding:0px; margin:0px; float:left;}

#readMore02 {
	width:703px;
	background-color:#FFF;
	border:1px solid #ccc;
	margin-top:3px;
}
#readMore02 h2,
#readMore02 h3 { display:none; }
#readMore02 ul {
	list-style:none;
	margin:0;
	height:26px;
	border-bottom:1px solid #ccc;
	background:#eee;
}
#readMore02 ul li {
	list-style:none;
	float:left;
	margin:5px 0 0 5px; padding:0;
	top:1px;
}
#readMore02 ul li a {
	display:block;
}
#readMore02 ul li a:hover,
#readMore02 ul li a:focus,
#readMore02 ul li.tabs-selected a {

}
#readMore02 div.tabs-selected { display:block; }
#readMore02 div.tabs-hide { display:none; }

#readMore02 ol li { list-style:none; padding:0px; margin:0px; }

#readMore02 ol { padding:0px; margin:0px;}