@charset "utf-8";
/* CSS Document */

div.demolayout {
	width: 100%;
}

#tab-container ul.demolayout {
	list-style-type: none;
	width: 100%;
	float: left;
 	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-image:none;
	padding: 0;
}

#tab-container ul.demolayout li {
	float: left;
	margin-bottom: 0px;
}

#tab-container ul.demolayout a {
	float: left;
	display: block;
	padding: 4px 8px;
	background: #d7eff9;
	border: 1px solid #ccc;
	border-bottom: 0px;
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

#tab-container ul.demolayout a.active {
	background: #237191;
	cursor: default;
	color: #fff;
}

.tabs-container {
	clear: left;
	padding: 0;
	border: none;
}

h2 {
	font-size: 100%;
}
table { width: 245px;}
#tab-container table.data { 
    border-collapse: collapse; 
}
#tab-container table.data th {
  background: #E9F2F5;
}
#tab-container table.data td, table.data th {
  padding: 2px 4px;
  border: 1px solid #ccc;
  font-size:9px; 
}

#container td {
	font-size:9px; 
}

td.tdwidth {
width: 15px;
min-width:10px;
}


