@import url(http://fonts.googleapis.com/css?family=Droid+Sans);

.tagbutton{
	cursor:pointer;
	border:none;
	border-bottom:#f00 1px dashed;
	background-color:#fff;
	font-size:12px
}

.tagbutton:hover{
	cursor:pointer;
	border:none;
	border-bottom:#f00 1px dashed;
	background-color:#FAF4EB;
	font-weight:bold;
	font-size:12px
}
/*@import url("tinymce_extend.css");*/

* {
	
	/*FONT: 13px/16px "Lucida Sans Unicode", "Lucida Grande", sans-serif, "Trebuchet MS", Verdana, Geneva, sans-serif, Tahoma, Geneva, Arial, Helvetica, sans-serif; */
	/*FONT: 13px/14px "Lucida Grande", Tahoma, sans-serif, "Trebuchet MS", Verdana, Geneva, sans-serif,  Geneva, Arial, Helvetica, sans-serif; */
	/*font-family: 'Lato',Georgia , "Times New Roman" , "Microsoft Yahei", "微软雅黑" , STXihei , "华文细黑" ;*/
	font-family: "Segoe UI", "Droid Sans", Tahoma, "Trebuchet MS", Verdana, Geneva, Arial, Helvetica, "Microsoft Yahei", "微软雅黑" , STXihei , "华文细黑",sans-serif ;
	font-size: 12px;/*14px;*/
	MARGIN: 0px;
	padding: 0px;	
	line-height:1.2;
}

html {
	HEIGHT: 100%;
	width:100%;
}

body {
	/*FONT: 13px/16px Impact,'微软雅黑',Arial, Helvetica, sans-serif; */
	/*COLOR: #595959;*/
	color:#000;
	WIDTH: 100%;
	/*background-color:#F5F5F5;*/
	background-color:#fff;
	/*background-color:#DFEBEC;*/
}

ul{
	list-style: none;
}

A:link{
	font-size: 14px/16px;
	color:#3D637A;
    text-decoration: none;
}

A:visited{
	font-size: 14px/16px;
	color:#3D637A;
    text-decoration: none;
}

A:hover{
	color:#2EC7CF;
    text-decoration: none;
}

/*
.language-link A:link{
	font-size: 14px/16px;
	color:#3CF;
    text-decoration: none;
}

.language-link A:visited{
	font-size: 14px/16px;
	color:#3CF;
    text-decoration: none;
}

.language-link A:hover{
	color:#333;
    text-decoration: none;
}
*/

#loginform A:link{
	font-size: 14px/16px;
	color:#A9DAD9;
    text-decoration: none;
}

#loginform A:visited{
	font-size: 14px/16px;
	color:#A9DAD9;
    text-decoration: none;
}

#loginform A:hover{
	font-size: 14px/16px;
	color:#415B70;
    text-decoration: none;
}

.avatar-img-small-rect{
height: 36px;
width: 36px;
border:2px solid #FFF;
overflow: hidden;
}

.avatar-img-big{
height: 100px;
width: 100px;
background-attachment:fixed;
background-position:center;
border:1px solid #CCC;
padding:2px;
cursor:pointer;
overflow: hidden;
}

.avatar-img{
height: 50px;
width: 50px;
background-attachment:fixed;
background-position:center;
border:1px solid #CCC;
/*padding:2px;*/
cursor:pointer;
overflow: hidden;
}

.avatar-img-small-selected{
height: 40px;
width: 40px;
background-attachment:fixed;
background-position:center;
border:1px solid #9C6;
padding:2px;
cursor:pointer;
overflow: hidden;
}

.avatar-img-small{
height: 40px;
width: 40px;
/*border:1px solid #CCC;*/
/*padding:2px;*/
cursor:pointer;
border-radius:2px;
overflow: hidden;
}

a:hover img.avatar-img-small {
/*
border: solid 1px #900;
-moz-box-shadow: 1px 1px 5px #900;
-webkit-box-shadow: 1px 1px 5px #900;
box-shadow: 1px 1px 5px #900;
*/
}

.avatar-img-suggestion{
height: 50px;
width: 50px;
background-attachment:fixed;
background-position:center;
border:1px solid #CCC;
padding:2px;
cursor:pointer;
overflow: hidden;
}

a:hover img.avatar-img-suggestion {
border: solid 1px #900;
/*
-moz-box-shadow: 1px 1px 5px #900;
-webkit-box-shadow: 1px 1px 5px #900;
box-shadow: 1px 1px 5px #900;
*/
}

.mfsuggestionborder a{
padding:2px;
cursor:pointer;
overflow: hidden;
background-color:#fff;
}

.mfsuggestionborder a:hover{
background-color:#F2F2F2;
}

.avatar-img-2mf-suggestion{
	/*height: 200px;*/
	/*
	background-attachment:fixed;
	background-position:center;
	*/
	width: 200px;
	cursor:pointer;
	overflow: hidden;
	color:#ccc;
	font-size:14px;
}

.videosuggestionborder a {
	color:#999;
}

.videosuggestionborder a:hover {
	color:#000;
}

.avatar-img-latestpost{
height: 25px;
width: 25px;
background-attachment:fixed;
background-position:center;
border:1px solid #666;
cursor:pointer;
overflow: hidden;
}

.avatar-img-microsmall{
height: 45px;
width: 45px;
background-attachment:fixed;
background-position:center;
/*border:1px solid #000;*/
padding:0px;
cursor:pointer;
overflow: hidden;
}

.avatar-img-commentmini{
height: 40px;
width: 40px;
background-attachment:fixed;
background-position:center;
border:1px solid #666;
padding:1px;
cursor:pointer;
overflow: hidden;
}

a:hover img.avatar-img-microsmall {
border: solid 1px #900;
/*
-moz-box-shadow: 1px 1px 5px #900;
-webkit-box-shadow: 1px 1px 5px #900;
box-shadow: 1px 1px 5px #900;
*/
}

#footer{
	/*background-color:#1A4168;*/
	/*background-color:#000;*/
	/*border-top:#000 5px solid;*/
	height:30px;
	text-align:left;
	width:100%;
}

#header{
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px dashed #000;
	background-color:#FFF;
}

#header .wrapper {
	width:900px;
	margin: 0 auto;
}

.register-step-focus{
	font-size: 56px/56px;
	color:#666;
	font-weight:bold;
}

.register-step-nonfocus{
	font-size: 36px/36px;
	color:#CCC;
	font-weight:bold;
}

.mface-loginpanel{
	background-repeat:repeat;
	background-color:#600;
	height:300px;
	border-bottom:5px solid #000;
}

.mface-bgdot{
	background:url(../../../../../images/mainpagebg_reddot.png);
	background-repeat:repeat;
	height:300px;
}

#header2{
	background:url(../images/headerbackground.png) no-repeat;
	background-color:#47A0BE;
	height:300px;
}

.mface_logo{
	background:url(../images/logo_mface_shadow.png) no-repeat;
	background-position:0px 4px;
	width:50px;
	height:51px;	
}

.clrfix{clear:none}

/**
 * Searchbox
 */
 
.content-sidepadding{
	padding-left:10px;
	padding-right:10px;
	background-color:#222;
}



.contentpadding{
	padding:20px;
}

.activitywall{
	width:500px;
}

#frontpage-loginpanel-loginform{
	float:left;
	margin:20px;
}

#wrapper-frontpage-promobox{
	background-color:#FFF;
	position:relative;
	width:100%;
}

.gamethumb{border:1px solid #999;padding:2px;width:100px;height:100%;}

.gametitle{	COLOR:#FFF;font-size: 12px/12px;font-weight:bold;}

.gameareatitle{
	font-size: 24px;
	padding-bottom:10px;
	font-weight:bold;
	COLOR:#000;
}

#frontpage-searchbox{
	width:200px;
}

#frontpage-loginpanel{
	float:left;
	height:301px;
	width:100%;
	margin-bottom:20px;
	background:url(../images/bg.gif) repeat-x;
}

#frontpage-loginpanel-character{
	float:left;	
	padding-top:50px;
}

#header-avatar a img{
	border:1px solid #FFF;
	padding:2px;
	height:140px;
}

#header-avatar{
	float:left;
	padding-top:0px;
	padding-left:14px;
}

#frontpage-loginpanel-character-right{
	position:absolute;
	left:360px;
	top:150px;
	z-index:0;
}



.divider{
	float:left;
	margin-top:80px;
	border-right: #666 1px dotted;
	height:150px;
	margin-left:30px;
	margin-right:30px;
}

captionheader{
	font-size: 24px;
	margin-bottom:20px;
}

.caption-header-white{
	font-size: 24px;
	padding-bottom:10px;
	color:#FFF;
	font-weight:bold;
}

.caption-lightblue{
	font-size: 16px;
	margin-bottom:20px;
	color:#D7DDEA;
	font-weight:bold;
}

.caption-small-lightblue{
	font-size: 14px;
	color:#D7DDEA;
}

.inputpanel{
	position:relative;
}

.inputpanel-title{
	color:#666;
	padding-bottom:20px;
	font-size: 20px;
	font-style:normal;
	font-weight:bold;
	line-height:22px;
}

.inputpanel-inputlabel{
	float:left;
	font-size:12px;
	width:170px;
	padding-top:8px;
	padding-bottom:2px;
	text-align:left;
	padding-right:20px;
	padding-left:30px;
	font-weight:bold
}

.inputpanel-inputval{
	float:left;
	font-size:14px;
	padding-bottom:5px;
}

.inputpanel-comment{
	font-size:12px;
	padding-left:220px;
	padding-bottom:30px;
	color:#ccc;
}


.inputpanel-subtitle{
	padding-top:10px;
	padding-bottom:10px;
	font-size: 16px;
	font-style:normal;
	font-weight:bold;
}

.inputpanel-info{
	padding-left:10px;
	font-size: 14px;
	font-style:normal;
}

.inputpanel table{
	padding:0px;
	border-spacing:0px;	
}

.inputpanel table tr{
	height:40px;
}

.inputpanel label{
	padding-left:10px;
	text-align:right;
	padding-left:10px;
}

.inputpanel .inputpanel-content{
	padding:0px;
	border-top:none;
	background-color:#FFF;
	
	/*padding-right:10px;*/
}

.inputpanel .inputpanel-content .inputpanel-left{
	width:300px;
	padding-right:10px;
	height:30px;
	text-align:right;
}

.inputpanel .inputpanel-content .inputpanel-right{
	padding-left:10px;
	height:30px;
}

.normalform input[type=text],
.normalform input[type=password],
.normalform input[type=textbox],
.normalform textarea{
	border: 1px solid #ccc;
	background:#fff;
	color:#666;
	font-size: 14px;
	padding:5px;
}


.normalform input[type=text].error,
.normalform input[type=password].error,
.normalform input[type=textbox].error,
.normalform textarea.error{
	border: 1px solid red;
	background-color: #fff;	
}

.normalform input[type=text]:focus,
.normalform input[type=password]:focus,
.normalform input[type=textbox]:focus,
.normalform textarea:focus{
	border: 1px solid #d0ccc9;
	background:#f0f0f0;
	color:#000;
}

.normalform input[type=button],
.normalform input[type=submit]{
	font: bold 90%;
	border: 1px solid #999;
	color:#FFF;
	padding:5px;
	BACKGROUND:#333;
	min-width:50px;
	cursor:pointer;
}

.normalform input[type=button]:hover,
.normalform input[type=submit]:hover{
	font: bold 90%;
	border: 1px solid #000;
	color:#FFF;
	padding:5px;
	BACKGROUND:#000;
	min-width:50px;
	cursor:pointer;
}

.normalform select {
	padding:3px;
	font-size: 14px;
	color:#666;
	border: 1px solid #ccc;
}

.normalform option {
	padding:2px;
	font-size: 12px;
	color:#666;
	border-bottom: 1px solid #f0f0f0;
}

.inputpanel-label{
	color:#666;
	font-size: 16px;

}

.header-sharebox{
	float:right;
	margin-right:20px;
	z-index:100;
}
 
div#mface_wrapper {
	width:900px;	
	margin: 0 auto;
}

div#introduction, div#loginform {
	float:left
}

div#introduction{	
	width:450px;
	height:250px;
}

div#introduction .wrapper {
	padding-top:100px;
}

div#loginform{	

	height:200px;
	padding-top:50px;
}

.clear{
	clear:both;
}

.contentlayout{
	width:1000px;
	margin: 0 auto;
}

/* language lists with UL (names & images) */
#jflanguageselection ul.jflanguageselection
{
	list-style: none;
	padding: 0;
	font-weight: normal;
}

#jflanguageselection ul.jflanguageselection li
{
	background-image: none;
	padding-left: 0px;
	white-space: nowrap;
	border: none;
}

#jflanguageselection ul.jflanguageselection li a
{
	font-size:12px;
	color:#F30;
	margin-left:5px;
	white-space: nowrap;
}

#jflanguageselection ul.jflanguageselection li a:hover
{
	font-size:12px;
	color:#F90;
	white-space: nowrap;
}

/* language lists with UL (names & images) */
#jflanguageselection ul.jflanguageselection_beta
{
	list-style: none;
	padding: 0;
	font-weight: normal;
}

