html,
body {
  height: 100%;
  width: 100%;
  overflow: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

* html .fullscreen {
	height: 100%;
}

.fullscreen {
	min-height: 100%;
	overflow:auto;
}
		.MenuClass
		{
			font-size:9pt;
			color: white;
			text-decoration: none;
			text-align:center;
			cursor:pointer;
		}
		
		.MenuClass:hover
		{
			font-size:9pt;
			color: white;
			text-decoration: none;
			text-align:center;
			cursor:pointer;
		}
		.MenuClassSpecial
		{
			font-size:9pt;
			color: black;
			font-weight: bold;
			text-decoration: none;
			text-align:center;
			cursor:pointer;
		}
		
		.MenuClassSpecial:hover
		{
			font-size:9pt;
			color: white;
			font-weight: bold;
			text-decoration: none;
			text-align:center;
			cursor:pointer;
		}
		.MenuClassHighlight
		{
			font-size:9pt;
			color: black;
			text-decoration: none;
			text-align:center;
			cursor:pointer;
		}
		.MenuLinkClassHighlight
		{
			font-size:9pt;
			color: black;
			text-decoration: none;
			text-align:center;
			cursor:pointer;
		}
		
		.NotifClass
		{
			color: white;
			text-decoration: none;
		}
		.HeaderClass
		{
			font-size:12pt;
			text-align:center;
			vertical-align:middle;
			color:#1d4088;
			z-index: 0;
		}
		.HeaderClass:hover
		{
			font-size:12pt;
			text-align:center;
			vertical-align:middle;
			color:white;
			text-decoration: none;
			cursor:pointer;
			z-index: 0;
		}
		.noshow {display: none;}
		.doshow {display: inline;}
		.noshowpopup
		{
			visibility: hidden;
			display: none;
			position:absolute;
		}
		.doshowpopup
		{
			visibility: visible;
			display:block;
			
			/*set the div in the center of the screen*/
			position:absolute;
		}
		.online {color:orange;}
		.offline {color:grey;}
		.menufont
		{
		}
		.titlefont
		{
		}
		#centered
		{
			width: 140px;
			border: 1px solid #666666;
			text-align: left;
			position: absolute;
			top: 0px;
			left: 50%;
			margin-left: -70px;
		}
		.NewMessage
		{
			font-weight: bold;
			background-color: #FFFFFF;
		}
		.OldMessage
		{
			font-weight: normal;
			background-color: #FFFFFF;
		}
		.hideFrame
		{
			display:none;
		}
.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.average-rating,
.star-rating .current-rating{
	background: url(/star.png) left -1000px repeat-x;
}
.average-rating{
	background-position: left center;
	width:25px;
	height:25px;
	line-height:25px;
}
.star-rating{
	position:relative;
	width:250px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
	z-index: 1;
}
.star-rating li{
	display: inline;
}
.star-rating a,
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:10%;
	z-index:11;
}
.star-rating a.two-stars{
	width:20%;
	z-index:10;
}
.star-rating a.three-stars{
	width:30%;
	z-index:9;
}
.star-rating a.four-stars{
	width:40%;
	z-index:8;
}
.star-rating a.five-stars{
	width:50%;
	z-index:7;
}
.star-rating a.six-stars{
	width:60%;
	z-index:6;
}
.star-rating a.seven-stars{
	width:70%;
	z-index:5;
}
.star-rating a.eight-stars{
	width:80%;
	z-index:4;
}
.star-rating a.nine-stars{
	width:90%;
	z-index:3;
}
.star-rating a.ten-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}
.inline-rating{
	z-index:1;
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}


.greenbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	box-shadow:inset 0px 1px 0px 0px #d9fbbe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #b8e356), color-stop(1, #a5cc52) );
	background:-moz-linear-gradient( center top, #b8e356 5%, #a5cc52 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#b8e356', endColorstr='#a5cc52');
	background-color:#b8e356;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 12px;
	text-decoration:none;
	text-shadow:1px 1px 0px #86ae47;
}.greenbutton:hover {
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356) );
	background:-moz-linear-gradient( center top, #a5cc52 5%, #b8e356 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356');
	background-color:#a5cc52;
}.greenbutton:active {
	text-decoration:none;
	position:relative;
	top:1px;
}



.redbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	box-shadow:inset 0px 1px 0px 0px #f7c5c0;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fc8d83), color-stop(1, #e4685d) );
	background:-moz-linear-gradient( center top, #fc8d83 5%, #e4685d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d');
	background-color:#fc8d83;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 12px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}.redbutton:hover {
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e4685d), color-stop(1, #fc8d83) );
	background:-moz-linear-gradient( center top, #e4685d 5%, #fc8d83 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d', endColorstr='#fc8d83');
	background-color:#e4685d;
}.redbutton:active {
	text-decoration:none;
	position:relative;
	top:1px;
}




.bluebutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	box-shadow:inset 0px 1px 0px 0px #dcecfb;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #D8DFEA), color-stop(1, #627AAD) );
	background:-moz-linear-gradient( center top, #D8DFEA 5%, #627AAD 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#D8DFEA', endColorstr='#627AAD');
	background-color:#D8DFEA;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:3px 12px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528ecc;
}.bluebutton:hover {
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #627AAD), color-stop(1, #D8DFEA) );
	background:-moz-linear-gradient( center top, #627AAD 5%, #D8DFEA 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#627AAD', endColorstr='#D8DFEA');
	background-color:#80b5ea;
}.bluebutton:active {
	text-decoration:none;
	position:relative;
	top:1px;
}


	.tabrow {
		white-space:nowrap;
		text-align: left;
		list-style: none;
		margin: 0px 0px 0px 0px;
		padding:33px 8px 0px 10px;
		line-height: 24px;
		height: 26px;
		overflow: hidden;
		font-size: 12px;
		font-family: verdana;
		position: relative;
	}
	.tabrowmobile {
		line-height: 24px;
		height: 26px;
		text-align: center;
		padding:0px 0px 0px 0px;
	}
	.tabrow li {
		border: 1px solid #AAA;
		background: #D1D1D1;
		background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		display: inline-block;
		position: relative;
		z-index: 0;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #D8DFEA;
		text-shadow: 0 1px #D8DFEA;
		margin: 0 -5px;
		padding: 0 20px;
		cursor: pointer;
	}
	.tabrow li a {
		text-decoration: none;
	}
	.tabrowmobile li {
		padding: 0 10px;
	}
	.tabrow a {
		color: #555;
		text-decoration: none;
	}
	.tabrow li.selected {
		background: #D8DFEA;
		color: #333;
		z-index: 2;
		border: 1px solid #8BA8DF;
		border-bottom-color: #D8DFEA;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 1.7), inset 0 1px 0 #D8DFEA;
	}
	.tabrow:before {
		position: absolute;
		content: " ";
		width: 100%;
		bottom: 0;
		left: 0;
		border-bottom: 1px solid #8BA8DF;
	}
	.tabrow li:before,
	.tabrow li:after {
		border: 1px solid #8BA8DF;
		position: absolute;
		bottom: -1px;
		width: 5px;
		height: 5px;
		content: " ";
	}
	.tabrow li:before {
		left: -6px;
		border-bottom-right-radius: 6px;
		border-width: 0 1px 1px 0;
		box-shadow: 2px 2px 0 #D1D1D1;
	}
	.tabrow li:after {
		right: -6px;
		border-bottom-left-radius: 6px;
		border-width: 0 0 1px 1px;
		box-shadow: -2px 2px 0 #D1D1D1;
	}
	.tabrow li.selected:before,
	.tabrow li.selected:after {
		border: 1px solid #8BA8DF;
	}
	.tabrow li.selected:before {
		box-shadow: 3px 3px 0 #D8DFEA;
		border-width: 0 1px 1px 0;
	}
	.tabrow li.selected:after {
		box-shadow: -3px 3px 0 #D8DFEA;
		border-width: 0 0 1px 1px;
	}

	.redbox {
		border:1px solid #fd6b68;
		color:white;
		font-size:10px;
		line-height:10px;
		vertical-align:middle;
		background-color:#FF4F67;
		padding:3px;
		padding-top:0px;
		padding-bottom:2px;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		border-radius:3px;
		box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4), inset 0 1px 0 #D8DFEA;
		display:none;
		float:right;
		margin-top:5px;
	}
	.pointsbox {
		text-align: left;
		list-style: none;
		margin: 0px 0px 0px 0px;
		padding:0px 8px 0px 10px;
		line-height: 17px;
		overflow: hidden;
		height: 60px;
		font-size: 11px;
		font-family: verdana;
		position: relative;
		vertical-align:bottom;
	}
	.pointsbox li {
		border: 1px solid #8BA8DF;
		background: #D1D1D1;
		background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		display: inline-block;
		position: relative;
		z-index: 0;
		border-top-left-radius: 6px;
		border-top-right-radius: 6px;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 1.7), inset 0 1px 0 #D8DFEA;
		text-shadow: 0 1px #D8DFEA;
		margin: 0 -5px;
		padding: 4px 5px;
		cursor: default;
		vertical-align:bottom;
	}
	.pointsboxonline li {
		background: #FFA500;
		background: -o-linear-gradient(top, #ECECEC 50%, #FFA500 100%);
		background: -ms-linear-gradient(top, #ECECEC 50%, #FFA500 100%);
		background: -moz-linear-gradient(top, #ECECEC 50%, #FFA500 100%);
		background: -webkit-linear-gradient(top, #ECECEC 50%, #FFA500 100%);
		background: linear-gradient(top, #ECECEC 50%, #FFA500 100%);
	}
	.pointsboxonline li:hover:after {
		content: "Click to go Offline!";
		color: #333;
		position: absolute;
		left: 0px;
		top: 0px;
		cursor: pointer;
		width: 100%;
		height: 100%;
		line-height:62px;
		z-index: 20000;
		vertical-align: middle;
		text-align: center;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		background: #FFA500;
		background: -o-linear-gradient(top, #ECECEC 50%, #FFA500 100%);
		background: -ms-linear-gradient(top, #ECECEC 50%, #FFA500 100%);
		background: -moz-linear-gradient(top, #ECECEC 50%, #FFA500 100%);
		background: -webkit-linear-gradient(top, #ECECEC 50%, #FFA500 100%);
		background: linear-gradient(top, #ECECEC 50%, #FFA500 100%);
	}
	.pointsboxoffline li {
		background: #D1D1D1;
		background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	}
	.pointsboxoffline li:hover:after {
		content: "Click to go Online!";
		color: #333;
		position: absolute;
		left: 0px;
		top: 0px;
		cursor: pointer;
		width: 100%;
		height: 100%;
		line-height:62px;
		z-index: 20000;
		vertical-align: middle;
		text-align: center;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		background: #D1D1D1;
		background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
		background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
	}
	.pointsbox:before {
		position: absolute;
		content: " ";
		width: 100%;
		bottom: 0;
		left: 0;
		border-bottom: 1px solid #8BA8DF;
		z-index: 1;
	}
	.pointsbox li:before,
	.pointsbox li:after {
		border: 1px solid #8BA8DF;
		position: absolute;
		bottom: 1px;
		width: 5px;
		height: 5px;
		content: " ";
	}
	.pointsbox li:before {
		left: -6px;
		border-bottom-right-radius: 6px;
		border-width: 0 1px 1px 0;
		box-shadow: 3px 3px 0 #D1D1D1;
	}
	.pointsbox li:after {
		right: -6px;
		border-bottom-left-radius: 6px;
		border-width: 0 0 1px 1px;
		box-shadow: -3px 3px 0 #D1D1D1;
	}


	.statusboxonline {
		color: #FFA500;
	}
	.statusboxonline hover:after {
		content: "Click to go Offline!";
		color: #333;
		position: absolute;
		left: 0px;
		top: 0px;
		cursor: pointer;
		width: 100%;
		height: 100%;
		line-height:62px;
		z-index: 20000;
		vertical-align: middle;
		text-align: center;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		color: #FFA500;
	}
	.statusboxoffline {
		color: #D1D1D1;
	}
	.statusboxoffline hover:after {
		content: "Click to go Online!";
		color: #333;
		position: absolute;
		left: 0px;
		top: 0px;
		cursor: pointer;
		width: 100%;
		height: 100%;
		line-height:62px;
		z-index: 20000;
		vertical-align: middle;
		text-align: center;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		border-radius: 6px;
		color: #D1D1D1;
	}



	.WindowBar {
		background:#D8DFEA none repeat scroll 0 0;
		bottom:0;
		height:0px;
		line-height:30px;
		left:0;
		position:fixed;
		text-align:left;
		width:100%;
		z-index:999;
		border-top:1px solid #8BA8DF;
		box-shadow: inset 0px 1px 1px rgba(0, 0, 0, .3);
		vertical-align: middle;
		opacity:0.0;
	}

/* top-left, top-right, bottom-right, bottom-left */
/* top, right, bottom, left */
.button-left {
    margin:0px 7px 0px 0px;
}
.button-right {
    margin:0px 0px 0px 7px;
}
.button-left img {
    margin:0 3px -5px 0 !important;
}
.button-right img {
    margin:0 0 -5px 3px !important;
}
/* BUTTONS */
.buttons a{
    background-color:#f5f5f5;
    border:1px solid #dedede;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:8pt;
    line-height:15px;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:3px 10px 5px 7px; /* Links */
    white-space: nowrap;
}
.buttons a img{
    text-decoration:none;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */
.buttons a:hover{
    text-decoration:none;
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    text-decoration:none;
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}
/* POSITIVE */
.buttons a.positive{
    text-decoration:none;
    color:#529214;
}
.buttons a.positive:hover{
    text-decoration:none;
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    text-decoration:none;
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}
/* NEGATIVE */
.buttons a.negative{
    text-decoration:none;
    color:#d12f19;
}
.buttons a.negative:hover{
    text-decoration:none;
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    text-decoration:none;
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

.newtag {
	background-color: #F9D7A7;
}

.unavailabletag {
	background-color: #C0C0C0;
}

video::-webkit-media-controls {
    display:none !important;
}




/* thread view css */
.threadViewHeader
{
	background-color:#d8dfea; height:25px;
}

.threadviewreplybox
{
	width:95%; outline:none; border:0;
}

.threadview_name
{
	position:relative; padding-left:3px; padding-top:3px; overflow:hidden; vertical-align:middle; text-align:left; color:#000000; white-space:nowrap; text-overflow:ellipsis;
}

.threadview_listitem
{
	position:relative; overflow:hidden; vertical-align:middle; text-align:left; color:#999999; white-space:nowrap; text-overflow:ellipsis; padding-left:3px;
}

.threadview_message
{
	vertical-align:middle; word-wrap:break-word; max-width:500px;
}

.threadview_message_red
{
	color:red; font-weight:bold;
}

.threadview_message_green
{
	color:green; font-weight:bold;
}
/* thread view css */





/* tags css */
.sctag
{
	color:white; text-decoration:none; font-size:12px; font-weight:bold; white-space:nowrap; height:30px;
}

.customtag_input
{
	font-size:15px; width:150px; outline:none; outline:none; border:1px solid #8496ba;-moz-user-select:text;
}

.customtag_button
{
	border:0px; white-space:nowrap; margin:0px; font-size:15px; font-weight:bold; padding:5px; text-decoration:none; color:white; cursor:pointer;
}
/* tags css */



/* input fields css */
.sctextbox
{
	width:438px; height:100px; outline:none; border:0; resize:none;
}

.scbutton
{
	
}

.scsmiley
{
	width:'18px';
}
/* input fields css */





/* chat tab css */
.chattext
{
	text-align:left; width:100%;
}

.chattextpart
{
	
}

.chattext_date
{
	width:150px; vertical-align:top; font-weight:bolder;
}

.chattext_name
{
	width:200px; vertical-align:top; font-weight:bolder; overflow:hidden;
}

.chattext_text
{
	vertical-align:top; -ms-word-break:break-all; word-break:break-all; word-break:break-word; -webkit-hyphens:auto; -moz-hyphens:auto; hyphens:auto; padding-left:3px;
}
/* chat tab css */




/* profile css */
.profile
{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}

.loadingimage
{
	height:50px; width:50px;
}

.profilebanner
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:126px;
	background-color:#EDEDED;
}

.profilepicture
{
	position:absolute;
	top:5px;
	left:5px;
	width:90px;
	height:90px;
	overflow:hidden;
}

.profilepicture_img
{
	width:90px; height:90px; border:0px;
}

.profileonlinestatus
{
	position:absolute;
	overflow:hidden;
	top:74px;
	left:8px;
	width:16px;
	height:16px;
	border-radius:50%;
	border:2px solid #fff;
	background: rgb(255, 204, 136);
	line-height:500px;
	display:none;
}

.profilelastonline
{
	position:absolute;
	overflow:hidden;
	top:35px;
	left:105px;
	width:150px;
	display:none;
	color: #cccccc;
	text-align: left;
}

.profilename
{
	position:absolute;
	overflow:hidden;
	top:74px;
	left:105px;
	font-size:16px;
}

.profilecontent
{
	position:absolute;
	top:126px;
	left:0px;
	width:100%;
	background-color:#D8DFEA;
}

.profilecontent_component
{
	position:relative; top:0px; left:0px; display:none; padding-top:6px;
}

.profilecontent_loading
{
	height:345px; overflow:auto;
}

.profilecontent_about
{
	height:345px; overflow:auto;
}

.profilecontent_input
{
	outline:none; border:0; width:95%;
}

.profilecontent_photo
{
	height:345px; overflow:auto;
}

.profilecontent_cloud
{
	height:400px;
}

.profilecontent_gifts
{
	height:376px; overflow:auto;
}

.profilecontent_timeline
{
	height:376px; overflow:auto;
}

.profilecontent_chat
{
	
}

.profilecontent_tags
{
	
}

.profilecontent_views
{
	height:376px; overflow:auto;
}

.profiletabs
{
	position:absolute;
	top:101px;
	left:0px;
	width:100%;
	height:26px;
}

.iconmenu
{
	position:absolute; z-index:2000;
}

.profileiconmenu
{
	top:5px;
}

.profileiconmenu1
{
	right:10px;
}

.profileiconmenu2
{
	right:50px;
}

.profileiconmenu3
{
	right:90px;
}

.profileiconmenu4
{
	right:90px;
}

.profileiconmenu4me
{
	right:90px;
}

.profilerates
{
	left:105px; vertical-align:middle;
}






/* profile web service data */
.profilecontent_timeline_header
{
	width:100%; height:25px; border-bottom:1px solid #8BA8DF; border-top:1px solid #8BA8DF;
}

.profilecontent_timeline_data
{
	width:100%; height:350px; overflow:auto;
}

.profilecontent_about_header
{
	width:100%; height:25px; border-bottom:1px solid #8BA8DF; border-top:1px solid #8BA8DF;
}

.profilecontent_about_data
{
	border-top:1px solid #8496ba; border-bottom:1px solid #8496ba; background-color:white;
}

.profilecontent_about_editdata
{
	width:100%; height:320px; overflow:auto; background-color:white;
}

.profilecontent_photos_header
{
	width:100%; cursor:pointer; height:25px; border-top:1px solid #8BA8DF;
}

.profilecontent_photos_data
{
	width:100%; height:345px; overflow:auto; background-color:white;
}

.profilecontent_photos_databoth
{
	width:100%; height:320px; overflow:auto; background-color:white;
}

.profilecontent_cloud_data
{
	height:375px; width:97%; border:1px solid #8496ba; background-color:white;
}

.profilecontent_gifts_header
{
	width:100%; height:25px; border-bottom:1px solid #8BA8DF; border-top:1px solid #8BA8DF;
}

.profilecontent_gifts_data
{
	width:100%; height:350px; overflow:auto; background-color:white;
}

.profilecontent_gifts_datame
{
	width:100%; height:375px; overflow:auto; background-color:white;
}









/* icon menu css */
.iconmenuicons
{
	width:32px; height:25px; border:1px solid #cccccc; background-color:#D8DFEA; cursor:pointer;
}

.iconmenuicons_img
{
	width:32px; height:25px;
}

.iconmenumenus
{
	cursor :           pointer;
	border :           1px solid #cccccc;
	background-color : white;
	position:          absolute;
	top:               26px;
	-webkit-box-shadow:0px 2px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow:   0px 2px 5px 0px rgba(0,0,0,0.25);
	box-shadow:        0px 2px 5px 0px rgba(0,0,0,0.25);
}

.iconmenuitems:not(.dividermenuitems)
{
	white-space: nowrap;
	font-size:   12px;
	padding:     5px;
}

.iconmenuitems:not(.dividermenuitems):not(.noactioniconmenuitems)
{
	background-color: white;
}

.iconmenuitems:not(.dividermenuitems):not(.noactioniconmenuitems):hover
{
	background-color: #D8DFEA;
}


/* buddy list css */
.buddylisttabs
{
	width:100%; cursor:pointer; height:25px; border-top:1px solid #8BA8DF;
}

.buddylisttab
{
	width:25%; border-bottom:1px solid #8BA8DF; border-right:1px solid #8BA8DF;
}

.buddylisttabselected
{
	border-bottom:1px solid #d8dfea; background-color:#d8dfea;
}

.buddylisttabbutton
{
	width:25%; border-bottom:1px solid #8BA8DF; border-right:1px solid #8BA8DF;
	background-color:white;
}
.buddyrow:hover
{
	background-color: white;
}