/* small tabs */
.small-tabs-container
{
	width: 336px;
	height: 28px;
	position: relative;
}
.small-tabs-container h2
{
	font-size: 1.0em;
	font-weight: normal;
	margin-top: 0px;
}
.small-tabs-content
{
	width: 306px;
	height: 157px;
	padding: 5px 15px 5px 15px;
	background: url(Assets/lowerBoxTab-trans.png) no-repeat;
}
ul.small-tabs li
{
	float: left;
	height: 28px;
	text-align: center;
	padding-right: 3px;
}

ul.small-tabs
{
	margin: 0px;
	display: inline;
	list-style: none;
}

/* small tab one */

#small-tabs-one
{
	display: block;
	width: 164px;
	height: 28px;
	background: url(Assets/Tabs/openingTab-trans.png) 0px -28px;
}

#small-tabs-one.selectedtab
{
	display: block;
	width: 164px;
	height: 28px;
	background: url(Assets/Tabs/openingTab-trans.png) 0px 0px;
}

#small-tabs-one a, #small-tabs-one.selectedtab a
{
	display: block;
	width: 164px;
	height: 28px;
}



/* small tab two */

#small-tabs-two
{
	display: block;
	width: 98px;
	height: 28px;
	background: url(Assets/Tabs/eventsTab-trans.png) 0px -28px;
}

#small-tabs-two.selectedtab
{
	display: block;
	width: 98px;
	height: 28px;
	background: url(Assets/Tabs/eventsTab-trans.png) 0px 0px;
}

#small-tabs-two a, #small-tabs-two.selectedtab a
{
	display: block;
	width: 98px;
	height: 28px;
}


/* small tab three */

#small-tabs-three
{
	font-weight: bold;
	margin: 0px;
	background: url(Assets/Tabs/tabLeftOff.png) top left no-repeat;
	padding: 0 0 0 12px;
}

#small-tabs-three.selectedtab
{
	margin: 0px;
	background: url(Assets/Tabs/tabLeft.gif) top left no-repeat;
	padding: 0 0 0 12px;
}

#small-tabs-three-right
{
	height: 23px;
	font-weight: bold;
	color: #000000;
	padding: 3px 12px 4px 0;
	background: url(Assets/Tabs/tabRightOff.png) top right no-repeat;
}

#small-tabs-three-right.selectedtabright
{
	height: 23px;
	color: #00ABBD;
	font-weight: bold;
	padding: 3px 12px 4px 0;
	background: url(Assets/Tabs/tabRight.gif) top right no-repeat;
}

#small-tabs-three.selectedtab a, #small-tabs-three a:hover
{
	color: #00ABBD;
}



/* small tab four */

#small-tabs-four
{
	font-weight: bold;
	margin: 0px;
	background: url(Assets/Tabs/tabLeftOff.gif) top left no-repeat;
	padding: 0 0 0 12px;
}

#small-tabs-four.selectedtab
{
	margin: 0px;
	background: url(Assets/Tabs/tabLeft.gif) top left no-repeat;
	padding: 0 0 0 12px;
}

#small-tabs-four-right
{
	height: 17px;
	font-weight: bold;
	color: #000000;
	padding: 3px 12px 4px 0;
	background: url(Assets/Tabs/tabRightOff.gif) top right no-repeat;
}

#small-tabs-four-right.selectedtabright
{
	height: 17px;
	color: #00ABBD;
	font-weight: bold;
	padding: 3px 12px 4px 0;
	background: url(Assets/Tabs/tabRight.gif) top right no-repeat;
}

#small-tabs-four.selectedtab a, #small-tabs-four a:hover
{
	color: #00ABBD;
}


/* small tabs content one */

#smalltabone-content
{
	padding: 0px;
	margin: 0px;
}

/* small tabs content two */

#smalltabtwo-content
{
	padding: 0px;
	margin: 0px;
}

/* small tabs content three */

#smalltabthree-content
{
	padding: 0px;
	margin: 0px;
}

/* small tabs content four */

#smalltabfour-content
{
	padding: 0px;
	margin: 0px;
}

