﻿.TopGroup
{
	z-index: 99;
	position: relative;
	width: 550px;
	height: auto;
	border-left: 1px solid #0392cd;
	border-right: 1px solid #0392cd;
	border-bottom: 1px solid #0392cd;
	/*background-color: #cae6f1;*/
	padding-bottom: 8px;
}

.DefaultTab
{
	color:#6dc1e1;
	width:115px;
	height:23px;
	margin-left:-1px;
	margin-right:2px;
	//margin-left:0;
	background-image: url(images/tab_bg.gif);
	font-family: MS Sans Serif, Verdana;
	font-size: 10px;
	cursor:pointer;
}

.DefaultTabHover
{
	color:#037fcd;
	background-image: url(images/hover_tab_bg.gif);
	font-family: MS Sans Serif, Verdana;
	font-size: 10px;
	cursor:pointer;
	width:115px;
	height:23px;
	margin-left:-1px;
	margin-right:2px;
	//margin-left:0;
}

.SelectedTab
{
	color:#037fcd;
	background-image: url(images/selected_tab_bg.gif);
	font-family: MS Sans Serif, Verdana;
	font-size: 10px;
	cursor: default;
	width:115px;
	height:23px;
	margin-left:-1px;
	margin-right:2px;
	//margin-left:0;
}
