body
{
	margin-top: 0px;
	margin-left: 0px;
	background-color: Black;
}
/* root element for tabs  */
ul.tabs
{
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #FFF;
	height: 21px;
	width: 250px;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	background-color: White;
}

ul.tabs li
{
	width: 62.5px;
}

/* single tab */
ul.tabs li
{
	float: left;
	text-indent: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs a
{
	background-position: 0px -20px;
	background-image: url('../Images/tab.gif');
	font-size: 11px;
	display: block;
	height: 22px;
	line-height: 30px;
	width: 63px;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	color: #777;
	padding: 0px;
	margin: 0px;
	position: relative;
	background-repeat: no-repeat;
}

ul.tabs a:active
{
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover
{
	background-position: 0px -20px;
	color: #000;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a
{
	background-position: 0px 2px;
	cursor: default !important;
	color: #000 !important;
}


/****************************/
/* root element for tabs  */
ul.tabs2
{
	list-style: none;
	margin: 0 !important;
	padding: 0;
	border-bottom: 0px solid #FFF;
	height: 21px;
	width: 250px;
	font-family: Arial;
	font-size: 11px;
	text-decoration: none;
	background-color: White;
}

ul.tabs2 li
{
	width: 33%;
}

/* single tab */
ul.tabs2 li
{
	float: left;
	text-indent: 0;
	margin: 0 !important;
	list-style-image: none !important;
}

/* link inside the tab. uses a background image */
ul.tabs2 a
{
	background-position: 0px -20px;
	background-image: url('../Images/tab2.gif');
	font-size: 11px;
	display: block;
	height: 22px;
	line-height: 30px;
	width: 83px;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	color: #777;
	padding: 0px;
	margin: 0px;
	position: relative;
	background-repeat: no-repeat;
}

ul.tabs2 a:active
{
	outline: none;
}

/* when mouse enters the tab move the background image */
ul.tabs2 a:hover
{
	background-position: 0px -20px;
	color: #000;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */
ul.tabs2 a.current, ul.tabs2 a.current:hover, ul.tabs2 li.current a
{
	background-position: 0px 2px;
	cursor: default !important;
	color: #000 !important;
}



/* initially all panes are hidden */
.panes .pane
{
	display: none;
}

.panes div
{
	width: 250px;
	height: 125px;
}

