
/* $Id: styles.css 65 2009-02-20 03:03:23Z john $ */


/* GLOBAL STYLES */

@import "multi_profiles.css";
@import "../css.php?css=style_links";

html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	/*background: #FFFFFF;*/
	position: relative;
	text-align: center;
	font-size: 10pt;
	color: #fff;
	
}

#TB_iframeContent body{
	padding:10px;
}

table.body {
    width: 100%;
}

p {
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-family: "Trebuchet MS","Lucida Grande",Tahoma,Arial,Helvetica,sans-serif;
    line-height: normal;
    margin-top: 10px;
}

h1 {
    font-size:26pt;
    color: #FCB802;
}

h2 {
    font-size:18pt;
    color: #00bde7;
}

h3 {
    font-size:15pt;
}

h4 {
    font-size:12pt;
}

h5 {
    font-size:11pt;
}

h6 {
    font-size:10pt;
}

/* ----------------- MAIN LAYOUT ------------------------ */

body{

	background: #000A20 url(../my3dchatStyle/BG_Bottom.jpg) repeat-y 50% top;
	padding: 0;
	margin: 0;	
}

#bg_frame
{
	background: transparent url(../my3dchatStyle/BG_Top2.jpg) no-repeat top left;
	border-right: 1px solid rgb(202,125,7);
	border-left: 1px solid rgb(0,48,138);
	margin:0 auto;
        max-width: 1280px;
	min-width: 1000px;
        min-height: 700px;
}
#my3dchat_main{
	width: 950px;
        margin: 0 auto;
	padding: 15px 15px 15px 15px;	
	text-align: left;
	color: #FFF;
}

#my3dchat_header{
	float: left;
	margin: 0 0 0;
	width: 100%;
}

#logo{
	float: left;
}

p#welcome_message{
	color: #000000;
	font-size:13pt;
        display: inline-block;
	line-height: normal;
        margin-top: 2px;
}
 
#welcome_message span { 
    padding-top: 4px;
    padding-left: 10px;
    padding-right:20px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    text-align: center; 
}
 
#signup_button,
#login_button,
.top_menu2 #user_logout
{
	font-weight: normal;
	padding: 5px;
	padding:8px;
	font-size:14pt;
	width: 60px;
	overflow: hidden;
	float:left;
	text-align:center;
}

#signup_button:hover,
#login_button:hover,
.top_menu2 #user_logout:hover
{
	background: none;
}

#signup_button{
	background: transparent url(../my3dchatStyle/button_left.png) no-repeat top left;	
	margin-right: 6px;
}


#login_button,
.top_menu2 #user_logout{
	background: transparent url(../my3dchatStyle/button_right.png) no-repeat top left;	
}

.top_menu2 #user_logout{
	padding:11px;
	text-align:left;
}

.header,
td.event_header
{	  
	    /* Do rounding (native in Firefox and Safari) */
	    -moz-border-radius-topleft:10px;
  	    -moz-border-radius-topright:10px;
	    -webkit-border-top-left-radius:10px;
	    -webkit-border-top-right-radius:10px;
}



input[type='text'],input[type='password'],textarea {
    background-image: none;
    background-color: #000000;
    border:1px solid #00b9fd;
    padding: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff;
    font-family:arial,verdana,serif;
    font-size:10pt;
}

/* ----------------- MAIN HOME LAYOUT ------------------------ */

#video_content
{
    border:#01a5da solid 4px; -moz-border-radius:4px;  -webkit-border-radius:4px;
    width:488px;
    height:283px;
    overflow:hidden;
}

.bold{
    font-weight:bold;
}
a.more_videos, a.home_link{
    color: #7cd9fc;
}
a.home_link{
    font-weight:bold;
}

#my3dchat_se_center {
	float: left;
	width: 60%; 
	padding: 0px 5px;
	color: #fff;
	text-align : justify; 
}

#my3dchat_se_left {
	 float: left; 
	 width: 19%; 
	 min-height: 300px; 
	 padding-right: 5px;
}

#my3dchat_se_right {
	float: right; 
	width: 19%;
}

#content_top{
	margin-top: 10px;
	background: transparent url(../my3dchatStyle/content_top_bg.png) repeat-y top left;
	height: 10px;
}

#content_bottom{
	margin-bottom: 5px;
	background: transparent url(../my3dchatStyle/content_bottom_bg.png) repeat-y bottom left;
	height: 10px;
	
}

#content{
	/*width: 100%;*/
	padding: 0 10px 15px 10px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background: transparent url(../my3dchatStyle/content_center_bg.png) repeat-y top left;
	
}

p.content {
    margin: 0 0 10px;
}



/* all rounded box */
/*.tip,*/
div.friends_search,
div.friends_result,
div.browse_friends_result,
div.album,
.media,
.carousel_item_active,
.album_thumb2,
div.tag_label,
td.search,
td.profile_photo,
.search_bar,
.albums_browse_item,
.album_item,
.seEvent,
.portal_login,
.app_browse_item,
.wall_action .comment, 
.wall_action .comment_add,
.wall_action .like_box,
.seBlogColumnRight,
div.blogs_browse_item
{
	background:  transparent url("../my3dchatStyle/box_bg.png") repeat scroll left top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior:url(border-radius.htc);
	border: 1px solid #041e76;
}


/* all content box below a rounded header  */
td.home_box, 
td.profile_box,
.portal_content,
div.network_content,
.profile.appcontent,
div.browse_fields,
td.apps_listing_postcomment,
td.event_box,
.VEACCORDIONCONTENTACTIVE
{
	
	background:  transparent url("../my3dchatStyle/box_bg.png") repeat scroll left top;
	border: 1px solid #041e76;
	color: #fff;
}

#facebox .facebox-dialog-content
{
	background:  #000 none repeat scroll left top;
}

.app_browse_item{
	padding : 5px;
}

