.tab-control.tab-pane{
	position: relative;
	/*width: 434px;*/
}

.tab-control .tab-row .tab {
	font-size: 10px;
	cursor: default;
	display: inline;
	margin: 1px -5px 1px 5px;
	float: left;
	padding: 3px 6px 3px 6px;
	background: #C1CAE8;
	border: 1px solid;
	border-color: #C1CAE8;
	border-left: 0;
	border-bottom: 0;
	border-top:	0;
	cursor: pointer;
	z-index: 1;
	position: relative;
	top: 0;
}

.tab-button{
	position: absolute;
	right: 0px;
	top: 6px;
}

.tab-control .tab-row .tab.selected {
	border: 1px solid #C1CAE8;
	border-bottom:	0;
	z-index: 3;
	padding: 2px 6px 5px 6px;
	margin: 1px -6px -2px 0px;
	top: -2px;
	background: #e1e5f3;
}

.tab-control .tab-row .tab a {
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;	
}

.tab-control .tab-page{
	clear: both;
	border: 1px solid #C1CAE8;
	background: #e1e5f3;
	z-index: 2;
	position: relative;
	top: -2px;
	padding: 10px;
}

.tab-control .tab-row {
	z-index: 1;
	white-space: nowrap;
	background: #e1e5f3;
	height: 1.85em;
	width: 100%;
}

