.Tabs
{
}

	.Tabs .tabSelected
	{
		margin: 0px;
		padding: 0px 0px 0px 0px;
		height: 43px;
		text-align: center;
		line-height: 42px;
		font-family: Arial, Verdana, Helvetica, Sans-Serif;
		font-size: 13px;
		font-weight: bold;
		vertical-align: middle;
		border-top-color: rgb(190, 170, 99);
		border-right-color: rgb(221, 221, 221);
		border-left-color: rgb(221, 221, 221);
		border-top-width: 3px;
		border-right-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-left-style: solid;
		float: left;
		cursor: pointer;
	}

	.Tabs .middleLayer
	{
		width: 4px;
		height: 45px;
		border-bottom-color: rgb(221, 221, 221);
		border-bottom-width: 1px;
		border-bottom-style: solid;
		float: left;
	}

	.Tabs .tabUnselected
	{
		margin: 0px;
		padding: 0px 0px 0px 0px;
		border: 1px solid rgb(221, 221, 221);
		border-image: none;
		height: 43px;
		text-align: center;
		line-height: 44px;
		font-family: Arial, Verdana, Helvetica, Sans-Serif;
		font-size: 13px;
		font-weight: bold;
		vertical-align: middle;
		float: left;
		cursor: pointer;
		background-image: -ms-linear-gradient(rgb(243, 243, 243) 90%, rgb(233, 233, 233) 100%);
		background-color: rgb(243, 243, 243);
	}


	.Tabs .content
	{
		text-align: center;		
		border-right-color: rgb(221, 221, 221);
		border-bottom-color: rgb(221, 221, 221);
		border-left-color: rgb(221, 221, 221);
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		float: left;
	}

		.Tabs .content .data
		{
			text-align: left;
			padding: 10px;
		}

			.Tabs .content .data .title a
			{
				color: rgb(153, 0, 0);
				text-decoration: none;
			}

				.Tabs .content .data .title a:hover
				{
					color: rgb(204, 0, 0);
					text-decoration: underline;
				}

			.Tabs .content .data .subtitle a
			{
				color: rgb(153, 0, 0);
				font-size: 11px;
				text-decoration: none;
			}

				.Tabs .content .data .subtitle a:hover
				{
					color: rgb(204, 0, 0);
					font-size: 11px;
					text-decoration: underline;
				}

	.Tabs .hr
	{
		
		border-top-color: rgb(221, 221, 221);
		border-top-width: 1px;
		border-top-style: solid;
	}

	.Tabs .moreContainer
	{
		width: 100%;
		text-align: left;
		float: left;
	}
