@CHARSET "UTF-8";

.itti-tabs {
	overflow: hidden;
	position: relative;
	border-top: 1px solid #D4D4D4;
	background-color: #F3F3F3;
}

.itti-tabs > .itti-tabs-header {
	overflow: hidden;
}

.itti-tabs > .itti-tabs-header > * {
	float: left;
	height: 20px;
	cursor: pointer;
	font: 13px Verdana;
	line-height: 20px;
	color: #333333;
	border-color: #BBBBBB;
	border-width: 1px;
	border-style: solid;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-top: 7px;
	margin-left: 5px;
	padding: 0 5px;
	background-color: #F0F0EF;
	background: linear-gradient(to bottom, #F0F0EF, #F0F0EF 46%, #D1D0CD 51%, #D1D0CD);
}

.itti-tabs > .itti-tabs-header > *:hover {
	background: #D9D8D5;
}

.itti-tabs > .itti-tabs-header > .itti-tabs-active {
	background-color: white;
	background: linear-gradient(to bottom, #E3F8FD, white 60%, white);
	border-color: #94948B;
	border-bottom-color: white;
}

.itti-tabs > .itti-tabs-content {
	position: absolute;
	right: 99999px;
	margin-top: -1px;
	background-color: white;
	border: 1px solid #BBBBBB;
	padding: 5px;
}

.itti-tabs > .itti-tabs-active {
	position: static;
	right: auto;
}