div, td {
	/*font-family: "Trebuchet MS","Lucida Grande",Tahoma,Arial,Helvetica,sans-serif;
	font-size: 12pt;
	color: #555555;*/
	line-height: 140%;
}

.top_menu {
	/*background-image: url(../images/topbar_bg.gif);
	background-repeat: repeat-x;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #BBBBBB;*/
	padding: 0 10px 0px 20px;
	background: transparent url(../my3dchatStyle/mainmenu_bg.png) repeat-y top left;
}

.top_menu2 {
	max-width: 200px;
	text-align: right;
	float: right;
	height: 50px;
        margin-top: 12px;
}

.top_menu_link_container {
	color: #FFF;
	margin: 0;
        padding: 0;
        width: 750px;
        float: left;
}

.top_menu_link_container li {
	float: left;
        list-style-type: none;
        font-weight: bold;
	font-size: 12pt;
        height: 62px;
	padding: 0;
        margin: 0;
	background: transparent url(../my3dchatStyle/topmenu_separator.png) no-repeat left 50%;
}

.top_menu_link_container li a:hover{
	text-shadow: #fff 0px 0px 15px;
	text-decoration:none;
}

.top_menu_link_container a {
    display: block;
    height: 100%;
    line-height: 62px;
    padding: 0 10px;
    margin: 0;
}

.top_menu_link_container li li a, .top_menu_link_container li li {
    line-height: normal;
    height: auto;
}

.top_menu_link_container a:hover, .top_menu_link_container a:focus, .top_menu_link_container a:active {
	text-decoration:none;
}

.top_menu_link_container li:first-child {
	background: none;
}

.top_menu_link_container ul li:first-child {
    background: #020654;
}

.top_menu_link_container_end {
	/*bor der-left: 1px solid #CCCCCC;*/
}

.top_menu_link_container ul {
    background:url("../my3dchatStyle/dark_bg.png") repeat scroll left top transparent;
    display: inline;
    border-top: medium none;
    position: absolute;
    white-space: nowrap;
    z-index: 99;
    padding: 5px 0 0 1px;
    margin: -17px 0 0 0;
    width: 150px;
}

.top_menu_link_container ul li {
    text-align: left;
    background: #020654;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    font-size: 90%;
    padding: 0;
    margin: 0;
    line-height: normal;
    width: 150px;
}

.top_menu_link_container ul a {
    padding: 3px 5px 5px 7px;
    font-weight: normal;
    display: block;
    text-align: left;
}

.top_menu_link_container ul a:hover, .top_menu_link_container ul a:active, .top_menu_link_container ul a:focus {
	background: #fafafa;
        text-decoration: none;
        color: #444444;
}

.menu_dropdown_inner,
.menu_main_dropdown_inner
{
	background:  #041b6a url("../my3dchatStyle/menudropdown_top.png") repeat-x scroll left top;
	padding-top: 5px;
	border-bottom: 1px solid #272d6a;
	text-align: left;


}

.menu_item_dropdown a,
.menu_item_dropdown ul a
 {
	padding: 3px 40px 5px 7px;
	font-weight: normal;
	text-decoration: none;
	display: block;
}

.menu_item_dropdown ul a:hover, .menu_item_dropdown ul a:active, .menu_item_dropdown ul a:focus {
	background-color: #53a4ff;
        text-decoration: none;
}

.arrow_up, .top_menu_link_container ul li.arrow_up
{
	background:  transparent url("../my3dchatStyle/arrows.png") no-repeat scroll 50% 0%;
	height: 4px;
	margin: 3px auto;
	cursor: pointer;
}

.arrow_down
{
	background:  transparent url("../my3dchatStyle/arrows.png") no-repeat scroll 50% bottom;
	height: 4px;
	margin: 0 auto;
	cursor: pointer;
	margin-top: 4px;
}

a.menu_item
{
	display: block;
}

li.top_menu_link_loggedin {
	height: 25px;
	text-align: right;
	font-weight: bold;
	font-size: 10pt;
	padding-top: 5px;
	padding: 10px 0px 0px 10px;
}

div.menu {
	width: 150px;
	/*border: 1px solid #CCCCCC;
	border-left: 3px solid #7391a8;
	background: #EEEEEE;*/
	padding: 0px 0px 10px 10px;
	margin-right: 10px;
}

div.menu_header {
	margin-top: 10px;
	margin-bottom: 7px;
}

#menu_user {
	/*background-color:#FFFFFF;*/
	background: transparent url("../my3dchatStyle/menu_user_bg.png") no-repeat left top;
	width: 882px;
	/*border-color:-moz-use-text-color #CCCCCC #CCCCCC;
	border-style:none solid solid;
	border-width:medium 1px 1px;
	margin-top:10px;*/
	padding: 6px 10px;
	text-align:center;
	margin: 0 auto 15px auto;

	
}

#menu_user_container
{
   display: inline-block;
	margin: 0 auto;
}

a.menu_item {
	float: left;
	padding-right: 45px;
	font-weight: bold;
	background: none;
	display: inline-block;
	width: 100px;
}


div.menu_sep {
	display:none;
	padding: 2px 0px 0px 10px;
	float: left;
	background: none;
}

img.menu_icon {
	display: none;
	float: left;
	margin-right: 4px;
}

img.menu_icon2 {
	margin-bottom: -3px;
	margin-right: 4px;
}

div.menu_arrow {
	padding: 2px;
	float: left;
}

td.topbar1 {
	padding-bottom: 5px;
}

td.topbar2, td.topbar2_right {
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 11pt;
	padding: 10px 10px 8px 15px;
	color: #FFFFFF;
	border-bottom: 1px solid #31537D;
}

td.topbar2_right {
	font-weight: normal;
	padding: 10px 15px 8px 10px;
	text-align: right;
}

td.content {
	vertical-align: top;
	text-align: left;
	background: #FFFFFF;
}