#jflanguageselection ul.jflanguageselection_beta li
{
	background-image: none;
	padding-left: 0px;
	white-space: nowrap;
	border: none;
}

#jflanguageselection ul.jflanguageselection_beta li a
{
	font-size:12px;
	color:#666;
	margin-left:5px;
	white-space: nowrap;
}

#jflanguageselection ul.jflanguageselection_beta li a:hover
{
	font-size:12px;
	color:#F90;
	white-space: nowrap;
}

#jflanguageselection2 ul.jflanguageselection li a
{
	font-size:12px;
	color:#F30;
	margin-left:5px;
	white-space: nowrap;
}

#jflanguageselection2 ul.jflanguageselection li a:hover
{
	font-size:12px;
	color:#F90;
	white-space: nowrap;
}

#jflanguageselection2 ul.jflanguageselection_beta
{
	list-style: none;
	padding: 0;
	font-weight: normal;
}

#jflanguageselection2 ul.jflanguageselection_beta li
{
	background-image: none;
	padding-left: 0px;
	white-space: nowrap;
	border: none;
}

#jflanguageselection2 ul.jflanguageselection_beta li a
{
	font-size:12px;
	color:#666;
	margin-left:5px;
	white-space: nowrap;
}

#jflanguageselection2 ul.jflanguageselection_beta li a:hover
{
	font-size:12px;
	color:#F90;
	white-space: nowrap;
}

.bigtext-white{
	font: bold 36px;
	COLOR: #FFF;
}

.but_posting_text{
	color:#666;
	font-weight:normal;
	cursor:pointer;
}

.but_posting_text_selected{
	color:#000;
	font-weight:bold;
	cursor:pointer;
}

.but_posting_status{
	background:url(../images/but_posting_status.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#ccc;
	font-weight:normal;
	cursor:pointer;
	padding-top:0px;
	height:30px;
	width:40px;
}

.but_posting_status_selected{
	background:url(../images/but_posting_status_selected.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#ccc;
	font-weight:normal;
	cursor:pointer;
	padding-top:0px;
	height:30px;
	width:40px;
}

.but_posting_photo{
	background:url(../images/but_posting_photo.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#ccc;
	font-weight:normal;
	cursor:pointer;
	height:30px;
	width:30px;
}

.but_posting_photo_selected{
	background:url(../images/but_posting_photo_selected.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#ccc;
	font-weight:normal;
	cursor:pointer;
	height:30px;
	width:30px;
}

.but_posting_video{
	background:url(../images/but_posting_video.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#ccc;
	font-weight:normal;
	cursor:pointer;
	height:30px;
	width:30px;
}

.but_posting_link{
	background:url(../images/but_posting_video.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#ccc;
	font-weight:normal;
	cursor:pointer;
	height:30px;
	width:30px;
}

.but_posting_video_selected{
	background:url(../images/but_posting_video_selected.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#ccc;
	font-weight:normal;
	cursor:pointer;
	height:30px;
	width:30px;
}

.but_posting_link_selected{
	background:url(../images/but_posting_video_selected.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#ccc;
	font-weight:normal;
	cursor:pointer;
	height:30px;
	width:30px;
}

/*
.posting_border{
	float:left;
	padding:10px;
	background-color:#FFF;
	border:1px dashed #CCC;
	border-top:none;
	z-index:10;
}
*/

.sharingtext{
	vertical-align:top;
	padding-top:30px;
	padding-bottom:50px;
	text-align:center;
	font-weight:bold;
	font-size:28px;
}


.ranking_title a{
	font-size: 18px;
	color:#999;
	cursor:pointer;
	border:1px dotted #ccc;
	padding:10px;
	height:20px;
	font-weight:bold;
}

.ranking_title a:hover{
	font-size: 18px;
	color:#666;
	cursor:pointer;
	border:1px dotted #666;
	padding:10px;
	height:20px;
	font-weight:bold;
}

.ranking_title_selected{
	font-size: 18px;
	color:#000;
	padding:10px;
	height:20px;
	font-weight:bold;
}


.noshow {
	visibility: hidden;
	position: absolute;
	top: 100px;
	width:300px;
	height:300px;
	z-index:999998;
	background-color:#FFF
}


.move_footer_down {
	margin-top:0px;
}

.err_message {
	text-align:center;
	font-weight:bold;
	color:#F00;
	font-size:12px;
	
}

.suc_message {
	text-align:center;
	font-weight:bold;
	color: #093;

}

.aboutuslink a{
	padding-left:10px;
	font-size: 14px/16px;
	color:#999;
}

.aboutuslink a:hover{
	padding-left:10px;
	font-size: 14px/16px;
	color:#666;
}

.aboutuslinkselected{
	padding-left:10px;
	font-size: 14px;
	font-weight:bold;
	color:#900;
}

.aboutusfont{
	font-size:18px;
	COLOR:#666;
	WIDTH: 100%;	
	min-height:500px;
	line-height:25px;
}

.notifcount{
	min-height:50;
	border:1px solid #000;
	min-width:50;
	font-size: 12px;
	font-weight:bold;
	COLOR:#FFF;
	background-color:#F00;
	margin-bottom:20px;
	padding:5px;
}

#div_search_tag .input_wrap {
	background: transparent url(../images/searchbox.png) no-repeat 0 0;
	height: 26px;
	padding-left: 5px;
	margin-right: 10px;
}

#div_search_tag .input_wrap .search_button {
	background: transparent url(../images/searchbox.png) no-repeat 100% 0;
	display: block;
	float: right;
	height: 26px;
	margin-right: -5px;
	width: 85px;
}

#div_search_tag .input_wrap .inputbox {
	background: transparent;
	border: 0;
	margin: 3px 0 0 0;
	padding: 2px;
	width: 118px;
	position: absolute;
}

.symbol_plus a{
	background:url(../images/symbol_plus.png);
	background-repeat:no-repeat;
	width:18px;
	height:19px;
}

.symbol_plus a:hover{
	background:url(../images/symbol_plus_selected.png);
	background-repeat:no-repeat;
	width:18px;
	height:19px;
}

.symbol_plus{
	background:url(../images/symbol_plus.png);
	background-repeat:no-repeat;
	width:18px;
	height:19px;
}

.symbol_plus_selected{
	background:url(../images/symbol_plus_selected.png);
	background-repeat:no-repeat;
	width:18px;
	height:19px;
	cursor:pointer;
}

.symbol_minus a:link{
	background:url(../images/symbol_minus.png);
	background-repeat:no-repeat;
	width:18px;
	height:19px;
}

.symbol_minus a:visited{
	background:url(../images/symbol_minus.png);
	background-repeat:no-repeat;
	width:18px;
	height:19px;
}

.symbol_minus a:hover{
	background:url(../images/symbol_minus_selected.png);
	background-repeat:no-repeat;
	width:18px;
	height:19px;
}

.symbol_minus{
	background:url(../images/symbol_minus.png);
	background-repeat:no-repeat;
	width:18px;
	height:19px;
}

.symbol_minus_selected{
	background:url(../images/symbol_minus_selected.png);
	background-repeat:no-repeat;
	width:18px;
	height:19px;
	cursor:pointer;
}

.symbol_multiply a:link{
	background:url(../images/symbol_multiply.png);
	background-repeat:no-repeat;
	width:18px;
	height:19px;
}

.symbol_multiply a:visited{
	background:url(../images/symbol_multiply.png);
	background-repeat:no-repeat;
	width:18px;
	height:19px;
}

.symbol_multiply a:hover{
	background:url(../images/symbol_multiply_selected.png);
	background-repeat:no-repeat;
	width:18px;
	height:19px;
}

.symbol_multiply{
	background:url(../images/symbol_multiply.png);
	background-repeat:no-repeat;
	width:18px;
	height:19px;
}

.symbol_multiply_selected{
	background:url(../images/symbol_multiply_selected.png);
	background-repeat:no-repeat;
	width:18px;
	height:19px;
	cursor:pointer;
}

.symbol_counter{
	width:16px;
	height:20px;
	text-align:center;
	padding-top:0px;
	color:#666;
	font-size: 10px;
}

.symbol_counter a:link{
	text-align:center;
	color:#666;
	font-size: 12px;
}

.symbol_counter a:visited{
	text-align:center;
	color:#666;
	font-size: 12px;
}

.symbol_counter a:hover{
	text-align:center;
	color:#666;
	font-size: 12px;
	font-weight:bold;
}

.reblog-label{
	color:#666;
	font-size: 12px;
}

.sign_number{
	color:#FFF;
	font-size: 24px;
	font-weight:bold;
}

.sign_label{
	color:#666;
	font-size: 20px;
}

.notilabel a:link{
	font-size: 12px;
	color:#666;
	height:18px;
}

.notilabel a:visited{
	font-size: 12px;
	color:#666;
	height:18px;
}

.notilabel a:hover{
	font-size: 12px;
	background:#666;
	font-weight:bold;
	color:#FFF;
	height:18px;
}

.noti_right a:link{
	background:url('');
	background-repeat:no-repeat;
	/*background-color:#9C6;*/
	border:1px solid #ccc;
	height:20px;
}

.noti_right a:visited{
	background:url('');
	background-repeat:no-repeat;
	/*background-color:#9C6;*/
	border:1px solid #ccc;
	height:20px;
}

.noti_right a:hover{
	background:#FFF;
	height:20px;
	background:url(../images/noti_right.png);
	background-repeat:no-repeat;
	background-position:1px 3px;
}

.signavatarlabel{
	font-size: 16px;
	color:#999;
}


.ranking_table_header {
	font-size: 16px;
	height:30px;
	border-bottom:1px dotted #ccc;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;	
	padding-bottom:10px;
}



.leftpanel{
	min-width:250px;
	max-width:250px;
	border-right:1px solid #ccc;
	vertical-align:top
}

.mainpanel{
	min-width:500px;
	max-width:500px;
	border-right:1px solid #ccc;
	vertical-align:top
}

.rightpanel{
	padding-top:45px;
	min-width:200px;
	max-width:200px;
	vertical-align:top	
}

.avatar-img-big{
height: 80px;
width: 80px;
background-attachment:fixed;
background-position:center;
border:1px solid #999;
overflow: hidden;
}

.img-border-small{
	border:1px solid #999;
	padding:5px;
	width:100px;
	height:80px;
	margin:2px;
	float:left;
	cursor:pointer;
}

a:hover .img-border-small{
	border:1px solid #900;
	cursor:pointer;
	/*
	-moz-box-shadow: 1px 1px 5px #900;
	-webkit-box-shadow: 1px 1px 5px #900;
	box-shadow: 1px 1px 5px #900;
	*/
}

.img-innerborder-small{
	width:100px;
	height:80px;
}


.avatar_with_label a{
	font-size: 10px;
	color:#666;
}

.avatar_with_label a:hover{
	font-size: 10px;
	color:#000;
	background-color:#CCC;
}

.posting_option a{
	font-size: 10px;
	color:#666;
	padding:3px;
	border:1px solid #ccc;
}

.posting_option a:hover{
	font-size: 12px;
	color:#000;
	padding:3px;
	border:1px solid transparent;
	border-bottom:1px dashed #ccc;
}

.app_posting_option a{
	font-size: 10px;
	color:#666;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid #ccc;
}

.app_posting_option a:hover{
	font-size: 10px;
	color:#000;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	border:1px solid transparent;
	border-bottom:1px dashed #ccc;
	/*background-color:#CCC;*/
}

.posting_option_selected a{
	font-size: 12px;
	color:#000;
	padding:3px;
	border:1px solid transparent;
	border-bottom:1px dashed #ccc;
}

.posting_option_white a{
	font-size: 14px;
	color:#999;
	padding:3px;
	/*
	border:1px solid transparent;
	border-bottom:1px solid #ccc;
	font-weight:bold;
*/
}

.posting_option_white a:hover{
	font-size: 14px;
	color:#000;
	padding:3px;
	border-bottom:1px dashed #ccc;
	/*
	font-weight:bold;
	border:1px solid transparent;
	*/
	/*background-color:#CCC;*/
}

.posting_option_white_selected a{
	font-size: 12px;
	color:#000;
	padding:3px;
	border:1px solid transparent;
	border-bottom:1px dashed #ccc;
}

.posting_option_dim a{
	font-size: 12px;
	color:#CCC;
	padding:3px;
	border:1px solid transparent;
	border-bottom:1px dashed transparent;
}

.subpanel_option_selected{
	font-size: 9px;
	color:#FFF;
	padding:3px;
	border:1px solid #000;
	background-color:#000;
	text-align:center;
}

.subpanel_option{
	font-size: 9px;
	color:#666;
	padding:3px;
	border:1px solid #ccc;
	text-align:center;
}

a:hover .subpanel_option{
	font-size: 9px;
	color:#000;
	padding:3px;
	border:1px solid transparent;
	border-bottom:1px dashed #ccc;
	text-align:center;
}

.noticountbox{
	position:absolute;
	background-color:#dc1b02;
	color:#FFF;
	width:13px;
	height:13px;
	padding:1px;
	font-size: 9px;
	text-align:center;
	opacity: .7;
	filter: alpha(opacity=70);	
}

.normallabel{
	font-size: 12px;
	color:#666;
}

.icon_pm{
	background:url(../images/3-message-mu.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:30px;
	height:30px;
}

.icon_noti{
	background:url(../images/4-notification-mu.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:30px;
	height:30px;
}

.icon_logout{
	background:url(../images/icon_logout.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:40px;
	height:40px;
}

.pmrow a:link{
	font-size: 12px;
	color:#666;
}

.pmrow a:visited{
	font-size: 12px;
	color:#666;
}

.pmrow a:hover{
	font-size: 12px;
	color:#000;
	background-color:#EFEFEF;
}

.pmmore a:link{
	border:1px #CCC dotted;
	color:#666;
	padding:10px;
	text-align:center;
}

.pmmore a:visited{
	border:1px #CCC dotted;
	color:#666;
	padding:10px;
	text-align:center;
}

.pmmore a:hover{
	border:1px #CCC solid;
	padding:10px;
	text-align:center;
	color:#000;
	font-weight:bold;
}

.menu_link a:link{
	border:none;
	height:30px;
	width:200px;
	color:#000;
	font-size: 12px;
}

.menu_link a:visited{
	border:none;
	height:30px;
	width:200px;
	color:#000;
	font-size: 12px;
}

.menu_link a:hover{
	border:none;
	height:30px;
	width:200px;
	color:#000;
	font-size: 12px;
	font-weight:bold;
}

.submenu_link a:link{
	border:none;
	height:30px;
	width:200px;
	color:#000;
	font-size: 10px;
}

.submenu_link a:visited{
	border:none;
	height:30px;
	width:200px;
	color:#000;
	font-size: 10px;
}

.submenu_link a:hover{
	border:none;
	height:30px;
	width:200px;
	color:#000;
	font-size: 10px;
	font-weight:bold;
}

.menu_link_selected{
	border:1px dotted #999;
	border-right:none;
	border-left:5px solid #900;
	height:30px;
	width:195px;
	color:#000;
	font-size: 12px;
	font-weight:bold;
}

.submenu_link_selected{
	border-right:none;
	height:30px;
	width:195px;
	color:#000;
	font-size: 12px;
	font-weight:bold;
}


.moreavatar a:link{
	border:1px #CCC solid;
	color:#666;
	padding:10px;
	text-align:center;
}

.moreavatar a:visited{
	border:1px #CCC solid;
	color:#666;
	padding:10px;
	text-align:center;
}

.moreavatar a:hover{
	border:1px #CCC solid;
	padding:10px;
	text-align:center;
	color:#000;
	font-weight:bold;
	background-color:#f0f0f0;
}

.mcover{
	background-color:#000;
	opacity: .8;
	filter: alpha(opacity=80);	
}

.posting_noti_right{
	background:#FFF;
	height:20px;
	background:url(../images/noti_right.png);
	background-repeat:no-repeat;
}

.pagetitle{
	height:16px;
	font-size:22px;
	color:#666;
	padding-bottom:20px;
	/*border-bottom:1px dotted #f0f0f0;*/
	float:left;
	margin-top:10px;
	/*margin-left:10px;*/
}

/* Pagination styling - start *********************************************************************************/
ul.pagination {
	list-style-type:none;
}

ul.pagination li {
	display:inline;
	font-size:12px;	
	margin: 0 3px 0 0;
}

ul.pagination li a {
	color:#000;	
}

ul.pagination li a.start, ul.pagination li a.prev, ul.pagination li a.next, ul.pagination li a.end {
	border: 1px solid #CCC;
}

ul.pagination li a.number {
	padding: 0 5px 0 5px;
}

ul.pagination li a.number.active {
	border: 1px solid #CCC;
	
}

ul.pagination li a.active:hover {
	color: #FFF;	
}

ul.pagination li.number_wrapper:hover, ul.pagination li.nav_wrapper:hover {
	background-color:#999	
}

ul.pagination li a.start, ul.pagination li a.prev, ul.pagination li a.next, ul.pagination li a.end {
	padding: 0 10px 0 10px;
}

.rankingbox{
	background:url(../images/ranking-numberbg-gray.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#FFF;
	width:29px;
	height:30px;
	padding-top:12px;
	font-size: 14px;
	font-weight:bold;
	text-align:center;
}

.rankingbox_own{
	background:url(../images/ranking-numberbg-red.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#FFF;
	width:29px;
	height:30px;
	padding-top:12px;
	font-size: 14px;
	font-weight:bold;
	text-align:center;
}

.rankingdot{
	background:url(../images/ranking-dots.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:56px;
	height:7px;
}

div#mface_main_container {
	width:100%;
}

div#mface_main_container_inner {
	vertical-align:top;
	margin: 0 auto;
	width:100%;
	overflow: hidden
}

div#mface_main_container_inner .left, div#mface_main_container_inner .middle {
	float:left;
	vertical-align:top;
}

div#mface_main_container_inner .right{
	float:right;
	vertical-align:top;
	margin: 0px 0 0 0;
	height:100%;
	width: 200px;	
}

div#mface_main_container_inner .left{
	width: 155px;
	/*background-color:#000;*/
	/*margin: 0px 0 0 0;	*/
}

div#mface_main_container_inner .middle_inner {
	margin:0px;
}

div#mface_main_container_inner .right_inner {
	margin: 0 0 0 0px;
	height:100%;
}


div#mface_main_container_inner .middle {
	/*border-left:1px dotted #ccc;*/
	min-height:650px;
	width: 640px;
}

div#mface_main_container_inner .left_inner {
	float:left;
}

div#mface_main_container_inner .wrapper {
	margin-top:40px;
}

.divmore_loading a{
	background:url(../images/mini-loader.gif);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	height:30px;
	background-color:#F1EFE4;
	width:100%;
}

.divmore a{
	background:url(../images/more.png);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	height:30px;
	background-color:#F1EFE4;
	width:100%;
}

.divmore a:hover{
	background:url(../images/more_hover.png);
	background-position:center center;
	background-repeat:no-repeat;
	cursor:pointer;
	height:30px;
	background-color:#F1EFE4;
	width:100%;
}

.divlatest a{
	cursor:pointer;
	color:#FFF;
	font-weight:bold;
}

.divlatest a:hover{
	cursor:pointer;
	color:#fffdbe;
	font-weight:bold;
}


#newpostcounter{
	padding:5px;
	padding-top:10px;
}

