﻿section.section_tabsContainer
{
	height: 30px;
}

section.section_tabsContainer div.div_tab
{
	float			: left;
	margin-right	: 5px;
	background-image: url("../CssImages/Tabs/tabBackground.png");
	background		: -moz-linear-gradient(top,#E7E7E7 0%,#D7D7D7 70%) repeat scroll 0 0 transparent;
	background		: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#E7E7E7), color-stop(70%,#D7D7D7)) repeat scroll 0 0 transparent;
	background		: -webkit-linear-gradient(top,#E7E7E7 0%,#D7D7D7 70%) repeat scroll 0 0 transparent;
	background		: -o-linear-gradient(top,#E7E7E7 0%,#D7D7D7 70%) repeat scroll 0 0 transparent;
	background		: -ms-linear-gradient(top,#E7E7E7 0%,#D7D7D7 70%) repeat scroll 0 0 transparent;
	background		: linear-gradient(to bottom, #E7E7E7 0%, #D7D7D7 60%) repeat scroll 0 0 transparent;
	height			: 30px;
}

section.section_tabsContainer div.div_tab:hover,
section.section_tabsContainer div.div_selectedTab
{
	background-image: url("../CssImages/Tabs/selectedTabBackground.png");
	background		: -moz-linear-gradient(top,#3D73A2 0%,#305E84 70%) repeat scroll 0 0 transparent;
	background		: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3D73A2), color-stop(70%,#305E84)) repeat scroll 0 0 transparent;
	background		: -webkit-linear-gradient(top,#3D73A2 0%,#305E84 70%) repeat scroll 0 0 transparent;
	background		: -o-linear-gradient(top,#3D73A2 0%,#305E84 70%) repeat scroll 0 0 transparent;
	background		: -ms-linear-gradient(top,#3D73A2 0%,#305E84 70%) repeat scroll 0 0 transparent;
	background		: linear-gradient(to bottom, #3D73A2 0%, #305E84 70%) repeat scroll 0 0 transparent;
	color			: White;
}

section.section_tabsContainer div.div_tab a
{
	text-decoration	: none;
	font-size		: 12px;
	color			: #252525;
	font-weight		: bold;
	display			: block;
	padding			: 7px 15px;
}

section.section_tabsContainer div.div_selectedTab a,
section.section_tabsContainer div.div_tab:hover a
{
	color: White;
}