.stockExchangeTop
{
	background-color:White;	
}
.stockExchangeBottom
{
	background-color:White;	
	background-image: url(../../Images/menu_bg.png);
	background-repeat: repeat-x;
	background-position: center center;
}
.tabActive
{
	background-image: url(../../Images/btn_center_white.png);
	background-repeat: repeat-x;
	background-position: center center;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #3333cc;
	text-align: center;
	height:29px;
}
.tabActiveLeft
{
	background-image: url(../../Images/btn_left_white.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:12px;
	height:29px;
}
.tabActiveRight
{
	background-image: url(../../Images/btn_right_white.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:12px;
	height:29px;
}
.tabInactiveLeft
{
	background-image: url(../../Images/btn_left_blue.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:12px;
	height:29px;
}
.tabInactiveRight
{
	background-image: url(../../Images/btn_right_blue.png);
	background-repeat: no-repeat;
	background-position: center center;
	width:12px;
	height:29px;
}
.tabInactive
{
	background-image: url(../../Images/btn_center_blue.png);
	background-repeat:repeat-x;
	background-position: center center;
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
	height:29px;
}

.tabActive a, .tabActive a:visited
{
	color: #3333cc;
	text-decoration:none;
}
.tabActive a:hover
{
	color: #3333cc;
	text-decoration:underline;
}

.tabInactive a, .tabInactive a:visited
{
	color: #ffffff;
	text-decoration:none;
}
.tabInactive a:hover
{
	color: #ffffff;
	text-decoration:underline;
}