.apppositionbox a{
	text-align:center;
	background-color:#6F9;
	color:#900;
	font-size: 13px/16px;
	font-weight:bold;
	margin:5px;
}

.apppositionbox a:hover{
	text-align:center;
	background-color:#696;
	color:#900;
	font-size: 13px/16px;
	font-weight:bold;
	margin:5px;
}

.app-img{
height: 100px;
width: 100px;
background-attachment:fixed;
background-position:center;
border:1px solid #CCC;
padding:2px;
cursor:pointer;
overflow: hidden;
}

.app-img-small{
	height: 58px;
	width: 58px;
	cursor:pointer;
	overflow: hidden;
	opacity: .5;
	filter: alpha(opacity=50);	
}

.app-side a{
	/*border:1px solid #ccc;*/
	height:55px;
	width:55px;
	overflow:hidden;
	/*background-color:#F7F7F7;*/
	margin-right:2px;
	margin-bottom:2px;
	font-size:12px;
}

.app-side a:hover{
	background-color:#fff;
}

.appcontainer-left{
	text-align:right;
	margin-right:5px;
	width:245px;
	overflow:hidden;
}

.appcontainer-middle{
	text-align:right;
	margin-right:5px;
	width:245px;
	overflow:hidden;
}

.toolbar_header_middle{
	/*background:url(../images/header_02.png);*/
	height:60px;
	width:100%;
	background-repeat:repeat-x;
}

.toolbarmenu{
	padding-left:0px;
	font-size:10px;
	text-align:left
}

.toolbarmenu a{
	padding:2px;
	font-size: 11px;
	color:#666;
}

.toolbarmenu a:hover{
	padding:2px;
	/*border-bottom:1px dotted #999;*/
	font-size: 11px;
	color:#000;
}

.menutoolbar_toolbar_triangle{
	background:url(../images/icon-triangle.png);
	background-repeat:no-repeat;
	width:9px;
	margin-top:3px;
	margin-left:5px;
	margin-right:3px;
	height:10px;	
	float:left;
}

.toolbar_editprofile a{
	text-align:right;
	font-size: 14px;
	height:30px;
	color:#000;
	padding-top:10px;
	padding-right:10px;
	background:url(../images/moreicon.png);
	background-repeat:no-repeat;
	background-position:10px center;
	background-color:#3CF;
	opacity: .5;
	filter: alpha(opacity=50);
}

.toolbar_editprofile a:hover{
	/*background-color:#000;*/
}

.toolbar_subeditprofile a{
	text-align:right;
	font-size: 14px;
	height:30px;
	color:#000;
	padding-top:10px;
	padding-right:10px;
	background-color:#3CF;
	/*opacity: .5;
	filter: alpha(opacity=50);
	*/
}

.toolbar_subeditprofile a:hover{
	color:#fff;
}

.toolbar_searchbox{
	border:none;	
	padding: 8px 0 0 0;
	width:150px;
	color:#FFF;
	margin-top:-2px;
	background-color:transparent;
	outline:none;
}

.toolbar_searchbox_left{
	background:url(../images/header-search_01.png);
	width:12px;
	height:30px;
	float:left;
	background-repeat:no-repeat;
}

.toolbar_searchbox_middle{
	background:url(../images/header-search_02.png);
	width:auto;
	height:30px;
	float:left;
	background-repeat:repeat-x;
}

.toolbar_searchbox_right{
	background:url(../images/header-search_03.png);
	width:33px;
	height:30px;
	float:left;
	background-repeat:no-repeat;
}


.avatar-innerimg-small-group{
	height: 45px;
	width: 45px;
	text-align:center;
	cursor:pointer;
	overflow: hidden;
	/*
	padding:2px;
	background-color:#fff;
	border:1px solid #f0f0f0;
	border-radius:5px;
	*/
}

.wallauthor-innerimg-small-group{
	height: 30px;
	width: 30px;
	text-align:center;
	cursor:pointer;
	overflow: hidden;
	border:1px solid #ccc;
	background-color:#fff;
	/*border-radius:5px;*/
}

.wallauthor-img-small-group{
	cursor:pointer;
	position:absolute;
	margin-top:20px;
	z-index:1;
	/*margin-left:-20px;*/
}

.avatar-img-small-group{
padding:2px;
cursor:pointer;
border:1px solid #f0f0f0;
border-right:0px;
-webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
}

.wallphotocounter{
	margin:0 auto;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin-top:40px;
	font-size:42px;
	font-family:Impact;
	color:#F60;
	opacity: .8;
	filter: alpha(opacity=80);	
}

.menu a{
	color:#FFF;
	font-weight:bold;
}

.menu a:hover{
	color:#FF9;
	font-weight:bold;
}


.newpostborder_left{
	background:url(../images/latestfeed/latestfeeds_redleft.png);
	background-repeat:no-repeat;
	width:10px;
	height:37px;
	float:left;
}

.newpostborder_middle{
	background:url(../images/latestfeed/latestfeeds_redmiddle.png);
	background-repeat:repeat-x;
	width:auto;
	height:37px;
	float:left;
}

.newpostborder_cross{
	background:url(../images/latestfeed/latestfeeds_redright.png);
	background-repeat:no-repeat;
	width:20px;
	height:37px;
	float:left;
}

.newpostborder_black{
	background:url(../images/latestfeed/latestfeeds_blackmiddle.png);
	background-repeat:repeat-x;
	width:auto;
	height:37px;
	float:left;
}

.newpostborder_blackright{
	background:url(../images/latestfeed/latestfeeds_blackright.png);
	background-repeat:no-repeat;
	width:9px;
	height:37px;
	float:left;
}

.pm_profile_bottomleft{
	background:url(../images/pm/miniprofile-pm_bottomleft.png);
	background-repeat:no-repeat;
	width:10px;
	height:5px;
	float:left;
}

.pm_profile_bottommiddle{
	background:url(../images/pm/miniprofile-pm_bottommiddle.png);
	background-repeat:repeat-x;
	width:240px;
	height:5px;
	float:left;
}

.pm_profile_bottomright{
	background:url(../images/pm/miniprofile-pm_bottomright.png);
	background-repeat:no-repeat;
	width:9px;
	height:5px;
	float:left;
}

.pm_profile_middleleft{
	background:url(../images/pm/miniprofile-pm_middleleft.png);
	background-repeat:repeat-y;
	width:10px;
	height:22px;
	float:left;
}

.pm_profile_middleright{
	background:url(../images/pm/miniprofile-pm_middleright.png);
	background-repeat:repeat-y;
	width:9px;
	height:22px;
	float:left;
}

.pm_profile_topleft{
	background:url(../images/pm/miniprofile-pm_topleft.png);
	background-repeat:no-repeat;
	width:10px;
	height:15px;
	float:left;
}

.pm_profile_topmiddle{
	background:url(../images/pm/miniprofile-pm_toparrow.png);
	background-repeat:no-repeat;
	width:30px;
	height:15px;
	float:left;
}

