﻿@charset "UTF-8";
/*
 * Base Layout & Presentation stylesheet - (X)HTML/CSS
 *
 * @copyright       Copyright (c) 2011, Gamania Inc. All rights reserved.
 * @link            http://www.gamania.com
 * @version         2.1.0
 * @lastmodified    $Date: 2011-12-01 14:10
 *
 */
 


/* ----------------------------------- */
/* Yahoo UI Library CSS Reset */
/* ----------------------------------- */
/*
	Copyright (c) 2009, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.net/yui/license.txt
	version: 3.0.0b1
	build: 1160
*/
html{ 
	color: #000; 
	background: #FFF; 
	}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td { 
	margin: 0; 
	padding: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,
img {
	border: 0;
	}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
	}

li {
	list-style: none;
	}

caption,
th {
	text-align: left;
	}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	}
q: before,
q: after {
	content: '';
	}
abbr,
acronym {
	border: 0;
	font-variant: normal;
	}
/* to preserve line-height and selector appearance */
sup {
	vertical-align: text-top;
	}
sub {
	vertical-align: text-bottom;
	}
input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	vertical-align: middle;
	resize: none;
	}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size: 100%;
	}
/*because legend doesn't inherit in IE */
legend {
	color: #000;
	}


/* ----------------------------------------------------------------------- */
/* Beanfun! Stylesheet */
/* ----------------------------------------------------------------------- */


/* ----------------------------------- 
 Layout properties 
 ----------------------------------- */
.PageMargins {
	margin: 0 auto;
	max-width: 964px;
	min-width: 964px;
	width: 964px;
	}
#divHeader {
	margin: 0;
	padding: 0;
	width: 100%;
	}

#divMainHeader {
	margin: 0;
	padding: 0 2px;
	width: 960px;
	height: 5px;
	background: url(../../images/default/basebox/mainheader.png) no-repeat center top;
	}
#divMain {
	margin: 0;
	padding: 0 2px;
	width: 960px;
	background: url(../../images/default/basebox/mainbg.png) repeat-y center top;
	}
#divMainFooter {
	margin: 0;
	padding: 0 2px;
	width: 960px;
	height: 10px;
	background: url(../../images/default/basebox/mainfooter.png) no-repeat center top;
	}

#divFooter {
	border-top: 3px solid #99CC33;
	margin: 10px 0;
	padding-top: 10px;
	}
#divFooter p.Copyright {
	float: left;
	margin: 0;
	padding: 0;
	}
#divFooter p.Navigation {
	float: right;
	margin: 0;
	padding: 0;
	}

/* ----------------------------------- 
 Formatting content container 
 ----------------------------------- */
#divLeftCol0 {
	float: left;
	width: 320px;
	}
#divRightCol0 {
	margin: 0 0 0 320px;
	width: auto;
	border-left: 1px solid #DBDBDB;
	}
#divLeftCol1 {
	float: left;
	width: 385px;
	border-right: 1px solid #DBDBDB;
	}
#divRightCol1 {
	margin: 0 0 0 385px;
	width: auto;
	border-left: 1px solid #DBDBDB;
	}
#divLeftCol2 {
	float: left;
	width: 220px;
	border-right: 1px solid #DBDBDB;
	}
#divRightCol2 {
	margin: 0 0 0 220px;
	width: auto;
	border-left: 1px solid #DBDBDB;
	}
#divLeftCol3 {
	float: left;
	width: 350px;
	border-right: 1px solid #DBDBDB;
	}
#divRightCol3 {
	margin: 0 0 0 350px;
	width: auto;
	border-left: 1px solid #DBDBDB;
	}
#divLeftCol_content,
#divRightCol_content {
	padding: 0;
	}

#divLeftPublic {
	float: left;
	width: 740px;
	border-right: 1px solid #DBDBDB;
	}
#divRightPublic {
	margin: 0 0 0 740px;
	width: auto;
	border-left: 1px solid #DBDBDB;
	}
#divLeftPublic #divLeftCol_content {
	padding: 0 0 10px 15px;
	}

/* ----------------------------------- 
 Content clearfix 
 ----------------------------------- */
.Clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	}

/*.Clearfix: after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
	}
.Clearfix { display: inline-block; }*/

/* float clearing for IE6 */
* html .Clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .Clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.Clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

/* ----------------------------------- 
 Font and background
 -------------------------------------*/
body, html {
	background-color: #EDEDED;
 	}

body, p, table, td, th, ul, ol, textarea, input, span {
	color: #666666;
	font-family: arial, sans-serif;
	font-size: 12px;	
	margin: 0;
	padding: 0;
	}
input, select {
	padding: 2px;
	}
textarea {
	overflow: auto;
	}
	
a:link,
a:visited {
	background-color: transparent;
	color: #409900;
	text-decoration: none;
	outline: none;	
	}
a:hover,
a:active {
	background-color: transparent;
	color: #f38630;
	text-decoration: underline;
	outline: none;
	}
a, a:hover, a:visited, a:active {
   border:none;
   outline:none;
}

h1 {
	color: #333333;
	display: block;
	font-size: 22px;
	font-weight: bold;
	overflow: hidden;
	}
h1 .Celebrity {	
	display: block;
	background: url(../../images/default/icons/icon_crown.png) no-repeat 1px 1px;
	height: 30px;
	width: 30px;
	float: left;
	margin: 0;
	}

h2 {
	color: #000000;
	font-size: 15px;
	font-weight: bold;
	}
h3 {
	color: #5E5E5E;
	font-size: 13px;
	font-weight: bold;
	}

.Small { 	
	color: #7E7E7E;
	font-size: small;	
	font-family: arial, sans-serif;
	}
.BoldFont {
	font-weight: bold;
	}
	
.RedFont, .Required { color: #FF3300; }
.GreenFont { color: #619929; }
.WhiteFont { color: #FFFFFF; }


/* ----------------------------------- 
 CSS Message Boxes
 ----------------------------------- */
.ErrorMsg, .SuccessMsg, .WarningMsg {	
	border: 1px solid;
	background-repeat: no-repeat;
	background-position: 10px center; 
	font-size: 13px;
	margin: 10px 0;
	overflow: auto;
	padding:15px 10px 15px 50px;
	text-align: left;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	clear: both;
	}
.Message_comment .CommentBox .CommentListWrapper li.LastComment .ErrorMsg {
    margin: 0;
    margin: 10px;
    }
.ErrorMsg {            
	background-color: #FFBABA;
	background-image: url(../../images/default/messagebox/msg_error.png);
	border-color: #D8000C !important;
	color: #D8000C;
	}
.SuccessMsg {            
	background-color: #DFF2BF;
	background-image:url(../../images/default/messagebox/msg_success.png);
	border-color: #4F8A10 !important;
	color: #4F8A10;
	}
.WarningMsg {            	
	background-color: #FEEFB3;
	background-image:url(../../images/default/messagebox/msg_warning.png);
	border-color: #9F6000 !important;
	color: #9F6000;
	}

.BlockedMsg {
	background-color: #FFF;
	padding: 10px 0;
	margin: 0 auto;
	width: 500px;
	height: 400px;
	}
.BlockedMsg .ErrorMsg {
	background-image: none;
	padding: 30px 30px;
	line-height: 1.6;
	}

.NoonMsgBox {
	padding: 160px 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	}



/* ----------------------------------- 
 Footer formatting 
 ----------------------------------- */
p.Copyright {
	color: #666666;
	font-size: 12px;
	}
p.Copyright a {
	padding-left: 3px;
	padding-right: 3px;
	color: #409900;
	font-size: 12px;
	text-decoration: underline;
	}
p.Copyright a:hover {
	color: #F38630;
	font-size: 12px;
	}
	
p.Navigation a {
	color: #999999;
	font-size: 12px;
	text-decoration: underline;
	}
p.Navigation a:hover {
	color: #F38630;
	font-size: 12px;
	}

/* ----------------------------------- 
 Horizontal rule 
 ----------------------------------- */
.Dottedline {
	border-top: 1px dashed #CCCCCC;
	display: block;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin: 8px auto;
	width: 99%;
	}

/* ----------------------------------- 
 SubChannel 
 ----------------------------------- */
.SubChannel {
	width: 100%;
	height: 28px;
	padding-bottom: 5px;
	border-bottom: 1px solid #DBDBDB;
	background: url(../../images/default/basebox/mainbg.png) repeat-y center top;
	}
.SubChannelList {
	padding: 0 5px;
	}

.SubChannelList li.public a {
	background: url(../../images/default/buttons/sub_public.png) no-repeat 0 0;
	}
.SubChannelList li.home a {
	background: url(../../images/default/buttons/sub_home.png) no-repeat 0 0;
	}
.SubChannelList li.profile a {
	background: url(../../images/default/buttons/sub_profile.png) no-repeat 0 0;
	}
.SubChannelList li.friends a {
	background: url(../../images/default/buttons/sub_friends.png) no-repeat 0 0;
	}
.SubChannelList li.calendar a {
	background: url(../../images/default/buttons/sub_calendar.png) no-repeat 0 0;
	}

.SubChannelList li {
	float: left;
	}
.SubChannelList li a {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	display: block;
	border-radius: 5px; /* Opera 10.5+ */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	border: 1px solid #FFF;
	padding: 4px 5px 0 30px;
	height: 22px;
	width: auto;
	margin-right: 5px;
	}
.SubChannelList li a:hover {
	text-decoration: none;
	color: #333;
	background-position: 0 -26px;
	border: 1px solid #666;
	}

.SubChannelList li a.SubChannelActive {
	text-decoration: none;
	color: #333;
	background-position: 0 -26px;
	border: 1px solid #666;
	}


/* ----------------------------------- 
 SearchBar
 ----------------------------------- */
.SearchBlock {
	float: right;
	padding: 3px 10px 0 0;
	}
.SearchBlockInput {
	padding: 2px;
	margin: 0;
	outline: none;
	height: 16px;
	border: 1px solid #CCC !important;
	color: #777777;
	font-size: 12px;
	}
.SearchBlockBtn {
	background: url(../../images/default/buttons/btn_search.jpg) no-repeat 0 0;
	height: 22px;
	width: 37px;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	}
.SearchBlockBtn:hover {
	background-position: 0 -22px;
	}


/*Search Result Detail*/
a.SearchDetail:link, a.SearchDetail:visited {
	color: #adb0a8;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
	}
a.SearchDetail:hover {
	color: #F38630;
	text-decoration: none;
	}

/*Area Block*/
p.AreaBlock {
	width: 80px;
	text-overflow: ellipsis;
	float: left;
	}

/*Display Area*/
.DetailBlock {
	display: none;
	}
.DetailBlockActive {
	display: block;
	}

/* ----------------------------------- 
 Pagination 
 ----------------------------------- */
#divPagePagination {
	background-color: #E9E9E9;
	display: block;
	padding: 20px auto 10px;
	overflow: hidden;
	width: 100%;
	}
ul.Pagination {
	float: right;
	line-height: 20px;
	padding: 3px;
	}
ul.Pagination li {
	display: inline;
	list-style: none;
	outline: none;
	}
ul.Pagination li a {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	border-left-color: #FFFFFF;
	border-top-color: #FFFFFF;
	padding: 1px 5px;
	outline: none;
	}
ul.Pagination a[rel~="Prev"],
ul.Pagination a[rel~="Next"] {
	color: #409900;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	}
ul.Pagination li.Selected a:link,
ul.Pagination li.Selected a:visited,
ul.Pagination li.Selected a:hover,
ul.Pagination li.Selected a:active {
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #9DCF6A;
	border: 1px solid #9DCF6A;
	border-bottom-color: #CEFD9F;
	border-right-color: #CEFD9F;
	color: #407B24;
	font-weight: bold;
	}
ul.Pagination li a:hover,
ul.Pagination li a:active {
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #9DCF6A;
	border: 1px solid #89B24B;
	border-bottom-color: #CEFD9F;
	border-right-color: #CEFD9F;
	color: #FFFFFF;
	text-decoration: none;
	}
ul.Pagination li.Disabled{
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-bottom-color: #BBBBBB;
	border-right-color: #BBBBBB;
	color: #CCCCCC;
	padding: 1px 3px 1px 3px;
	text-decoration: none;
	margin-right: 2px;
	}
.Num_results {
	color: #666666;
	float: left;
	line-height: 20px;
	margin-left: 8px;
	padding: 3px;
	}

/* ----------------------------------- 
 Input with shadow-background 
 ----------------------------------- */
input[type="text"],
input[type="password"],
input[type="file"],textarea {
	background: url(../../images/default/common/drop_shadow.gif) no-repeat 0 0;
	border: 1px solid #999999;
	}

textarea.Expanding {
	background: #FFFFFF url(../../images/default/common/drop_shadow.gif) no-repeat 0 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin: 5px auto;
	max-height: 150px;
	min-height: 35px;
	padding: 3px;
	width: 98%;
	}
#divShareBox textarea.Expanding {
	background: none;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	/*margin: 3px;*/
	max-height: 150px;
	min-height: 15px !important;
	border: none;
	padding: 0;
	margin: 0;
	width: 100%;
	outline: none;
	resize: none;
	}
li.LastComment textarea.Expanding {
	background: none;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	margin: 0;
	padding: 0;
	max-height: 150px;
	min-height: 15px !important;
	width: 98%;
	border: none;
	outline: none;
	}


	/* Profile */
.PresonalBlock {
	background: url(../../images/default/basebox/profile_block.png) no-repeat center 10px;
	width: 904px;
	height: 74px;
	padding: 13px 10px;
	margin: 0 auto;
	}
.CelebrityBlock {
	background: url(../../images/default/basebox/celeb_board.png) no-repeat center 10px;
	width: 904px;
	height: 74px;
	padding: 13px 10px;
	margin: 0 auto;
	}

	/* Profile -- Person Area */
.PersonArea {
	width: 70%;
	float: left;
	padding: 7px 0;
	}

.PersonArea .UserPic {
	float: left;
	padding: 0 10px 0 3px;
	}

.PersonArea .PersonalAction {
	height: 30px;
	}
.PersonArea .PersonalAction h1 {
	display: block;
	float: left;
	line-height: 26px;
	}
.PersonArea .PersonalAction h1 div {
	display: block;
	width: auto;
	float: left;
	font-size: 19px;
	}

	/* Profile -- Add as Friend btn */
.PersonArea .PersonalAction .AddFriendsBlock {
	display: inline-block;
	padding-left: 10px;
	float: left;
	}
.PersonArea .PersonalAction a.AddFriendsBtn {
	background: url(../../images/default/buttons/AddFriendsBtn_left.png) no-repeat 0 0;
	display: inline-block;
	height: 24px;
	padding-left: 25px;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	}
.PersonArea .PersonalAction a.AddFriendsBtn:hover {
	background-position: 0 -24px;
	color: #666;
	text-decoration: none;
	}
.PersonArea .PersonalAction a.AddFriendsBtn .AddFriendsBtn_right {
	background: url(../../images/default/buttons/AddFriendsBtn_right.png) no-repeat right 0;
	display: inline-block;
	height: 24px;
	width: 5px;
	vertical-align: middle;
	text-decoration: none;
	}
.PersonArea .PersonalAction a.AddFriendsBtn:hover .AddFriendsBtn_right {
	background-position: right -24px;
	text-decoration: none;
	}

.PersonArea .PersonalAction .EditProfileBlock {
	display: inline-block;
	padding-left: 10px;
	line-height: 24px;
	}

.PersonArea .PersonLink {
	}
.PersonArea .PersonLink li {
	display: block;
	float: left;
	padding-right: 5px;
	}
.PersonArea .PersonLink a.Mail {
	background: url(../../images/default/icons/mailplus_icon.png) no-repeat 0 0;
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	}
.PersonArea .PersonLink a.Mail:hover {
	background-position: 0 -28px;
	}
.PersonArea .PersonLink a.Favorite {
	background: url(../../images/default/icons/favoriteplus_icon.png) no-repeat 0 0;
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	}
.PersonArea .PersonLink a.Favorite:hover {
	background-position: 0 -28px;
	}
.PersonArea .PersonLink a.Recommendation {
	background: url(../../images/default/icons/recommendation_icon.png) no-repeat 0 0;
	display: block;
	float: left;
	width: 28px;
	height: 28px;
	padding: 0;
	}
.PersonArea .PersonLink a.Recommendation:hover {
	background-position: 0 -28px;
	}
.PersonArea .PersonLink a.Report {
	color: #999;
	text-decoration: underline;
	line-height: 28px;
	padding-left: 7px;
	}
.PersonArea .PersonLink a.Report:hover {
	color: #F38630;
	text-decoration: underline;
	}

	/* Profile -- Game Area */
.GamesArea{
	width: 135px;
	float: left;
	padding: 7px 0;
	}
.GamesArea p{
	color: #999;
	padding-bottom: 3px;
	}
.GamesArea li {
	width: 30px !important;
	height: 30px;
	margin-right: 5px;
	float: left !important;
	border: none !important;
	padding: 0 !important;
	}

	/* Profile -- Achievement Area */
.AchievementArea{
	width: 135px;
	float: left;
	padding: 7px 0;
	}
.AchievementArea p{
	color: #999;
	padding-bottom: 3px;
	}
.AchievementArea li {
	width: 30px !important;
	height: 30px;
	margin-right: 5px;
	float: left !important;
	border: none !important;
	padding: 0 !important;
	}

	/* Friend */
.ulTableFriendListWrapper .BPLabel a.BPFriendValue {
	right: 10px;  /*FF & �Ҧ� IE*/
    right: 10px\9;  /*�Ҧ� IE*/
    *right: 10px !important;  /*IE7 IE6*/
	}
.TableVerticalListWrapper .BPLabel a.BPFriendValue {
	right: 7px;  /*FF & �Ҧ� IE*/
    right: 7px\9;  /*�Ҧ� IE*/
    *right: 7px !important;  /*IE7 IE6*/
	}

/* ----------------------------------- 
 More link container
 ----------------------------------- */
.ReadmoreLink {
	background: url(../../images/default/common/read_more.png) no-repeat right;
	display: block;
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	padding: 8px;
	/*width: 98%;*/
	text-align: right;
	}
.ReadmoreLink a {
	padding-right: 17px;
	}


/* ----------------------------------- 
 Personal Share box
/* ----------------------------------- */
.PersonalPost {
	width: auto;
	padding-bottom: 10px;
	}
.PersonalPost_pic {
	background:url(../../images/default/common/boxarrow_green.png) no-repeat right 25px;
	width: 70px;
	float: left;
	padding-top: 3px;
	}

/* ----------------------------------- 
 Share box
/* ----------------------------------- */
#divShareBox {
	border-radius: 5px; /* Opera 10.5+ */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	background: #8CB859 url(../../images/default/common/fade_green.gif) repeat-x;
	/*border: 1px solid #8CB859;*/
	color: #FFFFFF;
	display: block;
	margin: 5px 0;
	overflow: visible;
	padding: 5px;
	width: auto;
	position: relative;
	z-index: 999;
	}
.PersonalPost #divShareBox {
	border-radius: 5px; /* Opera 10.5+ */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	background: #8CB859 url(../../images/default/common/fade_green.gif) repeat-x;
	/*border: 1px solid #8CB859;*/
	color: #FFFFFF;
	display: block;
	margin: 5px 0 5px 70px;
	overflow: visible;
	padding: 5px;
	width: auto;
	}
