
/* globals */

html, body, h1, h2, p, ul,  pre {
	margin: 0;
	padding: 0;
}

.tab ul {
	margin-left: 15px;
}

code {
	font-size: 100%;
	color: #666;
}

/* layout */

body {
	font-family: Arial;
	font-size: small;
	color: #333;
}

/* tabs */

div.demolayout {
	width: 575px;
	margin: 0 0 20px 0;
}

ul.demolayout {
	list-style-type: none;
	width: 575px;
	float: left;
	background: url(/c.983960/site/TG/images/pixel.gif) bottom left repeat-x;
}

ul.demolayout li {
	margin: 0 0px 0 5px;
	float: left;
}

ul.demolayout a {
	float: left;
	display: block;
	padding: 4px 6px;
	border: 1px solid #ccc;
	border-bottom: 0;
	color: #395ca0;
	background: #f5f1e8;
	text-decoration: none;
	font-weight: bold;
}

ul.demolayout a:hover {
	background: #fff;
	text-decoration: none;
}

ul.demolayout a.active {
	background: #fff;
	padding-bottom: 5px;
	cursor: default;
	color: #395ca0;
	outline: none;
	text-decoration: none;
}

.tabs-container {
	clear: left;
	border: 1px solid #ccc;
	border-top: 0;
	padding: 15px 16px 20px 16px;
}