.pm_profile_topexpand{
	background:url(../images/pm/miniprofile-pm_topmiddle.png);
	background-repeat:repeat-x;
	width:373px;
	height:15px;
	float:left;
}

.pm_profile_topright{
	background:url(../images/pm/miniprofile-pm_topright.png);
	background-repeat:no-repeat;
	width:9px;
	height:15px;
	float:left;
}

.pm_profile_addme{
	background:url(../images/pm/miniprofile-addme-red.png);
	background-repeat:no-repeat;
	width:40px;
	height:38px;
	position:absolute;
	right:-10px;
	top:0px;
	color:#FFF;
	text-align:left;
	padding-right:5px;
	font-size:10pt;
}

.pm_profile_addme a{
	background:url(../images/pm/miniprofile-addme-red.png);
	background-repeat:no-repeat;
	width:40px;
	height:38px;
	position:absolute;
	right:-10px;
	top:0px;
	color:#FFF;
	text-align:left;
	padding-right:15px;
	padding-top:5px;
	font-size:10pt;
	line-height:10px;
}

.pm_profile_addme a:hover{
	background:url(../images/pm/miniprofile-addme-black.png);
	background-repeat:no-repeat;
	width:40px;
	height:38px;
	position:absolute;
	right:-10px;
	top:0px;
	color:#FFFdbe;
	text-align:left;
	padding-right:15px;
	padding-top:5px;
	font-size:10pt;
	line-height:10px;
}

.mfullpostcover{
	background-color:#000;
	opacity: .8;
	filter: alpha(opacity=80);	
	margin:auto;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	position:fixed;
	z-index:9998;
	display:none
}

.mphotoeditcover{
	background-color:#000;
	opacity: .8;
	filter: alpha(opacity=80);	
	margin:auto;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	position:fixed;
	z-index:19;
	display:none
}

.mfullpostpopup{
	position: fixed;
 	z-index:9999;
	display:none;
	/*background-color:#000;*/
	/*opacity: .7;*/
	/*filter: alpha(opacity=70);	*/
}

.mfullpostpopup_prev a{
	background:url(../images/post_prev_dim.png);
	background-position:center 0px;
	background-repeat:no-repeat;
	min-width:48px;
	height:80px;
	color:#ccc;
}

.mfullpostpopup_prev a:hover{
	background:url(../images/post_prev.png);
	background-position:center 0px;
	background-repeat:no-repeat;
	color:#fff;
}

.mfullpostpopup_next a{
	background:url(../images/post_next_dim.png);
	background-position:center 0px;
	background-repeat:no-repeat;
	min-width:48px;
	min-width:48px;
	height:80px;
	color:#ccc;
}

.mfullpostpopup_next a:hover{
	background:url(../images/post_next.png);
	background-position:center 0px;
	background-repeat:no-repeat;
	color:#fff;
}

.mpostingphotoeditpopup{
	max-width:800px;
	max-height:600px;
	margin:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
	position:fixed;
	z-index:20;
	display:none
}

.mphotoeditpopup{
	margin:auto;
	width:800px;
	height:500px;
	left:0;
	right:0;
	top:0;
	bottom:0;
	position:fixed;
	z-index:20;
	display:none
}

.reblogarrow{
	background:url(../images/reblogarrow.png);
	background-repeat:no-repeat;
	width:20px;
	height:17px;
	float:left;
	margin-top:0px;
	margin-right:0px;
}

.comment-mini-arrow-up{
	background:url(../images/comment-mini-arrow-up.png);
	background-position:center center;
	background-repeat:no-repeat;
	padding-top:15px;
	padding-right:5px;
	width:15px;
	height:12px;
	cursor:pointer;
}

.comment-mini-arrow-down{
	background:url(../images/comment-mini-arrow-down.png);
	background-position:center center;
	background-repeat:no-repeat;
	padding-top:15px;
	padding-right:5px;
	width:15px;
	height:12px;
	cursor:pointer;
}

.comment-mini-background{
	background:url(../images/stripbackground.jpg);
	background-repeat:repeat;
	border-bottom:1px solid #ccc;
}

.comment-mini-icon{
	background:url(../images/comment-mini-icon.png);
	background-position:center center;
	background-repeat:no-repeat;
	padding-top:15px;
	padding-right:5px;
	width:16px;
	height:16px;
}