div.copyright {
	/*background: transparent url(../my3dchatStyle/Bar_SubCategory_Center.png) repeat-x top left;*/
	padding: 4px 30px;
	margin: 5px auto;
	color: #fff;
	/*border-top: 1px solid #AAAAAA;*/
        text-shadow: 1px 1px 1px #000000;
}

.copyright a {
    text-decoration: underline;
}

/*
td.header {
	padding: 4px 5px 5px 6px;
	border: 1px solid #DDDDDD;
	font-weight: bold;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	color: #333333;
}*/

div.header,
td.header,
td.event_header
{
	padding: 2px 10px;
	/*border-right: 1px solid #00b8e5;*/
	font-weight: bold;
	background-image: url(../my3dchatStyle/header_bg.jpg);
	background-repeat: repeat-x;
	color: #fff;
	/*text-indent: 20px;*/
	border: 1px solid #003E7A;

}

div.newupdates {
	position: absolute;
	top: 8px;
	left: 130px;
	height: 31px;
	width: 150px;
	margin: 15px 0px 0px 15px;
	background-image: url(../images/newupdates.gif);
	background-repeat: no-repeat;
}

div.newupdates_content {
	text-align: left;
	padding: 8px 5px 5px 12px;
	color: #FFFFFF;
}

div.box {
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	border-top: none;
	padding: 10px;
}

td.shadow {
	background-image: url(../images/shadow.gif);
	background-repeat: repeat-x;
	padding-bottom: 5px;
}


/*input.text, input.text_small {
	
	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, a.button {
	font-family: arial, verdana, serif;
	font-size: 8pt;
	padding: 3px;
	color: #ffffff;
	font-weight: bold;
	background: #000a20;
	vertical-align: middle;
	border-top: 1px solid #0000ff;
	border-left: 1px solid #0000ff;
	border-bottom: 1px solid #0000ff;
	border-right: 1px solid #0000ff;
}

input.button_add_friend {
        background-image: url(../my3dchatStyle/send_request.png)
}

input.radio, input.checkbox {
	vertical-align: middle;
}

textarea {
	padding-left: 2px;
	/*border: 1px solid #AAAAAA;
	font-family: arial, verdana, serif;
	color: #333333;
	font-size: 10pt;*/
}

select, select.small {
	color: #333333;
	font-family: arial, verdana, serif;
	font-size: 9pt;
	vertical-align: middle;
	margin-top: 1px;
}
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 {
	border: 1px solid #041E76;
}

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.spacer10 {
	margin-top: 10px;
	height: 0px;
	font-size: 1pt;
}

img.button {
	display: block;
	float: left;
	margin-right: 4px;
}



label:hover { color: #3399FF; text-decoration: underline; }







.tabs a,
.profile_tab a,
.profile_tab2 a,
#mp_type_header a
{
	display: inline-block;
	
	padding:10px 5px 10px 15px;
	
	/*-moz-border-radius-topleft:10px;
    	-webkit-border-top-left-radius:10px;*/
}

td.apps_tabsetting a:link 
{
	border-right: none;
}

table.tabs {
	margin-bottom: 10px;
}
td.tab {
	/*background: #FFFFFF;
	padding-right:34px;
	background:  transparent url("../my3dchatStyle/tab_separator.png") repeat-x scroll left top;*/
	display: none;
}
td.tab0,.profile_tab_end {
	font-size: 1pt;
	padding-left: 7px;
	border-bottom: 1px solid #0078ff;
}

.profile_tab2 .apps_activetab a{
	background: none;
}

.apps_tabsetting a{
	padding-left:0;
}

td.tab1 a,
.apps_activetab,
.profile_tab2 a,
#mp_type_header li.selected a
{
	background:  transparent url("../my3dchatStyle/tab_left_bg_selected.png") no-repeat scroll left top;
	
	
	/*border-style: solid;
	border-color: #0078ff;
	border-width: 1px 0 0 1px;	*/
}

td.tab1,
.profile_tab2,
#mp_type_header li.selected {
		
	
	background:  transparent url("../my3dchatStyle/tab_separator_S_N.png") no-repeat scroll right -50%;
	padding-right: 16px;

	font-weight: bold;
	/*border-bottom: 1px solid #0078ff;*/
}



td.tab2 a,
.profile_tab a,
#mp_type_header li a
{
	background:  transparent url("../my3dchatStyle/tab_left_bg.png") repeat-x scroll left top;
	/*border-style: solid;
	border-color: #0078ff;
	border-width: 1px 0 0 1px;	*/
}

td.tab2,
.profile_tab,
#mp_type_header li
{
	background:  transparent url("../my3dchatStyle/tab_separator_N_S.png") no-repeat scroll right top;
	padding-right: 15px;
	/*border-style: solid;
	border-color: #041e76;
	border-width: 1px 0 1px 1px;
	border-bottom-color: #0078ff;
	color: #fff;
	*/
	/*border: 1px solid #CCCCCC;
	border-top: 3px solid #CCCCCC;*/

	border-bottom: 1px solid #0078ff;
	font-weight: bold;
	
}
td.tab3,
profile_tab_end {
	/*background: #FFFFFF;*/
	border-bottom: 1px solid #0078ff;
	padding-right: 12px;
	width: 100%;
	text-align: right;
	vertical-align: middle;
}


/*
td.tab0+td.tab2 {
	background:  transparent url("../my3dchatStyle/tab_left_bg.png") no-repeat scroll left top;
	padding-left:15px;
}

td.tab0+td.tab1 {
	background:  transparent url("../my3dchatStyle/tab_left_bg_selected.png") no-repeat scroll left top;
	padding-left: 10px;
}


td.tab1+td.tab {
	background:  transparent url("../my3dchatStyle/tab_separator_S_N.png") no-repeat scroll left top;
}

td.tab2+td.tab {
	background:  transparent url("../my3dchatStyle/tab_separator_N_S.png") no-repeat scroll left top;
}
*/
td.tab1+td.tab3 {
	background:  transparent url("../my3dchatStyle/tab_right_bg_selected.png") no-repeat scroll -16px  top;
}