#divShareBox a:link,
#divShareBox a:visited {
	color: #FFFFFF;
	}
#divShareBox a:hover {
	color: #F38630;
	}
#divShareBox .PostBtnWrapper {
	color: #FFFFFF;
	display: block;
	float: right;
	font-size: 11px;
	margin: 0;
	padding: 0 5px 0 10px;
	position: relative;
	z-index: 99;
	}
#divShareBox .PostBtnWrapper .CcWrapper {
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 11px;
	padding-right: 10px;
	}
#divShareBox .AttachBtnWrapper {
	color: #FFFFFF;
	/*float: left;*/
	font-size: 13px;
	margin: 0;
	padding: 0;
	height: 30px;
	}
#divShareBox .AttachBtnWrapper a {
	background:url(../../images/default/common/boxtab_default.png) no-repeat;
	color: #666;
	/*float: left;*/
	width: 122px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: block;
	float: left;
	}	
#divShareBox .AttachBtnWrapper a:hover {
	background:url(../../images/default/common/boxtab_hover.png) no-repeat;
	color: #666;
	text-decoration: none;
	}
#divShareBox .AttachBtnWrapper a img {
    vertical-align: middle;
	}
#divShareBox .AttachBtnWrapper .AttachActive {
	background:url(../../images/default/common/boxtab_down.png) no-repeat;
	color: #666;
	text-decoration: none;
	}
#divShareBox .AttachBtnWrapper a.AttachActive:hover {
	background:url(../../images/default/common/boxtab_down.png) no-repeat;
	color: #666;
	}
#divShareBox .AttachmentArea {
	background: #EEE;
	border: 1px solid #999;
	border-top: none;
	border-bottom: none;
	color: #333333;
	margin: 0;
	/*width: 99%;*/
	}
#divShareBox .AttachmentArea_Shadow {
	border-top: 1px solid #BBBBBB;
	display: block;
	overflow: hidden;
	padding: 3px 4px 4px;
	}
#divShareBox .AttachmentArea_Header {
	border-bottom: 1px solid #999;
	font-weight: bold;
	line-height: 18px;
	overflow: hidden;
	padding-bottom: 4px;
	}
#divShareBox .AttachmentTitle {
	background-repeat: no-repeat;
	color: #666666;
	float: left;
	font-weight: bold;
	padding-left: 22px;
	}
#divShareBox .AttachmentArea_CacheContent {
	display: block;
	overflow: hidden;
	}
#divShareBox .AttachmentArea_CacheContent p {
	padding: 5px 0;
	12px;
	color: #666;
	}
/*#divShareBox .AttachmentArea_CacheContent input[type="file"] {
	border: 1px solid #999999;
	color: #666666;
	font-size: 16px;
	height: 26px;
	margin-bottom: 3px;
	vertical-align: middle;
	}
#divShareBox .AttachmentArea_CacheContent input[type="text"] {
	border: 1px solid #999999;
	color: #666666;
	font-size: 16px;
	height: 22px;
	margin-bottom: 3px;
	vertical-align: middle;
	width: 98%;
	padding: 0;
	}*/

#divShareBox #divSB_Loading {
	background: #EEE;
    border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
    display: block;
    padding: 10px 0;
    text-align: center;
	}

#divShareBox .ShareTextBox {
	background: #FFFFFF url(../../images/default/common/drop_shadow.gif) no-repeat 0 0;
	border: solid 1px #999;
	padding: 3px;
	position: relative;
	}
#divShareBox .EmotesBtnBlock {
	display: none;
	font-size: 13px;
	font-weight: bold;
	position: static;
	width: 100%;
	height: 30px;
	background: #FFF;
	cursor: text;
	}

/* divPreview */
#divPreview {
	border-top: 0 !important;
	border-right: 1px solid #999 !important;
	border-bottom: 0 !important;
	border-left: 1px solid #999 !important;
	background: #EEE;
	padding: 5px;
	}
#divPreview a:link, #divPreview a:visited {
	color: #409900 !important;
	}
#divPreview div.PreviewContent {
	clear: both;
	}
	
#divPreview div.PreviewContent div.PreviewWording {
	margin-left: 140px;
	}
#divPreview div.PreviewContent h3 {
	padding-bottom: 7px;
	}
#divPreview div.PreviewContent p {
	padding-bottom: 7px;
	}

/* ----------------------------------- 
 Comment Feed
/* ----------------------------------- */
li.LastComment .ShareTextBox {
	background: #FFFFFF url(../../images/default/common/drop_shadow.gif) no-repeat 0 0;
	border: solid 1px #999 !important;
	padding: 3px;
	/*width: 99.8%;*/
	}
li.LastComment .EmotesBtnBlock {
	display: none;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	width: 100%;
	height: 30px;
	background: #FFF;
	cursor: text;
	}

/* ----------------------------------- 
 Game Tag
/* ----------------------------------- */
.GameTagBlock {
	background: #EEEEEE;
	color: #666;
	border: 1px solid #999;
	border-bottom: none;
	padding: 3px;
	display: none;
	height: 20px;
	}
.GameTagTitle {
	background:url(../../images/default/icons/gametag.png) no-repeat 0 0;
	padding-left: 18px;
	padding-right: 10px;
	margin: 3px;
	width: auto;
	float: left;
	}

.GameTagSelect {
	width: 190px;
	height: 20px;
	float: left;
	}
.GameTagSelect #divGameTagSelect {
	background:url(../../images/default/buttons/btn_gametag.png) no-repeat 0 0;
	height: 16px;
    padding: 2px 29px 2px 5px;
    width: 157px;
	text-align: left;
	text-decoration: none;
	color: #666 !important;
	display: block;
	cursor: pointer;
	}
.GameTagSelect #divGameTagSelect:hover {
	background:url(../../images/default/buttons/btn_gametag.png) no-repeat 0 -20px;
	}
.GameTagSelect .GameTagSelectActive {
	background:url(../../images/default/buttons/btn_gametag.png) no-repeat 0 -20px !important;
	}

/* GameTag DropDown*/
#divGameTagOption {
	position:absolute;
	width: 185px;
	height: 300px;
	margin: 0 2px;
	z-index: 999;
	display: none;
	}
#divGameTagOption .NoneGameTag {
	display: none;
	}

/* GameTag MoreOption*/
#divGameTagOption div.MoreOption {
	height: 16px;
	background: #E7E7E7;
	border-radius: 0 0 5px 5px; /* Opera 10.5+ */
	-moz-border-radius:  0 0 5px 5px; /* Firefox */
	-webkit-border-radius:  0 0 5px 5px; /* Safari and Chrome */
	border: 1px solid #999;
	border-top: 1px solid #FFF;
	}
#divGameTagOption div.MoreOption a {
	background:#E7E7E7 url(../../images/default/buttons/btn_menuarrow_n.png) no-repeat center 2px;
	display: block;
	height: 12px;
	padding: 0;
	}
#divGameTagOption div.MoreOption a:hover {
	background:#EFEFEF url(../../images/default/buttons/btn_menuarrow_h.png) no-repeat center 2px;
	}
#divGameTagOption div.MoreOption a:active {
	background:url(../../images/default/buttons/btn_menuarrow_n.png) no-repeat center 2px;
	}

/* GameTag DropDown - List LI*/
#divGameTagOption div ul li {
	height: 16px;
	padding: 5px;
	display: block;
	color: #666 !important;
	margin: 0;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #999;
	}
#divGameTagOption div ul li:hover {
	background: #EFEFEF;
	color: #F90 !important;
	cursor: pointer;
	}

/* GameTag DropDown - Under 5*/
div.GameTagOptionUnder {
	height: 139px;
	overflow: hidden;
	background: #E7E7E7;
	border: 1px solid #999;
	}

/* GameTag DropDown - Over 5*/
div.GameTagOptionOver {
	height: 277px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #E7E7E7;
	border-radius: 0 0 5px 5px; /* Opera 10.5+ */
	-moz-border-radius:  0 0 5px 5px; /* Firefox */
	-webkit-border-radius:  0 0 5px 5px; /* Safari and Chrome */
	border: 1px solid #999;
	}
div.GameTagOptionOver ul li:last-child {
	border-bottom: none !important;
	}


/* ----------------------------------- 
 Share with
/* ----------------------------------- */
#divShareBox .ReceiverOptions {
	display: none;
	height: 30px;
	width: 100%;
	font-size: 13px;
	padding-top: 5px;
	clear: both;
	}
