/*
Compile SASS: tabs_window.css
*/

body {
	min-width: 10000px;
	overflow-x: hidden;
	background-color: #d4dde5;
	font-family: Arial;
	font-size: 12px;
	line-height: 22px;
}

.tab img {
	vertical-align: middle;
	margin-right: 6px;
	padding-bottom: 2px;
}

#tabs .active {
	background-color: #7b8eb2;
	color: White;
	text-shadow: 1px 1px Black;
}

#tabs {
	margin-bottom: 30px;
}