/* Message Box */

.overlay_alphacube {
	background-color: #333;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.alphacube {
	position: absolute;
	background-color:#fff;
}

.alphacube_close {
	width: 23px;
	height: 23px;
	background: transparent url(alphacube/button-close-focus.gif) no-repeat 0 0;			
	position:absolute;
	top:0px;
	right:11px;
	cursor:pointer;
	z-index:1000;
}

.alphacube_title {
	padding-left:15px;
	height: 37px;
	line-height:37px;
	font-size:11pt;
	color:#333;
	font-weight: bold;	
	margin-right:23px;
	z-index:999;
}

.alphacube .tcontent_header {
	height:37px;
	background: transparent url(../images/bg/bg_td_blue.png) repeat-x top left;
}

.alphacube .tinfo_header {
	height:37px;
	background: transparent url(../images/bg/bg_td_gray.png) repeat-x top left;
}

.alphacube .tcontent {
	overflow-x: hidden; 
}

.alphacube .tinfo {
	overflow-x: hidden; 
}

.alphacube_content_div {
}

.alphacube_content {
	overflow:auto;
	color: #666;
	font-size: 10pt;
}

.alphacube_buttons {
	text-align:center;
	width:100%;
}

.alphacube_buttons input {
	width:20%;
	margin:10px;
}

.alphacube_progress {
	float:left;
	margin:auto;
	margin-top:20px;
	text-align:center;
	width:100%;
	height:16px;
	background: #fff url(alphacube/progress.gif) no-repeat center center;
}

.alphacube_content .alert_slide {
	margin:0 10px;
}

.alphacube_content .alerts_container {
	padding:10px;
	padding-top: 0;
}

.alphacube_content  h1.alerts_h1 {
	margin:5px 10px 10px 10px;
	padding:0;
	padding-bottom:5px;
	border-bottom:dotted 1px #cfcfcf;
	color:#d00e65;
	font-weight: bold;
	font-size:14px;
	text-align:left;
}

.alphacube_content .alerts_container .info_user {
	margin-left:110px;
	font-size: 12px;
	color:#666;
}

/* alert box */

.alphacube_alert {
	width:310px;
	height:160px;
	background: url(../images/bg/bg_alert.png) no-repeat top left;
}

.alphacube_alert_header {
	height:16px;
}

.alphacube_alert_close {
	width: 28px;
	height: 15px;
	background: transparent url(../images/close.gif) no-repeat top left;			
	position:absolute;
	top:10px;
	right:7px;
	cursor:pointer;
	z-index:1001;
}

.alphacube_alert_content {
	overflow:hidden;
	margin-top:-7px;
	padding:0 6px 7px 6px;
}

.alphacube_alert_content h1.alerts_h1 {
	margin:0;
	padding:0;
	margin-bottom:10px;
	padding-left:5px;
	color:#fff;
	font-weight: bold;
	font-size:13px;
	text-align:left;
}

.alphacube_alert_content .photo, .alphacube_content  .photo {
	border:solid 1px #cfcfcf;
	background-color:#fff;
	float:left;
}

.alphacube_alert_content .photo img, .alphacube_content  .photo img {
	border:solid 3px #fff;
}

.alphacube_alert_content .info_user {
	margin-left:110px;
	font-size: 11px;
	color:#666;
}

.alphacube_content  .no_payment {
	margin:5px 0;
	margin-top:10px;
	font-size: 12px;
	padding:5px;
	padding-left:55px;
	color:#666;
	font-weight: bold;
	min-height: 30px;
	height: 100% !important;
	height: 30px;
	border:solid 1px #cfcfcf;
	background:#f2f2f2 url(../images/icon/info.gif) no-repeat 5px 5px;
}

.alphacube_alert_content .info_user span.type_alert, .alphacube_content .info_user span.type_alert {
	font-weight: bold;
	font-size:12px;
	color:#598aa9;
	display:block;
	padding-bottom:2px;
	border-bottom:dotted 1px #cfcfcf;
}

/* alert box */

.alphacube_alert_content .alerts_container {
	margin: 0;
	padding:0 5px;
}

/* slide alert box*/
.alphacube_alert_content .alert_slide .container, .alphacube_content .alert_slide .container {
	float: left;
	width: 243px;
	position: relative;  
	overflow: hidden;
}

.alphacube_content .alert_slide .container {
	width: 370px;
}

.alphacube_alert_content .alert_slide ul, .alphacube_content .alert_slide ul {
	margin: 0;
	padding:0;
	width: 100000px;
	position: relative;
	top: 0;
	left: 0;
}                      

.alphacube_alert_content .alert_slide ul li, .alphacube_content .alert_slide ul li {
	list-style:none;   
	float:left;
	width:233px;
	padding:0 5px;
}

.alphacube_content .alert_slide ul li  {
	width:360px;
}

.alphacube_alert_content .alert_slide .previous_button , .alphacube_content .alert_slide .previous_button {
	float:left;  
	width: 27px;
	height: 66px;
	background: url(../images/slide_left.png) bottom left no-repeat;
	z-index: 100;
	cursor: pointer;
}

.alphacube_alert_content .alert_slide .previous_button_over, .alphacube_content .alert_slide .previous_button_over {
	background: url(../images/slide_left_over.png) bottom left no-repeat;
}

.alphacube_alert_content .alert_slide .previous_button_disabled, .alphacube_content .alert_slide .previous_button_disabled{
	background: url(../images/slide_left.png) bottom left no-repeat;
	cursor:no-drop;
}

.alphacube_alert_content .alert_slide .next_button, .alphacube_content .alert_slide .next_button {
	float:left;  
	width: 27px;
	height: 66px;
	background: url(../images/slide_right.png) bottom right no-repeat;
	z-index: 100;
	cursor: pointer;
}

