@charset "utf-8";

.middle_gt {
    width: 958px;
    padding: 15px 21px;
}

#middle_bg {
    width: 958px;
    margin-left: -21px;
    margin-top:  -15px;
}

/*eventDetails section*/
#event_details_container{
	margin: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.details_top_box{
	background: #fff;
	width: 590px;
	height: 138px;
	border: 1px solid #dedede;
}

.details_top_left{
    padding-top: 6px;
    padding-left: 6px;
	width: 160px;
	height: 133px;
	float: left;
}

.details_top_right{
	width: 422px;
	height: 72px;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
	float: right;
	overflow: hidden;
}

.details_top_right_text{
	padding: 3px 0 0 5px;
}

.details_top_right_button_a{
	width: 211px;
}

.details_top_right_button_b{
	width: 210px;
}

.details_top_right_button_a, .details_top_right_button_b{
	height: 65px;
	background: #ededed;
	border-left: 1px solid #dedede;
	float: right;
}

img.details_top_left_img{
	width: 136px;
	height: 93px;
	margin: 20px 10px;
}

.details_top_bottom{
	width: 590px;
	min-height: 72px;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
	overflow: hidden;
}

.details_top_bottom p{
	padding: 5px;
}

.details_image_placeholder{
	width: 590px;
	height: 136px;
	margin-top: 10px;
}

h3.event_details{
	color: #f16e04;
	font-size: 14px;
	font-weight: bold;
				
}

a.event_name, a.game_name{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-decoration: none;

}

div.event_name{
	color: #f16e04;
    font-weight: bold;
}

div.game_name{
	color: #40adef;
    font-weight: bold;
}


.begins{
	color: #4b4b49;
	font-weight: bold;
}

.details_top_right p{
	padding: 0;
	margin: 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
}

.details_top_right_button_b a.play_now_btn{
	margin: 14px 30px 13px;
}


.details_top_right_button_a a.view_prize_menu, .details_top_right_button_a a.see_prize_points{
	margin: 10px 45px 9px;
}

a.view_prize_menu{
	background: url(../../default_gt_us/img/events/buttons/view_prize_menu.png);
}

a.view_prize_menu:hover{
	background: url(../../default_gt_us/img/events/buttons/view_prize_menu_o.png);
}

a.see_prize_points{
	background: url(../../default_gt_us/img/events/buttons/see_prize_points_n.png);
}

a.see_prize_points:hover{
	background: url(../../default_gt_us/img/events/buttons/see_prize_points_o.png);
}



