/* @override http://portablecooling/css/tabs.css */

@charset "iso-8859-1";

#container {
	width:500px;
}
.pamtab1 {
	font-size:10px;
	color: white;
	width:100px;
	margin-right:3px;
	padding:4px;
	text-align:center;
	float:left;
	cursor:pointer;
	border:1px solid #ccc;
	background: #0033CC;
	border-bottom:0;
}
.pamtab2 {
	font-size:10px;
	color: white;
	width:100px;
	margin-right:3px;
	padding:4px;
	text-align:center;
	float:left;
	cursor:pointer;
	border:1px solid #ccc;
	background: #009933;
	border-bottom:0;
}
.pam tab3 {
	font-size:10px;
	color: white;
	width:100px;
	margin-right:10px;
	padding:4px;
	text-align:center;
	float:left;
	cursor:pointer;
	border:1px solid #ccc;
	background: #993300;
	border-bottom:0;
}

#content {
	height:500px;
	clear:both;
	border:1px solid #ccc;
}