/* CSS Document */

#tab, #tab div {
	font-family: Arial, Helvetica, sans-serif;
}
.feedback, .warning, .notification {
	padding: 12px;
	text-align:left;
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 16px;
	padding-left: 40px;
	background-color: #FFFFCC;
	background-repeat: no-repeat;
	background-position: 8px center;
}
.feedback a {
	color: #006633;
	text-decoration: underline;
}
.warning a {
	color: #990000;
	text-decoration: underline;
}
.feedback {
	border:1px dotted #009933;
	color: #009933;
	background-image: url(../images/admin/success.png);
}
.warning {
	border:1px dotted #FF0000;
	color: #FF0000;
	background-image: url(../images/admin/failure.png);
}
.notification {
	border:1px dotted #CC6600;
	color: #CC6600;
	background-image: url(../images/admin/warning.png);
}
#inbox {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../images/admin/mail_icon.png);
	padding-left: 18px;
}
label.sm {
	display: block;
	font-size: 9px;
	line-height: 11px;
}
.labeled {
	float: left;
	margin-right: 5px;
}
.required {
	font-weight: bold;
	font-size: 14px;
	color: #FF0000;
}
.site_option {
	background-image: url(../images/admin/edit_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #510205;
	padding: 4px;
	text-align: center;
	margin-bottom: 5px;
	border: solid 1px #C3192D;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	color: #FFF;
}
.site_option * {
	font-size: 11px;
}
.site_option a {
	color: #FFF;
}
.tbl_bdr {
	border: 1px solid #1C5F67;
	/*border-top: 0px;*/
	padding: 0px;
	margin-bottom: 5px;
}
.con_tbl {
	width: 100%;
	background-color: #1B1B1B;
	color: #FFFFFF;
}
.con_tbl a, .con_tbl .practice td a, .con_tbl .game td a {
	color: #FFFFFF;
}
.con_tbl a:hover {
	color: #FFFFFF;
}
.con_tbl td {
	padding: 5px;
	background-image: url(../images/bg_td.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000000;
	border-top: 1px solid #1C5F67;
	font-size: 12px;
}
td.none_tbl {
	padding: 2px;
	background-image: none;
	border-top: none;
	background-color: transparent;
}
.con_tbl td.tbl_top {
	background-image: url(../images/bg_tdtop.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000000;
	color: #F5DA40;
	font-size: 12px;
	font-weight: bold;
}
#con_admin td.tbl_top a, .con_tbl td.tbl_top a {
	color: #FFFFFF;
	text-decoration: underline;
}
#con_admin td.tbl_top a:hover, td.tbl_top a:hover {
	color: #FFFFFF;
}
td.tbl_2 {
	background-image: url(../images/bg_td2.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #000000;
}
td.tbl_3 {
	background-image: none;
}
.tbl_head {
	font-weight: bold;
	padding-right: 10px;
	border-right: solid 0px #FFFFFF;
}
.con_tbl input, .con_tbl textarea {
	width: 250px;
	border: solid 1px #999999;
	background-color: #FFFFFF;
	background-image: url(../images/bg_input.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px;
}
input.none {
	background-color: transparent;
	background-image: none;
	border: none;
	width: auto;
	margin-top: 1px;
	margin-bottom: 1px;
}
#container .input_error, #con_admin .input_error {
	background-image: none;
	border:1px solid #FF0000;
	background-color: #FFFFCC;
}
.tbl_lg {
	font-size: 14px;
	font-weight: bold;
	color:#000000;
	padding:3px;
	margin-bottom:5px;
}
.tbl_lg a {
	color: #000000;
	text-decoration: none;
}
.tbl_lg a:hover {
	color: #000000;
	text-decoration: underline;
}
.form_button {
	text-align:right;
	margin-bottom:1px;
}