.ShareSelect {
	background: url(../../images/default/icons/privacy.png) no-repeat 0 7px;
	width: 107px;
	height: 20px;
	float: right;
	padding: 5px 0 5px 20px;
	position: relative;
	z-index: 99;
	}
.ShareSelect #divShareSelect {
	background:url(../../images/default/buttons/btn_privacy.png) no-repeat 0 0;
    width: 73px;
	height: 20px;
    padding: 0 29px 0 5px;
	text-align: left;
	text-decoration: none;
	display: block;
	cursor: pointer;
	line-height: 20px;
	}
.ShareSelect #divShareSelect:hover 	{
	background:url(../../images/default/buttons/btn_privacy.png) no-repeat 0 -20px;
	}
.ShareSelect .ShareSelectActive {
	background:url(../../images/default/buttons/btn_privacy.png) no-repeat 0 -20px !important;
	}
.ShareSelect #divShareSelect p {
	width: 73px;
	height: 20px;
	text-align: left;
	text-decoration: none;
	line-height: 20px;
	color: #666 !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	}

/* Share DropDown*/
/*UI Only*/
/*
#divShareOption {
	position: absolute;
	height: 300px;
	margin: 0;
	padding: 0;
	display: none;
	right: 0;
	top: 24px;
	width: auto;
	}
*/

/*DEV*/
#divShareOption {
	position: absolute;
	*width: 107px;
	height: 300px;
	margin: 0;
	z-index:1;
	display: none;
	right: 0;
	}

/* Share MoreOption*/
/*UI Only*/
/*
#divShareOption div.MoreOption {
	background: #AAC97E;
	border-radius: 0 0 5px 5px;*/ /* Opera 10.5+ */
	/*-moz-border-radius:  0 0 5px 5px;*/ /* Firefox */
	/*-webkit-border-radius:  0 0 5px 5px;*/ /* Safari and Chrome */
	/*border-top: 1px solid #C9E5A5;
	border-right: 1px solid #89B059;
	border-bottom: 1px solid #89B059;
	border-left: 1px solid #89B059;
	text-align: center;
	}
#divShareOption div.MoreOption a {
	display: block;
	padding: 0;
	background-image: url(../../images/default/buttons/btn_menuarrow_n.png);
	background-color: #AAC97E;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-decoration: none;
	font-size: 80%;
	}
#divShareOption div.MoreOption a:hover {
	background-image: url(../../images/default/buttons/btn_menuarrow_h.png);
	background-color: #B9D790;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	text-decoration: none;
	}
*/

/*DEV*/
#divShareOption div.MoreOption {
	height: 16px;
	background: #AAC97E;
	border-radius: 0 0 5px 5px; /* Opera 10.5+ */
	-moz-border-radius:  0 0 5px 5px; /* Firefox */
	-webkit-border-radius:  0 0 5px 5px; /* Safari and Chrome */
	border: 1px solid #89B059;
	border-top: 1px solid #C9E5A5;
	}
#divShareOption div.MoreOption a {
	background:#AAC97E url(../../images/default/buttons/btn_menuarrow_n.png) no-repeat center 2px;
	display: block;
	height: 12px;
	padding: 0;
	}
#divShareOption div.MoreOption a:hover {
	background:#B9D790 url(../../images/default/buttons/btn_menuarrow_h.png) no-repeat center 2px;
	}
#divShareOption div.MoreOption a:active {
	background:url(../../images/default/buttons/btn_menuarrow_n.png) no-repeat center 2px;
	}

/* Share DropDown - List LI*/
/*UI Only*/
/*
#divShareOption div ul li {
	display: block;
	}
#divShareOption div ul li input {
	padding: 0;
	margin: 0;
	margin-right: 4px;
	}
#divShareOption div ul li a {
	display: block;
	margin: 0;
	padding: 0;
	color: #666 !important;
	border-top: 1px solid #C9E5A5;
	border-bottom: 1px solid #89B059;
	text-decoration: none;
	white-space: nowrap;
	padding: 5px;
	line-height: 16px;
	}
#divShareOption div ul li a:hover {
	background: #B9D790;
	color: #666 !important;
	text-decoration: none;
	}
*/

/*DEV*/
#divShareOption div ul li {
	height: 16px;
	padding: 5px 20px 5px 5px;
	display: block;
	color: #666 !important;
	margin: 0;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	border-top: 1px solid #C9E5A5;
	border-bottom: 1px solid #89B059;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	}
#divShareOption div ul li:hover {
	background: #B9D790;
	color: #666 !important;
	cursor: pointer;
	}

/* Share DropDown - Under 5*/
div.ShareOptionUnder {
	height: 139px;
	overflow: hidden;
	background: #AAC97E;
	border: 1px solid #89B059;
	}

/* Share DropDown - Over 5*/
div.ShareOptionOver {
	height: 277px;
	overflow-x: hidden;
	overflow-y: auto;
	background: #AAC97E;
	border-radius: 0 0 5px 5px; /* Opera 10.5+ */
	-moz-border-radius:  0 0 5px 5px; /* Firefox */
	-webkit-border-radius:  0 0 5px 5px; /* Safari and Chrome */
	border: 1px solid #89B059;
	}
div.ShareOptionOver li:last {
	border-bottom: none !important;
	}
	
/* Sync Dropdown */
.SharPostBlock {
	height: 30px;
	}
div.SyncDrop {
	background:url(../../images/default/buttons/btn_sync.png) no-repeat 0 0;
	float: left;
	display: block;
	width: 32px;
	height: 30px;
	}
div.SyncDrop:hover {
	background:url(../../images/default/buttons/btn_sync.png) no-repeat 0 -30px;
	}
div.SyncDropActive {
	background:url(../../images/default/buttons/btn_sync.png) no-repeat 0 -60px;
	float: left;
	display: block;
	width: 32px;
	height: 30px;
	}

/* Sync Dropdown List */
/*UI Only*/
/*
ul.SyncDropList {
	position:absolute;
	margin: 0;
	z-index:1;
	display: none;
	border: 1px solid #999;
	right: 5px;
	width: auto;
	}
*/

/*DEV*/
ul.SyncDropList {
	position:absolute;
	margin: 0;
	z-index:1;
	display: none;
	border: 1px solid #999;
	right: 5px;
	}

/* Share DropDown - List LI*/
/*UI Only*/
/*
ul.SyncDropList li {
	display: block;
	}
ul.SyncDropList li input {
	margin-right: 4px;
	}
ul.SyncDropList li a {
	display: block;
	margin: 0;
	background: #E7E7E7;
	color: #666 !important;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #999;
	text-decoration: none;
	white-space: nowrap;
	line-height: 16px;
	padding: 5px;
	}
ul.SyncDropList li a:hover {
	background: #EFEFEF;
	color: #666 !important;
	cursor: pointer;
	text-decoration: underline;
	}
ul.SyncDropList li:last-child {
	border-bottom: none;
	}
*/

/*DEV*/
ul.SyncDropList li {
	background: #E7E7E7;
	padding: 5px;
	display: block;
	margin: 0;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #999;
	}
ul.SyncDropList li:last-child {
	border-bottom: none;
	}
ul.SyncDropList li:hover {
	background: #EFEFEF;
	color: #666 !important;
	cursor: pointer;
	}

ul.SyncDropList li a {
	color: #666 !important;
	}
ul.SyncDropList li a:hover {
	color: #666 !important;
	}

/* Limit Box */
#limiterBox {
    clear: both;
    position: absolute;
    }


/* ----------------------------------- 
 Content-header Control bar
/* ----------------------------------- */
#divControlBar {
	background: #E5EECC url(../../images/default/common/fade_green.gif) repeat-x;
	border: 1px solid #8CB859;
	color: #FFFFFF;
	margin: 0;
	overflow: hidden;
	padding: 5px;
	/*width: 98%;*/
	}

/* ----------------------------------- 
 Activities' feed stream 
 ----------------------------------- */
.ActivitiesStream {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	clear: both;
	}
.ActivitiesStream .PostStoryUI {
	border-bottom: 1px solid #EFEFEF;
	overflow: hidden;
	padding: 8px 0;
	width: 100%;
	}
.ActivitiesStream .PostStoryUI_Close {
	display: none;
	float: right;
	z-index: 4;
	position: relative;
	top: 0;
	right: 3px;
	}
.ActivitiesStream .PostStoryUI .PostStoryUI_pic {
	float: left;
	width: 65px;
	}
.ActivitiesStream .PostStoryUI .PostStoryUI_message {
	padding: 0 0 0 65px;
	margin-right: 25px;
	width: auto;
	}
.ActivitiesStream .PostStoryUI .PostStoryUI_message .Message_content {
	color: #1C1C1C;
	display: block;
	font-size: 14px;
	margin: 0 0 5px;
	vertical-align: middle;
	overflow: hidden;
	word-wrap: break-word; /* IE */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: pre; /* CSS2 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	line-height: 1.5;
	}
.ActivitiesStream .PostStoryUI .PostStoryUI_message .Message_content a {
	font-weight: bold;
	}
.ActivitiesStream .PostStoryUI .PostStoryUI_message .Message_content img.WallArrow {
	padding: 0 5px;
	}
.ActivitiesStream .PostStoryUI .PostStoryUI_message .Message_footer {
	margin: 5px 0;
	height: 16px;
	}
.ActivitiesStream .PostStoryUI .PostStoryUI_message .Message_footer .Time {
	color: #888;
	float: left;
	font-size: 11px;
	padding-right: 10px;
	}
.ActivitiesStream .PostStoryUI .PostStoryUI_message .Message_footer .ActionLinks {
	float: left;
	font-size: 11px;
	}
.ActivitiesStream .PostStoryUI .PostStoryUI_message .Message_footer .GameTag {
	float: left;
	padding-right: 10px;
	}
.ActivitiesStream .PostStoryUI .PostStoryUI_message .Message_footer .PrivacyLock {
	float: left;
	padding-right: 10px;
	}
.ActivitiesStream .PostStoryUI .PostStoryUI_message .Message_attachment {
	display: block;
	margin: 8px 0;
	overflow: hidden;
	font-size: 14px;
	}
.ActivitiesStream .PostStoryUI .PostStoryUI_message .Message_attachment .VideoPlayButton {
	left: 70px;
	}
.ActivitiesStream .PostStoryUI .PostStoryUI_message .Message_attachment img {
	padding: 3px;
	background-color: #FFF;
	border-bottom: 1px solid #999;
	border-left: 1px solid #CCC;
	border-right: 1px solid #999;
	border-top: 1px solid #CCC;
	}
.ActivitiesStream .PostStoryUI .PostStoryUI_message .Message_attachment h3 {
	padding-bottom: 10px;
	}
.ActivitiesStream .PostStoryUI .PostStoryUI_message .Message_attachment p {
	line-height: 1.5;
	padding-bottom: 10px;
	}
.ActivitiesStream .PostStoryUI .PostStoryUI_message .Message_attachment a[class~="PopupLink"] {
	padding-right: 18px;
    /*background: transparent url(../../images/default/icons/external_icon.png) no-repeat right center;*/
	
	white-space: pre; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
	}

.Message_attachment .VideoPlayButton {
	left: 70px;
	}

.Message_comment {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
	clear: both;
	}
.Message_comment .CommentBox {
	margin: 0;
	overflow: hidden;
	padding: 14px 0 0 0;
	background: url(../../images/default/common/reply_block.gif) no-repeat 40px 0;
	}
.Message_comment .CommentBox .CommentListWrapper {
	list-style: none;
	margin: 0 0 2px 0;
	width: 100%;
	}
.Message_comment .CommentBox .CommentListWrapper ul {
	border: 2px solid #dbdbdb;
	background: #FFF;
	border-radius: 5px; /* Opera 10.5+ */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	}
.Message_comment .CommentBox .CommentListWrapper li {
	color: #1C1C1C;
	margin: 0 0 2px 0;
	/*overflow: hidden;*/
	padding: 0;
	/*border-top: 1px solid #DBDBDB;*/
	clear: both;
	}
.Message_comment .CommentBox .CommentListWrapper li div.CommentLine {
	width: 95%;
	margin: 0 auto;
	height: 1px;
	background-color: #DBDBDB;
	}
.Message_comment .CommentBox .CommentListWrapper li:first-child {
	border-top: none;
	}
.Message_comment .CommentBox .CommentListWrapper li.LastComment {
	border: none !important;
	}
/*.Message_comment .CommentBox .CommentListWrapper li.LastComment div {
	display: block;
	border-top: 1px solid #DBDBDB;
	}*/
.Message_comment .CommentBox .CommentListWrapper li.LastComment div img {
	float: left;
	padding: 2px;
	}
.Message_comment .CommentBox .CommentListWrapper li.LastComment div a i {
	font-size: 11px;
	display: block;
	float: left;
	padding-top: 2px;
	}
.Message_comment .CommentBox .CommentListWrapper li.LastComment #divBottomCommentWrapper {
	padding-left: 7px;
	overflow: hidden;
	}
.Message_comment .CommentBox .CommentListWrapper li.LastComment div div {
	border: none;
	display: block;
	text-align: right;
	line-height: 24px;
	position: relative;
	}


.ReplyMessage_pic {
	float: left;
	width: 45px;
	padding: 5px 0 5px 22px;
	}

.ListRowWrapper {
	padding: 5px 25px 5px 68px;
	width: auto;
	}
.ListRowWrapper .ReplyMessage_content {
	color: #1C1C1C;
	display: block;
	font-size: 12px;
	padding: 0 5px 3px 0;
	line-height: 1.5;
	white-space: pre; /* CSS2 */
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -o-pre-wrap; /* Opera 7 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: pre-wrap; /* CSS 2.1 */
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
	word-wrap: break-word; /* IE */
	overflow: hidden;
	}
.ListRowWrapper .ReplyMessage_content a {
	font-weight: bold;
	white-space: nowrap;
	}
