body
{
	width:100%;
	margin: 0;
	padding: 0;
}
.spacer {clear: both; width: 1px; height: 1px; }
.ui-panel-inner {
	padding:0px !important;
}
#wholeContent
{
}

#AChatPanel {
	width:257px; height:621px;
	
	position:absolute;
	z-index:1001;
	top:83px; right:0px;
}

#header #logo {
	float:left;
	margin-left:20px; 
	margin-top:10px;
	position:relative;
	z-index:3;
}

#header #headerItemContainer {
	margin:auto;
	width:33%; height:80px;
	z-index:2;
	position:relative;
}
#header #rightWidgets {
	/* display:none; */
	float:right;
	/* width:360px;  */
	width:40%;
	height:80px;
	position:relative;
	z-index:2;
}

#header #langWidgets {
	float:right;
	width:250px;
	height:21px;
	padding-right:40px;
}

#header #socialWidgets {
	float:right;
	/* width:320px; */
	/* width:360px; */
	height:80px;
	margin-right:15px;
}

#header #socialWidgets .icon {
	float:left;
}

#header #socialWidgets .icon .profile {
	float:left;
	width:70px; height:70px;
	margin-right:10px;
	margin-top:6px;
}
#header #socialWidgets .icon .nickName {
	float:left;
	width:120px;
	margin-top:33px;
}
#header #socialWidgets .icon .nickName .txt {
	font-size:16px;
	line-height:18px;
}
#header #socialWidgets .icon_setting {
	margin-top:20px;
	margin-left:5px;
}
#header #socialWidgets .btn_login {
	margin-top:11px;
}
#header #socialWidgets .btn_signUp {
	margin-top:12px;
}

#mainContent {
}
#content {
}

#promo_right {
	float:left;
	width:339px;
	padding-bottom:10px;
}

#footer
{

}

#copyright{
	/* float:left;
	margin-left:40px; */
	font-size:11px;
	line-height:15px;
	bottom:28px;
	position:fixed;
	width: 100%;
	text-align: center;
}
#copyright .tncLink {
	color:rgb(0,184,201) !important;
}
#copyright a {
	color:rgb(0,184,201) !important;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}