/* 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;
}