td.tab2+td.tab3 {
	background:  transparent url("../my3dchatStyle/tab_right_bg.png") no-repeat scroll -16px  top;
}






table.list {
	width: 100%;
	border: 1px solid #DDDDDD;
	border-bottom: none;
}

td.list_header {
	background: #EEEEEE;
	font-weight: bold;
	padding: 3px 5px 3px 7px;
	border-bottom: 1px solid #DDDDDD;
	vertical-align: middle;
}

tr.list_item1 {
	padding: 5px 7px 5px 7px;
	border-bottom: 1px solid #DDDDDD;
}

tr.list_item2 {
	padding: 5px 7px 5px 7px;
	background: #F5F5F5;
	border-bottom: 1px solid #DDDDDD;
}

td.form1 {
	padding: 12px 0px 5px 10px;
	font-weight: bold;
        text-align: left;
/*	text-align: right;*/
	vertical-align: top;
}
td.form2 {
	padding: 10px 0px 5px 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;
}
td.button {
	text-align: left;
	border: 1px solid #0000FF;
	background-color: #000A20;
	padding: 7px 8px 7px 6px;
	font-weight: bold;
}

.button a, a.button:active, a.button:hover, a.button:focus {
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

div.button {
	font-weight: bold;
}
td.result {
	
	font-weight: bold;
	text-align: center;
	border: 1px dashed #00b3e3;
	background: transparent;
	padding: 7px 8px 7px 7px;
}

.error,
.success,
div.profile_comment_author,
div.profile_comment_date
{
	background:url("../my3dchatStyle/dark_bg.png") repeat scroll left top transparent;
	border: 1px solid #041e76;
	-moz-border-radius:10px;  	
	-webkit-border-radius:10px;
}

div.success {
	clear:both;	
	padding:5px 10px;
}

div.error {
	clear:both;
	color:#FF0000;
	padding:5px 10px;
}

td.error {
	
	font-weight: bold;
	color: #FF0000;
	text-align: center;
	padding: 7px 8px 7px 7px;
	/*background: #FFF3F3;*/
}
td.success {
	font-weight: bold;
	padding: 7px 8px 7px 7px;
	/*background: #f3fff3;*/
}

/* 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 RECENT ACTION */
.recentaction_div_media {
	padding: 10px 10px 10px 20px;
}
.recentaction_div_media img {
	max-width: 300px;
	width: expression(this.width > 300 ? 300: true);
}
img.recentaction_media {
	float: left;
	margin: 3px;
	border: solid 1px #777777;
}
.recentaction_div {
	padding: 10px 20px 10px 20px;
	position: relative;
	max-height: 125px;
	max-width: 300px;
	overflow: auto;
}
/* IE7 MAX-HEIGHT/MAX-WIDTH HACK */
*:first-child+html .recentaction_div {
	overflow: visible;
	overflow-y: expression(this.scrollHeight > 125? "auto" : "hidden" );
	overflow-x: auto;
	padding-bottom: 25px;
	height: expression(this.scrollHeight > 125? "125px" : "auto" );
	width: expression(this.scrollWidth > 300? "300px" : "auto" );
}
/* IE6 AND UNDER MAX-HEIGHT/MAX-WIDTH HACK */
html>body .recentaction_div {
	overflow: visible;
	overflow-y: expression(this.scrollHeight > 125? "auto" : "hidden" );
	overflow-x: auto;
	padding-bottom: 25px;
	height: expression(this.scrollHeight > 125? "125px" : "auto" );
	width: expression(this.scrollWidth > 300? "300px" : "auto" );
}
.recentaction_div img {
	max-width: 300px;
	width: expression(this.width > 300 ? 300: true);
}




/* STYLES FOR FRIEND SUGGEST FEATURE */

div.suggest {
	position: absolute;
	background-color: #FFFFFF;
	text-align: left;
	border: 1px solid #AAAAAA;
	padding: 0px;
	display: none;
}


/* LOGIN PAGE */
td.login_middle {
	vertical-align: middle;
	text-align: center;
	padding-bottom: 30px;
	font-weight: bold;
	font-size: 16pt;
}
td.login_right {
	vertical-align: middle;
	text-align: center;
	padding-bottom: 30px;
}



/* all box content */
td.home_box, 
td.profile_box,
.portal_content,
div.network_content,
.profile.appcontent
{
	
	background:  transparent url("../my3dchatStyle/box_bg.png") repeat scroll left top;
	border: 1px solid #041e76;
	color: #fff;
}



/* PORTAL PAGE (HOME.PHP) */
div.portal_spacer {
	height: 10px;
}

.portal_content {
	border-top: none;
	padding: 10px;	
	border: 1px solid #041E76;
	overflow: hidden;
}

.portal_content table:first-child {
	width: 90%;
}

/*
div.portal_content a:visited {
	color: #ccc;
}*/

td.portal_text {
	vertical-align: top;
	padding: 10px 20px 10px 10px;
}
table.portal_table {
	margin-bottom: 10px;
}
div.portal_login {
	padding: 25px 10px 25px 10px;
/*	background: #FFFFFF;*/
	text-align: center;
	font-weight: bold;
	border: 1px solid #DDDDDD;
}
td.portal_member {
	font-weight:bold;
	padding: 5px 2px;
	text-align:center;
	vertical-align:top;
	white-space: nowrap
}
div.portal_action {
	padding: 6px 6px 6px 6px;
	border-top: 1px solid #DEDEDE;
}
div.portal_action_top {
	padding: 6px 6px 6px 6px;
}
div.portal_action_date {
	float: right;
	color: #999999;
	padding-left: 5px;
}
div.portal_whatsnew {
	border: 1px solid #DDDDDD;
	padding: 4px 10px 4px 10px;
}
div.portal_signup_container1 {
	border: 1px solid #CCCCCC;
}
div.portal_signup_container1:hover {
	border: 1px solid #AAAAAA;
}

div.portal_signup a, div.portal_signup a:hover {
	font-size: 14pt;
	line-height: 0px;
	text-align: center;
	padding: 8px 15px 5px 7px;
	background: #fff url(../images/portal_join_bg.gif) repeat-x top left;

	border: 1px solid #FFFFFF;
	display: block;
}

/* WHATS NEW PAGE */
td.home_left {
	vertical-align: top;
	text-align: left;
	padding-right: 10px;
}
td.home_right {
	vertical-align: top;
}
td.home_stats {
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	text-align: center;
	vertical-align: middle;
}
td.home_menu {
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
}
td.home_menu1 {
	font-weight: bold;
}
td.home_notification {
	text-align: left;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 7px 8px 7px 6px;
}
div.home_photo {
	border: 1px solid #DDDDDD;
	padding: 5px;
	background: #FFFFFF;
	margin-bottom: 10px;
}
td.home_box {
	
	border-top: none;
	padding: 8px;
	/*background: #FFFFFF;*/
	color: #fff;
}
table.home_menu {
	border: 1px solid #DDDDDD;
	border-bottom: none;
	margin-bottom: 10px;
}
div.home_action {
	padding: 6px 6px 6px 6px;
	border-top: 1px solid #041E76;
}
div.home_action_top {
	padding: 6px 6px 6px 6px;
}
.home_action_top td, .home_action td {
        padding-right: 10px;
}
div.home_action_date {
	float: right;
	color: #999999;
	padding-left: 5px;
}
div.home_whatsnew {
        background: transparent url("../my3dchatStyle/box_bg.png") repeat scroll left top;
	border: 1px solid #041E76;
	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-top: none;
	padding: 8px;
}


/* VIEW PROFILE PAGE */
td.profile {
	
	background:  transparent url("../my3dchatStyle/box_bg.png") repeat scroll left top;
	border: 1px solid #041e76;
	border-top: none;
	padding: 5px 7px 5px 7px;
	margin-bottom: 12px;
}

.pageeditor2_layoutmenu td.profile{
	background: none;
}

td.profile_leftside {
	padding-top: 5px;
	vertical-align: top;
}

.profile_leftside table {
    width: 100%;
    margin-bottom: 10px;
}
td.profile_rightside {
	padding-left: 10px;
	padding-top: 5px;
	vertical-align: top;
}
div.profile_field_value {
	max-width: 500px;
	overflow: auto;
}
div.profile_friend_photo {
	float: left;
	width: 90px;
	text-align: center;
}
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;
}
td.profile_item1 {
	padding: 5px 0px 5px 0px;
	text-align: center;
	vertical-align: top;
}
td.profile_item2 {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}

