@charset "utf-8";

.justify {text-align: justify;}
.black {color: black;}
.big {font-size: 14px;}
.red {color: #cf0909;}
.green {color: #009933;}
.linkgreen {color: #009B00; font-size: medium;}
.linkcolorgreen {color: #009B00;}
.strong {font-weight: bold;}
.small {font-size: 11px;}
.blue {color: #0066CC;}
.white {color: white;}

.black-link {color: black; font-size: 12px; font-weight: bold; text-decoration: none;}
.black-link:hover {text-decoration: underline; color: black;}

.msgbox_green {
display: block;
border: 1px solid #009933;
background-color: #E8FFF3;
color: #009933;
font-size: 12px;
font-weight: normal;
padding: 3px;
margin-top: 10px;
margin-bottom: 10px;
}
.msgbox_red {
display: block;
border: 1px solid #000000;
color: #FF0000;
font-size: 12px;
font-weight: normal;
padding: 3px;
margin-top: 10px;
margin-bottom: 10px;
}

label {display: block; color: #666666; font-size: 13px; font-weight: bold; padding-top: 5px; padding-bottom: 3px;}

.link-page {color: #0099FF; font-size: 12px;}

.imageright { float: right; margin-left: 5px; }

.textareaindex { height: 16px; }
.textareagames { height: 32px; }

#AJAX_SEND_SYSTEM_LOADING {
/*background-color: #FF6;*/
padding: 8px;
color: #069;
font-size: 15px;
font-weight: bold;
text-align: center;
margin-bottom: 25px;
vertical-align: middle;
border: 2px solid #999;
}

#AJAX_SEND_SYSTEM_COUNTER {
font-size: 15px;
font-weight: bold;
color: black;
height: 0px;
text-align: left;
}

#AJAX_SEND_SYSTEM_RESPONSE {
padding: 10px;
border: 1px solid #999;
}

.response_line {background-color: #F8F8F8; /*border: 1px solid #06C;*/ padding: 6px; margin-bottom: 3px;}
.response_line:hover {background-color: #EAEAEA;}
