@charset "utf-8";
/* CSS Document */
 
/* OVERVIEW */
.events_overview_container{
	margin-bottom:5px;
	height:60px;
	clear:both;
}

.events_overview_container_s{
	margin-bottom:5px;
	clear:left;
	height:50px;
}


.events_overview_container_slim{
	margin-bottom:10px;
	height:33px;
	width:310px;
}

.events_overview_date_container{
	width:50px;
	text-align:center;
	float:left;
}

.events_overview_date_day{
	font-size:25px;
	font-weight:bold;
	margin:0px;	
}

.events_overview_date_month{
	font-size:18px;
	font-weight:bold;	
	margin:0px;
}

.events_overview_details_container{
	margin-top:5px;
	margin-bottom:5px;
	float:left;
	cursor:pointer;
}

/* SPECIFIC */

.events_register_button{
    float:right;
    padding:5px;
	font-weight:bold;
	font-size:14px;
} 

.specific_event_rules{
	font-size:11px;
}

#specific_event_details{
	width:400px;
}

#specific_event_prizes{
	margin-top:20px;
}

.specific_event_col_left{
	width:55px; 
	float:left;
}

.specific_icon_container{
	margin-top:5px;
	float:left;
	width:55px;
	text-align:center;
}

.specific_event_col_right{
	width:420px; 
	float:left;
	padding-left:5px;
	padding-right:5px;
}

.specific_event_section{
	margin-bottom:20px;
	float:left;
}

.specific_event_comments{
	margin-bottom:20px;
	width:620px;
	clear:both;
}

#specific_event_description{
	margin-bottom:10px;
}

.specific_event_details_col_left{
	width:170px;
	float:left;
}

.specific_event_details_col_right{
	width:240px;
	float:left;	
}

.events_notify_container{
	border:1px solid #666;
	padding:5px;
	margin-left:55px;
	width:425px;
}


.events_error_container{
	border:1px solid #c00;
	padding:5px;
	color:#C00;
}

.subscription_list_item_container{
	float:left;
	width:300px;
	margin-bottom:2px;
}

.subscription_full_list_item_container{
	float:left;
	width:620px;
	margin-bottom:2px;
}

.subscription_full_list_item_container_alt{
	float:left;
	width:480px;
	margin-bottom:2px;
}


.subscription_list_username{
	width:150px;
	float:left;
}


.subscription_list_email{
	width:225px;
	float:left;
}

.subscription_list_pos{
	width:20px;
	float:left;
}

.subscription_list_details{
	width:130px;
	float:left;
}

.subscription_list_paid{
	width:100px;
	float:left;
}

.subscription_list_options{
	width:40px;
	float:left;
}

.specific_event_winner_container{
	width:90px;
	float:left;
	margin-right:3px;
	margin-left:3px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

.specific_event_winner_avatar{
	 width:90px; 
	 height:90px;
}


.frontpage_photo_text{
	font-size:12px;
	font-weight:bold;
	margin-left:5px;
}

.frontpage_winner_text{
	margin-bottom:10px;
	font-size:12px;
	font-weight:bold;
	margin-left:5px;
}


.frontpage_winner_container{
	width:90px;
	float:left;
	margin-right:4px;
	margin-left:4px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

.frontpage_winner_avatar{
	 width:90px; 
	 height:90px;
}


#map_canvas{
	height:225px;
	width:305px;
	clear:both;
	color:#000;
	font-size:12px;
}

#route{
	width: 300px;
	margin:0px; 
	font-size:9px;
	float:left;
}


#route_planner_street{
	width:240px;
}

#route_planner_number{
	width:50px;
}

#route_planner_city{
	width:300px;
}

.route_map_instructions{
	font-size:9px;
}

.route_planner_label{
	font-weight:bold;
	margin-top:10px;
}

.route_planner_button{
	width:80px;
	height:18px;
	margin-top:10px;
	text-align:center;
	font-size:12px;		
}

.route_planner_button:hover{
	cursor:pointer;
}

#events_photo_content{
	background-color:#F00;
}

.events_photo_thumbnail_container{
	width:155px;
	float:left;
	padding-bottom:2px;
	padding-top:2px;	
	text-align:center;
}