/* формы и служебные ----- */
.required {border-width:2px;}
.required_mark {display:inline; margin-left:5px; margin-right:5px; color:red;}
.error_text { color:red; font-size:90%; display:block; margin-top:0px; }
.error_mark { border-color:red; }
.comment_text { color:#3a3a3a; font-size:90%; display:block; margin-top:0px; margin-left:7px; }


.hidden { display:none; }
.clickable {cursor:pointer; cursor:hand;}
.clickable.img {text-decoration:none;}

.form_header {font-size:13px;font-weight:bold;margin-bottom:3px;display:block;}

.user {}
.user .fullname, .user a.fullname:link, .user a.fullname:hover, .user a.fullname:visited {
	font-size: 13px; color: rgb(66, 95, 128); font-style: normal; font-family: Tahoma; font-variant: normal; font-weight: bold;
}
.user a.fullname:link, .user a.fullname:hover, .user a.fullname:visited {
	text-decoration: underline;
}

.game_scores { border-collapse:collapse; }
.game_scores td { border:1px #DAD8D9 solid; }
