﻿
.BYOTabSelected
{
	border-right: #646464 1px solid;
	border-top: #646464 1px solid;
	border-left: #646464 1px solid;
	color: #990033;
	background-color: #ffffff;
	height: 30px;
	font-weight: bold;
}
.BYOTabNonSelected
{
	border-right: silver 1px solid;
	border-top: silver 1px solid;
	border-left: silver 1px solid;
	color: #808080;
	background-color: #ffffff;
	border-bottom: silver 1px solid;
	height: 30px;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
	padding-right: 10px;
	padding-left: 10px;
}
.BYOTabSelected a
{
	color: #000000;
	font-weight: bold;
}
.BYOTabNonSelected a
{
	color: #808080;
	font-weight: bold;
}
.BYOContentCell
{
	border-bottom: #646464 1px solid;
	border-right: #646464 1px solid;
	border-left: #646464 1px solid;
}

