.account_button{
	border:none;
	background: none;
	padding:0;
	margin:0;
	width:auto;
	overflow:visible;					
	text-align:center;	
	white-space:nowrap;	
	height:16px;
	line-height:14px;	
	cursor: pointer;
}
.account_button span, button em{
	display:block;
	height:16px;
	line-height:14px;			
	margin:0;
	color: white;
	font-weight: bold;
	font-size: xx-small;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}	
.account_button span{
	padding-left:5px;
	background:#b01516 url(img/bg_button.gif) no-repeat 0 0;
}	
.account_button em{
	font-style:normal;
	padding-right:5px;
	background:url(img/bg_button.gif) no-repeat 100% 0;
}	

.account_inactive_button {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid silver;
	background: silver;
	color: white;
	font-weight: bold;
	font-size: xx-small;
	padding-left: 5px;
	padding-right: 5px;
}
/*.account_button {
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #ba1118;
	background: #b01516;
	color: white;
	font-weight: bold;
	font-size: xx-small;
	padding-left: 5px;
	padding-right: 5px;
}*/
.account_textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	border: 1px solid #e9cdb7;
	background: #ffffff;
	width: 100%;
}
.account_hidden_div {	
	position: absolute; 
	background: #ffffff; 
	padding: 15px; 
	border: 1px solid #ccc; 
	left: 75px;
	top: 50px;
	width: 500px;
	z-index: 1000; 
}

#registration_step1_div {
	position: absolute; 
	z-index: 2000; 
	background: #ffffff; 
	padding: 15px; 
	border: 1px solid #ccc; 
	left: 30%;
	top: 10%;
}

.account_hidden_div_header {
	font-weight: bold;
}

#info {
	display: block;
	font-size: large;
	font-weight: bold;
	color: blue;
}

.hiddentable {
	border-collapse: collapse;
	border: 0px;
}
.hiddentable td {
	padding: 5px;
	border: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.hiddentable tr {
	border: 0px;
}


.infotable {
	border-collapse: collapse;
	border: 2px solid #e9cdb7;
	width: 100%;	
}

.infotable caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	background: #e9cdb7;
	color: #6d3830;
	padding: 5px;
}

.infotable th {	
	padding: 5px;
	color: #6d3830;
	background: #f9efd4;
	border: 2px solid #e9cdb7;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.infotable td {
	padding: 5px;
	border: 2px solid #e9cdb7;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.infotable tr {
	border: 2px solid #e9cdb7;
}

.tdh {
	color: #6d3830;
	font-weight: bold;
}
.tt_selected {
	background: yellow;
}
.tt_deselected {
	background: white;
}
.tt_unselectable {
	background: silver;
}
.tt_hidden{
	color: white;
}
.account_start_time {
	font-size: larger;
	font-weight: bold;
	color: #6d3830;
}
.asterisk {
	color: #b01516;
	font-size: 1.1em;
	font-weight: bold;
}

.more {
	border-bottom: 1px dotted; 
	cursor: pointer;
}

/*h1 {
	margin: 0px;
	font-weight: bold;
	color: #6d3830;
}*/

.appeal_message {
    border: 1px solid #e9cdb7;
    margin-top: 5px;
}

.appeal_message_head {
    padding: 5px;
    background: #e9cdb7;
}
.appeal_message_text {
    padding: 5px;
}


.players_list_div {
	margin-left: 25px;
	font-size: 8px;
}