div.tabPage {
	border-style: outset;
	border-width: 2px;
	border-color: #919b9c;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	display: none;
	height: 70%;
	width: 100%;

	position: relative;
	top: -1px;
	left: 0px;
	z-index: 100;
}

.tabMainButtons {
	display: block;
}

.tabCopyButtons {
	display: none;
}

table.tabsTable {
	position: relative;
	border: 0px none!important;
	margin: 0px!important;
	padding: 0px;
	top: 0px;
	left: 0px;
	z-index: 110;
}

/*
table.tabsTable TR {
	vertical-align: bottom;
}
*/

table.tabsTable TD {
	padding: 0px!important;
	border: 0px none!important;
}

div.topTab {
	margin: 2px 2px 0px 2px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #91a7b4 #91a7b4 #919b9c #91a7b4;
	padding: 1px 8px 2px 8px;
	background-color: #e2e2ed;
	font-size: 11px;
	font-family: verdana, sans-serif;

	white-space: nowrap;
	cursor: pointer; cursor: hand;
}

.disabled { cursor: default!important }

.topTabActive {
	-moz-border-radius: 4px 4px 0px 0px;
	border-style: solid;
	border-width: 2px 1px 1px 1px;
	border-color: #e68b2c #919b9c #fbfafc #919b9c;
	padding: 1px 9px 3px 9px;
	background-color: #fbfafc;
	font-size: 11px;
	font-weight: bold;
	font-family: verdana, sans-serif;

	white-space: nowrap;
	cursor: default;
}

.topTabHilite {
	margin: 2px 1px 0px 1px;
	-moz-border-radius: 4px 4px 0px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #e68b2c #91a7b4 #919b9c #91a7b4;
	padding: 3px 8px 0px 8px;
	background-color: #f2f2ed;
	font-size: smaller;
	font-family: sans-serif;

	white-space: nowrap;
	cursor: default;
}

