﻿body
{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #000000;
	color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

img
{
	border: none;
}

a
{
	color: #FFFFFF;
}
a:link
{
	text-decoration: none;
}

a:visited
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}



.TabItemLeft, .TabItemLeftActive
{
	background-image: url('/Admin/images/tabitem-left.png');
	background-position: right top;
	background-repeat: no-repeat;
	height: 32px;
	width: 5px;
	border-bottom: solid 1px #808080;
}
.TabItemLeftActive
{
	border-bottom: solid 1px #000000;
}
.TabItemRight, .TabItemRightActive
{
	background-image: url('/Admin/images/tabitem-right.png');
	background-position: left top;
	background-repeat: no-repeat;
	height: 32px;
	width: 5px;
	border-bottom: solid 1px #808080;
}
.TabItemRightActive
{
	border-bottom: solid 1px #000000;
}
.TabItem, .TabItemActive
{
	background-image: url('/Admin/images/tabitem.png');
	background-position: left top;
	background-repeat: repeat-x;
	height: 32px;
	font-weight: bold;
	font-size: 11pt;
	color: #FFFFFF;
	border-bottom: solid 1px #808080;
}
.TabItemActive
{
	color: #00A900;
	border-bottom: solid 1px #000000;
}
.TabItemActive a
{
	color: #00A900;
}
.TabItem a:hover, .TabItemActive a:hover
{
	color: #00A900;
	text-decoration: none;
}
.TabSpace
{
	height: 32px;
	width: 4px;
	border-bottom: solid 1px #808080;
}
.TabContent
{
	border-left: solid 1px #808080;
	border-right: solid 1px #808080;
	border-bottom: solid 1px #808080;
	padding: 5px;
}
