a {
	cursor: hand;
	text-decoration : none;
	color : Black;
}

/*a:hover { 	
	color: #ffffff;
	background-color: #343760;
	font-weight: bold;
	cursor: hand;
}*/

/*== Container for tabs ==*/
DIV.TabsContainer
{
	position: relative;
	width: 100%;
	height: 20px; 
	background-color: #dedede;
	padding-top: 0px;
	padding-left: 1px;
	padding-right: 1px;
	overflow-y:visible;
}
DIV.TabPageHeader
{
	background-color: #ffffff;
	padding-top: 0px;
	padding-left: 1px;
	padding-right: 1px;
	border: 0px;
	width: 100%;
}
/*== Single row table containing the tab captions, links to pages ==*/
TABLE.Tabs
{
	border-width: 0px;	
	width: 100%;	
}
/*== The one row in the table containing the tab captions, links to pages ==*/
TR.Tabs
{
	border: 20px;
	margin: 20px;
	width: 100%;
}
TD.TabPageHeader
{
	background-color : Silver;
	margin: 0px;
	padding: 0px;
	border-top: 2px outset #ffffff;
	border-left: 2px outset #ffffff;
	border-right: 2px outset Gray;
	border-bottom: 0px;
	padding: 2px;
	padding-top:4px;
}
/*== The TD containing "scroller" images to scroll to different tabs ==*/
TD.TabScroller
{
	
}
/*== The currently selected tab ==*/
TD.TabSelected
{
	background-color : #ffffff;
	border-top: 2px outset #ffffff;
	border-left: 2px outset #ffffff;
	border-right: 2px outset #cccccc;
	border-bottom: 0px;
	display: block;
	font-size : 8pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	padding-top: 2px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
	width:10px;
}
/*== Any other tabs that are not closed and are displayed (visible) ==*/
TD.TabUnselected
{
	background-color : #cccccc;
	border-top: 2px outset Silver;
	border-left: 2px outset Silver;
	border-right: 2px outset Gray;
	border-bottom: 0px;
	display: block;
	font-size : 8pt;
	font-family: Arial, Helvetica, sans-serif;
	padding: 2px;
	text-align: center;
	width: 10px;
}
/*== A closed (or truly hidden) tab ==*/
TD.TabHidden
{
	border : 5px ridge;
	border-bottom : 0px ;
	background-color : Aqua;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 0px;
}
/*== A closed (or truly hidden) tab ==*/
TD.TabClosed
{
	border : 5px ridge;
	border-bottom : 0px ;
	background-color : Aqua;
	display: none;
	font-family: Arial, Helvetica, sans-serif;
	width: 0px;
}

IFRAME.TabSelected
{
	background-color : #ffffff;
	border: 0px;
	left: 0px;
	margin: 0px;
	top: 0px;
	text-align: center;
	width: 100%;
}
IFRAME.TabUnselected
{
}
IFRAME.TabClosed
{
}