.comment_post_form textarea.comment_body {
	color: #fff;
}

div.profile_comment_author {
	float: left;
	padding: 5px 7px 5px 7px;
	/*background: #F1F1F1;
	border-top: 1px solid #AAAAAA;*/
	border-right: none;
}
div.profile_comment_date {
	text-align: right;
	padding: 5px 7px 5px 7px;
	/*background: #F1F1F1;
	border-top: 1px solid #AAAAAA;*/
	border-left: none;
}
div.profile_comment_body {
	clear: left;
	padding: 5px 7px 5px 7px;
	overflow: auto;
	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;
	width: expression(this.scrollWidth > 550? "550px" : "auto" );
}
/* IE6 AND UNDER MAX-HEIGHT/MAX-WIDTH HACK */
html>body .profile_comment_body {
	overflow: visible;
	overflow-y: hidden;
	overflow-x: auto;
	padding-bottom: 25px;
	width: expression(this.scrollWidth > 550? "550px" : "auto" );
}
div.profile_comment_body img {
	max-width: 475px;
	width: expression(this.width > 475 ? 475: true);
}
div.profile_comment_links {
	text-align: right;
	padding-right: 7px;
}
table.profile_menu {
	border: 1px solid #041e76;
	border-bottom: none;
}
td.profile_photo {
	vertical-align: middle;
	text-align: center;
	
	padding: 5px;
	
	/*height: 150px;*/
}
td.profile_viewcomments_postcomment {
	padding: 10px 16px 10px 16px;
	border: 1px solid #CCCCCC;
	background: #F5F5F5;
}
div.profile_postcomment {
	/*border: 1px solid #BBBBBB;
	background: #F4F4F4;*/
	margin-bottom: 10px;
	padding: 10px 14px 8px 10px;
}
.comment_area {
	font-family: "Lucida Sans", verdana, arial, serif;
	/*color: #888888;*/
	width: 100%;
	height: 70px;
}
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;
}