.ListRowWrapper .ReplyMessage_footer {
	color: #888;
	display: block;
	font-size: 11px;
	}
.ListRowWrapper .ReplyMessage_footer div {
	float: left;
	padding-right: 7px;
	}
.ListRowWrapper .ContentAddRow {
	display: block;
	overflow: hidden;
	padding-right: 10px;
	}
.ListRowWrapper .ContentAddRow div a {
	/*float: right;*//*加這段會讓comment的表情符號全都靠右*/
	padding: 3px 5px 0 0;
	}
	
.LikeWrapper {
	line-height: 25px;
	padding: 0 25px;
	}
.LikeWrapper a {
	font-weight: bold;
	}
	
.MoreCommentWrapper {
	line-height: 25px;
	padding: 0 25px;
	}

/* ----------------------------------- 
 Photo frame 
 ----------------------------------- */
.FrameContainer {
	display: block;
	position: relative;	
	}
.VideoPlayButton {
	background: url(../../images/default/buttons/play.png) no-repeat 0 0;
	cursor: pointer;
	left: 50px;
	position: absolute;
	top: 36px;
	z-index: 999;	
	width: 32px;
	height: 30px;	
	margin-left: 0px;
	*margin-left: 0px !important;
	}

.ProfileFrame {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	padding: 3px;
	}

.SmallFrame {
	/*background: #FFFFFF;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #999999;
	border-top: 1px solid #CCCCCC;*/
	padding: 3px;
	}

.SmallFrame_reply {
	/*background: #FFFFFF;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;*/
	padding: 2px;
	}

ul.FriendsGallery {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 340px;
	}
ul.FriendsGallery li {
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #E5E5E5;
	float: left;
	margin: 3px;
	overflow: hidden;
	padding: 2px;
	text-align: center;
	}
ul.FriendsGallery li span {
	display: block;
	overflow: hidden;
	}
ul.FriendsGallery li a {
	color: #666666;
	display: block;
	text-decoration: none;
	}
ul.FriendsGallery li a:hover {
	color: #000000;
	text-decoration: underline;
	}
ul.FriendsGallery li a.Thumb {
	border-bottom: 1px solid #CCCCCC;
	cursor: pointer;
	padding: 3px;
	}
ul.FriendsGallery li h2 {
	background: #F0F0F0;
	border-top: 1px solid #FFFFFF;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	width: 55px;
	height: 14px;
	overflow: hidden;
	}

/* Celebrity Friends List */
ul.FriendsGallery li.Celebs a {
	color: #F38630;
	display: block;
	text-decoration: none;
	}
ul.FriendsGallery li.Celebs a:hover {
	color: #F38630;
	text-decoration: underline;
	}
ul.FriendsGallery li.Celebs h2 {
	background: #FFF9E1;
	}


/* ----------------------------------- 
 Feed Type
 ----------------------------------- */
.FeedType {
	height: 35px;
	clear: both;
	border-bottom: 1px solid #EFEFEF;
	}

.FeedType ul {
	float: right;
	}
.FeedType ul li {
	border-left: 1px solid #A3A3A3;
	float: left;
	margin: 3px 0;
	}
.FeedType ul li div.FeedTypeBorder {
	display: block;
	width: 100px;
	height: 16px;
	padding: 3px 7px;
	margin: 0 5px;
	float: left;
	cursor: pointer;
	border: 1px solid #FFF;
	border-radius: 3px; /* Opera 10.5+ */
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari and Chrome */
	color: #666;
	position: relative;
	z-index: 1;
	}
.FeedType ul li div.FeedTypeBorder:hover {
	border: 1px solid #D8D8D8;
	color: #888;
	}
.FeedType ul li div.FeedTypeBorder.ActiveFeedType {
	border: 1px solid #A3A3A3;
	color: #444;
	background: url(../../images/default/common/feedtype_bg.png) repeat-x 0 middle;	
	}
.FeedType ul li div.FeedTypeBorder img {
	border: none;
	padding-right: 5px;
	color: #666;
	}
.FeedType ul li div.FeedTypeBorder a {
	display: inline-block;
	position: absolute;
	right: 0;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	background: url(../../images/default/buttons/feedtype_drop.png) no-repeat center top;
	}
.FeedType ul li div.FeedTypeBorder a:hover {
	background-position: center -16px;
	}
.FeedType ul li div.FeedTypeBorder a.SortActive {
	background-position: center -32px;
	}


/* Feed Type Drop */
.FeedTypeDrop {
	position: absolute;
	border: 1px solid #b7b7b7;
	top: 22px;
	right: 0;
	z-index: 999;
	border-radius: 5px; /* Opera 10.5+ */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	display: none;
	width: 114px;
	}
.FeedTypeDrop ol, .FeedTypeDropOver ol {
    margin: 0;
    padding: 0;
    }
.FeedTypeDropOver {
	position: absolute;
	border: 1px solid #b7b7b7;
	top: 22px;
	right: 0;
	z-index: 9999;
	border-radius: 5px; /* Opera 10.5+ */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	display: none;
	width: 114px;
	height: 230px;
	overflow-y: scroll;
	}
.FeedTypeDrop ol li, .FeedTypeDropOver ol li {
	display: block;
	background: #e7e7e7;
	border: none;
	margin: 0;
	padding: 3px;
	float: none;
	border-bottom: 1px solid #b7b7b7;
	border-radius: 0; /* Opera 10.5+ */
	-moz-border-radius: 0; /* Firefox */
	-webkit-border-radius: 0; /* Safari and Chrome */
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	}
.FeedTypeDrop ol li:hover, .FeedTypeDropOver ol li:hover{
	background: #efefef;
	border: none;
	border-bottom: 1px solid #b7b7b7;
	}
.FeedTypeDrop ol li:last-child, .FeedTypeDropOver ol li:last-child {
	border: none;
	border-radius: 0 0 5px 5px; /* Opera 10.5+ */
	-moz-border-radius: 0 0 5px 5px; /* Firefox */
	-webkit-border-radius: 0 0 5px 5px; /* Safari and Chrome */
	}


/* ----------------------------------- 
 Base rounded-corners box 
 ----------------------------------- */
.BoxContainer {
	margin: 0 auto;
	width: 100%;
	}
.BoxContainer .BoxHD .BoxContent {
	/*background: transparent url(../../images/default/basebox/tr.png) no-repeat right 0;
	margin-right: -14px;*/
	font-size: 1px;
	height: 7px;
	}
#divHeader .BoxContainer .BoxHD .BoxContent {
	background: transparent url(../../images/default/basebox/tr.png) no-repeat right 0;
	margin-right: -14px;
	font-size: 1px;
	height: 7px;
	}
.BoxContainer .BoxFT .BoxContent {
	/*background: transparent url(../../images/default/basebox/br.png) no-repeat right 0;
	margin-right: -14px;*/
	font-size: 1px;
	height: 7px;
	}
#divHeader .BoxContainer .BoxFT .BoxContent {
	background: transparent url(../../images/default/basebox/br.png) no-repeat right 0;
	margin-right: -14px;
	font-size: 1px;
	height: 27px;
	}
.BoxContainer .BoxHD {
	/*background: transparent url(../../images/default/basebox/tl.png) no-repeat 0 0;
	margin-right: 14px;*/
	}
#divHeader .BoxContainer .BoxHD {
	background: transparent url(../../images/default/basebox/tl.png) no-repeat 0 0;
	margin-right: 14px;
	}
.BoxContainer .BoxBD {
	/*background: transparent url(../../images/default/basebox/ml.png) repeat-y 0 0;
	margin-right: 7px;*/
	}
#divHeader .BoxContainer .BoxBD {
	background: transparent url(../../images/default/basebox/ml.png) repeat-y 0 0;
	margin-right: 9px;
	}
.BoxContainer .BoxBD .BoxContent {
	/*background: transparent url(../../images/default/basebox/mr.png) repeat-y right 0;
	margin-right: -9px;*/
	}
#divHeader .BoxContainer .BoxBD .BoxContent {
	background: transparent url(../../images/default/basebox/mr.png) repeat-y right 0;
	margin-right: -9px;
	}
.BoxContainer .BoxBD .BoxContent .BoxContentNarrowPadding {
	/*background: #FFFFFF url(../../images/default/basebox/mc.png) repeat-x 0 0;*/
	margin: 0 7px;
	overflow: visible;
	padding-left: 4px;
	padding-right: 8px;
	}
#divHeader .BoxContainer .BoxBD .BoxContent .BoxContentNarrowPadding {
	background: #FFFFFF url(../../images/default/basebox/mc.png) repeat-x 0 0;
	margin: 0 7px;
	overflow: visible;
	padding-left: 8px;
	padding-right: 8px;
	}
.BoxContainer .BoxBD .BoxContent .BoxContentWidePadding {
	/*background: #FFFFFF url(../../images/default/basebox/mc.png) repeat-x 0 0;*/
	margin: 0 7px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 10px;
	}
.BoxContainer .BoxBD .BoxContent .FeedMinHeignt {
	min-height: 500px;
	}
#divHeader .BoxContainer .BoxBD .BoxContent .BoxContentWidePadding {
	background: #FFFFFF url(../../images/default/basebox/mc.png) repeat-x 0 0;
	margin: 0 7px;
	overflow: hidden;
	padding-left: 5px;
	padding-right: 10px;
	}
.BoxContainer .BoxFT {
	/*background: transparent url(../../images/default/basebox/bl.png) no-repeat 0 0;
	margin-right: 14px;*/
	}
#divHeader .BoxContainer .BoxFT {
	background: transparent url(../../images/default/basebox/bl.png) no-repeat 0 0;
	margin-right: 14px;
	}

#divLeftCol_content .BoxContainer {
    border-bottom: 1px solid #F5F5F5;
    margin-left: 2px;
    }
/* ----------------------------------- 
 FindFriends Block
 ----------------------------------- */
.BoxContentNarrowPadding .FindFriendsBlock {
	border: 1px solid #CCC;
	background: #EFEFEF;
	color: #5D5D5D;
	font-size: 12px;
	height: 65px;
	overflow: hidden;
	position: relative;
	margin-top: 5px;
	}
.FindFriendsBlock .LeftAlign {
	float: left;
	padding-right: 7px;
	}
.BoxContentNarrowPadding div.FindFriendsBlock p {
	height:30px;
	overflow: hidden;
	padding-top: 4px;
	}
a.FindFriendsGO {
	background: url(../../images/default/buttons/btn_findfrends.png) no-repeat 0 0;
	width: 80px;
	height: 25px;
	padding-right: 20px;
	text-align: center;
	color: #411200;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	line-height: 26px;
	display: block;
	position: absolute;
	bottom: 3px;
	right: 0;
	}
a.FindFriendsGO:hover {
	background-position: 0 -25px;
	color: #411200;
	}


/* ----------------------------------- 
 Box tab 
 ----------------------------------- */
.BoxTab {
	overflow: hidden;
	}
.BoxTab ul,.BoxTab li {
	border: 0;
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding-left: 0;
	}
.BoxTab li img {
	margin-left: -10px;
	paddingt-right: 2px;
	}
.BoxTab li {
	float: left;
	margin-right: 1px;
	outline: none;
	}
.BoxTab a:link,.BoxTab a:visited {
	background: url(../../images/default/tabs/box_tabs.png) right 48px;
	color: #808080;
	display: block;
	height: 24px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	outline: none;
	}
.BoxTab a span {
	background: url(../../images/default/tabs/box_tabs.png) left 48px;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: normal;
	height: 22px;
	margin-right: 14px;
	padding-top: 2px;
	padding-left: 14px;
	width: 105px;
	outline: none;
	}
.BoxTab a:hover {
	background: url(../../images/default/tabs/box_tabs.png) right 24px;
	display: block;
	text-decoration: underline;
	}
.BoxTab a:hover span {
	background: url(../../images/default/tabs/box_tabs.png) left 24px;
	display: block;
	}
.BoxTab a:active {
  	outline: none;
	}
.BoxTab a:focus {
	-moz-outline-style: none;
	outline: none;
	}

/* Box tab - active elements */
.BoxTab .Active a:link,.BoxTab .Active a:visited,.BoxTab .Active a:hover {
	background: url(../../images/default/tabs/box_tabs.png) right 0 no-repeat;
	text-decoration: none;
	}
.BoxTab .Active a span,.BoxTab .Active a:hover span {
	background: url(../../images/default/tabs/box_tabs.png) left 0 no-repeat;
	color: #619929;
	font-size: 13px;
	font-weight: bold;
	}

/* Tab Content CSS */
.BoxTab_content {
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	padding: 5px 0;
	width: 100%;
	}

/* ----------------------------------- 
 Button controls
 ----------------------------------- */
#divConfirmWrapper {
	margin: 0 auto; 
	overflow: visible;
	padding: 20px 0 15px 0;
	text-align:center;
	height: 30px;
	clear: both;
	}


/*  ShareBox Post Btn  */
.SharPostButton {
	background: transparent url(../../images/default/buttons/btn_post_right.png) no-repeat right 0;
	display: block;
	float: left;
	height: 30px;
	padding-right: 1px;
	text-decoration: none;
	}
.SharPostButton:hover {
	background-position: right -30px;
	}
.SharPostButton:active {
	background-position: right -60px;
	}
.SharPostButton input {
	background: transparent url(../../images/default/buttons/btn_post.png) no-repeat 0 0;
	border: none;
	color: #666;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 14px;
	outline: none;
	padding: 3px 5px 4px 10px;
	}
.SharPostButton:hover input {
	background-position: 0 -30px;
	border: none;
	color: #407B24;
	cursor: pointer;
	font-weight: bold;
	}
.SharPostButton:active input {
	background-position: 0 -60px;
	border: none;
	color: #407B24;
	cursor: pointer;
	font-weight: bold;
	}


