.item_container
{
	clear: both;
	margin-bottom: 20px;
	position: relative;
	text-align: justify;
	width: 100%;
}
.title
{
	position: relative;
	text-align: center;
}
.item_container .image
{
	border: 1px solid #091604;
}
.item_container.left .image
{
	float: left;
	margin-bottom: 7px;
	margin-right: 7px;
}
.item_container.right .image
{
	float: right;
	margin-bottom: 4px;
	margin-left: 7px;
}
.item_container .youtube
{
}
.item_container.left .youtube
{
	float: left;
	margin-bottom: 7px;
	margin-right: 7px;
}
.item_container.right .youtube
{
	float: right;
	margin-bottom: 4px;
	margin-left: 7px;
}
.item_container.center
{
	margin-top: 20px;
	text-align: center;
}
.item_container.center .image
{
	background-color: #f4f3f1;
	border: 1px solid #404040;
	margin-bottom: 3px;
	padding: 6px;
}
.item_container.center .youtube
{
	margin-bottom: 3px;
}
.reactions
{
	float: right;
}
.reactions img
{
	position: relative;
	top: 4px;
}
.tab_container
{
}
.tab_bar
{
	border-left: 1px solid #dfdfdf;
	width: 100%;

}
.tab
{
	background-color: #efefef;
	background-image: url('/gfx/tabBack.gif');
	background-repeat: repeat-x;
	color: #b1b1b1;
	float: left;
	height: 14px;
	line-height: 14px;

overflow: none;
	padding-left: 10px;
	padding-right: 5px;
	_margin-bottom: -5px;


}
.tab.active
{
position: relative;
top: 0px;
height: 14px;
}
.tab img
{
	left: 10px;
	position: relative;
}
.tab .text
{
	position: relative;
	top: -2px;
}
.tab.active img
{

}
.tab.active .text
{
	color: #3f3f3f;
	position: relative;
	top: -4px;
}
.tab_pane
{
	background-color: #efefef;
	background-image: url('/gfx/tabBack.gif');
	background-repeat: repeat-x;
	border: 1px solid #dfdfdf;
	border-top: none;
	margin-top: -2px;
	padding: 7px;
}
table#tab_content
{
	margin-top: -25px;
}
.tab_content td.image
{
	padding-top: 25px;
	text-align: center;
}
.tab_content td.image img
{
	background-image: url('/gfx/tabContentFrame.gif');
	background-repeat: no-repeat;
	height: 50px;
	padding: 1px;
	padding-bottom: 3px;
	padding-right: 2px;
	width: 67px;
}
.tab_content td.text
{
	padding-left: 13px;
	padding-top: 25px;
}
.tab_content td.text .title
{
	font-weight: bold;
}
#match_tabs.tab_container
{
	margin-bottom: 10px;
	margin-top: 20px;
}
#match_tabs .tab_pane
{
	padding-top: 20px;
	text-align: center;
}
#match_tabs .left_club_logo
{
	float: left;
}
#match_tabs .right_club_logo
{
	float: right;
}
#home_divider td.home_right
{
	padding-left: 10px;
	width: 227px;
}
.emailfield,.namefield,.submitbutton
{
	background-color: #efefef;
	border: 1px solid #dfdfdf;
	color: #9c9c9c;
	height: 13px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 2px;
	width: 65px;
}
.emailfield
{
	margin-left: 7px;
	margin-right: 7px;
}
.submitbutton
{
	height: 20px;
	width: 70px;
}



.photoborder
{
	background-color: #f4f3f1;
	border: 1px solid #404040;
	margin-bottom: 3px;
	padding: 6px;
}

.dropdownList
{
	background-color: white;
	border: 1px solid #444953;
	color: black;
}

.dropdownList ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.dropdownList ul li
{
	cursor: pointer;
	padding:4px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.dropdownList ul li.selected
{
	cursor: pointer;
	background-color: #4f5460;
	color: white;
}
