﻿/* Controls > Events > National Events
----------------------------------------------------------*/

#center_left
{
    height:255px;
	width: 642px;
	display: inline-block;
	float:left;
	position: relative;
}

#headlines_list
{
	padding-top:10px;
	padding-bottom:10px;
	width:208px;
	background:url('Backgrounds/HeadlinesListBackgroundEvents.png') no-repeat;
	text-decoration:none;
	list-style:none;	
	padding-left: 5px;
	float:left;
	margin-top: 0;
	z-index: 999;
	position: absolute;
}

#headlines_list li
{
	font-size:15px;
	font-weight:bold;
	color:#527178;
	line-height:34px;
	padding-left: 10px;
	cursor:pointer;
}

#headlines_list li.selected
{
	color:#FFFFFF;
	background:url('Backgrounds/HeadlinesListPathEvents.png') no-repeat; 
	width: 204px;
	z-index:999;
}

#headlines_list li.bottom
{
	background:url('Backgrounds/HeadlinesListShadowEvents.png') no-repeat; 
	width: 204px;
	z-index:999;
}

#headline_image_wrapper
{
    float: left;
    left: 204px;
    position: absolute;
    top: 3px;
    z-index: 3;
	width: 446px;
}

.headline_image_cont
{
	display:none;
}

.headline_image_cont.selected
{
	display:block;
	z-index: 3;
}


.headline_description
{
	color:#FFFFFF;
	background:url('Backgrounds/HeadlinesSubtitle.png') no-repeat; 
	height:32px;
	position:relative;
	top:-32px;
	text-align: right;
	line-height: 32px;
	padding-right:10px;
}

/* Controls > FamilySites > Search
----------------------------------------------------------*/

#search_box_wrapper
{
	background:url('Backgrounds/search_box_background.png') no-repeat; 
	width:637px;
	height:52px;
    line-height: 52px;
    margin-left: 3px;
    padding-left: 10px;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	displaY:inline-block;
}

.search_input_box_wrapper
{
	background:url('TextBoxes/search_input_box.png') no-repeat; 
	width:308px;
	height:28px;
	display: inline-block;
	margin-left: 10px;
    position: relative;
    top: -5px;
}


/* Controls > Events > FamilyRunEvents
----------------------------------------------------------*/