
div.cdg_tabcontrol
{
}

div.cdg_tabcontrol div.tabbuttons
{
	position: relative;
	height: 20px;
}

div.cdg_tabcontrol div.tabbuttons div.tabbutton
{
	position: absolute;
	height: 20px;
	width: 100px;
}

div.tabpages a:link, div.tabpages a:hover, div.tabpages a:visited, div.tabpages a:active div.tabpages a:focus {
	text-decoration: underline; 
}

div.cdg_tabcontrol div.tabbuttons div.active
{
	cursor: default;
}

div.cdg_tabcontrol div.tabbuttons div.inactive
{
	cursor: pointer;
}

div.cdg_tabcontrol div.tabpages
{
	position: relative;
	height: 100%;
	background-color: navy;
}

div.cdg_tabcontrol div.tabpages div.tabpage
{
	width: 100%;
	height: 100%;
	overflow: auto;
}

div.cdg_tabcontrol div.tabpages div.inactive
{
	display: none;
}

div.cdg_tabcontrol div.tabpages div.active
{
	display: block;
}