td.profile_menu1 a, div.nolink {
	/*background-image: url(../images/menu_bg1.gif);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: top right;*/
	background:  transparent url("../my3dchatStyle/box_bg.png") repeat scroll left top;
	border-bottom: 1px solid #041e76;
	padding: 5px 5px 5px 7px;
	font-size: 8pt;
	display: block;
}
td.profile_menu1 a:hover {

	background:  transparent url("../my3dchatStyle/dark_bg.png") repeat scroll left top;
	text-decoration: none;
}
/*
td.profile_tab {
	background:  transparent url("../my3dchatStyle/tab_center_bg.png") repeat scroll left top;
}



td.profile_tab2{
	background:  transparent url("../my3dchatStyle/tab_center_bg_selected.png") repeat scroll left top;
}


td.profile_tab a {
	background-color: #EEEEEE;
	background-image: url(../images/whiteline.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 7px 10px 7px 10px;
	border: 1px solid #AAAAAA;
	border-left: none;
	font-weight: bold;
	display: block;
}
td.profile_tab a:hover {
	background-color: #F4F4F4;
	background-image: url(../images/whiteline.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 7px 10px 7px 10px;
	border: 1px solid #AAAAAA;
	border-left: none;
	font-weight: bold;
	display: block;
}
td.profile_tab2 a {
	background-color: #FFFFFF;
	background-image: url(../images/whiteline.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 7px 10px 8px 10px;
	border: 1px solid #AAAAAA;
	border-left: none;
	border-bottom: none;
	font-weight: bold;
	display: block;
}
td.profile_tab2 a:hover {
	background-color: #FFFFFF;
	background-image: url(../images/whiteline.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 7px 10px 8px 10px;
	border: 1px solid #AAAAAA;
	border-left: none;
	border-bottom: none;
	font-weight: bold;
	display: block;
}



#profile_tabs_profile {
	border-left: 1px solid #AAAAAA;
}
td.profile_tab_end {
	border-bottom: 1px solid #AAAAAA;
}
*/







div.profile_content {
	padding: 10px;
	border: 1px solid #041E76;
        background: transparent url("../my3dchatStyle/box_bg.png") repeat scroll left top;
	border-top: none;
}
div.profile_headline, div.profile_headline2 {
	font-size: 10pt;
	font-weight: bold;
}
div.profile_headline2 {
	margin-top: 10px;
}
.profile_headline h3 {
    margin-top: 0;
}













/* BROWSE PAGE */
td.browse_field {
	padding: 5px;
}
div.browse_field_radio {
	padding: 0px 5px 0px 1px;
	margin-top: 1px;
}
div.browse_fields {
	/*border: 1px solid #00b3e3;*/
	border-top: none;
	padding: 5px 7px 5px 7px;
	margin-bottom: 12px;
}
td.browse_header {
	padding: 5px 5px 3px 7px;
	font-size: 9pt;
	font-family: arial, serif;
	font-weight: bold;
	border: 1px solid #DDDDDD;
	border-bottom: none;
	background: #EEEEEE;
}
td.browse_result {
	vertical-align: top;
	text-align: center;
	width: 150px;
	padding: 5px 5px 10px 5px;
	font-weight: bold;
}
div.browse_pages {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
	/*background: #EEEEEE;*/
	padding: 5px 0px 5px 0px;
}

/* SEARCH PAGE */
td.search {
	width: 475px;
	padding: 10px;
	background: transparent;
	/*border: 1px solid #00b3e3;*/
}
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: transparent;
}
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;
}
td.search_pages_bottom {
	padding-top: 8px;
	padding-right: 12px;
	border-top: 1px solid #CCCCCC;
	text-align: right;
}

/* HELP PAGES */
div.faq {
	margin: 10px;
	padding: 5px 5px 5px 10px;
	border-left: 3px solid #DDDDDD;
}
div.faq_questions {
	background:  transparent url("../my3dchatStyle/box_bg.png") repeat scroll left top;
	border: 1px solid #041e76;
	border-top: none;
	padding: 5px 7px 5px 8px;
}


/* MESSAGES */
table.messages_table {
	border: 1px solid #041e76;
	
}

td.messages_header {
	padding: 4px 5px 5px 6px;

	font-weight: bold;
	background:  transparent url("../my3dchatStyle/header_center_bg.png") repeat scroll left top;
	background-repeat: repeat-x;
	
}
td.messages_left {
	width: 100%;
	text-align: left;
	vertical-align: middle;
}
td.messages_right {
	text-align: right;
	vertical-align: middle;
}
tr.messages_unread {
	background:  transparent url("../my3dchatStyle/dark_bg1.png") repeat scroll left top;
	font-weight: bold;
}
tr.messages_read {
	background:  transparent url("../my3dchatStyle/box_bg.png") repeat scroll left top;
}
td.messages_message {
	border-top: 1px solid #041e76;
	padding: 7px 5px 7px 7px;
	vertical-align: top;
}
td.messages_photo {
	border-top: 1px solid #041e76;
	padding: 7px 0px 7px 7px;
	vertical-align: top;
}

/* message body */
td.messages_view2 {
	background: transparent url(../my3dchatStyle/alpha_blue_bg.png) repeat left top;
	border-top: 1px solid #0089d0;
	padding: 5px 7px 12px 7px;
	vertical-align: top;
}

/* reply box */
td.messages_view2_bottom {
	background: transparent;/*#FFFFFF;*/
	padding: 5px 7px 12px 7px;
	vertical-align: top;
}
td.messages_view1 {
	vertical-align: top;
	padding-right: 15px;
}
div.messages_author {
	padding-bottom: 5px;
	font-weight: bold;
}
div.messages_date {
	font-size: 7pt;
	color: #777777;
}
td.messages_authorbox {
	width: 100px;
	text-align: right;
	vertical-align: top;
	padding: 5px 10px 0px 0px;
}



/* MY FRIENDS */

div.friends_search,div.friends_result,div.browse_friends_result{
	background:  transparent url("../my3dchatStyle/box_bg.png") repeat scroll left top;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior:url(border-radius.htc);
	border: 1px solid #041e76;
}

div.friends_search {
	width: 450px;
	padding: 10px;
	
	margin-left: auto;
	margin-right: auto;
}
td.friends_sort {
	padding-top: 5px;
}
div.friends_result {
	padding: 5px;
	
	margin-top: 10px;

}
td.friends_result0 {
	padding: 5px;
}
td.friends_result1 {
	vertical-align: top;
	padding: 5px;
}
td.friends_result2 {
	padding: 5px;
	vertical-align: top;
	text-align: right;
}
div.friends_name {
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 3px;
}
div.friends_stats div {
	color: #888888;
	font-size: 7pt;
}


/* BROWSE FRIENDS */
td.browse_friends_sort {
	padding-top: 5px;
}

