/*
  tpg_basic2.css
  Mike Foster (Cross-Browser.com)
*/
.intro {
  position:relative;
  overflow:hidden;
  width:500px;
  margin-bottom:20px;
}
#sponsors {
  position:absolute;
  left:600px;
  top:100px;
}

/* */

.tabPanelGroup   {
	margin: 0;
	padding: 0;
	position: relative }
.tabPanel   {
	color: #000;
	background-position: 0 0;
	margin: 0;
	padding: 0 }
.tabGroup  {
	margin: 0;
	padding: 0 }
.tabDefault   {
	margin: 0;
	padding: 2px 1px;
	position: relative;
	top: 0;
	bottom: 0;
	height: 34px }
.tabSelected  {
	color: #000;
	background: #fff;
	margin: 0;
	padding: 2px;
	width: 100%;
	height: 30px }

/* */

.tabGroup a.tabDefault:link,
.tabGroup a.tabDefault:visited,
.tabGroup a.tabDefault:active,
.tabDefault    {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	margin: 3px 1px;
	padding: 3px 1px 5px;
	position: relative;
	top: 2px;
	right: 1px;
	bottom: 6px;
	left: 1px;
	height: 38px;
	overflow: hidden;
	vertical-align: top;
	border-style: none;
	border-width: 0 1px 1px;
	border-color: transparent !important }
.tabGroup a.tabDefault:hover,
.tabDefault:hover     {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-image: none;
	text-align: center;
	cursor: pointer;
	margin: 3px 1px;
	padding: 3px 1px 5px;
	position: relative;
	top: 2px;
	right: 1px;
	bottom: 6px;
	left: 1px;
	height: 18px;
	overflow: hidden;
	vertical-align: top }

.tabGroup a.tabSelected:link,
.tabGroup a.tabSelected:visited,
.tabGroup a.tabSelected:active,
.tabGroup a.tabSelected:hover,
.tabSelected      {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
	background-image: none;
	text-align: center;
	cursor: pointer;
	margin: 3px 1px;
	padding: 4px 1px 7px;
	position: relative;
	right: 1px;
	bottom: 6px;
	left: 1px;
	height: 28px;
	overflow: hidden;
	vertical-align: top;
	border-style: none solid solid;
	border-width: 0 1px 2px;
	border-color: transparent #e0e0e0 #e4c333 !important }
