@CHARSET "UTF-8";

/*
.tabbedPaneTabActive {
	padding: 3px;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	background-color: #fff;
	margin-left: 4px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.tabbedPaneTabInactive {
	padding: 3px;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	background-color: #eee;
	margin-left: 4px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
*/

.tabbedPane {
	padding: 5px 5px 5px 5px;
}

.tabbedPaneSpacer {
	border-bottom: 1px solid #aaa;
}

.tabbedPaneTab {
	background-color: #eee;
	border: 1px solid #aaa;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
	font-size: 14px;
	font-weight: normal;
}

.tabbedPaneTab a {
	text-decoration: none;
	color: #333;
	white-space: nowrap;
}

.tabbedPaneTab a:visited {
	text-decoration: none;
	color: #333;
	white-space: nowrap;
}

.tabbedPaneActiveTab {
	background-color: #ebf4fa;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
	font-size: 14px;
	font-weight: normal;
}

.tabbedPaneContent {
	background-color: #ebf4fa;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	height: 100%;
	/*padding: 5px 5px 5px 5px;*/
	/*padding: 0px 10px 10px 10px;*/
	padding: 10px 10px 10px 10px;
	vertical-align: top;
}
/*
.tabbedEventPaneTabActive {
	padding: 3px;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	background-color: #fff;
	margin-left: 4px;
	text-decoration: none;
	font-weight: bold;
	color: #000;
}

.tabbedEventPaneTabInactive {
	padding: 3px;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	background-color: #eee;
	margin-left: 4px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
}
*/

.tabbedEventPane {
	padding: 0px 0px 0px 0px;
}

.tabbedEventPaneSpacer {
	border-bottom: 1px solid #999999;
}

.tabbedEventPaneTab {
	background-color: #eeeeee;
	//border: 1px solid #cccccc;
	border-bottom: 1px solid #999999;
	padding: 4px;
	text-align: center;
	white-space: nowrap;
	font-size: 14px;
	font-weight: normal;
}

.tabbedEventPaneTab a {
	text-decoration: none;
	color: #333333;
	white-space: nowrap;
}

.tabbedEventPaneTab a:visited {
	text-decoration: none;
	color: #333333;
	white-space: nowrap;
}

.tabbedEventPaneActiveTab {
	background-color: #ffffff;
	padding: 5px;
	text-align: center;
	white-space: nowrap;
	border-top: 1px solid #999999;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 0px;
	font-size: 14px;
	font-weight: normal;
}

.tabbedEventPaneContent {
	background-color: #ffffff;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	height: 100%;
	padding: 10px 10px 10px 10px;
	vertical-align: top;
}