div.browse_friends_result {
	padding: 5px;
	/*border: 1px solid #DDDDDD;*/
	margin-top: 10px;
	margin-bottom: 10px;
	/*background: #FFFFFF;*/
}
td.browse_friends_result0 {
	padding: 5px;
}
td.browse_friends_result1 {
	padding: 5px;
}
td.browse_friends_result2 {
	padding: 5px;
	text-align: right;
}


/* EDIT PROFILE */
td.editprofile_photoleft {
	text-align: center;
	padding-right: 10px;
        vertical-align: top;
}
td.editprofile_photoright {
	vertical-align: top;
}
td.editprofile_photo {
	height: 200px;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #041E76;
	background: #000A20;
	padding: 5px;
}
table.editprofile_options {
	margin-left: 10px;
}
div.editprofile_bar {
	border-bottom: 1px solid #DDDDDD;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
td.editprofile_item1 {
	padding: 5px;
	text-align: center;
	vertical-align: top;
}
td.editprofile_item2 {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
}
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 #DDDDDD;
}
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;
}
div.media_profile_update {
    float: left;
    padding: 10px 10px 5px 10px;
    border: 1px solid #041E76;
    width: 200px;
    margin: 0 10px 10px 0;
}
.media_profile_update p {
    text-align: center;
    padding: 5px 0;
    margin: 0;
}
div.media_profile_clear {
    clear: both;
    padding: 0;
    margin: 0;
    line-height: 0;
    visibility: hidden;
}

/* EDIT ACCOUNT SETTINGS */
td.account1 {
	padding: 5px 5px 5px 7px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	background: #EEEEEE;
}
td.account2 {
	padding: 7px 5px 5px 5px;
	border: 1px solid #CCCCCC;
	border-top: none;
}



/* 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;
}
td.signup_photo {
	padding: 10px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}



/* COMMENT STYLES */
.comment_headline,
.VEACCORDIONHEADER,
.wall_show_more
{
	padding: 4px 0px 5px 6px;	
/*	border-bottom: none;*/
	font-weight: bold;

	background-image: url(../my3dchatStyle/header_center_bg.png);
	background-repeat: repeat-x;
	color: #fff;	
	border: 1px solid #041e76;
	
}



/* PROFILE PHOTOS STYLES */
div.media {
	/*border: 1px solid #DDDDDD;
	background: #F2F2F2;*/
	padding: 10px;
}
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;
}



/* CAROUSEL */
td.carousel_item_active {
	/*border: 1px solid #BBBBBB;
	background: #EEEEEE;*/
	padding: 5px;
}
td.carousel_item {
	padding: 5px;
}
td.carousel_item:hover {
	border: 1px solid #53A4FF;
	padding: 4px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}



/* 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 {
	position: relative;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
}

div.media_photo_tagform {
	display: none;	
	width: 150px;
	position: absolute;

	background:  transparent url("../my3dchatStyle/dark_bg.png") repeat scroll left top;
	border: 1px solid #041e76;
	color: #fff;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

div.media_photo_tagform_titlebar {
	text-align: left;
	padding: 5px;

	background:url("../my3dchatStyle/header_center_bg.png") repeat-x scroll left top transparent;
	border-bottom:1px solid #041E76;
	color:#FFFFFF;
	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;
}


/* styles for the debugger */
div#se_debug_window_container
{
}

table#se_debug_window
{
  background: #ffffff;
  border: 1px solid #cccccc;
  width: 500px;
  height: 400px;
}

td#se_debug_window_menu
{
	padding: 4px 5px 5px 6px;
	border: 1px solid #DDDDDD;
	font-weight: bold;
	background-image: url(../images/header.gif);
	background-repeat: repeat-x;
	color: #333333;
  cursor: move;
}

div#se_debug_window_body_container
{
  width: 500px;
  height: 375px;
  overflow: auto;
}

/* styles for main menu and profile tab dropdowns */

.top_menu_main_link_container
{
  background:url("../my3dchatStyle/arrow-down.png") no-repeat scroll 50% 75% transparent;
  text-align: left;
}

.menu_main_item_with_submenu{
 background:url("../my3dchatStyle/arrow-right.png") no-repeat scroll 90% 50% transparent;
 	
}

div.menu_main_item:hover{
	background-color: #53a4ff;
}

div.menu_main_dropdown
{
	/*border: 1px solid #CCCCCC;width: auto;*/
	border-top: none;
	position: absolute;
	margin-top: -5px;
	margin-left: -1px;
	z-index: 100;
	width: 150px;
	white-space: nowrap;
}

div.submenu_dropdown{
	margin-top: -27px;
	margin-left: 150px;
	background-color:  #041b6a;
	background-image: none;
}


div.menu_main_item
{
	float: left;
	padding-right: 10px;
	font-weight: bold;
	background: none;
}

div.menu_profile_dropdown
{
	/*border: 1px solid #CCCCCC;
  border-top: none;
	background: #FFFFFF;*/
	position: absolute;
	margin-top: 31px;
	margin-left: -63px;
	z-index: 99;
	width: auto;
	white-space: nowrap;
}

div.menu_profile_item_dropdown a
{
	padding: 3px 40px 5px 7px;
	font-weight: bold;
	display: block;
	background: #FFFFFF;
}

.edit-profile-link { float: right; }
.edit-profile-link img { border: none; }

#footer {
	bottom:0;
	font-size:11px;
	height:40px;
	padding:0;
	position:fixed;
	z-index:99;
	width: 100%;
	left:0px;
        font:0.8em Arial,Helvetica,sans-serif;
	color:#999;
}
/*
#footer a:link, #footer a:visited {
	color: #2085E0;
	text-decoration: none;
}*/

#footer_wrap {
	width: 1200px;
	height: 40px;
	margin-left: auto;
	margin-right: auto;
}

