.helmet_img {
    width: 50px;
    float: left;
}
.game_stats {
    padding: 10px;
    font-size: 12px;
    color: #333;
}
.game_stats_table {
    width: 100%;
}
.vysledky_tabulka_title2 td {
    text-align: center;
}
td.td_helmet {
    width: 60px;
    text-align: center;
}
td.td_score {
    width: 80px;
    text-align: center;
}

.game_stats_table td {
    padding: 5px;
}
b.pilot {
    font-size: 16px;
}
.player_row td {
    border-top: 2px solid #d0d0d0;
}

#start_voting {
    -moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
    -webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
    box-shadow:inset 0px 1px 0px 0px #c1ed9c;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
    background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
    background-color:#9dce2c;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #83c41a;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:1px 1px 0px #689324;
}

#start_voting:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
    background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
    background-color:#8cb82b;
}
#start_voting:active {
    position:relative;
    top:1px;
}
#need_to_login {
    -moz-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
    -webkit-box-shadow:inset 0px 1px 0px 0px #f7c5c0;
    box-shadow:inset 0px 1px 0px 0px #f7c5c0;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fc8d83), color-stop(1, #e4685d) );
    background:-moz-linear-gradient( center top, #fc8d83 5%, #e4685d 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8d83', endColorstr='#e4685d');
    background-color:#fc8d83;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #d83526;
    display:inline-block;
    color:#ffffff;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:1px 1px 0px #b23e35;
}
#need_to_login:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e4685d), color-stop(1, #fc8d83) );
    background:-moz-linear-gradient( center top, #e4685d 5%, #fc8d83 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e4685d', endColorstr='#fc8d83');
    background-color:#e4685d;
}
#need_to_login:active {
    position:relative;
    top:1px;
}

/*********************/
/** jRating CSS **/
/*********************/
.player_rating_wrap {
}
.r2 .player_rating {
    float: right;
}
.player_rating {
//    display: none;
}

span.player_game_stats {
    width: 50px;
    cursor: pointer;
    margin-left: 4px;
    margin-right: 4px;
    display: block;
    text-align: center;
    height: 35px;
    background-color: #639ec8;
    -webkit-box-shadow: 1px 2px 3px 0px #666;
    -moz-box-shadow:1px 2px 3px 0px #666;
    box-shadow: 1px 2px 3px 0px #666;

/*
    text-shadow: 1px 1px 0px #639ec8;
    filter: dropshadow(color=#999, offx=1, offy=1);
*/
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    line-height: 35px;
    font-size: 18px;
}
.r2 span.player_game_stats {
    float: right;
}
.r3 span.player_game_stats {
    float: left;
}

.player_rating {
    background-color: #f0f0f0;
}
/**Div containing the color of the stars */
.jRatingAverage {
	background-color:#ffcc00;
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}
.jRatingColor {
	//background-color:#ff8400; /* bgcolor of the stars*/
	background: url('rating-230x20.png') no-repeat center left !important;
	position:relative;
	top:0;
	left:0;
	z-index:2;
	height:100%;
}

/** Div containing the stars **/
.jStar {
	position:relative;
	left:0;
	z-index:3;
}

/** P containing the rate informations **/
p.jRatingInfos {
	position:		absolute;
	z-index:9999;
	background:	transparent url('../../2011/images/profutbal/bg_jRatingInfos.png') no-repeat;
	color:			#FFF;
	display:		none;
	width:			91px;
	height:			29px;	
	font-size:16px;
	text-align:center;
	padding-top:5px;
}

p.jRatingInfos span.maxRate {
	color:#c9c9c9;
	font-size:14px;
}

.r1 span.st, .r4 span.st {
//    white-space:nowrap;
}
