/* Message functions design */

.ServerMsg, .ServerTitledMsg, .cTable {
	position:relative;
	width:500px;
	height:100%;
	min-height:25px;
	z-index:10;
	background-color:#F1FBFE;
	color:#000000;
	margin:10px auto;
	border: solid 1px #24B9F2;
	overflow: visible;
}
.ServerMsg .ServerMsg_LT, .ServerTitledMsg .ServerMsg_LT, .cTable .ServerMsg_LT {
	position:absolute; left:-1px; top:-1px;
	width:8px; height:8px;
	z-index:12;
	overflow:visible;
	background:#FFFFFF url(../img/messages/border_light_lt.gif) no-repeat left top;
	color:#000000;
}
.ServerMsg .ServerMsg_RT, .ServerTitledMsg .ServerMsg_RT, .cTable .ServerMsg_RT {
	position:absolute; right:-1px; top:-1px;
	width:8px; height:8px;
	z-index:12;
	overflow:visible;
	background:#FFFFFF url(../img/messages/border_light_rt.gif) no-repeat right top;
	color:#000000;
}
.ServerMsg .ServerMsg_C, .ServerTitledMsg .ServerMsg_C, .cTable table {
	width: 100%; height:100%;
	min-height:35px;
	vertical-align:middle;
	margin: 5px;
	z-index:10;
	overflow:hidden;
}
.ServerMsg .ServerMsg_LB, .ServerTitledMsg .ServerMsg_LB, .cTable .ServerMsg_LB {
	position:absolute; left:-1px; bottom:-1px;
	width:8px; height:8px;
	z-index:12;
	overflow:visible;
	background:#FFFFFF url(../img/messages/border_light_lb.gif) no-repeat left bottom;
	color:#000000;
}
.ServerMsg .ServerMsg_RB, .ServerTitledMsg .ServerMsg_RB, .cTable .ServerMsg_RB {
	position:absolute; right:-1px; bottom:-1px;
	width:8px; height:8px;
	z-index:12;
	overflow:visible;
	background:#FFFFFF url(../img/messages/border_light_rb.gif) no-repeat right bottom;
	color:#000000;
}

.ServerTitledMsg .ServerMsg_LT {
	background:#FFFFFF url(../img/messages/border_bold_lt.gif) no-repeat left top;
	color:#000000;
}
.ServerTitledMsg .ServerMsg_RT {
	background:#FFFFFF url(../img/messages/border_bold_rt.gif) no-repeat right top;
	color:#000000;
}
.ServerTitledMsg div.ServerMsg_Title {
	position:absolute; left:0; right:0; top:0;
	width: 100%; height:20px;
	z-index:11; overflow:hidden;
	padding-top: 2px;
	background:#24B9F2 none;
	font-weight:bold;
	color:white;
	text-align:left;
}
.ServerTitledMsg .ServerMsg_Title h3 {
	margin:0;
	padding-left:10px;
	font-size:14px;
	width: 100%;
}
.ServerTitledMsg .ServerMsg_C {
	padding-top:22px;
	width: auto;
}
.ServerTitledMsg .ServerMsg_C .ServerMsg_Answers {
	text-align: center;
	margin: 0 auto;
	width: 100px;
}
.ServerTitledMsg .ServerMsg_C .ServerMsg_Answers form {
	float: left;
	margin: 0 0 0 5px;
}

.ServerTitledMsg .ServerMsg_C h4, .ServerMsg .ServerMsg_C h4 {
	margin: 0;
}
.ServerTitledMsg .ServerMsg_C hr, .ServerMsg .ServerMsg_C hr {
	border:solid #24B9F2 1px;
	clear:both;
}


.warning {
	background-color:#FEE2D6;
	color:red;
	font-weight:bold;
	border:none;
}
.warning .ServerMsg_LT {
	left:0; top:0;
	background:#FFFFFF url(../img/messages/border_lightred_lt.gif) no-repeat left top;
	color:white;
}
.warning .ServerMsg_RT {
	right:0; top:0;
	background:#FFFFFF url(../img/messages/border_lightred_rt.gif) no-repeat right top;
	color:white;
}
.warning .ServerMsg_LB {
	left:0; bottom:0;
	background:#FFFFFF url(../img/messages/border_lightred_lb.gif) no-repeat left bottom;
	color:white;
}
.warning .ServerMsg_RB {
	right:0; bottom:0;
	background:#FFFFFF url(../img/messages/border_lightred_rb.gif) no-repeat right bottom;
	color:white;
}

.ServerTitledMsg.warning .ServerMsg_LT {
	left:0; top:0;
	background:#FFFFFF url(../img/messages/border_darkred_lt.gif) no-repeat left top;
	color:white;
}
.ServerTitledMsg.warning .ServerMsg_RT {
	right:0; top:0;
	background:#FFFFFF url(../img/messages/border_darkred_rt.gif) no-repeat right top;
	color:white;
}
.ServerTitledMsg.warning .ServerMsg_Title {
	background-color:#FF6E2F;
	color:white;
}