/*  ShareBox Post Btn on friend's wall  */
.SharPostFriendButton {
	background: transparent url(../../images/default/buttons/btn_post_friend_right.png) no-repeat right top;
	display: block;
	float: left;
	height: 30px;
	padding-right: 5px;
	text-decoration: none;
	}
.SharPostFriendButton:hover {
	background-position: right -30px;
	}
.SharPostFriendButton:active {
	background-position: right -60px;
	}
.SharPostFriendButton input {
	background: transparent url(../../images/default/buttons/btn_post.png) no-repeat 0 0;
	border: none;
	color: #666;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 14px;
	outline: none;
	padding: 3px 5px 4px 10px;
	}
.SharPostFriendButton:hover input {
	background-position: 0 -30px;
	border: none;
	color: #407B24;
	cursor: pointer;
	font-weight: bold;
	}
.SharPostFriendButton:active input {
	background-position: 0 -60px;
	border: none;
	color: #407B24;
	cursor: pointer;
	font-weight: bold;
	}


/*  GrayButton  */
.GrayButton {
	background: transparent url(../../images/default/buttons/gray_btn_right.png) no-repeat scroll top right;
	display: inline-block;
	*display: inline;
	/*float: right;*/
	height: 28px;
	padding-right: 5px;
	padding-left: 3px;
	text-decoration: none;
	outline: none;
	/*margin: 0 2px;*/
	}
.GrayButton input {
	background: transparent url(../../images/default/buttons/gray_btn_left.png) no-repeat;
	border: none;
	color: #666666;	
	cursor: pointer;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	line-height: 14px;
	outline: none;
	padding: 5px 0 5px 5px;
	}
.GrayButton:hover input {
	background-position: bottom left;
	}

/*  GreenButton  */
.GreenButton {
	background: transparent url(../../images/default/buttons/green_btn_right.png) no-repeat scroll top right;
	display: inline-block;
	*display: inline;
	/*float: right;*/
	height: 28px;
	padding-right: 5px;
	padding-left: 3px;
	text-decoration: none;
	outline: none;
	/*margin: 0 2px;*/
	}
.GreenButton input {
	background: transparent url(../../images/default/buttons/green_btn_left.png) no-repeat;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	line-height: 14px;
	outline: none;
	padding: 5px 0 5px 5px;
	}
.GreenButton:hover input {
	background-position: bottom left;
	}

/*  Light Green Button */
.LightgreenButton {
	background: transparent url(../../images/default/buttons/lightgreen_btn_right.png) no-repeat top right;
	display: block;
	float: left;
	height: 22px;
	padding-right: 5px;
	padding-left: 3px;
	text-decoration: none;
	}
.LightgreenButton input {
	background: transparent url(../../images/default/buttons/lightgreen_btn_left.png) no-repeat;
	border: none;
	color: #407B24;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	line-height: 14px;
	outline: none;
	padding: 3px 0 4px 5px;
	}
.LightgreenButton:hover input {
	background-position: bottom left;
	color: #FFFFFF;
	}

/*  Search Input  */
div.SearchBar input{
	float:left;
}
/*  Dark Green Button  */
.DarkgreenButton {
	background: transparent url(../../images/default/buttons/darkgreen_btn_right.png) no-repeat scroll top right;
	display: block;
	float: right;
	height: 20px;
	width:80px;
	padding-right: 3px;
	text-decoration: none;
	}
.DarkgreenButton input {
	background: transparent url(../../images/default/buttons/darkgreen_btn_left.png) no-repeat;
	border: none;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	float:right !important;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: 77px;
	line-height: 14px;
	outline: none;
	padding: 1px 0;
	margin-left: 2px;
	}
.DarkgreenButton:hover input {
	background-position: bottom left;
	}
	
/* DisabledButton */
.DisabledButton {
	background: transparent url(../../images/default/buttons/disabled_btn_right.png) no-repeat scroll top right;
	display: inline-block;
	*display: inline;
	/*float: right;*/
	height: 28px;
	padding-right: 5px;
	padding-left: 3px;
	text-decoration: none;
	cursor: default;
	/*margin: 0 2px;*/
	}
.DisabledButton input {
	background: transparent url(../../images/default/buttons/disabled_btn_left.png) no-repeat;
	border: none;
	color: #AAAAAA;	
	cursor: pointer;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	height: 28px;
	line-height: 14px;
	outline: none;
	padding: 5px 0 5px 5px;
	cursor: default;
	}
.DisabledButton:hover input {
	background-position: bottom left;
	}

/* Find Friends Button */
.FindFriendsButton {
	background: transparent url(../../images/default/buttons/findfriends_btn_right.png) no-repeat scroll right top;
	display: block;
	float: right;
	height: 24px;
	padding-right: 3px;
	text-decoration: none;
	}
.FindFriendsButton input {
	background: transparent url(../../images/default/buttons/findfriends_btn_left.png) no-repeat;
	border: none;
	color: #333;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 24px;
	line-height: 14px;
	outline: none;
	padding: 1px 14px 1px 18px;
	margin: 0;
	}
.FindFriendsButton:hover {
	background-position: right -24px;
	}
.FindFriendsButton:hover input {
	background-position: left -24px;
	}
.FindFriendsButton:active{
	background-position: right -48px;
	}
.FindFriendsButton:active input {
	background-position: left -48px;
	}

.GrayButton:hover, .GrayButton a:hover,
.GreenButton:hover, .GreenButton a:hover,
.LightgreenButton:hover, .LightgreenButton a:hover,
.DarkgreenButton:hover, .DarkgreenButton a:hover {
	background-position: bottom right;
	text-decoration: none;
	}

/* Orange Button */
.OrangeButton {
	background: url(../../images/default/buttons/login_btn_right.png) no-repeat top right;
	display: inline-block;
	*display: inline;
	height: 30px;
	line-height: 30px;
	padding-right: 5px;
	padding-left: 3px;
	text-decoration: none;
	outline: none;
	}
.OrangeButton input {
	background: url(../../images/default/buttons/login_btn_left.png) no-repeat 0 0;
	border: none;
	color: #411200;
	cursor: pointer;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 14px;
	outline: none;
	padding: 7px 0 7px 5px;
	}
.OrangeButton:hover input {
	background-position: 0 -30px;
	color: #411200;
	}
.OrangeButton:hover {
	background-position: right -30px;
	}

/*  Detail Tab Button  */
.DetailTabBlock a {
	background: transparent url(../../images/default/buttons/detailtab_right.png) no-repeat right top;
	display: block;
	float: left;
	height: 22px;
	padding-right: 4px;
	margin-left: 5px;
	text-decoration: none;
	}
.DetailTabBlock a input {
	background: transparent url(../../images/default/buttons/detailtab_left.png) no-repeat;
	border: none;
	color: #777;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	line-height: 14px;
	outline: none;
	padding: 1px 0 1px 15px;
	margin: 0;
	}
.DetailTabBlock a:hover, a.DetailTabActive {
	background: transparent url(../../images/default/buttons/detailtab_active_right.png) no-repeat right bottom;
	}
.DetailTabBlock a:hover input, a.DetailTabActive input {
	background: transparent url(../../images/default/buttons/detailtab_active_left.png) no-repeat left bottom;
	}

/*  Profile Button  */
.ProfileButton {
	display: block;
	/*float: left;*/
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	}
.ProfileButton a {
	background: #333 url(../../images/default/buttons/profile_button_normal_bg.png) repeat-x left top;
	border: 2px solid #999999;
	border-bottom-color: #000000;
	border-right-color: #000000;
	color: #ffffff;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 15px;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	outline: none;
	margin-right: 0px;
	}
.ProfileButton a:hover {
	background: url(../../images/default/buttons/profile_button_bg.png) repeat-x right top;
	border: 2px solid #CEFD9F;
	border-right-color: #407B24;
	border-bottom-color: #407B24;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	}
.ProfileButton a:active {
	background: url(../../images/default/buttons/profile_button_bg.png) repeat-x right top;
	border: 2px solid #CEFD9F;
	border-left-color: #407B24;
	border-top-color: #407B24;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	}

/* [x] Delete Button */
.DeleteButton a {
	background-image: url(../../images/default/buttons/delete.png);
	background-position: left top;
	display: block;
	height: 15px;
	margin-right: 0;
	text-indent: -9999px;
	width: 15px;
	padding-left:1px;
	}

/* [+] Add Button */
.AddButton a {
	background-image: url(../../images/default/buttons/add.png);
	background-position: left top;
	display: block;
	height: 15px;
	margin-right: 0;
	text-indent: -9999px;
	width: 15px;
	padding-left:1px;
	}

.DeleteButton a:hover,
.AddButton a:hover {
	background-position: right top;
	padding-left:1px;
	}

/* [x] Feed Delete Button */
div.PostStoryUI_Close .DeleteButton a {
	background-image: url(../../images/default/buttons/FeedDelete.png);
	background-position: left top;
	display: block;
	height: 24px;
	margin: 0;
	padding:0;
	text-indent: -9999px;
	width: 24px;
	}
div.PostStoryUI_Close .DeleteButton a:hover {
	background-position: right top;
	}
	
/* [v] Feed DropDown Button */
div.PostStoryUI_Close .FeedDrop a {
	background-image: url(../../images/default/buttons/FeedDrop.png);
	background-position: left top;
	display: block;
	height: 24px;
	margin: 0;
	padding:0;
	text-indent: -9999px;
	width: 24px;
	}
div.PostStoryUI_Close .FeedDrop a:hover {
	background-position: right top;
	}
div.PostStoryUI_Close .FeedDropActive a {
	background-image: url(../../images/default/buttons/FeedDrop.png);
	background-position: right top;
	display: block;
	height: 24px;
	margin: 0;
	padding:0;
	text-indent: -9999px;
	width: 24px;
	}

/* FeedDrop Block */
div.PostStoryUI_Close div.FeedDropBlock {
	position: relative;
	}
div.PostStoryUI_Close div.FeedDropBlock ul {
	position: absolute;
	right: 0;
	top: 24px;
	display: none;
	}
div.PostStoryUI_Close div.FeedDropBlock ul li {
	display: block;
	}
div.PostStoryUI_Close div.FeedDropBlock ul li a {
	display: block;
	color: #151515;
	font-size: 14px;
	background-color: #dfdfdf;
	/*height: 30px;*/
	line-height: 30px;
	padding: 0 24px 0 7px;
	}
div.PostStoryUI_Close div.FeedDropBlock ul li a:hover {
	text-decoration: none;
	background-color: #c0da91;
	}
	
/* [v] Feed Reply DropDown Button */
div.PostStoryUI_Close .FeedDropReply a {
	background-image: url(../../images/default/buttons/FeedDrop_small.png);
	background-position: left top;
	display: block;
	height: 16px;
	margin: 0;
	margin-top: 3px;
	padding:0;
	text-indent: -9999px;
	width: 16px;
	}
div.PostStoryUI_Close .FeedDropReply a:hover {
	background-position: right top;
	}
div.PostStoryUI_Close .FeedDropReplyActive a {
	background-image: url(../../images/default/buttons/FeedDrop_small.png);
	background-position: right top;
	display: block;
	height: 16px;
	margin: 0;
	margin-top: 3px;
	padding:0;
	text-indent: -9999px;
	width: 16px;
	}

/* FeedDrop Reply Block */
div.CommentListWrapper div.PostStoryUI_Close div.FeedDropBlock {
	position: relative;
	}
div.CommentListWrapper div.PostStoryUI_Close div.FeedDropBlock ul {
	position: absolute;
	right: 0;
	top: 16px;
	display: none;
	background: none;
	border: none;
	}
div.CommentListWrapper div.PostStoryUI_Close div.FeedDropBlock ul li {
	display: block;
	margin: 0;
	overflow: inherit;
	}
div.CommentListWrapper div.PostStoryUI_Close div.FeedDropBlock ul li a {
	display: block;
	color: #151515;
	font-size: 12px;
	background-color: #dfdfdf;
	line-height: 20px;
	padding: 2px 7px 0 7px;
	white-space: nowrap;
	text-align: center;
	}
div.CommentListWrapper div.PostStoryUI_Close div.FeedDropBlock ul li a:hover {
	text-decoration: none;
	background-color: #c0da91;
	}
	
/* Celebrity */
.Celebrity {
    background: url(../../images/default/icons/feedtype_celebs.png) no-repeat 2px 0;
    display: inline-block;
    height: 16px;
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 18px;
	}
a.Celebs:link,
a.Celebs:visited {
	color: #F38630;
	text-decoration: none;
	outline: none;	
	}
a.Celebs:hover,
a.Celebs:active {
	color: #F38630;
	text-decoration: underline;
	outline: none;
	}
	
/*Search Page*/
.SearchFriend {
	padding: 40px 0;
	text-align: center;
	}

/* ----------------------------------- 
 Menu 
 ------------------------------------- */
 
/* Top navigation bar */
#divNavbar {
	float: left;
	height: 14px;
	line-height: 20px;
	padding-right: 15px;
	padding-top: 5px;
	}

#divNavbar ul,#divNavbar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#divNavbar ul li {
	border-left: 1px dotted #5E9503;
	display: block;
	float: left;
	}
#divNavbar ul li ul li {
	border-left: 0px;
	display: block;
	float: left;
	}
#divNavbar ul li.Selected a {
	background: #407B24;
	color: #FFFFFF;
	font-weight: bold;
	}
#divNavbar ul li a {
	color: #5E9503;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 0 14px;
	text-decoration: none;
	}
#divNavbar ul li a:hover {
	color: #9DCF6A;
	font-weight: bold;
	}
#divNavbar ul li a:active {
  	outline: none;
	}
#divNavbar ul li a:focus {
	-moz-outline-style: none;
	}
#divNavbar ul li ul li {
	display: block;
	float: none;
	word-break: break-all;
	}
#divNavbar ul li ul li a {
	border-bottom: 1px solid #EEEEEE;
	clear: both;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	padding: 0 10px;
	text-decoration: none;
	word-break: break-all; 	
	white-space: pre;
	}
