﻿
.tabpanel
{
	background-color: #EDEDED; 
	float:left;
	width: 100%;
}

.tabpanel-expander, .tabpanel-expander-hover, .tabpanel-expander-open, .tabpanel-expander-open-hover
{
	margin:0;
	padding: 0.1878em 0.626em 0.1878em 0.313em;
	text-align:center;	
	float:left;
	
	cursor: hand; /*Supported by IE only*/
}

.tabpanel-expander
{
	background-color: #EDEDED;
	border-left: solid 0.0626em White;
	border-right: solid 0.0626em White;
	border-top: solid 0.0626em White;
	/*border-bottom: solid 0.0626em #ff9500;*/
}

.tabpanel-expander-open
{ 
	background-color: #96999C;
	border-left: solid 0.0626em #96999C;
	border-right: solid 0.0626em #96999C;
	border-top: solid 0.0626em White;

}

.tabpanel-expander-hover
{
	background-color: #96999C;
	border-left: solid 0.0626em White;
	border-right: solid 0.0626em White;
	border-top: solid 0.0626em White;
}

.tabpanel-expander-open-hover 
{ 
	background-color: #96999C;
	border-left: solid 0.0626em #96999C;
	border-right: solid 0.0626em #96999C;
	border-top: solid 0.0626em White;	
}

.tabpanel-expander input, .tabpanel-expander a
{
	white-space: nowrap;
	/*color: #003399; */
	text-decoration: none;
	border: 0em;
	padding: 0 0.313em 0 0; 
	margin: 0em;
	cursor: hand;
	font-size: 75%;
	background: url(images/plus.gif) center right no-repeat transparent;
	width:100%;	
}

.tabpanel-expander-hover input, .tabpanel-expander-hover a
{
	white-space: nowrap;
	color: White; 
	text-decoration: none;
	border: 0em;
	padding: 0 0.313em 0 0; /*top right bottom left*/
	margin: 0em;
	cursor: hand;
	font-size: 75%;
	background: url(images/plushover.gif) center right no-repeat transparent;
	width:100%;
}

.tabpanel-expander-open input, .tabpanel-expander-open a
{
	white-space: nowrap;
	color: white; 
	text-decoration: none;
	border: 0em;
	padding: 0 0.313em 0 0;
	margin: 0em;
	cursor: hand;
	font-size: 75%;
	background: url(images/minus.gif) center right no-repeat transparent;
	width:100%;
}

.tabpanel-expander-open-hover input, .tabpanel-expander-open-hover a
{
	white-space: nowrap;
	color: white; 
	text-decoration: none;
	border: 0em;
	padding: 0 0.313em 0 0;
	margin: 0em;
	cursor: hand;
	font-size: 75%;
	background: url(images/minushover.gif) center right no-repeat transparent;
	width:100%;
}

/*top right bottom left*/