.alphacube_alert_content .alert_slide .next_button_over, .alphacube_content .alert_slide .next_button_over {
	background: url(../images/slide_right_over.png) bottom right no-repeat;
}

.alphacube_alert_content .alert_slide .next_button_disabled, .alphacube_content .alert_slide .next_button_disabled {
	background: url(../images/slide_right.png) bottom right no-repeat;
	cursor:no-drop;
}

.alphacube_alert_content .alert_slide .info_user, .alphacube_content .alert_slide .info_user {
	margin-left:90px;
} 

.alphacube_alert_content .no_payment {
	clear:left;
	margin:5px 0;
	font-size: 11px;
	color:#666;
	padding:3px;
	background-color:#f2f2f2;
}

/* IM Manager */
.alphacube_im_manager {
	width:200px;
	background:#333 url('../images/bg_im_manager.png') repeat-y;
	border-right:solid 1px #666;
	overflow-y:auto;
}

.alphacube_im_manager_content {
	padding: 5px 0;
	position: relative;
}

div.alphacube_im_manager_label, 
div.alphacube_im_manager_label_inactive,
div.alphacube_im_manager_label_new {
    height: 140px;
    margin-bottom:75px;
    position:relative;
    cursor:pointer;
}

div.alphacube_im_manager_label img, 
div.alphacube_im_manager_label_inactive img,
div.alphacube_im_manager_label_new img {
	border:solid 3px #fff;
	width:75px;
	height:75px;
	cursor: pointer;
}

div.alphacube_im_manager_label {
	background: transparent url(../images/bg/bg_im_label.png) no-repeat scroll top left;
}

div.alphacube_im_manager_label_inactive {
	background: transparent url(../images/bg/bg_im_label_minimize.png) no-repeat top left; 
}

div.alphacube_im_manager_label_new {
	background: transparent url(../images/bg/bg_im_label_new.gif) no-repeat top left; 
}

div.alphacube_im_manager_label div.im_imgCont, 
div.alphacube_im_manager_label_inactive div.im_imgCont,
div.alphacube_im_manager_label_new div.im_imgCont {
	position: absolute;
	border:solid 1px #cfcfcf;
	background-color:#fff;
	top: 15px;
	left:10px;
} 

div.alphacube_im_manager_label div.im_label_button, 
div.alphacube_im_manager_label_inactive div.im_label_button,
div.alphacube_im_manager_label_new div.im_label_button {
	position: absolute;
	top:105px;
	left:5px;
	height:28px;
	line-height:28px;
	padding-left:35px;
	width: 155px;
	cursor: pointer;
	font-weight:bold;
	font-size:12px;
} 

div.alphacube_im_manager_label div.im_label_info, 
div.alphacube_im_manager_label_inactive div.im_label_info,
div.alphacube_im_manager_label_new div.im_label_info {
	position: absolute;
	width: 95px;
	top:15px;
	left:100px;
	font-size:11px;
} 

div.alphacube_im_manager_label div.im_label_button, 
div.alphacube_im_manager_label_inactive div.im_label_button {
	color:#333;
}

div.alphacube_im_manager_label_new div.im_label_button {
	color: #fff;
}

/* IM Box */
.alphacube_im {

}

.alphacube_im_header {
	position: relative;
	height:31px;
	background:transparent url(../images/bg/bg_im_box_header.png) no-repeat top left;
	width:350px;
}

.alphacube_im_title {
	color:#fff;
	font-weight:bold;
	padding-left:27px;
	height:31px;
	line-height:31px;
	font-size:11px;
}

.alphacube_im_close {
	width: 14px;
	height: 22px;
	background: transparent url(../images/im_close.png) no-repeat top left;			
	position:absolute;
	top:0;
	right:7px;
	cursor:pointer;
}

.alphacube_im_minimize {
	width: 15px;
	height: 22px;
	background: transparent url(../images/im_minimize.png) no-repeat top left;			
	position:absolute;
	top:0;
	right:24px;
	cursor:pointer;
}

.alphacube_im_content {
	background:transparent url(../images/bg/bg_im_box_content.png) no-repeat bottom left;
	width:350px;
	padding-top: 5px;
}

.alphacube_im_user {
	padding:5px;
	background-color:#fff;
	height:85px;
	margin-bottom:10px;
}

.alphacube_im_thumb {
	float:left;
	margin-right:10px;
}

.alphacube_im_info {
	font-size:12px;
}

.alphacube_im_textarea {
	background-color:#fff;
	padding:5px;
	border:solid 1px #cfcfcf;
	margin-left:27px;
	width:305px;
	height:120px;
	font-size:11px;
	overflow-y:auto;
}

.alphacube_im_writearea {
	margin-top:7px;
	margin-left:27px;
	padding-bottom:5px;
	height:32px;
}

.alphacube_im_msg_container {
	float:left;
	background:transparent url(../images/bg/bg_im_box_write.png) no-repeat bottom left;
	height:32px;
	width:232px;
	line-height:32px;
}

.alphacube_im_msg {
	border:none;
	background:none;
	padding-left:5px;
	width:222px;
	color:#333;
	font-size:11px;
}

.alphacube_im_button_container {
	float:left;
	margin-left:5px;
	cursor:pointer;
}

.alphacube_im_button {
	background:transparent url(../images/bg/bg_im_box_button.png) no-repeat bottom left;
	font-weight:bold;
	color:#333;
	text-decoration:none;
	width: 79px;
	height:32px;
	line-height:32px;
	text-align:center;
}

.alphacube_im_button_paid {
	background:transparent url(../images/bg/bg_im_box_button_paid.png) no-repeat bottom left;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	width: 79px;
	height:32px;
	line-height:32px;
	text-align:center;
}