#footer_wrap_inner{
	margin-left:280px;
	width: 880px;
	height: 40px;
	background: url(../../../templates/3dchat_website/images/3d_footer_bar.png) no-repeat;
}

#footer-left{
	width:350px;
	height:30px;
	float:left;
	padding-top:15px;
	margin-left:30px;
	font-size:14px;
}


#footer-middle{
	float:left;
	padding-top:8px;
}
#footer-right{
	font-size:14px;
	width:120px;
	height:30px;
	float:right;
	padding-top:10px;
	padding-right:20px;
}

.search_bar
{
	padding: 7px 10px 7px 10px; 
	/*background: #F2F2F2; 
	border: 1px solid #BBBBBB; */
	margin: 10px 0px 10px 0px; 
	font-weight: bold;
	/*color: #ffa300;*/
}

.apps_layout_list td.header
{
	color: #aaa;
}

.CaptchaCell
{
	background-color: #fff; 
}

.suggest_item a {
	padding: 3px 3px 3px 5px;
	background: #F7F7F7;
	border-bottom: 1px solid #CCCCCC;
	/*width: 181;*/
	display: block;
}

.appsettings_app_menu{
	
	padding: 10px;
}

.appsettings_app_title{
	background-color: #041B6A;
	padding: 2px 5px;
}

.appsettings_app_menu div.menu_dropdown,
#add_to_tab div.menu_dropdown
{
	background-color: #041B6A;
	border-bottom: 1px solid #53a4ff;
}

.chat_frame
{
	border-bottom: 1px solid #0078ff;
}

#user_account_subscriptions .package {
	display: block;
	float: left;
	width: 238px;
	height: 238px;
	overflow: hidden;
	text-indent: -1000px;
}

#user_account_subscriptions #package_prenium {
	background: url(../images/subscription_prenium.jpg);
}

#user_account_subscriptions a#package_prenium:hover,
#user_account_subscriptions a#package_gold:hover {
	background-position: 0px -238px;
}

#user_account_subscriptions #package_gold {
	background: url(../images/subscription_gold.jpg);
}

#user_account_subscriptions #free_month,
#user_account_subscriptions #screenshot {
	display: block;
	float: left;
	margin: 0 10px;
}

.flag{
    cursor: pointer;
}

/****Style for the game download page****/

.page_header, div.page_header, h2.page_header, h2{
    font-size:18pt !important;
    font-weight: bold;
    color: #00bde7;
    margin-bottom: 0px;
    font-family: "Trebuchet MS","Lucida Grande",Tahoma,Arial,Helvetica,sans-serif
}

#game_dl_bt, #game_dl_bt_bottom
{
	background: transparent url(../my3dchatStyle/signup/download_game.png) no-repeat left top;
	display: block;
	width: 445px;
	height: 46px;
}


#game_dl_bt{
    float: left;
    margin-top: 10px;

}
#game_dl_bt:hover
{
	background-image:  url(../my3dchatStyle/signup/download_game.png);
}
#game_dl_bt_bottom{
    margin:auto;
}
#game_dl_bt_bottom:hover{
    background-image:  url(../my3dchatStyle/signup/download_game.png);
}
#firewall_note
{
	background:url("../my3dchatStyle/signup/firewall_notice_outline.png") no-repeat scroll left top transparent;
	display:block;
	min-height:110px;
	margin:auto;
        padding: 18px 24px 15px 10px;
	width:780px;
        line-height: 93%;
        font-size:14px;
        text-align: justify;
}

.screenshot
{
	margin: auto;
	display:block;
}
.step_description{
    float:left;
    width:50%;
}
.step_image{
    float:right;
    padding-right: 20px;
}
.page_step{
/*    height: 300px;*/
}
.sub_title{
    font-size:16pt;
    font-weight:bold;
}

.content_left {
    float: left;
}

.content_right {
    float: right;
}

.content_clear {
    clear: both;
    line-height: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
    display: block;
    height: 0;
}

div#profile_warning {
    border: 1px dotted yellow;
    padding: 10px;
    background: url("../my3dchatStyle/warning_bg.png") repeat scroll left top transparent;
    display: block;
    margin: 0 10px 10px 10px;
}

#profile_warning table {
    width: 100%;
}

#profile_warning strong {
    font-size: 120%;
}

#profile_warning ul {
    padding: 5px 0 0 30px;
    margin: 0;
}

#profile_warning .warning_small {
    width: 6%;
    text-align: right;
}

#profile_warning .warning_big {
    width: 85%;
}

#profile_warning .warning_close {
    vertical-align: top;
}

.warning_close span {
    cursor: pointer;
    padding-right: 21px;
    background: url("../images/he_wall_close.png") no-repeat top right;
}
div.app_site_events_list {
    padding: 5px 5px 10px 5px;
    border-bottom: 1px solid #041E76;
}

div.app_site_photos_morediv {
  text-align: right;
  background-color: #000A20;
  border-top: 1px solid #041E76;
  padding: 8px 12px;
}

#home_top {
    margin-bottom: 15px;
    background: transparent url("../my3dchatStyle/home/home_top_bg.png") bottom left no-repeat;
}

div#noscript {
    width: 100%;
    padding: 2px;
    background-color: #AE0000;
    color: #FFFFFF;
    font-size: 120%;
    font-weight: bold;
}

div#signup_body {
    background-color: #000c2b;
    position: relative;
    padding: 1px 20px 25px 20px;
    margin-top: 65px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 2px 2px 8px #010612;
    -webkit-box-shadow: 2px 2px 8px #010612;
    box-shadow: 2px 2px 8px #010612;

}

#signup_body h2 {
    font-size: 34px !important;
}

#signup_body h1 {
    position: absolute;
    right: 20px;
    top: -62px;
}

#signup_body a {
    text-decoration: underline;
}

#signup_body a img {
    border: 0;
}