#divNavbar ul li ul li a:hover {
	background: #9DCF6A;
	color: #407B24;
	font-weight: bold;
	}
.NavSubMenu {
	background: #FFFFFF;
	border: 1px solid #D9ECBF;
	display: none;
	line-height: 26px;
	padding: 10px;
	position: absolute;
	width: 160px;
	z-index: 99999;
	}
	
	

/* Vertical menu */
.VerticalMenu {
	width: 100%;
	}
.VerticalMenu .Headerbar {
	background: #606060;
	color: white;
	font: bold 13px Verdana;
	margin-bottom: 0;
	padding: 10px 0 10px 37px;
	text-transform: uppercase;
	}
.VerticalMenu .About {
	background: #606060 url(../../images/default/icons/about_icon.png) no-repeat 7px 7px;
	}
.VerticalMenu .Event {
	background: #606060 url(../../images/default/icons/event_icon.png) no-repeat 7px 7px;
	}
.VerticalMenu .Friend {
	background: #606060 url(../../images/default/icons/friends_icon.png) no-repeat 7px 7px;
	}
.VerticalMenu .Invite {
	background: #606060 url(../../images/default/icons/findfriends_icon.png) no-repeat 7px 7px;
	}
.VerticalMenu .GameZone {
	background: #606060 url(../../images/default/icons/gamezone_icon.png) no-repeat 7px 7px;
	}
.VerticalMenu .Message {
	background: #606060 url(../../images/default/icons/mail_icon.png) no-repeat 7px 7px;
	}
.VerticalMenu .Setting{
	background: #606060 url(../../images/default/icons/setting_icon.png) no-repeat 7px 7px;
	}
.VerticalMenu .Search {
	background: #606060 url(../../images/default/icons/search_icon.png) no-repeat 7px 7px;
	}
.VerticalMenu .Notification {
	background: #606060 url(../../images/default/icons/notifications_icon.png) no-repeat 7px 7px;
	}
.VerticalMenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
.VerticalMenu ul li {
	cursor: pointer;
	padding-bottom: 3px;
	}
.VerticalMenu ul li a {
	background: #E9E9E9;
	border-bottom: 1px dotted #999999;
	border-left: 3px solid #C5C5C5;
	color: #707070;
	display: block;
	font-size: 12px;
	line-height: 17px;
	padding: 5px 30px 5px 8px;
	text-decoration: none;
	word-wrap: break-word;
	word-break: break-all;
	}
.VerticalMenu ul li a:hover {
	background: #C8DDAA;
	border-bottom: 1px dotted #85AF4F;
	border-left: 3px solid #89B24B;
	color: #669933;
	text-decoration: none;
	}
.VerticalMenu ul li.Active a {
	background: #9DCF6A;
	border-bottom: 1px dotted #85AF4F;
	border-left: 3px solid #89B24B;
	color: #407B24;
	font-size: 13px;
	font-weight: bold;
	}



/* Accordion menu */
.AccordionMenu .Headerbar {
	background: #606060;
	color: white;
	font: bold 13px Verdana;
	margin-bottom: 0;
	padding: 10px 0 10px 37px;
	text-transform: uppercase;
	}
.AccordionMenu .Message {
	background: #606060 url(../../images/default/icons/mail_icon.png) no-repeat 7px 7px;
	}
.AccordionMenu .Setting {
	background: #606060 url(../../images/default/icons/setting_icon.png) no-repeat 7px 7px;
	}
.AccordionMenu ul li {
	cursor: pointer;
	margin-top: 1px;
	}
.AccordionMenu ul,.AccordionMenu ul ul {
	cursor: pointer;
	list-style-type: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	}

/*MainMenu*/
.AccordionMenu ul a {
	display: block;
	text-decoration: none;
	}
.AccordionMenu ul li a {
	background: #E9E9E9;
	border-bottom: 1px dotted #999999;
	border-left: 3px solid #C5C5C5;
	color: #707070;
	cursor: pointer;
	display: block;
	font-size: 12px;
	line-height: 17px;
	padding: 5px 0 5px 8px;
	text-decoration: none;
	}
.AccordionMenu ul li a:hover {
	background: #C8DDAA;
	border-bottom: 1px dotted #85AF4F;
	border-left: 3px solid #89B24B;
	color: #669933;
	text-decoration: none;
	}

/*MainMenu + has SubMenu*/
.AccordionMenu ul li a.Head{
	background: #E9E9E9 url(../../images/default/menu/accordion/toggle_plus.gif) no-repeat right 5px;
	border-bottom: 1px dotted #999999;
	border-left: 3px solid #C5C5C5;
	color: #707070;
	cursor: pointer;
	display: block;
	font-size: 12px;
	line-height: 17px;
	padding: 5px 0 5px 8px;
	text-decoration: none;
	}

.AccordionMenu ul li a.Head:hover {
	background: #C8DDAA url(../../images/default/menu/accordion/toggle_plus.gif) no-repeat right 5px;
	border-bottom: 1px dotted #85AF4F;
	border-left: 3px solid #89B24B;
	color: #669933;
	}
.AccordionMenu ul li a.Head.selected {
	background-image: url(../../images/default/menu/accordion/toggle_minus.gif);
	}

/*MainMenu Actived*/
.AccordionMenu ul li.Active a {
	background: #9DCF6A;
	border-bottom: 1px dotted #85AF4F;
	border-left: 3px solid #89B24B;
	color: #407B24;
	font-size: 13px;
	font-weight: bold;
	}
/*MainMenu Actived + has SubMenu*/
.AccordionMenu ul li.Active a.Head {
	background: #9DCF6A url(../../images/default/menu/accordion/toggle_plus.gif) no-repeat right 5px;
	border-bottom: 1px dotted #85AF4F;
	border-left: 3px solid #89B24B;
	color: #407B24;
	font-size: 13px;
	font-weight: bold;
	}
.AccordionMenu ul li.Active a.Head.selected {
	background-image: url(../../images/default/menu/accordion/toggle_minus.gif);
	}


/*SubMenu*/
.AccordionMenu ul li ul li a {
	background: #E9E9E9;
	border-bottom: 1px dotted #999999;
	border-left: 3px solid #C5C5C5;
	color: #707070;
	cursor: pointer;
	display: block;
	font-size: 12px;
	line-height: 17px;
	padding: 5px 0 5px 8px;
	text-decoration: none;
	}
	
/*SubMenu Actived*/
.AccordionMenu ul li ul li.Active a {
	background: #E8F3C9 url(../../images/default/common/vmenu_active.png) no-repeat 6px 6px;
	border-left: 0 solid #CCCCCC;
	color: #79A04D;
	font-size: 13px;
	font-weight: bold;
	padding-left: 20px;
	}
/*MainMenu Actived + SubMenu Actived*/
.AccordionMenu ul li.Active ul li.Active a {
	background: #E8F3C9 url(../../images/default/common/vmenu_active.png) no-repeat 6px 6px;
	border-left: 0 solid #CCCCCC;
	color: #79A04D;
	font-size: 13px;
	font-weight: bold;
	padding-left: 20px;
	}

/*SubMenu Links Settings*/
.AccordionMenu ul li ul li a {
	background: #FFFFFF;
	border-left: 0 solid #CCCCCC;
	color: #959595;
	padding-left: 20px;
	}
.AccordionMenu ul li ul li a:hover {
	background: #AAAAAA;
	border-left: 0 solid #666666;
	color: #FFFFFF;
	padding-left: 15px;
	}
.AccordionMenu ul li.Active ul li a {
	background: #FFFFFF;
	border-left: 0 solid #CCCCCC;
	color: #959595;
	padding-left: 20px;
	font-weight: normal;
	}
.AccordionMenu ul li.Active ul li a:hover {
	background: #AAAAAA;
	border-left: 0 solid #666666;
	color: #FFFFFF;
	padding-left: 15px;
	}


/* ----------------------------------- 
 Formatting content layout 
 ----------------------------------- */
.ContentHeaderWrapper {
	display: block;
	margin: 0;
	overflow: hidden;
	padding-bottom: 5px;
	width: 100%;
	}
.RightAlign {
	float: right;
	}
.LeftAlign {
	float: left;
	}


table td {
	padding-right: 10px;
	}
