/******************************************************************************
This contains the styles for the Dropdown Pane javascript component.

Author: Jennifer Simonds

 When	  Who Changes
--------- --- ------------------------------------------------------------------
11may2008 jls Split off from my homepage.
18may2008 jls 
******************************************************************************/
.CTabView
	{
	visibility: hidden;
	}

.CTabView-TabTable
	{
	position: relative;
	font-size: 8pt;
	font-weight: normal;
	font-family: Verdana,Arial,sans-serif;
	}

.CTabView-ClosedTab
	{
	border-top:    1px solid #bbbbbb;
	border-right:  1px solid #bbbbbb;
	border-bottom: 1px solid black;
	border-left:   1px solid #bbbbbb;
	margin: 1px 2px 3px 4px;
	font-size: 100%;
	font-weight: normal;
	padding: 2px 8px 2px 8px;
	text-align: center;
	background-color: #e8e8e8;
	cursor: pointer;
	}

.CTabView-OpenTab
	{
	border-top:    1px solid black;
	border-right:  1px solid black;
	border-bottom: 1px hidden;
	border-left:   1px solid black;
	margin: 0px;
	font-size: 100%;
	font-weight: bold;
	padding: 2px 8px 2px 8px;
	background-color: #ffffff;
	text-align: center;
	cursor: default;
	}


.CTabView-EmptyTab
	{
	border-top:    1px hidden;
	border-right:  1px hidden;
	border-bottom: 1px solid black;
	border-left:   1px hidden;
	cursor: default;
	}

.CTabView-PanesParent
	{
	border-top:    1px hidden;
	border-left:   1px solid black;
	border-right:  1px solid black;
	border-bottom: 1px solid black;
	padding: 0px;
	background-color: #ffffff;
	width: 100%;
	position: relative;
	}
	
.CTabView-ClosedPane
	{
	position: absolute;
	visibility: hidden;
	width: 100%;
	overflow: auto;
/*	padding: 8px; */
	}

.CTabView-OpenPane
	{
	position: absolute;
	visibility: visible;
	width: 100%;
	overflow: auto;
/*	padding: 8px; */
	color: black;
	background-color: white;
	}