.more_link a{
	background:url(../images/more-mo.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:63px;
	color:#FFF;
	padding-left:0px;
	font-weight:bold;
	height:29px;
}

.more_link a:hover{
	background:url(../images/more-mu.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#666;
	font-weight:bold;
	padding-left:0px;
	width:63px;
	height:29px;
}

.more_link_normal a{
	background:url(../images/moreicon.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#999;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#f0f0f0;
	/*font-weight:bold;*/
	/*height:25px;*/
}

.more_link_normal a:hover{	
	background:url(../images/moreicon.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#666;
	font-weight:bold;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	/*height:25px;*/
}

.stripbackground{
	background:url(../images/stripbackground.jpg);
	background-repeat:repeat;
}

.photoeditbuttoncontainer{
	background-color:#000;
	border-right:0px;
	height:30px;
	width:71px;
	font-weight:bold;
	color:#FFF;
	font-size:9px;
}

.icon_aviary a{
	background:url(../images/aviary.png);
	background-repeat:no-repeat;
	width:80px;
	height:16px;
	cursor:pointer;
}

.icon_pixlr a{
	background:url(../images/pixlr.png);
	background-repeat:no-repeat;
	width:62px;
	height:19px;
	cursor:pointer;
}

.closeicon a{
	background:url(../images/close-icon.png);
	background-repeat:no-repeat;
	background-position:110px 5px;
	background-color:#333;
	margin-top:5px;
	width:130px;
	height:25px;
	cursor:pointer;
	position:absolute;
	right:0;
	margin-right:5px;
	color:#FFF;
	font-weight:bold;
	padding-left:10px;
	padding-top:8px;
}

.closeicon a:hover{
	background:url(../images/close-icon.png);
	background-repeat:no-repeat;
	background-position:110px 5px;
	background-color:#900;
	margin-top:5px;
	width:130px;
	height:25px;
	cursor:pointer;
	position:absolute;
	right:0;
	margin-right:5px;
	color:#FFFdbe;
	font-weight:bold;
	padding-left:10px;
	padding-top:8px;
}

.tagdiv{
	width:100%;
	padding:1px;
	color:#fff;
	font-size:12px;
}

.tagdiv_selected{
	width:100%;
	padding:1px;
	background-color:#333;
	color:#fffdbe;
	font-size:12px;
}

.tagbutton_image a{
	border:1px solid #333;
	color:#CCC;
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	font-size:10px;
	height:15px;
	cursor:pointer;
}

.tagbutton_image a:hover{
	border:1px solid #666;
	background-color:#333;
	color:#CCC;
	padding:2px;
	padding-left:10px;
	padding-right:10px;
	font-size:10px;
	height:15px;
	cursor:pointer;
}

.opaque0{
	opacity: .0;
	filter: alpha(opacity=0);	
}

.opaque1{
	opacity: 1;
	filter: alpha(opacity=100);	
}

.opaque_half{
	opacity: .5;
	filter: alpha(opacity=50);	
}

.dropdown-arrowdown{
	background:url(../images/arrow-dialog-down_black.png);
	background-repeat:no-repeat;
	background-position:center center;
	width:11px;
	height:12px;
}

.posting_suboption a{
	background-color:#fff;
	border:1px solid #ccc;
	color:#666;
	width:20px;
	height:20px;
	padding:5px;
}

.posting_suboption a:hover{
	background-color:#666;
	border:1px solid #333;
	color:#000;
	width:20px;
	height:20px;
	padding:5px;
}

.posting_suboption_selected a{
	background-color:#666;
	border:1px solid #333;
	border-bottom:0px solid #333;
	color:#fff;
	width:20px;
	height:20px;
	padding:5px;
	padding-bottom:8px;
}



.posting_status{
	background:url(../images/posting_status.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#ccc;
	font-weight:normal;
	cursor:pointer;
	height:30px;
	width:60px;
}

.posting_minimize{
	background:url(../images/posting_minimize.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#ccc;
	font-weight:normal;
	cursor:pointer;
	height:20px;
	width:20px;
}

.posting_sub_photo{
	background:url(../images/posting_sub_photo.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#ccc;
	font-weight:normal;
	cursor:pointer;
	height:20px;
	width:20px;
}

.posting_sub_movie{
	background:url(../images/posting_sub_video.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#ccc;
	font-weight:normal;
	cursor:pointer;
	height:20px;
	width:20px;
}

.posting_sub_group a{
	background:url(../images/posting_sub_group_dim.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	color:#ccc;
	font-size:12px;
	cursor:pointer;
	padding-left:30px;
	height:20px;
}

.posting_sub_group a:hover{
	background:url(../images/posting_sub_group.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	color:#666;
	font-size:12px;
	cursor:pointer;
	padding-left:30px;
	height:20px;
}

.tagborder_show{
	border:1px solid #000;
}

.talent-video-border a{
	float:left;
	padding:5px;
	padding-bottom:6px;
	width:350px;
	overflow:hidden;
	margin-bottom:30px;
	height:135px;
	cursor:pointer;
	color:#000;
	border:1px solid transparent;
}

.talent-video-border a:hover{
	float:left;
	padding:5px;
	border:1px solid #ccc;
	padding-bottom:6px;
	width:350px;
	margin-bottom:30px;
	color:#000;
	cursor:pointer;
}

.talent-video-border-winner a{
	float:left;
	padding:5px;
	padding-bottom:6px;
	width:700px;
	overflow:hidden;
	margin-bottom:30px;
	height:98px;
	cursor:pointer;
	color:#000;
	/*border:1px solid transparent;*/
}

.talent-video-border-winner a:hover{
	float:left;
	padding:5px;
	background-color:#f0f0f0;
	/*border:1px solid #ccc;*/
	padding-bottom:6px;
	width:700px;
	margin-bottom:30px;
	color:#000;
	cursor:pointer;
}

.talent-list-title{
	font-size:18px;
	font-weight:bold;
	height:10px;
	overflow:hidden;
	color:#333;
}

.talent-video-border-side{
	padding:0px;
	padding-bottom:10px;
	width:150px;
	height:200px;
	margin-bottom:5px;
	cursor:pointer;
}

.talent-video-border-side-long{
	padding:0px;
	padding-bottom:10px;
	width:250px;
	height:145px;
	margin-bottom:5px;
	cursor:pointer;
}

.recommend-talent-video-border a{
	padding:5px;
	border:1px solid #ccc;
	width:250px;
	height:90px;
	margin-bottom:5px;
	cursor:pointer;
}

.recommend-talent-video-border a:hover{
	padding:5px;
	background-color:#F0F0F0;
	border:1px solid #999;
	width:230px;
	height:90px;
	margin-bottom:5px;
	cursor:pointer;
}

.talent-comment-support-button a{
	border:1px solid #ccc;
	padding:5px;
	float:left;
	color:#999;
}

.talent-comment-support-button a:hover{
	border:1px solid #ccc;
	padding:5px;
	float:left;
	color:#666;
}

.talent-comment-anti-button a{
	border:1px solid #ccc;
	padding:5px;
	float:left;
	color:#999;
}

.talent-comment-anti-button a:hover{
	border:1px solid #ccc;
	padding:5px;
	float:left;
	color:#666;
}

.talent-comment-support-button_selected a{
	border:1px solid #666;
	background-color:#69C;
	padding:5px;
	float:left;
	color:#fff;
}

.talent-comment-anti-button_selected a{
	border:1px solid #666;
	background-color:#900;
	padding:5px;
	float:left;
	color:#fff;
}

.talent-comment-support-border{
	border:#CCC 1px solid;
	margin-bottom:10px;
}

.talent-comment-anti-border{
	border:#CCC 1px solid;
	margin-bottom:10px;
}

.talent-video-img{
	width: 100px;
	cursor:pointer;
	overflow: hidden;
}

.talent-video-img-side{
	width: 80px;
	border:1px solid #CCC;
	cursor:pointer;
	overflow: hidden;
}


.talent-topmenu-left{
	background:url(../images/talent/talent-gray_01.png);
	width:20px;
	height:48px;
	float:left;
	background-repeat:no-repeat;
}

.talent-topmenu-middle a{
	height:23px;
	float:left;
	background-repeat:repeat-x;
	color:#666;
	font-size:12px;
}

.talent-topmenu-middle a:hover{
	height:23px;
	float:left;
	background-repeat:repeat-x;
	color:#999;
	font-size:12px;
}

.talent-topmenu-right{
	background:url(../images/talent/talent-gray_03.png);
	height:48px;
	width:20px;
	float:left;
	background-repeat:no-repeat;
}

.talent-topmenu-left_selected{
	width:20px;
	height:48px;
	float:left;
	background-repeat:no-repeat;
	color:#900;
	font-size:12px;
	padding-top:25px;
	margin-right:10px;
}

.talent-topmenu-middle_selected a{
	height:26px;
	float:left;
	color:#900;
	font-weight:bold;
	font-size:12px;
}

.talent-topmenu-middle_selected a:hover{
	height:26px;
	float:left;
	background-repeat:repeat-x;
	color:#666;
	font-weight:bold;
	font-size:12px;
}

.talent-topmenu-right_selected{
	background:url(../images/talent/talent-red_03.png);
	height:48px;
	width:20px;
	float:left;
	background-repeat:no-repeat;
}


.talent-divider-bottom-left{
	background:url(../images/talent/bottom-devider-left.png);
	width:40px;
	height:4px;
	float:left;
	position:relative;
	z-index:5px;
	margin-top:-2px;
	background-repeat:no-repeat;
}

.talent-divider-bottom-right{
	background:url(../images/talent/bottom-devider-right.png);
	width:40px;
	height:4px;
	float:left;
	position:relative;
	z-index:5px;
	margin-top:-2px;
	background-repeat:no-repeat;
}

.talent-divider-bottom-middle{
	background:url(../images/talent/bottom-devider-middle.png);
	width:500px;
	height:4px;
	float:left;
	position:relative;
	z-index:5px;
	margin-top:-2px;
	background-repeat:repeat-x;
}

.talent-gradient-bottom-left{
	background:url(../images/talent/talent-menubottom_left.png);
	width:80px;
	height:57px;
	float:left;
	position:relative;
	z-index:5px;
	margin-top:-2px;
	background-repeat:no-repeat;
}

.talent-gradient-bottom-right{
	background:url(../images/talent/talent-menubottom_right.png);
	width:79px;
	height:57px;
	float:left;
	position:relative;
	z-index:5px;
	margin-top:-2px;
	background-repeat:no-repeat;
}

.talent-gradient-bottom-middle{
	background:url(../images/talent/talent-menubottom_middle.png);
	width:400px;
	height:57px;
	float:left;
	position:relative;
	z-index:5px;
	margin-top:-2px;
	background-repeat:repeat-x;
}

.talent-uploadrecord-button{
	float:left;
	padding:5px;
	padding-top:30px;
	width:100px;
	height:40px;
	margin-top:5px;
	margin-bottom:5px;
	border:1px solid #666;
	background-color:#333;
	color:#ccc;
	font-size:12px;
	text-align:center;
	cursor:pointer;
}

.talent-uploadrecord-button-hover{
	float:left;
	padding:5px;
	padding-top:30px;
	width:100px;
	height:40px;
	border:1px solid #666;
	margin-top:5px;
	margin-bottom:5px;
	color:#FFF;
	background-color:#000;
	font-size:12px;
	text-align:center;
	cursor:pointer;
}

.seasionselector{
	font-size: 12px;
	color:#999;
	font-family:impact;
	padding:0px;
	width:340px;
	border:1px solid #ccc;
	background-color:#fff;
	cursor:pointer;
}

.talent-searchbox-left{
	background:url(../images/talent/talent-search_left.png);
	background-repeat:no-repeat;
	width:20px;
	height:32px;
	float:left;
}

.talent-searchbox-right{
	background:url(../images/talent/talent-search_right.png);
	background-repeat:no-repeat;
	width:28px;
	height:32px;
	float:left;
}

.talent-searchbox-middle{
	background:url(../images/talent/talent-search_middle.png);
	background-repeat:repeat-x;
	height:32px;
	float:left;
}

.talent-video-title-overlay{
	bottom:0;
	position:absolute;
	overflow:hidden;
	padding:10px;
	height:15px;
	width:240px;
	z-index:1px;
	margin-bottom:7px;
	word-wrap:break-word;
	background-color:#000;
	color:#fff;
	font-weight:bold;
}

.talent-video-title-overlay-side{
	bottom:0;
	position:absolute;
	overflow:hidden;
	padding:10px;
	height:10px;
	width:129px;
	z-index:1px;
	margin-bottom:0px;
	word-wrap:break-word;
	background-color:#000;
	color:#fff;
	font-weight:bold;
}

.talent-video-preview-title{
	font-size: 20px;
	color:#000;
	font-family:impact;
}

.seasonselector_item a{
	margin-top:5px;
	margin-bottom:0px;
	padding:5px;
	padding-left:10px;
	color:#999;
}

.seasonselector_item a:hover{
	margin-top:5px;
	margin-bottom:0px;
	padding:5px;
	padding-left:10px;
	font-weight:bold;
	color:#000;
}

.seasonselector_item_season a{
	color:#900;
	font-weight:bold;
}

.seasonselector_item_season a:hover{
	color:#000;
	font-weight:bold;
}

.talent-sortby a{
	font-size: 12px;
	color:#900;
}

.talent-sortby a:hover{
	font-size: 12px;
	color:#666;
}

.talent-sortby-selected{
	font-size: 12px;
	font-weight:bold;
	color:#000;
}

.talent-comment-icon{
	background:url(../images/comment.png);
	background-repeat:no-repeat;
	background-position:0px;
	font-size:10px;
	padding-top:8px;
	width:26px;
	height:26px;
}

.talent-view-icon{
	background:url(../images/view.png);
	background-repeat:no-repeat;
	background-position:0px;
	font-size:10px;
	padding-top:8px;
	width:26px;
	height:26px;
}

.talent-logo{
	background:url(../images/mface_2minutes-logo.png);
	background-repeat:no-repeat;
	width:153px;
	height:116px;
}

.talent-videoplay-icon{
	background:url(../images/play.png);
	background-repeat:no-repeat;
	background-position:0px;
	font-size:10px;
	margin-top:30px;
	margin-left:30px;
	z-index:2;
	position:absolute;
	width:39px;
	height:39px;
	cursor:pointer;
}

.talent-itemlist-subdetail{
	font-size:11px;
	font-color:#666;
}

.redtag{
	background:url(../images/redtag.png);
	background-position:center center;
	background-repeat:no-repeat;
	color:#FFF;
	padding-top:5px;
	font-weight:bold;
	height:35px;
	width:38px;
	text-align:center;
}

.app_link a{
	font-size:20px;
	color:#666;
	text-align:center;
	height:25px;
	padding:10px;
	padding-top:15px;
	margin:10px;
}

.app_link a:hover{
	font-size:20px;
	color:#333;
	text-align:center;
	border:1px solid #E4E4E4;
	height:25px;
	padding:10px;
	padding-top:15px;
	margin:10px;
}

.app_link_selected a{
	background:url(../images/stripbackground.jpg);
	background-repeat:repeat;
	font-size:20px;
	color:#666;
	text-align:center;
	border:1px solid #E4E4E4;
	height:25px;
	padding:10px;
	padding-top:15px;
	margin:10px;
}

.installed-app-link a{
	height:15px;
	background-color:#FFF;
	border:1px solid #E4E4E4;
	color:#333;
	padding:10px;
	width:50%;
}

.installed-app-link a:hover{
	height:15px;
	background-color:#666;
	border:1px solid #E4E4E4;
	color:#FFF;
	padding:10px;
	width:50%;
}

.installed-app-link-selected a{
	height:15px;
	background-color:#FFF;
	border:1px solid #E4E4E4;
	color:#333;
	padding:10px;
	width:50%;
}

a.submenu:hover {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-decoration: underline;
}
.submenu {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 10px;
	color: #333;
	text-decoration: none;
	padding-left: 5px;
	vertical-align: middle;
}
.trianglespace {
	padding-left: 20px;
}

.mf_arrowleft a{
	background:url(../images/arrow-left-mu-2mf.png);
	width:23px;
	height:22px;
	float:left;
	background-repeat:no-repeat;
}

.mf_arrowleft a:hover{
	background:url(../images/arrow-left-mo-2mf.png);
	width:23px;
	height:22px;
	float:left;
	background-repeat:no-repeat;
}

.mf_arrowright a{
	background:url(../images/arrow-right-mu-2mf.png);
	width:23px;
	height:22px;
	float:left;
	background-repeat:no-repeat;
}

.mf_arrowright a:hover{
	background:url(../images/arrow-right-mo-2mf.png);
	width:23px;
	height:22px;
	float:left;
	background-repeat:no-repeat;
}

.friendsuggestion_more a{
	padding:5px;
	font-size:10px;
	color:#666;
	border:1px solid #ccc;
}

.friendsuggestion_more a:hover{
	padding:5px;
	font-size:10px;	
	color:#000;
	border:1px solid #ccc;
}

.questionmark{
	background:url(../images/question_button.png);
	width:32px;
	height:32px;
}

.sharebut{
	background:url(../images/share.png);
	width:22px;
	height:22px;
}

.talent_title a{
	font-size: 14px;
	color:#666;
	cursor:pointer;
	padding:10px;
	height:8px;
}

.talent_title a:hover{
	font-size: 14px;
	color:#000;
	cursor:pointer;
	padding:10px;
	height:8px;
}

.talent_title_selected{
	font-size: 14px;
	color:#900;
	padding:10px;
	height:8px;
	font-weight:bold;
}

.talentnext{
	height:32px;
	width:19px;
	background:url(../images/next.png);
	background-repeat:no-repeat;	
}



.tip_addmebutton a{
	font-size: 11px;
	color:#000;
	padding-top: 13px;
	padding-left:5px;
	border:1px dotted ccc;
	height:20px;
}
.tip_addmebutton a:hover {
	font-size: 11px;
	padding-top:13px;
	padding-left:5px;
	color: #900;
	border:1px dotted #ccc;
	height:20px;
}

.mf2m2ftoppanel{
	width:94px;
	display:none;
	position:absolute;
	z-index:10;
	font-size: 10px;
	color: #fff;
	padding: 8px;
	background-color:#000;
}

.tipaddmeborder a{
	font-size:10px;
	float:left;
	background-color:#666;
	border:1px solid #ccc;
	padding:3px;
	margin-right:5px;
}

.tipaddmeborder a:hover{
	font-size:10px;
	float:left;
	color:#fff;
	background-color:#000;
	border:1px solid #000;
	padding:3px;
	margin-right:5px;
}

.wall-suggestion{
	padding:10px;
	margin-bottom:20px;
	/*
	background-color:#f0f0f0;
	border:1px dotted #ccc;
	*/
}

.avatar-img-wallsuggestion{
height: 58px;
width: 58px;
background-attachment:fixed;
background-position:center;
border: solid 2px #CCC;
cursor:pointer;
overflow: hidden;
}

a:hover img.avatar-img-wallsuggestion {
border: solid 2px #666;
}

.wall-suggestion-link a{
	background:url(../images/cube.png);
	background-position:5px 5px;
	background-repeat:no-repeat;
	color:#666;
	font-size:14px;
	border:1px solid #f0f0f0;
	background-color:#fff;
	height:17px;

	padding:10px;
	padding-left:45px;
	padding-top:15px;

	margin:10px;
	margin-bottom:20px;
	margin-right:25px;
}

.wall-suggestion-link a:hover{
	color:#999;
	background-color:#f0f0f0;
}

.toolbar_loginorregister a{
	text-shadow:1px 1px #f0f0f0;
	font-size:16px;
	color:#999;
	padding:5px;
	border:1px dotted transparent;
}

.toolbar_loginorregister a:hover{
	text-shadow:1px 1px #f0f0f0;
	font-size:16px;
	color:#666;
	padding:5px;
	border:1px solid #ccc;
	background-color:#fff;
}

.walldetail_next a{
	background:url(../images/arrow-right-mu.png);
	background-repeat:no-repeat;
	padding-right:10px;
	width:33px;
	height:32px;
	z-index:10;
	position:absolute;
	right:0;
	top:50%;
	margin:auto;
}

.walldetail_next a:hover{
	background:url(../images/arrow-right-mo.png);
	background-repeat:no-repeat;
	padding-right:10px;
	width:33px;
	height:32px;
	z-index:10;
	position:absolute;
	right:0;
	top:50%;
	margin:auto;
}

.walldetail_prev a{
	background:url(../images/arrow-left-mu.png);
	background-repeat:no-repeat;
	width:33px;
	height:32px;
	z-index:10;
	position:absolute;
	left:1%;
	top:50%;
	margin:auto 0;
}

.walldetail_prev a:hover{
	background:url(../images/arrow-left-mo.png);
	background-repeat:no-repeat;
	width:33px;
	height:32px;
	z-index:10;
	position:absolute;
	left:1%;
	top:50%;
	margin:auto 0;
}

.wallposting_actionlabel a{
	color:#999;
}

.wallposting_actionlabel a:hover{
	color:#000;
}

.appborder a{
	background-color:#fff;
	padding:10px;
	height:105px;
}

.appborder a:hover{
	background-color:#f0f0f0;
	padding:10px;
	height:105px;
}

.pic_next{
	background:url(../images/theme_blue/arrow_right.png);
	background-repeat:no-repeat;
	width:29px;
	height:45px;
	z-index:100;
	position:absolute;
	right:0;
	margin-right:10px;
	cursor:pointer;
	opacity: 0.6;
	filter: alpha(opacity=60);	
}

.pic_next_hover{
	background:url(../images/theme_blue/arrow_right.png);
	background-repeat:no-repeat;
	width:29px;
	height:45px;
	z-index:100;
	position:absolute;
	right:0;
	margin-right:10px;
	cursor:pointer;
	opacity: 1.0;
	filter: alpha(opacity=100);	
}

.pic_prev{
	background:url(../images/theme_blue/arrow_left.png);
	background-repeat:no-repeat;
	width:29px;
	height:45px;
	z-index:100;
	position:absolute;
	left:0;
	margin-left:10px;
	cursor:pointer;
	opacity: 0.6;
	filter: alpha(opacity=60);	
}

.pic_prev_hover{
	background:url(../images/theme_blue/arrow_left.png);
	background-repeat:no-repeat;
	width:29px;
	height:45px;
	z-index:100;
	position:absolute;
	left:0;
	margin-left:10px;
	cursor:pointer;
	opacity: 1.0;
	filter: alpha(opacity=100);	
}

.pic_prev:hover , .pic_next:hover{
	opacity: 1.0;
	filter: alpha(opacity=100);	
}

.footer_languagebar{
	/*
	cursor:pointer;
	color:#666;
	font-size:14px;
	float:left;
	padding-left:10px;
	padding-top:5px;
	z-index:2;
	bottom:0;*/
	/*background-color:#000;*/
	/*margin-top:-10px;*/
	/*border:1px solid #333;*/
	/*position:absolute;*/
	/*right:0;*/
}

.a_username {
	font-weight:bold;
	font-size:12px;
	color: #425099;
	text-decoration:none
}

.a_username:hover {
	color: #425099;
	text-decoration:underline
}

.div_alphabet_row .div_alphabet_selected {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	background-color:#800040
}

.a_alphabet a{
	padding:5px;
	margin-right:2px;
	border:1px solid #DDD;
	font-weight:bold;
	color: #ccc;
}

.a_alphabet a:hover{
	border:1px solid #ccc;
	font-weight:bold;
	color: #666;
}

.a_alphabet_selected a{
	font-weight:bold;
	background-color:#f0f0f0;
	color: #999;
}

.a_alphabet_selected a:hover{
	border:1px solid #ccc;
	font-weight:bold;
	color: #666;
}

.icon_close{
	background:url(../images/icon_close.png);
	background-repeat:no-repeat;
	margin-top:5px;
	width:20px;
	height:20px;
	cursor:pointer;
}

.icon_close_wall{
	background:url(../images/icon_close_wall.png);
	background-repeat:no-repeat;
	margin-top:5px;
	width:20px;
	height:20px;
	cursor:pointer;
}

.mpopupcontentcover{
	background-color:#000;
	opacity: .8;
	filter: alpha(opacity=80);	
	margin:auto;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	position:fixed;
	z-index:9998;
	display:none
}

.mpopupcontent{
	position: fixed;
 	z-index:9999;
	display:none;
}

.theme-selectoricon{
	background:url(../images/theme/paint.png);
	background-repeat:no-repeat;
	width:30px;
	height:30px;
	cursor:pointer;
}

.posting_albumlink a{
	/*background-color:#fff;*/
	border-bottom:1px solid #ccc;
	color:#999;
	padding:5px;
}

.posting_albumlink a:hover{
	background-color:#fff;
	border-bottom:1px solid #ccc;
	color:#000;
	padding:5px;
}

.posting_albumlink_selected a{
	background-color:#3CF;
	border-bottom:1px solid transparent;
	color:#000;
	padding:5px;
}

.leftpanel-mypanel{
	background:url(../images/leftpanel/user.png);
	background-repeat:no-repeat;
	background-position:125px 8px;
	width:143px;
	text-align:left;
	padding:10px;
	padding-right:0px;
	color:#3CF;
	font-size:12px;
	/*border:1px solid #666;*/
	/*background-color:#666;*/
}

.leftpanel-mfaceworld{
	background:url(../images/leftpanel/milestone.png);
	background-repeat:no-repeat;
	background-position:125px 8px;
	width:143px;
	text-align:left;
	padding:10px;
	padding-right:0px;
	color:#fff;
	font-size:12px;
	border:1px solid #666;
	background-color:#666;
}

.imgbanneropa{
	opacity: .5;
	filter: alpha(opacity=50);	
}

.shareboxpanel{
	/*border-bottom:1px solid #666;*/
}

.posting-avatar-border{
	background:url(../images/userthumbnail.png);
	background-repeat:no-repeat;
	background-position:0px;
	height: 60px;
	width: 69px;
	text-align:center;
	cursor:pointer;
	overflow: hidden;
}

.posting-avatar-border-wall{
	background:url(../images/userthumbnail_wall.png);
	background-repeat:no-repeat;
	background-position:0px;
	height: 48px;
	width: 55px;
	text-align:center;
	cursor:pointer;
	overflow: hidden;
}

.smileyborder a{
	
}

.smileyborder a:hover{
	background-color:#ccc;
}

.linkupload{
	/*
	background:url(../images/linkupload.png);
	background-repeat:no-repeat;
	background-position:0px;
	height: 32px;
	width: 32px;
	*/
}

.wallsorting_arrowdown{
	background:url(../images/wallsorting_arrowdown.png);
	background-repeat:no-repeat;
	background-position:0px;
	height: 17px;
	width: 17px;
	cursor:pointer;
}

.posting-translatelink{
	background:url(../images/toolbar-triangle-black.png);
	background-repeat:no-repeat;
	background-position:10px;	
	color:#999;
	padding:5px;
	padding-left:25px;
	color:#999;
}

.posting-translateborder{
	position:absolute;
	padding:5px;
	z-index:10;
	background-color:#f4f4f4;
	border:1px solid #f0f0f0;
}

.wall_wrap {	
	width: 100%;
	min-height: 100px;
	background-color:#fff;
	margin-bottom:20px;
/*
	border:1px solid #ccc;
	border-radius:10px;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
*/
}

.attributebottombar{
	margin-bottom:10px;
	/*background-color:#000;*/
	/*width:100%;*/
	/*float:right;*/
	/*border:1px solid #f4f4f4;
	border-right:0px;
	*/
	/*border-radius:5px 0 0 5px;*/
	/*background-color:#fff;*/
	/*margin-top:20px;*/
	/*height:30px;*/
}

.attributebottombar_fullpost{
	/*background-color:#000;*/
	width:100%;
	/*margin-top:20px;*/
	/*height:30px;*/
}

.bigmouthcommentareapanel{
	width:100%;
	/*border:1px solid #f0f0f0;*/
	border-top:0px;
	/*padding:5px;*/
	position:relative;
}

.bigmouthshareareapanel{
	width:100%;
	/*border:1px solid #f0f0f0;*/
	padding:5px;
}

.attributebottombarlink a{
	color:#fff;
	font-weight:bold;
	font-size:10px;
	float:left;
	margin-left:20px;
	margin-top:7px;
}

.attributebottombarlink a:hover{
	color:#06F;
}

.attributebottombarlabel_bg{
	/*
	background: url('../images/bigmouth/btn-bg-gery.png');
	background-repeat:repeat-x;
	*/
	float:left;
	padding-top:0px;
	height:24px;
	

	/*border-right:1px solid #f0f0f0;*/
	/*background-color:#000;*/
	/*border:1px solid transparent;*/
}

.attributebottombarlabel_bg_right{
	/*
	background: url('../images/bigmouth/btn-bg-blck.png');
	background-repeat:repeat-x;
	border:2px solid #666;
	*/
	float:right;
	height:21px;
}

.attributebottombarlabel_plus_bottom{
	background: url('../images/bigmouth/add_dim.png') no-repeat;
	background-position:0px 0px;
	color:#ccc;
	font-weight:bold;
	font-size:10px;
	padding-left:30px;
	padding-right:10px;
	padding-top:1px;
	/*margin-top:3px;*/
	margin-left:5px;
	height:16px;
}

.attributebottombarlabel_minus_bottom{
	background: url('../images/bigmouth/minus_dim.png') no-repeat;
	background-position:0px 0px;
	color:#ccc;
	font-weight:bold;
	font-size:10px;
	padding-left:30px;
	padding-right:10px;
	padding-top:1px;
	/*margin-top:3px;*/
	margin-left:5px;
	height:16px;
}
.attributebottombarlabel_share_bottom{
	background: url('../images/bigmouth/share_dim.png') no-repeat;
	background-position:0px 0px;
	color:#ccc;
	font-weight:bold;
	font-size:10px;
	padding-left:30px;
	padding-right:10px;
	padding-top:1px;
	/*margin-top:3px;*/
	margin-left:5px;
	height:16px;
}
.attributebottombarlabel_comment_bottom{
	background: url('../images/bigmouth/comment_dim.png') no-repeat;
	background-position:0px 0px;
	color:#ccc;
	font-weight:bold;
	font-size:10px;
	padding-left:30px;
	padding-right:10px;
	padding-top:1px;
	/*margin-top:3px;*/
	margin-left:5px;
	height:16px;
}

.attributebottombarlabel_minus a:hover{
	background: url('../images/bigmouth/minus_dim.png') no-repeat;
	background-position:0px 0px;
	color:#000;
}

.attributebottombarlabel_translate{
	background: url('../images/bigmouth/translate_dim.png') no-repeat;
	background-position:0px 0px;
	width:30px;
	float:right;
	margin-top:0px;
	margin-left:10px;
	/*border-right:1px solid #f0f0f0;*/
	height:24px;
}

.attributebottombarlabel_translate:hover{
	background: url('../images/bigmouth/translate_dim.png') no-repeat;
	background-position:0px 0px;
}

.attributebottombarlabel_minus a{
	background: url('../images/bigmouth/minus_dim.png') no-repeat;
	/*background-position:0px 2px;*/
	/*margin-top:3px;*/
	color:#ccc;
	font-weight:bold;
	font-size:10px;
	padding-left:20px;
	padding-right:10px;
	padding-top:1px;
	margin-left:5px;
	height:16px;
}

.attributebottombarlabel_minus_selected a{
	background: url('../images/bigmouth/minus_dim.png') no-repeat;
	/*background-position:0px 2px;*/
	color:#666;
	font-weight:bold;
	font-size:10px;
	padding-left:30px;
	padding-right:10px;
	padding-top:1px;
	/*margin-top:3px;*/
	margin-left:5px;
	height:16px;
}

/*.reblogcontentpanel{	
	border:1px solid #ccc;
	background-color:#f0f0f0;
	
}*/

.miniloader-ico{
	background:url(../images/mini-loader.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

.butshareclass a{
	color:#666;
	/*border-bottom:1px solid #f0f0f0;*/
	margin-bottom:2px;
	padding:5px;
	height:30px;
}

.butshareclass a:hover{
	color:#000;
	background-color:#f0f0f0;
}

.commentminibar a{
	/*border:1px solid transparent;*/
	/*padding:5px;*/
	/*height:20px;*?
}

.commentminibar a:hover{
	/*border:1px solid #ccc;*/
}

.commentminibar a span{
	font-size:10px;
	color:#999;
}

.commentminibar a:hover span{
	color:#666;
}

.commentminibar_plus a{
	background:url(../images/bigmouth/commentbox/comment-icon-plus.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-left:20px;
	height:20px;
	font-size:10px;
	color:#999;
}

.commentminibar_plus a:hover{
	color:#666;
}

.commentminibar_minus a{
	background:url(../images/bigmouth/commentbox/comment-icon-minus.png);
	background-position:5px 10px;
	background-repeat:no-repeat;
	padding-left:20px;
}

.commentminibar_translate a{
	background:url(../images/bigmouth/commentbox/comment-icon-translate.png);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-left:20px;
	height:20px;
}



.translatebox{
	border:1px solid #ccc;
	background-color:#fff;
	padding:5px;
	display:none;
	position:absolute;
	z-index:100;
	right:0;
	width:130px;
	/*margin-right:34px;*/
}

.translatelabel a{
	background:url('');
	text-align:left;
	padding:5px;
	color:#999;
	margin-bottom:3px;
}

.translatelabel a:hover{
	background-color:#f0f0f0;
	color:#666;
}

.translatelabel_selected a{
	background:url('');
	background-color:#f0f0f0;
	border:1px solid #ccc;
	text-align:left;
	padding:5px;
	color:#000;
	margin-bottom:3px;
}

#fullpostbottomcover {
	position:fixed;
	bottom:0px;
	height:40px;
	background-color:#000;
	width:100%;

	/*background:url(../images/br_up.png);
	background-position:center 10px;
	background-repeat:no-repeat;
	background-color:#000;*/
	/*
	cursor:pointer;
	opacity: .7;
	filter: alpha(opacity=70);	
	*/
}

#fullpostuppercover {
	background:url(../images/br_down.png);
	background-position:center 10px;
	background-repeat:no-repeat;
	background-color:#000;
	height:60px;
	cursor:pointer;
	opacity: .7;
	filter: alpha(opacity=70);	
}

#fullpostcontent {
	position:fixed;
	/*padding:10px;
	background-color:#f0f0f0;
	padding-right:30px;
	*/
}

#fullpostavatarborder {
	background-color:#666;
	float:left;
	padding:10px;	
	margin-right:10px;
	margin-bottom:10px;
}

.fullpostnosult{
	text-align:center;
	padding:20px;
	margin:20px;
	font-size:18px;
	color:#999;
	background-color:#333;
}

.newicon{
	background:url(../images/star.png);
	background-repeat:no-repeat;
	width:50px;
	height:60px;
}

.newicon_small{
	background:url(../images/star-small.png);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
}

.wallfilter_bottombar{
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
	height:1px;
	border-top:1px solid #ccc;
	-webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
}

.wallfilter_seperator{
	float:right;
	border-left:1px solid #ccc;
	margin-left:15px;
	margin-right:15px;
	margin-top:2px;
	height:22px;
	width:1px;
}

.wallfilter_friend a{
	background:url(../images/wf_bigmouth.png);
	background-repeat:no-repeat;
}

.wallfilter_mixpost a{
	float:left;
	padding-right:10px;
	color:#999;
	cursor:pointer;
	/*
	background:url(../images/wf_mixpost-dim.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	*/
	/*border:1px solid #f0f0f0;*/
	
}

.wallfilter_mixpost a:hover{
	color:#000;
	/*
	background:url(../images/wf_mixpost.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	background-color:#F60;
	*/
}

.wallfilter_mixpost_selected{
	float:left;
	padding-right:10px;
	color:#F60;
	/*
	background:url(../images/wf_mixpost.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	*/
	/*border:1px solid transparent;*/
	/*background-color:#3CF;*/
}

.wallfilter_bigmouth a{
	float:left;
	text-align:left;
	padding-right:10px;
	color:#999;
	/*
	background:url(../images/wf_bigmouth-dim.png);
	background-repeat:no-repeat;
	background-position:5px 5px;	
	*/
	/*background-color:#fff;*/
}

.wallfilter_bigmouth a:hover{
	color:#fff;
	/*
	background:url(../images/wf_bigmouth.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	*/
}

.wallfilter_bigmouth_selected{
	float:left;
	text-align:left;
	padding-right:10px;
	color:#F60;
	/*
	background:url(../images/wf_bigmouth.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	*/
	/*background-color:#F60;*/
}

.wallfilter_friends a{
	float:left;
	padding-right:10px;
	color:#999;
	/*
	background:url(../images/wf_friends-dim.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	*/
	/*border:1px solid #f0f0f0;*/
	/*background-color:#fff;*/
}

.wallfilter_friends a:hover{
	color:#fff;
	/*
	background:url(../images/wf_friends.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	*/
	/*border:1px solid transparent;*/
	/*background-color:#F60;*/
}

.wallfilter_friends_selected{
	float:left;
	color:#F60;
	padding-right:10px;
	/*
	background:url(../images/wf_friends.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	*/
	/*border:1px solid transparent;*/
	/*background-color:#3CF;*/
}

.wallfilter_bigmouth_content_tag a{
	float:left;
	text-align:left;
	padding:5px;
	color:#666;
	background-color:#f4f4f4;
}

.wallfilter_bigmouth_content_tag a:hover{
	color:#fff;
	background-color:#3CF;
}

.wallfilter_bigmouth_content_tag_selected{
	float:left;
	text-align:left;
	padding:5px;
	color:#fff;
	background-color:#3CF;
}

.wallfilter_bigmouth_content_follow a{
	padding:10px;
	height:45px;
	color:#666;
	border-bottom:1px solid #f0f0f0;
	padding-bottom:5px;
}

.wallfilter_bigmouth_content_follow a:hover{
	color:#fff;
	background-color:#3CF;
	border-bottom:1px solid #ccc;
}

.wallfilter_bigmouth_content_follow_selected{
	padding:10px;
	height:45px;
	color:#fff;
	background-color:#3CF;
	border-bottom:1px solid #ccc;
}

.logobigmouthrightpanel{
	background:url(../images/logo_bigmouth_rightpanel.png);
	background-repeat:no-repeat;
	background-position:5px 15px;
	width:40px;
	height:75px;
}

.recommendtaglink a{
	/*background:url(../images/bigmouth/icon-tag.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
	*/
	color:#999;
	font-size:14px;
	padding:5px;
	padding-left:0px;
	/*padding-left:25px;*/
}

.recommendtaglink a:hover{
	color:#000;
}

.recommendtaglink_close a{
	background:url(../images/bigmouth/refresh-bigmouth-dim.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin-right:15px;
	width:16px;
	height:16px;
	position:absolute;
	right:0px;
	margin-top:5px;
}

.recommendtaglink_close a:hover{
	background:url(../images/bigmouth/refresh-bigmouth.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	margin-right:15px;
	width:16px;
	height:16px;
}

.top_area .cotent_left_bm a {
	color:#F60;
	font-size:12px;
	font-weight:bold;
	padding:10px;
	padding-left:0px;
	line-height:1.2;
	/*font-weight:bold;*/
}

.top_area .cotent_left a {
	color:#F60;
	font-size:12px;
	font-weight:bold;
	padding:10px;
	line-height:1.2;
	/*font-weight:bold;*/
}

.top_area .cotent_right {
	padding:10px;
	/*background: url('../images/bigmouth/date-separator.gif') no-repeat left;*/
	color: #ccc;
}

ul.post_tag {
	/*background: url('../images/bigmouth/tag-icon.png') no-repeat left;	*/
	/*padding: 0 0 0 12px;*/
	/*margin: 0 0 15px;*/
}

ul.post_tag li {
	display: inline;
	background: url('../images/bigmouth/date-separator.gif') no-repeat right;
	padding-right:10px;
	margin-left:10px;
}

ul.post_tag a {
	color:#3CF;
	/*font-weight:bold;*/
}

ul.post_tag_bm a:hover {
	color: #1874e9;
}

ul.post_tag_bm li {
	display: inline;
	padding-right:10px;
	/*background: url('../images/bigmouth/date-separator.gif') no-repeat right;*/
	/*margin-left:10px;*/
}

ul.post_tag_bm a {
	color:#3CF;
	/*font-weight:bold;*/
}

ul.post_tag_bm a:hover {
	color: #1874e9;
}

.col {
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: top;
}

.post_block_video a{
	cursor:pointer;
	color:#333;
}

.post_block_video a:hover{
	background-color:#f0f0f0;
}

.videoclosebutton a{
	padding:10px;
	border:1px solid #ccc;
	border-top:0px;
	color:#ccc;
}

.videoclosebutton a:hover{
	background-color:#CCC;
	border:1px solid #ccc;
	border-top:0px;
	color:#666;	
}

.myblog{
	padding:10px;
	color:#666;

	background:url(../images/bigmouth/myblog.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	padding-left:55px;

	background-color:#fff;
}

/*.mypagelink a div{
	color:#666;
	font-size:16px;
}
*/

.startbloglink a{
	padding:10px;
	color:#666;
	border-bottom:1px solid #f0f0f0;

	background:url(../images/bigmouth/plus.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	padding-left:55px;
	background-color:#fff;
}

.startbloglink a:hover{
	background-color:#ccc;
	color:#000;
}

.mypagelink_edit a{
	background:url(../images/bigmouth/toolbar/pencil.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	border:1px solid transparent;
	width:25px;
	height:25px;
	margin-top:10px;
	margin-right:10px;
}

.mypagelink_edit a:hover{
	background-color:#fff;
	/*border:1px solid #000;*/
}

.event_edit a{
	background:url(../images/bigmouth/toolbar/pencil.png);
	background-repeat:no-repeat;
	background-position:5px 5px;
	border:1px solid transparent;
	width:25px;
	height:25px;
	margin-top:10px;
	margin-right:10px;
}

.event_edit a:hover{
	background-color:#f0f0f0;
	/*border:1px solid #000;*/
}

.sidelanguagepanel_solid{
	opacity: 1;
	filter: alpha(opacity=100);	
}

.sidelanguagepanel_opacity{
	/*
	opacity: .6;
	filter: alpha(opacity=60);
	*/
}

.form-title{
	font-size:20px;
	padding:10px;
	font-weight:bold
}

.nextstep a{
	background:url(../images/nextstep-dim.png);
	background-repeat:no-repeat;
	background-position:right;
	text-align:right;
	padding-right:30px;
	padding-top:7px;
	color:#333;
	height:23px;
}

.nextstep a:hover{
	background:url(../images/nextstep.png);
	background-repeat:no-repeat;
	background-position:right;
	cursor:pointer;
	padding-right:30px;
	padding-top:7px;
	color:#000;
	height:23px;
}

.goback a{
	background:url(../images/goback-dim.png);
	background-repeat:no-repeat;
	padding-left:30px;
	padding-top:7px;
	color:#CCC;
	height:23px;
}

.goback a:hover{
	background:url(../images/goback.png);
	background-repeat:no-repeat;
	cursor:pointer;
	padding-left:30px;
	padding-top:7px;
	color:#333;
	height:23px;
}

.contactapi-gmail a{
	background:url(../images/contactapi-gmail.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
	float:left;
	width:50px;
	padding:10px;
	padding-left:100px;
	padding-top:15px;
	height:25px;
	border:1px solid #CCC;
	font-size:12px;
	font-weight:bold;
	color:#000;
}

.contactapi-gmail a:hover{
	background-color:#f0f0f0;
}

.contactapi-yahoo a{
	background:url(../images/contactapi-yahoo.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
	float:left;
	width:50px;
	padding:10px;
	padding-left:100px;
	padding-top:15px;
	height:25px;
	border:1px solid #CCC;
	font-size:12px;
	font-weight:bold;
	color:#000;
}

.contactapi-yahoo a:hover{
	background-color:#f0f0f0;
}

.contactapi-hotmail a{
	background:url(../images/contactapi-live.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
	float:left;
	width:50px;
	padding:10px;
	padding-left:100px;
	padding-top:15px;
	height:25px;
	border:1px solid #CCC;
	font-size:12px;
	font-weight:bold;
	color:#000;
}

.contactapi-hotmail a:hover{
	background-color:#f0f0f0;
}

#div_friend_recommend_contacts_scrollbar a{
	padding:5px;
	color:#333;
}

#div_friend_recommend_contacts_scrollbar a:hover{
	background-color:#f0f0f0;	
}

.trymylucklink a{
	background:url(../images/lightbulb.png);
	background-repeat:no-repeat;
	background-position:10px 10px;
	padding:10px;
	padding-left:50px;
	padding-top:15px;
	height:20px;
	border:1px solid #CCC;
	font-size:12px;
	/*font-weight:bold;*/
	color:#000;
	background-color:#fff;
	border-radius:5px;
}

.trymylucklink a:hover{
	background-color:#666;
	color:#fff;
}

.stepnumberbox{
	padding:10px;
	background-color:#f0f0f0;
	/*border-radius:5px;*/
	font-size:14px;
	color:#999;
}

.stepnumberbox_selected{
	padding:10px;
	background-color:#3CF;
	/*border-radius:5px;*/
	font-size:14px;
	font-weight:bold;
	color:#fff;
}

.st_naviempty a{
	width:48px;
	height:48px;
}

.st_prev a{
	background:url(../images/post_prev_dim.png);
	background-repeat:no-repeat;
	margin-top:250px;
	width:48px;
	height:48px;
}

.st_prev a:hover{
	background:url(../images/post_prev.png);
	background-repeat:no-repeat;
	width:48px;
	height:48px;
}

.st_next a{
	background:url(../images/post_next_dim.png);
	background-repeat:no-repeat;
	margin-top:250px;
	width:48px;
	height:48px;
}

.st_next a:hover{
	background:url(../images/post_next.png);
	background-repeat:no-repeat;
	width:48px;
	height:48px;
}

.tutorial_link a{
	padding-top:5px;
	height:40px;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}

.tutorial_link a:hover{
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#3CF;
}

.tutorial_link_selected a{
	padding-top:5px;
	float:left;
	font-size:14px;
	font-weight:bold;
	color:#fff;
}

.tutorial_bigmouthlogo a{
	background:url(../images/menu_bigmouth.png);
	background-repeat:no-repeat;
	padding-left:45px;
	padding-top:18px;
}

.tutorial_mfacelogo a{
	background:url(../images/tutorial_logo_mface.png);
	background-repeat:no-repeat;
	background-position:left 5px;
	padding-left:90px;
	padding-top:18px;
}

.topmenu_dropdown{
	padding:10px;
	min-width:150px;
	border:1px solid #ccc;
	font-size:14px;
	color:#999;
	cursor:pointer;

}

.submenu_dropdown a{
	padding:10px;
	width:150px;
	overflow:hidden;
	border:1px solid #ccc;
	border-top:0px;
	font-size:14px;
	background-color:#fff;
	color:#999;
	cursor:pointer;
}

.submenu_dropdown a:hover{
	background-color:#f0f0f0;
}

.topmenu_goback a{
	background:url(../images/goback-dim.png);
	background-repeat:no-repeat;
	background-position:0px 3px;
	border:1px solid #ccc;
	padding:10px;
	padding-left:30px;
	color:#666;
	/*background-color:#ccc;*/
}

.topmenu_goback a:hover{
	background:url(../images/goback.png);
	background-repeat:no-repeat;
	background-position:0px 3px;
	cursor:pointer;
	padding-left:30px;
	color:#000;
	background-color:#ccc;
}

.mloadingscreen{
	background-color:#000;
	opacity: .8;
	filter: alpha(opacity=80);	
	margin:auto;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	position:fixed;
	z-index:9998;
	display:none
}

.mloadingscreenpopup{
	position: fixed;
 	z-index:9999;
	display:none;
	
}


.friendlist_group{
	padding:10px;
	border-bottom:1px solid #DDD;
	border-left:1px solid #DDD;
	border-right:1px solid #DDD;
	background-color:#f0f0f0;
	color:#999;
	font-size:14px;
	position:relative;
	cursor:pointer;
}

.friendlist_group:hover{
	padding:10px;
	background-color:#DDD;
	color:#666;
	font-size:14px;
	cursor:pointer;
}

.friendlist_group_selected{
	padding:10px;
	border-bottom:1px solid #DDD;
	border-right:1px solid #DDD;
	border-left:1px solid #DDD;
	background-color:#CCC;
	color:#000;
	font-size:14px;
	position:relative;
}

.friendlist_group_selected:hover{
	padding:10px;
	background-color:#DDD;
	color:#666;
	font-size:14px;
}

.friendlist_newgroup a{
	padding:10px;
	border-bottom:1px solid #f0f0f0;
	background-color:#3CF;
	color:#000;
	font-size:14px;
}

.friendlist_newgroup a:hover{
	padding:10px;
	border-bottom:1px solid #f0f0f0;
	background-color:#999;
	color:#000;
	font-size:14px;
}

.mod_friendsuggestion_list{
	background-color:#fff;
	margin-top:2px;
	margin-left:2px;
	font-size:14px;
	cursor:pointer;
}

.mod_friendsuggestion_list:hover{
	/*
	background-color:#fff;
	cursor:pointer;
	font-size:14px;
	color:#000;
	*/
}

.mod_friendsuggestion_list span{
	color:#ccc;
}

.mod_friendsuggestion_list:hover span{
	color:#ccc;
}

.friendsuggestion_bottommore{
	height:1px;
	margin:5px;
	border-top:1px solid #ABCACB;
}

.friendsuggestionexpandpanel{
	border:1px solid #ccc;
	border-right:0px;
	margin-left:-223px;
	width:202px;
	display:none;
	overflow:hidden;
	position:absolute;
	padding:10px;
	background-color:#f0f0f0;
	-webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
	height:250px;
}


.friendsuggestionexpandico{
	background:url(../images/arrow_right_small.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:14px;
	height:25px;
}

.friendsuggestionnarrowico{
	background:url(../images/friendsuggestion_arrow_narrow.png);
	background-repeat:no-repeat;
	background-position:6px center;
}

.friendsuggestionexpandlink{
	z-index:2;
	position:absolute;
	margin-left:180px;
	margin-top:68px;
	cursor:pointer;
	/*
	border-right:0px;
	border-right:0px;
	border:1px solid #DDD;
	background-color:#fff;
	-webkit-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1);
	*/
}

.friendsuggestionexpandlink:hover{
	margin-left:180px;
}

.pagetitle2 {	
	margin-left:10px;
	font-size: 18px;
	clear:both
}

.video-item{
	float:left;
	width:370px;
	height:84px;
	margin-left:10px;
	margin-bottom:10px;
	background-color:#f0f0f0;
	cursor:pointer;
}

.video-item:hover{
	float:left;
	width:370px;
	margin-left:10px;
	margin-bottom:10px;
	background-color:#ccc;
	cursor:pointer;
}

.albumsubselection_navi{
	padding:5px;
	border:1px solid #ccc;
	border-top:0px;
	font-size:12px;
	white-space:nowrap;
	width:150px;
	cursor:pointer;
	background-color:#fff;
}

.albumsubselection_navi:hover{
	padding:5px;
	background-color:#f0f0f0;
	border:1px solid #ccc;
	border-top:0px;
	cursor:pointer;
}




.addquestionlink{
	background:url(../images/button_plus.png);
	background-repeat:no-repeat;
	background-position:10px center;
	padding:10px;
	padding-left:30px;
	font-size:12px;
	color:#999;
	border:1px solid #ccc;
	background-color:#f0f0f0;
	cursor:pointer;
	float:right;
}

.addquestionlink:hover{
	padding:10px;
	padding-left:30px;
	font-size:12px;
	color:#666;
	border:1px solid #ccc;
	background-color:#fff;
	cursor:pointer;
}

.eventfriendlistitem a{
	color:#999;
}

.eventfriendlistitem a:hover{
	color:#000;
	background-color:#f0f0f0;
}

.eventfriendlistitem_selected a{
	color:#000;
	background-color:#3CF;
}

.eventfriendlistitem_selected a:hover{
	color:#000;
	background-color:#3CF;
}

.boxshadow{
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.toolbarlogo{
	/*
	background-color:#fff;
	border:1px solid #ccc;
	*/
	border-top:0px;
	height:40px;
	/*border-radius:0px 0px 5px 5px;*/
	margin-top:0px;
}

.toolbaravatar{
	width:140px;
	height:60px;
	padding-top:0px;
}

.applist-item {
	width:70px;
	height:70px;
	/*border-radius:5px;*/
}

.shareboxpanel_navi{
	/*
	height:50px;
	width:300px;
	*/
	padding-top:5px;
	margin-left:10px;
	padding-bottom:5px;
	width:520px;
	/*border:1px solid #f0f0f0;*/
	/*
	border-radius:0px 0px 5px 5px;
	background-color:#f0f0f0;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
	*/
}

.sidepanel_bigmouth{
	margin-top:10px;
	width:200px;
	background-color:#fff;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F90', endColorstr='#F60');
	background: -webkit-gradient(linear, left top, left bottom, from(#F90), to(#F60));
	background: -moz-linear-gradient(top,  #F90,  #F60);*/
}

.recommendtaglinktitle a{
	font-size:16px;
	color:#3CF;
}

.recommendtaglinktitle a:hover{
	color:#000;
}

.toolbar_editprofile a:hover{
	/*background-color:#000;*/
}

.wall_video_playnavi{
	color:#666;
}

.wall_video_playnavi:hover{
	color:#fff;
}

.linkpanel a{
	border:1px solid #ccc;
	background-color:#fff;
	color:#000;
}

.linkpanel a:hover{
	background-color:#f0f0f0;
	color:#000;
}

.linkpanel_bm a{
	border:1px solid #ccc;
	background-color:#fff;
	color:#000;
}

.linkpanel_bm a:hover{
	background-color:#f0f0f0;
	color:#000;
}

.eventitem{
	background-color:#f0f0f0;
	width:700px;
	color:#000;
	margin-bottom:5px;
}

.eventitem:hover{
	background-color:#ccc;
	color:#000;
	cursor:pointer;
}

.icon_clock{
	background:url(../images/theme_blue/icon_clock.png);
	width:30px;
	height:30px;
	background-repeat:no-repeat;
	background-position:center center;
}

.icon_dateto{
	background:url(../images/friendsuggestion_arrow_narrow.png);
	width:28px;
	height:28px;
	background-repeat:no-repeat;
	background-position:center center;
}

.icon_place{
	background:url(../images/theme_blue/icon-place.png);
	width:30px;
	height:30px;
	background-repeat:no-repeat;
	background-position:center center;
}

.event_gopanel{
	border:1px solid #f0f0f0;
}

.event_gopanel:hover{
	cursor:pointer;
	background-color:#AAD5D3;
	color:#fff;
	border:1px solid transparent;
}

.event_gopanel_selected{
	border:1px solid transparent;
	background-color:#AAD5D3;
	color:#fff;
}

.event_gopanel_selected:hover{
	cursor:pointer;
	background-color:#000;
	color:#fff;
	border:1px solid transparent;
}

.event_poll_title{
	font-size:16px;
	color:#3CF;
}

.event_poll_option{
	width:200px;
	height:24px;
	background-color:#f4f4f4;
	/*border-left:1px solid #999;*/
	/*margin-left:10px;*/
	font-size:14px;
	color:#666;
}

.event_poll_selection{
	margin-top:5px;
	/*margin-left:12px;*/
	position:absolute;
	background-color:transparent;
	padding-top:5px;
	padding-left:5px;
	height:19px;
	width:195px;
	color:#000;
}

.event_poll_selection:hover{
	cursor:pointer;
	background-color:#AAD5D3;
	border-radius:0px 5px 5px 0px;
	color:#fff;
}

.event_going_status{
	border:1px solid #f0f0f0;
	background:url(../images/moreicon.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:14px;
	height:14px;
	padding:5px;
	margin-top:0px;
	cursor:pointer;
	/*font-weight:bold;*/
	/*height:25px;*/
}

.event_going_status:hover{	
	background:url(../images/moreicon.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-color:#fff;
}

.event_thumb{
	cursor:pointer;
	width:40px;
	height:40px;
}

.event_avatar_item{
	width:100%;
	/*font-weight:bold;*/
}

.event_avatar_item:hover{
	cursor:pointer;
	background-color:#ccc;
}

.icon_search{
	background:url(../images/bigmouth/icon_search.png);
	background-repeat:no-repeat;
	height:20px;	
	width:20px;
	cursor:pointer;
}

.sidebar_2m2f_title{
	position:absolute;
	bottom:0;
	width:200px;
	height:35px;
	padding:10px;
	background-color:#000;
	font-size:12px;
	color:#fff;
	opacity: .7;
	filter: alpha(opacity=70);	
}

.event_but_invitefriend{
	position:absolute;
	border:1px solid #f0f0f0;
	margin-top:-35px;
	margin-right:20px;
	padding:10px;
	color:#3CF;
	right:0;
}

.event_but_invitefriend:hover{
	position:absolute;
	cursor:pointer;
	border:1px solid transparent;
	background-color:#3CF;
	color:#fff;
	padding:10px;
	right:0;
}

.fullpost_thumb_next{
	background:url(../images/arrow-right-white.png);
	background-repeat:no-repeat;
	height:20px;	
	width:20px;
	float:right;
	cursor:pointer;
}

.fullpost_thumb_prev{
	background:url(../images/arrow-left-white.png);
	background-repeat:no-repeat;
	height:20px;	
	width:20px;
	float:right;
	cursor:pointer;
}

.fullpostimg_dim{
	opacity: .4;
	filter: alpha(opacity=40);
	width:50px;
	height:50px;
	overflow:hidden;
}

.fullpostimg_selected{
	width:60px;
	height:60px;
	margin-top:-5px;
	margin-left:0px;
	overflow:hidden;
}

.fullpost_download a{
	float:left;
	padding:10px;
	background:url(../images/fullpost_download_white.png);
	background-repeat:no-repeat;
	background-position:5px 8px;
	color:#ccc;
	height:30px;
	width:300px;
	padding-left:35px;
	margin-left:10px;
}

.fullpost_download a:hover{
	/*background-color:#F60;*/
	color:#F60;
}

.mfullpostbg{
	background-color:#000;
	opacity: .8;
	filter: alpha(opacity=80);	
	margin:auto;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	position:fixed;
	z-index:2;
}

.fullpost_closeicon{
	background:url(../images/chat/chat_icon_close.png);
	background-repeat:no-repeat;
	cursor:pointer;
	width:18px;
	height:18px;
}

.activation_label{
	background: url('../images/quote.png');
	background-repeat:no-repeat;
	background-position:left 5px;
	padding-left:20px;
	font-size:12px;
}

.wallfilter_plusbut{
	background: url('../images/button_plus.png');
	background-repeat:no-repeat;
	background-position:2px 2px;
	border:1px solid #CCC;
	width:19px;
	height:19px;
}

.wallfilter_plusbut:hover{
	background-color:#E6F0F0;
	border:1px solid transparent;
	cursor:pointer;
}

.mfalert{
	display:none;
	position:fixed;
	z-index:9999;
	width:100%;
	background-color:#000;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.mfalert_contentpanel{
	display:none;
	position:fixed;
	z-index:10000;
	width:100%;
	background-color:#5BAABB;
}

.mfalert_navipanel{
	width:100%;
	bottom:0;
	position:absolute;
	text-align:right;
	margin-bottom:10px;
}

.mfalert_content{
	width:1000px;
	position:absolute;
	bottom:0;
	margin-bottom:70px;
	text-align:left;
	font-size:20px;
	color:#fff;
}

.img_menu {
	position: absolute; 
	bottom:0;
	z-index:2;
	display:none;
	width:200px;
	height:200px;
	cursor:pointer;
	background-image:url('../images/photo_menu_background.png');
	background-repeat:no-repeat;	 		
}

.photo_menu_item a{
	color:#FFF; /* !important;*/
	font-size:14px; /*!important*/
}

.photo_menu_item a:hover {
	color:#ccc;/* !important;*/
	/*text-decoration:underline*/
}

.photo_container {			
	width: 200px;
	height:205px;
	position:relative;
}			

.photo_container_inner {			
	width: 200px;
	height:200px;
	position:relative;
}			
.photo_wrapper {
	width: 200px;
	height:200px;
}

.video_menu_item a{
	color:#FFF;
	font-size:14px;
}

.video_menu_item a:hover {
	color:#ccc;
}

.item_youtube_menu {	
	width:25px;
	height:25px;
	background-image:url('../images/theme_blue/cross.png');
	background-repeat:no-repeat;	 		
}

.item_youtube_menu:hover {
	/*text-decoration:underline*/
}