table th {
	background-color: #EEEEEE;
	border-bottom: 1px solid #E4E4E4;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	}
table.TableStyle {
	border: 0;
	border-style: none;
	margin: 3px;
	}
table.TableStyle td {
	padding-top: 18px;
	/*padding-top: 0 \9;*/
	}
table.TableComposeMessage {
	border: 0;
	border-style: none;
	margin: 0 auto;
	}
table.TableComposeMessage td.Title {
	text-align: right;
	padding: 3px;
	width: 60px;	
	}
table.TableComposeMessage td.Content {
	padding: 3px;
	width: 400px;
	word-wrap: break-word; /* IE */	
	}
table.TableComposeMessage td.Content textarea.Expanding {
	width: 390px;
	}
table.TableInviteMessage {
	border: 0;
	border-style: none;
	margin: 0 auto;
	}
table.TableInviteMessage td.Title {
	text-align: right;
	padding: 3px;
	width: 120px;	
	}
table.TableInviteMessage td.Content {
	padding: 3px;
	width: 350px;
	word-wrap: break-word; /* IE */	
	}

table.TableFindFriends {
	border: 0;
	border-style: none;
	}
table.TableFindFriends td.Title {
	color: #333;
	padding: 3px;
	width: 120px;	
	}
table.TableFindFriends td.Content {
	padding: 3px;
	width: 350px;
	word-wrap: break-word; /* IE */	
	}
table.TableFindFriends select {
    width: 320px;
    }

table.TableGameSearch {
	border: 0;
	border-style: none;
	}
table.TableGameSearch td.Title {
	color: #333;
	padding: 3px;
	width: 120px;
	}
table.TableGameSearch td.Content {
	padding: 3px;
	width: 600px;
	word-wrap: break-word; /* IE */	
	}
table.TableGameSearch select {
    width: 220px;
	margin-right: 5px;
    }

table.TableList {
	border: 0;
	border-style: none;
	margin: 3px;
	width: 100%;
	}
table.TableList td {
	border-bottom: 1px dashed #CCCCCC;
	padding-bottom: 5px;
	padding-top: 5px;
	}
table.TableList tr.Last td {
	border-bottom: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	}
table td.TitleLink {
	color: #999999;
	display: block;
	font-size: 12px;
	margin: 0 0 5px;
	}
table td.TitleLink a {
	font-weight: bold;
	}
table td.TableTitle {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	/*height: 30px;*/
	padding-right: 5px;
	padding-top: 18px;
	text-align: right;
	vertical-align: top;
	}

/* Friends list */
ul.TableFriendListWrapper {
	list-style: none;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 100%;
	min-height: 350px;
	}
ul.TableFriendListWrapper li {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #CCCCCC;
	float: left;
	padding: 5px;
	width: 99%;
	}
ul.TableFriendListWrapper li .DisplayAction {
	display: none;
	}
ul.TableFriendListWrapper li:hover, ul.TableFriendListWrapper li:hover.Last {
	background: #f8fcf1;
	}
ul.TableFriendListWrapper li:hover .DisplayAction {
	display: block;
	}

ul.TableFriendListWrapper li.Last {
	background-color: #FFFFFF;
	border-bottom: 0;
	float: left;
	margin-left: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-top: 5px;
	width: 99%;
	}
ul.TableFriendListWrapper li .Photo {
	float: left;
	width: 65px;
	}
ul.TableFriendListWrapper li .Info {
	float: left;
	width: 50%;
	position: relative;
	}
ul.TableFriendListWrapper li .Groups {
	float: right;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 15%;
	}
ul.TableFriendListWrapper li .Groups select {
	width: 100px;
	}
ul.TableFriendListWrapper li .Extra {
	border-left: 1px solid #CEE7B4;
	float: right;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
	width: 20%;
	}

/* Find Friends from games List */
ul.FindFriendListWrapper {
	list-style: none;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 100%;
	}
ul.FindFriendListWrapper li {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #CCCCCC;
	float: left;
	padding: 5px;
	width: 99%;
	}
ul.FindFriendListWrapper li:hover, ul.FindFriendListWrapper li:hover.Last {
	background: #f8fcf1;
	}

ul.FindFriendListWrapper li h2 {
	color: #333;
	}
ul.FindFriendListWrapper li.Last {
	border-bottom: 0;
	}
ul.FindFriendListWrapper li .Info {
	float: left;
	width: 70%;
	position: relative;
	}
ul.FindFriendListWrapper li .Extra {
	border-left: 1px solid #CEE7B4;
	float: right;
	padding-left: 10px;
	width: 20%;
	}

ul.FindFriendListWrapper li.SelectAll {
	border-bottom: 1px solid #606060;
	}
ul.FindFriendListWrapper li.SelectAll:hover {
	background: #FFF;
	}
ul.FindFriendListWrapper li.SelectAll .Info {
	padding-top: 7px;
	width: 50%;
	}
ul.FindFriendListWrapper li.SelectAll label {
	cursor: pointer;
	}
ul.FindFriendListWrapper li.SelectAll .Extra {
	border-left: none;
	width: 25%;
	}

/* Notification */
ul.TableFriendListWrapper li .NotificationTime {
	background: url(../../images/default/icons/green_arrow_right.png) no-repeat 0 0;
	padding: 0 0 0 20px;
	float: left;
	width: 80px;
	line-height: 17px;
	}
ul.TableFriendListWrapper li .NotificationsItem {
	margin-left: 100px;
	}
ul.TableFriendListWrapper li .NotificationsItem .NotificationType {
	margin-right: 5px;
	}

/* List Tab*/
.DetailTabBlock {
	background: #F3F3F3;
	border: 1px solid #DBDBDB;
	border-radius: 5px; /* Opera 10.5+ */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	padding: 5px;
	}
.DetailTabBlock p {
	float: left;
	margin-right: 10px;
	line-height: 22px;
	}
.DetailTabBlock .line {
	width: 100%;
	height: 10px;
	border-bottom: 1px solid #DBDBDB;
	clear: both;
	margin-bottom: 10px;
	}
.DetailTabBlock .SearchBar{
	width: 500px;
	margin: 0 auto;
	padding-top: 0px;
	}
.DetailTabBlock .TextRight{
	float: right;
	line-height: 22px;
	}

/* Friends Invite Actions */
.FriendGroupChooser {
	float: left;
	width: 100%;
	padding-bottom:10px;
	}
.FriendGroupChooser select {
	width: 150px;
	float: left;
	}

.AddGroup {
	display: block;
    float: left;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 5px 5px 10px;
    text-align: right;
	}
.BoxContentNarrowPadding .AddGroup {
    float: none;
	}

.AddFieldWrapper {
	overflow: hidden;
	padding-top: 10px;
	width: 100%;
	}
.FriendGroupChooser .AddFieldWrapper {
	width: 190px;
	float: left;
	padding: 0 0 0 5px;
	}
div.AddFieldWrapper input[type="text"] {
	float: left;
	height: 18px;
	width: 120px;
	}
div.AddFieldWrapper div div input {
	width: auto;
	height: 20px;
	}
	

/* Photo List */
ul.PhotoListWrapper {
	margin: 0 auto;
	overflow: auto;
	padding: 5px 0;
	width: 530px;
	}
ul.PhotoListWrapper li {
	cursor: pointer;
	float: left;
	margin: 5px;
	padding: 8px;
	width: 105px;
	}
ul.PhotoListWrapper li.TitleBar {
	border-bottom: 1px dashed #CCCCCC;
	margin: 0 auto;
	padding: 0 0 5px;
	width: 99%;
	}

ul.PhotoListWrapper .PhotoListWrapper_Hover {
	position: absolute;
	z-index: 5;
	float: right;
	background: #CCC;
	display: none
	}
	
ul.TableMessageContentWrapper {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	}
ul.TableMessageContentWrapper .Title {
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
	padding-bottom: 5px;
	width: 100%;
	}
ul.TableMessageContentWrapper .Reciver {
	border-bottom: 1px dotted #999999;
	margin-bottom: 10px;
	padding-bottom: 5px;
	width: 100%;
	}
ul.TableMessageContentWrapper .Photo {
	float: left;
	margin-right: 5px;
	width: 60px;
	}
ul.TableMessageContentWrapper .Name {
	float: left;
	margin-right: 10px;
	width: auto;
	}
ul.TableMessageContentWrapper .Time {
	float: left;
	width: auto;
	}
ul.TableMessageContentWrapper .Content {
	color: #333333;
	display: block;
	font-size: 13px;
	margin-left: 65px;
	margin-top: 25px;
	overflow: hidden;
	padding-bottom: 20px;
	white-space: pre-wrap; /* CSS 2.1 */
	word-wrap: break-word; /* IE */
	word-break: break-all;
	}
ul.TableMessageContentWrapper .Reply {
	clear: both;
	display: block;
	margin-left: 65px;
	margin-top: 15px;
	}
	
	

ul.TableMessageListWrapper {
	list-style: none;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 100%;
	min-height: 350px;
	}
ul.TableMessageListWrapper li {
	background-color: #FFFFFF;
	border-bottom: 1px dashed #CCCCCC;
	float: left;
	margin-left: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-top: 5px;
	width: 100%;
	}
ul.TableMessageListWrapper li.Last {
	background-color: #FFFFFF;
	border-bottom: 0;
	float: left;
	margin-left: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	padding-top: 5px;
	width: 100%;
	}
ul.TableMessageListWrapper li .Mark {
	float: left;
	padding-top: 20px;
	width: 25px;
	}
ul.TableMessageListWrapper li .Photo {
	float: left;
	width: 65px;
	}
ul.TableMessageListWrapper li .Info {
	float: left;
	width: 130px;
	overflow: hidden;
	}
ul.TableMessageListWrapper li .Tittle {
	float: left;
	width: 420px;
	overflow: hidden;
	}
ul.TableMessageListWrapper li .Extra {
	float: right;
	padding-top: 20px;
	width: 30px;
	}
	
ul.TableMessageListWrapper li:hover {
	background: #f8fcf1;
	}

ul.TableMessageListWrapper li.Unread {
	display: block;
	font-size: 13px;
	font-weight: normal;
	background: #f8fcf1;
	}
ul.TableMessageListWrapper li.Read {
	font-size: 13px;
	font-weight: normal;
	}

ul.TableMessageListWrapper li.Unread .Info p.Time,
ul.TableMessageListWrapper li.Unread p.ContentText {
	font-size: 12px;
	font-weight: bold;
	color: #666;
	}
ul.TableMessageListWrapper li.read .Info p.Time,
ul.TableMessageListWrapper li.read p.ContentText {
	font-size: 12px;
	font-weight: normal;
	color: #666;
	}

ul.TableMessageListWrapper li a {
	text-decoration: none;
	}
ul.TableMessageListWrapper li a:hover {
	color: #409900;
	text-decoration: underline;
	}

ul.TableMessageListWrapper li.Unread a {
	font-weight: bold;
	}
ul.TableMessageListWrapper li.Read a {
	font-weight: normal;
	}

/*Msg Action*/
div.MsgAction {
	margin-left: 5px;
	position: relative;
	}
div.MsgAction .ContentBlock {
	border-bottom: 1px dashed #CCC;
	width: 100%;
	padding: 0 2px;
	height: 35px;
	}
div.MsgAction .ContentBlock .Mark {
	float: left;
	padding-top: 7px;
	padding-right: 10px;
	}

/*Msg Filter*/
.ViewFilter {
	position: absolute;
	right: 0;
	*right: 5px;
	width: 125px;
	}

.ViewFilter h3 {
	background: #ebebeb;
	font-size: 14px;
	color: #151515;
	text-align: center;
	line-height: 28px;
	text-decoration: none;
	font-weight: normal;
	cursor: pointer;
	margin-bottom: 1px;
	border-radius: 5px; /* Opera 10.5+ */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari + Chrome */
	padding-right: 28px;
	}
.ViewFilter h3 span {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 24px;
	height: 24px;
	margin: 2px;
	background-image: url(../../images/default/buttons/FeedDrop.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	}
.ViewFilter h3:hover span {
	background-position: -24px 0;
	}
.ViewFilter h3.Active span {
	background-position: -24px 0;
	}

.ViewFilter ul.FilterOption {
	height: 300px;
	overflow: auto;
	overflow-x: hidden;
	text-overflow: ellipsis;
	display: none;
	}
.ViewFilter ul.FilterOption li a {
	display: block;
	background: #dfdfdf;
	font-size: 14px;
	color: #151515;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	}
.ViewFilter ul.FilterOption li a:hover {
	background: #c0da91;
	}

/* Page navbar */
ul.TableNavbarWrapper {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 100%;
	}
ul.TableNavbarWrapper li.Menu,
ul.TableNavbarWrapper li.Search {
	float: left;
	margin-top: 12px;
	}
ul.TableNavbarWrapper li.Logo {
	float: left;
	margin-top: 7px;
	margin-left: 15px;
	margin-right: 65px;
	}
ul.TableNavbarWrapper li.Extra {
	float: right;
	padding: 7px;
	margin-top: 12px;
	}

/* Select Friends */
ul.FriendSelectedWrapper {
	height: auto !important;
	overflow: hidden;
	padding: 2px;
	margin-bottom: 2px;
	}
ul.FriendSelectedWrapper li {
	background-color: #EEEEEE;
	border: 1px solid #999999;
	float: left;
	list-style-type: none;
	margin: 0px 5px 4px 0px;
	padding: 1px 20px 2px 5px;
	position: relative;	
	-webkit-border-bottom-left-radius: 3px 3px;
	-webkit-border-bottom-right-radius: 3px 3px;
	-webkit-border-top-left-radius: 3px 3px;
	-webkit-border-top-right-radius: 3px 3px;
	white-space: nowrap;
	}
li.Reciver ul.FriendSelectedWrapper li {
	background-color: #EEEEEE;
	border: 1px solid #999999;
	float: left;
	list-style-type: none;
	margin: 0px 5px 4px 0px;
	padding: 1px 5px 2px 5px;
	position: relative;	
	-webkit-border-bottom-left-radius: 3px 3px;
	-webkit-border-bottom-right-radius: 3px 3px;
	-webkit-border-top-left-radius: 3px 3px;
	-webkit-border-top-right-radius: 3px 3px;
	white-space: nowrap;
	}
ul.FriendSelectedWrapper li div {
	white-space: nowrap;
	height: 15px;
	}
ul.FriendSelectedWrapper li .Close {
	background: url(../../images/default/buttons/close.png) no-repeat 0 0;
	display: block;
	font-size: 1px;
	height: 13px;	
	position: absolute;
	right: 2px;
	top: 2px;
	width: 13px;
	}


/* Profile Info */
.ProfileInfoWrapper {
	margin: 0 auto;
	overflow: hidden;
	}
.ProfileInfoWrapper ul {
	display: block;
	list-style-type: none;
	width: 530px;
	margin-bottom: 10px;
	}
.ProfileInfoWrapper ul li {
	display: block;
	float: right;
	margin: 12px 0 5px;
	padding-left: 10px;	
	width: 340px;
	*clear: both !important;	
	}
.ProfileInfoWrapper ul li.TitleBlock {
	display: block;
	border-right: 1px solid #CCCCCC;
	float: left;
	margin: 12px 0 5px;
	width: 160px;	
	}
.ProfileInfoWrapper ul li ul {
	display: block;
	list-style: none;
	margin: 0px;
	margin-bottom: 8px;
	overflow: hidden;		
	width: 340px;
	*clear: both !important;	
	}
.ProfileInfoWrapper ul li ul li {
	margin: 0px;
	}
html>/**/body .ProfileInfoWrapper ul li ul li {
	float: left;
	width: 50px;
	margin: 0px;	
	}
.ProfileInfoWrapper ul li ul li img {
	margin: 0px;
	margin-left: -9px;
	}
.ProfileInfoWrapper ul li ul li.LastGames {
	color: #666666;
	font-size: 11px;
	margin: 0px;
	vertical-align: top;
	display: block;
	width: 250px;
	float: left;
	*margin-left: 60px !important;
	}

.ProfileGameName {
	background: #f0f0f0;
	margin-top: 10px;
	}

#divGalleryViewPanel iframe {
    margin: 0 5px;
    }
iframe#ifShowcaseExtended {
    padding: 0 !important;
	border: 3px solid #000;
    margin: 0 16px !important;
    }

/* Friend Status*/
.FriendStatus {
	list-style: none;
	margin-top: 5px;
	}
.FriendStatus li {
	clear: both;
	font-size: 11px;
	overflow: hidden;
	padding-bottom: 7px;
	padding-top: 3px;
	vertical-align: top;
	}
.FriendStatus img {
	float: left;
	margin-right: 7px;
	}
.FriendStatus .FsGame {
	width:152px;
	margin:0 0 0 40px;
	padding:2 0 2 2px;
	/*background: #ffffff;
	border:solid 1px #efefef;*/
	}
.FriendStatus .FsTime {
	width:152px;
	margin:0 0 0 40px;
	padding:0 0 0 2px;
	color:# 666;
	/*background: #efefef;*/
	font-size:10px;
	line-height:14px;
	}





/* AD Recommended */
.Recommended {
	list-style: none;
	margin-top: 5px;
	}
.Recommended li {
	clear: both;
	font-size: 11px;
	overflow: hidden;
	padding-bottom: 7px;
	padding-top: 3px;
	vertical-align: top;
	}
.Recommended li h3, .Recommended li p {
    margin-left: 65px;
    word-break: break-all;
    word-wrap: break-word;
    }
.Recommended .Name {
	font-size: 12px;
	font-weight: bold;
	}
.Recommended img {
	float: left;
	margin-right: 7px;
	}
.Recommended a.Mutual { 	
	color: #666666;
	font-size: 12px;	
	}
.Recommended .Addfriend { 
	text-decoration: underline;
	background: url(../../images/default/icons/friendinvite_icon.png) no-repeat left top;
	padding-left: 20px;
	}

p.MoreRecommend { 
	text-align: right;
	font-size: 12px;
	height: 16px;
	padding: 3px 0;
	}
p.MoreRecommend a { 
	background: url(../../images/default/buttons/feedtype_drop.png) no-repeat right top;
	padding-right: 16px;
	color: #666;
	}
p.MoreRecommend a:hover { 
	background-position: right -16px;
	color: #888;
	}
p.MoreRecommend a:active { 
	background-position: right -32px;
	color: #444;
	}

.EditFieldWrapper {
	overflow: hidden;
	padding: 5px 0;
	width: 100%;
	border-bottom:1px dashed #999999
	}
span.EditFieldWrapper input[type="text"] {
	float: left;
	height: 18px;
	width: 125px;
	}



.TableSettingNestedWrapper {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	}
.TableSettingNestedWrapper ul {
	border-bottom: 1px dashed #CCCCCC;
	display: inline-block;
	list-style: none;
	padding-bottom: 3px;
	padding-top: 3px;
	width: 100%;
	}
.TableSettingNestedWrapper ul.Last {
	border-bottom: 0;
	display: inline-block;
	list-style: none;
	padding-bottom: 3px;
	padding-top: 3px;
	width: 100%;
	}
.TableSettingNestedWrapper ul li.Photo {
	float: left;
	margin-right: 5px;
	padding: 2px;
	width: 60px;
	}
.TableSettingNestedWrapper ul li.Desc {
	float: left;
	margin-right: 5px;
	padding: 2px;
	width: 490px;
	}
.TableSettingNestedWrapper ul li.Action {
	float: right;
	padding-right: 0;
	padding-top: 10px;
	width: 90px;
	}
.TableSettingNestedWrapper ul li.GameSelect {
	float: right;
	padding-right: 0;
	padding-top: 10px;
	width: auto;
	}
	
	
ul.TableSettingNarrowWrapper li {
	background-color: #FFFFFF;
	float: left;
	height: 120px;
	margin: 2px 5px 2px 0;
	padding-left: 2px;
	width: 70px;
	}
ul.TableSettingNarrowWrapper li .Btn {
	margin: 5px 0 5px 50px;
	}
ul.TableSettingNarrowWrapper {
	list-style: none;
	overflow: hidden;
	padding: 0;
	width: 100%;
	}
ul.TableSettingNarrowWrapper li .Photo {
	margin-top: 2px;
	text-align: center;
	}
ul.TableSettingNarrowWrapper li .Name {
	font-size: 12px;
	font-weight: bold;
	margin-top: 2px;
	text-align: center;
	}
	
ul.TableSettingWideWrapper {
	list-style: none;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 10px;
	width: 100%;
	}
ul.TableSettingWideWrapper li {
	background-color: #FFFFFF;
	float: left;
	height: 170px;
	margin: 2px 5px 2px 0;
	outline: none;
	padding-left: 2px;
	width: 150px;
	}
ul.TableSettingWideWrapper li:active,
ul.TableSettingWideWrapper li:focus {
	outline: none;
	}
ul.TableSettingWideWrapper li .Select {
	font-size: 12px;
	margin-top: 2px;
	outline: none;
	text-align: center;
	}
ul.TableSettingWideWrapper li .Photo, ul.TableSettingWideWrapper li .Selected_Photo {
	margin-top: 2px;
	outline: none;
	text-align: center;
	}
ul.TableSettingWideWrapper li .Photo img {
	margin: 5px;
	cursor: pointer;
	}
ul.TableSettingWideWrapper li .Photo:hover img {	
	border: 5px solid #C1D1A4;
	cursor: pointer;
	margin: 0px;	
	outline: none;
	}
ul.TableSettingWideWrapper li .Selected_Photo img {
	border: 5px solid #669933;
	cursor: pointer;
	}
ul.TableSettingWideWrapper li .Name {
	font-size: 12px;
	font-weight: bold;
	margin-top: 2px;
	text-align: center;
	}
	
	
.EmoticonPanel{
	background-color: #FFFFCC; 
	width: 100%; 
	border-top: 1px solid #999999;
	}
	
.EmoticonPanel img {
	padding: 3px;
	cursor: pointer;
	}
	
.btnShowEmoticonAdd {
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: 1000;
	background-color: #E2F7BD;
	font-weight: bold;
	font-size: 13px;
	color: #666666;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	padding: 3px;
	cursor: pointer;
	}
	
.btnShowEmoticonHide {
	 right: 0;
	 bottom: 0;
	 position: absolute;
	 z-index: 1000;
	 background-color: #E2F7BD;
	 font-weight: bold;
	 font-size: 13px;
	 color: #666666;
	 border-left: 1px solid #999999;
	 border-top: 1px solid #999999;
	 padding: 3px;
	 cursor: pointer;
	}

.AddGroupFriends {
	margin: 0 auto;
	width: 480px;
	height: 260px;
	overflow: auto;
	}
	
.FriendsSelect {
	margin: 0 auto;
	width: 480px;
	height: 250px;
	overflow: auto;
	border: 5px solid #C1D1A4;
	padding: 5px;
	}
ul.FriendsSelectList {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	margin: 0;
	clear: both;
	}
ul.FriendsSelectList li {
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #E5E5E5;
	float: left;
	margin: 3px;
	overflow: hidden;
	padding: 2px;
	text-align: left;
	width: 215px;
	height: 70px;
	display: block;
	cursor: pointer;
	}	
ul.FriendsSelectList li:hover {
	background-color: #EFEFEF;	
	}
ul.FriendsSelectList li.ActiveFriend {
	background-color: #E7E7E7;	
	border: 1px solid #CFCFCF;
	}	
ul.FriendsSelectList li.ActiveFriend h2{
	background: url(../../images/default/icons/checkbox.png) no-repeat right top;
	}
ul.FriendsSelectList li p {
	margin-left: 60px;
	word-break: break-all;
	word-wrap: break-word;
	}
ul.FriendsSelectList li p.Small {
	overflow: hidden;
	}
ul.FriendsSelectList li img {
	width: 50px;
	float: left;
	padding: 5px;
	}
ul.FriendsSelectList li h2 {
	font-size: 12px;
	font-weight: blod;
	/*height:1.2em;
	overflow: hidden;*/
	line-height: 18px;
	margin-left: 60px;
	padding-right:20px;
	padding-bottom: 3px;
	width:auto;
	word-break: break-all;
	word-wrap: break-word;
	}
	

/* Invite Friend */
ul.FriendsInviteList {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	margin: 0;
	}
ul.FriendsInviteList li {
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #E5E5E5;
	float: left;
	margin: 3px;
	overflow: hidden;
	padding: 2px;
	text-align: left;
	width: 215px;
	display: block;
	cursor: pointer;
	}
ul.FriendsInviteList li:hover {
	background-color: #EFEFEF;	
	}
ul.FriendsInviteList li h2 {
	font-size: 15px;
	font-weight: blod;
	background: url(../../images/default/icons/unchecked.png) no-repeat;
	padding-left: 20px;
	height: 1.2em;
	overflow: hidden;
	}
ul.FriendsInviteList li img {
	float: left;
	padding: 3px;
	}
ul.FriendsInviteList li.ActiveFriend {
	background-color: #E7E7E7;
	border:1px solid #CFCFCF;
	}
ul.FriendsInviteList li.ActiveFriend h2 {
	background-color: #E7E7E7;
	background: url(../../images/default/icons/checkbox.png) no-repeat;
	padding-left: 20px;
	height: 1.2em;
	overflow: hidden;
	}

ul.InviteFriendByEmail {
	list-style: none;
	overflow: hidden;
	padding: 0;
	width: 100%;
	}
ul.InviteFriendByEmail li {
	background-color: #FFFFFF;
	float: left;
	margin: 2px 5px 2px 0;
	padding-left: 2px;
	text-align: center;
	}

ul.InviteFriendByEmail li .Photo {
	border: 5px solid #FFF;
	cursor: pointer;
	}
ul.InviteFriendByEmail li .Photo:hover {
	border: 5px solid #C1D1A4;
	cursor: pointer;
	}
ul.InviteFriendByEmail li .Photo img {
	border-top: 1px solid #F0F0F0;
	border-right: 1px solid #9c9c9c;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #E0E0E0;
	}
ul.InviteFriendByEmail li .Photo img:active {
	border-bottom: 1px solid #F0F0F0;
	border-left: 1px solid #9c9c9c;
	border-top: 1px solid #666666;
	border-right: 1px solid #E0E0E0;
	}
	
ul.InviteFriendInfo {
	list-style: none;
	overflow: hidden;
	padding: 0;
	width: 100%;
	}
ul.InviteFriendInfo li {
	background-color: #FFFFFF;
	float: left;
	height: 180px;
	margin: 2px 5px 2px 0;
	overflow: hidden;
	padding-left: 2px;
	text-align: center;
	}
	
div.InviteFriendInfo {
	width: auto;
	display: block;
	}

.InviteFriendInfo .Photo {
	border: 5px solid #FFF;
	cursor: pointer;
	width: auto;
	overflow: hidden;
	}
.InviteFriendInfo .Photo:hover {
	border: 5px solid #C1D1A4;
	cursor: pointer;
	width: auto;
	overflow: hidden;
	}
.InviteFriendInfo .Photo img {
	border-top: 1px solid #F0F0F0;
	border-right: 1px solid #9c9c9c;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #E0E0E0;
	}
.InviteFriendInfo .Photo img:active {
	border-bottom: 1px solid #F0F0F0;
	border-left: 1px solid #9c9c9c;
	border-top: 1px solid #666666;
	border-right: 1px solid #E0E0E0;
	}

/* Game Invite floatbox */
table.TableGameInvite {
    width: 300px;
    margin:10px;
}
table.TableGameInvite div.GameName, table.TableGameInvite div.GameServer, table.TableGameInvite div.GameID {
    Clear: both;
    height: 25px;
    }
table.TableGameInvite div.GameName p, table.TableGameInvite div.GameServer p, table.TableGameInvite div.GameID p {
    float: left;
    width: 80px;
    }
table.TableGameInvite div.GameName div, table.TableGameInvite div.GameServer div, table.TableGameInvite div.GameID div {
    float: left;
    }
	
/* Iinvite Block */
.FdBlock {
	padding: 10px 0 5px 0;
	margin: 0;
	}
.FdBlock img {
	padding-right: 5px;
	}


/* Friend Group */
.GroupList {
	position: relative;
	z-index: 10;
	top: 7px;
	right: 10px;
	float: right;
	width: 16px;
	height: 16px;
}
.GroupList a.GroupListAction:link, .GroupList a.GroupListAction:visited {
	float:right;
	background: none;
	border: none;
	padding: 0;
	background:url(../../images/default/common/drop_btn.png) no-repeat;
	width: 16px;
	height: 16px;
	}
.GroupList a.GroupListAction:hover {
	background: none;
	border: none;
	background:url(../../images/default/common/drop_btn_hover.gif) no-repeat;
	width: 16px;
	height: 16px;
	}
	
.GroupListEditor {
	position: absolute;
	z-index: 999999;
	top: 0;
	left: 10px;
	text-align: left;
	width: 100px;
	border: 1px solid #666;
	visibility: hidden;
	}
.GroupListEditor ul li {
	padding: 0;
	margin: 0;
	}
.GroupListEditor ul li a:link, .GroupListEditor ul li a:visited {
	font-size: 12px;
	font-weight: normal;
	color: #409900;
	display: block;
	line-height: 22px;
	background: #DDD;
	padding: 0 10px;
	}
.GroupListEditor ul li a:hover {
	background: #EFEFEF;
	color: #F38630;
	}

/* Pop-window */
.MessageBox {
	background: #FFFFFF;
	overflow: hidden;
	position: relative;
	width: 100%;
	}
.MessageBox h1 {
	border-bottom:1px dotted #D3D3D3;
	color:#000000;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
	padding-bottom:5px;
	text-align:left;
	}
.MessageBox .ContentArea {
	color:#333333;
	font-size:14px;
	}
.MessageBoxClose {
	background:url(../../images/default/buttons/close.gif) no-repeat;
	cursor:pointer;
	display:block;
	font-size:14px;
	height:16px;
	line-height:14px;
	position:absolute;
	right:5px;
	top:0px;
	width:16px;
	}

/* ----------------------------------- 
 Find Friends from games
/* ----------------------------------- */
.GameItemSelector {
	display: block;
	padding: 7px 0;
	}
.GameItemSelector li {
	display: block;
	float: left;
	width: 72px;
	height: 68px;
	position: relative;
	cursor: pointer;
	}
.GameItemSelector li.Active {
	background: url(../../images/default/bg/GameItembg.png) no-repeat center top;
	}
.GameItemSelector li .GameItem {
	margin: 5px auto;
    width: 58px;
	}

/* GameItem Scroll */
.ScrollFirst {
    background: url(../../images/default/icons/rankprev.png) no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 16px;
    left: 0;
    position: absolute;
    top: 40px;
    width: 16px;
}
.ScrollFirst:hover {
    background: url(../../images/default/icons/rankprev.png) no-repeat scroll -16px 0 transparent;
    cursor: pointer;
    height: 16px;
    width: 16px;
}
.ScrollFirstNone {
    background: url(../../images/default/icons/rankprev.png) no-repeat scroll -32px 0 transparent;
    height: 16px;
    width: 16px;
}
.ScrollLast {
    background: url(../../images/default/icons/ranknext.png) no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 16px;
    position: absolute;
    right: 0;
    top: 40px;
    width: 16px;
}
.ScrollLast:hover {
    background: url(../../images/default/icons/ranknext.png) no-repeat scroll -16px 0 transparent;
    cursor: pointer;
    height: 16px;
    width: 16px;
}
.ScrollLastNone {
    background: url(../../images/default/icons/ranknext.png) no-repeat scroll -32px 0 transparent;
    height: 16px;
    width: 16px;
}

/*  Find Friends Baseblock */
.FindBaseBlock {
	background: #FFF9E1;
	border: 1px solid #DBCB7D;
	border-radius: 5px; /* Opera 10.5+ */
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari and Chrome */
	padding: 5px;
	margin: 7px 0;
	}
.FindBaseBlock p {
	float: left;
	margin-right: 10px;
	line-height: 22px;
	}

.FindBaseBlock .line {
	background: #DBCB7D;
	width: 100%;
	height: 1px;
	}

/* Showcase Settings */
.ShowcaseSetting {
	margin: 0 auto;
	width: 620px;
	height: 355px;
	overflow: auto;
	}

ul.ShowcaseSettingList {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	margin: 0;
	}
ul.ShowcaseSettingList li {
	/*-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background: url(../../images/default/icons/unchecked.png) no-repeat 2px 2px;
	border: 1px solid #E5E5E5;*/
	background-color: #e7e7e7;
	float: left;
	margin: 3px;
	overflow: hidden;
	padding: 2px;
	text-align: left;
	width: 108px;
	display: block;
	cursor: pointer;
	}	
ul.ShowcaseSettingList li:hover {
	background-color: #EFEFEF;	
	}
ul.ShowcaseSettingList li.Active {
	/*background: url(../../images/default/icons/checkbox.png) no-repeat 2px 2px;
	background-color: #E7E7E7;
	border: 1px solid #CFCFCF; */
	background-color: #8cb859;
	}	
ul.ShowcaseSettingList li img {
	width: 100px;
	float: left;
	margin-top: 3px;
	/*margin-top: 18px;*/
	}