#PageControl #tabsheet {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	clear: both;
}

#PageControl #tabs {
	height: 30px;
	background-image: url(/interface/images/ui/tabs/buttongrad.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
}

#PageControl #tabs .tab {
	float: left;
}

#PageControl #tabs .tab .seltableft {
	height: 31px;
	width: 4px;
	background-image: url(/interface/images/ui/tabs/selected.tab.left.gif);
	background-repeat: no-repeat;
	float: left;
}

#PageControl #tabs .tab .seltabmid {
	height: 31px;
	width: 100px;
	float: left;
	background-image: url(/interface/images/ui/tabs/selected.tab.mid.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	text-align: center;
	padding-top: 7px;
	font-weight: bold;
}

#PageControl #tabs .tab .seltabright {
	height: 31px;
	width: 4px;
	float: left;
	background-image: url(/interface/images/ui/tabs/selected.tab.right.gif);
	
}

#PageControl #tabs .tab .tableft {
	height: 31px;
	width: 4px;
	background-image: url(/interface/images/ui/tabs/tab.left.gif);
	background-repeat: no-repeat;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}

#PageControl #tabs .tab .tabmid {
	height: 31px;
	width: 100px;
	float: left;
	background-image: url(/interface/images/ui/tabs/tab.mid.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	text-align: center;
	padding-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#PageControl #tabs .tab .tabright {
	height: 31px;
	width: 4px;
	float: left;
	background-image: url(/interface/images/ui/tabs/tab.right.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}

#PageControl #tabs .tab .gtableft {
	height: 31px;
	width: 4px;
	background-image: url(/interface/images/ui/tabs/grey.tab.left.gif);
	background-repeat: no-repeat;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}
#PageControl #tabs .tab .gtabmid {
	height: 31px;
	width: 100px;
	float: left;
	background-image: url(/interface/images/ui/tabs/grey.tab.mid.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	text-align: center;
	padding-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#PageControl #tabs .tab .gtabright {
	height: 31px;
	width: 4px;
	float: left;
	background-image: url(/interface/images/ui/tabs/grey.tab.right.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}

#PageControl #tabs .tab .selgtableft {
	height: 31px;
	width: 4px;
	background-image: url(/interface/images/ui/tabs/selected.tab.left.gif);
	background-repeat: no-repeat;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	
}
#PageControl #tabs .tab .selgtabmid {
	height: 31px;
	width: 100px;
	float: left;
	background-image: url(/interface/images/ui/tabs/selected.tab.mid.gif);
	background-repeat: repeat-x;
	vertical-align: middle;
	text-align: center;
	padding-top: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#PageControl #tabs .tab .selgtabright {
	height: 31px;
	width: 4px;
	float: left;
	background-image: url(/interface/images/ui/tabs/selected.tab.right.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;	
}

#PageControl #tabs .tabmid a:hover {

	color: #FFFFFF;
	text-decoration: underline;
	
}
#PageControl #tabs .tabmid  a {
	color: #333333;
	text-decoration: none;
}

#PageControl #tabs .seltabmid a:hover {

	color: #333333;
	text-decoration: underline;
	
}
#PageControl #tabs .seltabmid  a {
	color: #333333;
	text-decoration: none;
}


#PageControl #tabs .gtabmid a:hover {
	color: #000000;
	text-decoration: underline;	
}
#PageControl #tabs .gtabmid  a {
	color: #000000;
	text-decoration: none;
}

#PageControl #tabs .selgtabmid a:hover {
	color: #000000;
	text-decoration: underline;
	
}
#PageControl #tabs .selgtabmid  a {
	color: #000000;
	text-decoration: none;
}
