﻿/********MESSAGEBOARD*********/
.messageBoard
{
	width:202px;
	/*min-height:376px;*/
	background-color:#fff;
	float:left;
	height:auto;
	font-family:Arial;
}
.messageBoard h1
{
	background:transparent url(../images/design/ranking_header_bg.gif) repeat-x;
	width:192px;
	height:34px;
	color: #fff;
	font-size: 13px;
	padding: 10px 0 0 10px;
	margin: 0;
}
.messageBoard .subleaguemessages .no-message
{
	font-size: 10px;
	width: auto;
}
.messageBoard .subleaguemessages
{
	width:100%;
	height:auto;
	float:left;
	margin:0; 
}
.messageBoard .subleaguemessages .item
{
	width:100%;
	float:left;
	color:#000;
	padding:0;
	margin:0;
}
.messageBoard .subleaguemessages .item .message_top
{
	float:left;
	width:100%;
	height:9px;
	background:transparent url(../images/design/message_board_top.gif) no-repeat;
}
*html .messageBoard .subleaguemessages .item .message_top
{
	overflow:hidden;
}
.messageBoard .subleaguemessages .item .message_content
{
	float:left;
	width:182px;
	padding:0 10px 0 10px;
	height:auto;
	background:transparent url(../images/design/message_board_content.gif) repeat-y;
	font-size:12px;
	font-style:italic;
}
.messageBoard .subleaguemessages .item .message_bottom
{
	float:left;
	width:100%;
	height:15px;
	background:transparent url(../images/design/message_board_bottom.gif) no-repeat;
}
.messageBoard .subleaguemessages .item .message_info
{
	float:left;
	width:100%;
	height:45px;
}
.messageBoard .subleaguemessages .item .message_info em
{
	float:left;
	padding:0;
	margin:0;
	font-size:12px;
	font-style:normal;
}
.messageBoard .subleaguemessages .item .message_info .sender_name
{
	font-weight:bold;
}
.messageBoard .subleaguemessages .item .message_info .send_date
{
	font-size:10px;
}
.messageBoard .subleaguemessages .item .message_info .css_remove_wrapper
{
	float:left;
	overflow:hidden;
	margin-right: 3px;
}
.messageBoard .subleaguemessages .item .message_info .css_remove_wrapper .remove
{
	background: transparent url(../images/design/remove.gif) no-repeat;
	border: none;
	height: 16px;
	width: 16px;
	float: left;
	cursor: pointer;
	padding: 0;	
}
.messageBoard .subleaguemessages .page
{
	width:100%;
	height:13px;
	float:left;
}
.messageBoard .subleaguemessages .page .button_yellow_back
{
	width:13px;
	height:13px;
	float:left;
	background:transparent url(../images/design/button_yellow_back.gif) no-repeat;
}
.message-page-wrapper {float:left;width:245px;margin-top:5px;}

/*Subleague Page Messagebox*/
.write-message
{
	width: 333px;
	padding: 10px;
	float: left;
	background: transparent url(../images/design/ranking_table_bg.gif) repeat-x; 
	border: solid 1px #dddddd;
	margin-bottom: 10px;
}
.write-message span
{
	width: 333px;
	float: left;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}

.write-message textarea
{
	width: 331px;
	float: left;
	height: 100px;
	margin: 10px 0;
}

.write-message input.btnSend
{
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	float: right;
	background:transparent url(../images/registration/btn_send.png) no-repeat;
	width: 121px;
	height: 32px;
}

.msg_board
{
	width: 353px;
	
}

/***********AM MESSAGE**************/
.amMessages
{
	float:left;
	width:175px;
	font-family:Arial;
	padding:6px;
	background: transparent url(../images/select/am_message_body.gif) repeat-x;
	border: solid 1px #dddddd;
	margin-right:5px;
}

.amMessages .assistant
{
	float: left;
	width: 155px;
}

.amMessages .assistant-pic
{
	width:60px;
	height:75px;
	float:left;
}

.amMessages .assistant-name
{
	width:85px;
	height:75px;
	float:left;	
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

.amMessages .message
{
	width:100%;
	height:auto;
	float:left;
	color:#333;
	font-size:11px;
	font-style:italic;
	margin-top: 10px;
	line-height:15px;
}
.amMessages. .message div
{
	width:100%;
	float:left;
}
.amMessages .message .ammessage_top
{
	width:39px;
	height:29px;
	background:transparent url(../images/select/am_message_top.gif) no-repeat;
	z-index: 1;
	position: relative;
	float:left;
	margin-right:10px;
} 
.amMessages .message .ammessage_content
{
	width:135px;
	height:auto;	
	padding:0 10px;
	margin-top: -30px;
	z-index: 1000;
	position: relative;
} 
.amMessages .message .ammessage_bottom
{
	width:39px;
	background:transparent url(../images/select/am_message_bottom.gif) no-repeat;
	z-index: 1;
	position: relative;
	height:29px;
	float:right;
} 
.amMessages.expert .message .ammessage_top
{
	background:transparent url(../images/select/expert_tip_top.gif) no-repeat;
} 
.amMessages.expert .message .ammessage_content
{
	width:115px;
	background:transparent url(../images/select/expert_tip_body.gif) repeat-y;
} 
.amMessages.expert .message .ammessage_bottom
{
	background:transparent url(../images/select/expert_tip_bottom.gif) no-repeat;
} 
.amMessages .pages
{
	width:100%;
	float:left;
	margin:10px 0 0 0;
}
.expert-carousel {position:relative;width:189px;float:left;}
.expert-container {float:left;overflow:hidden;position:absolute;width:189px;}
.sliding-wrapper {float:left;overflow:hidden;}
.sliding-container {float:left;height:100%;position:relative;width:60000px;}
