/* $Id: tabs.css,v 1.2 2007/11/27 06:53:06 linh Exp $
 * Copyright (c) 2007 Abakus Softwares Ltd. All rights reserved. */

div.tabs ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div.tabs ul li {
	float: left;
	padding: 5px 10px 5px 10px;
}

div.tabs ul li.active {
	background-color: #f5deb4;
}

div.page {	
	clear: both;
	padding: 0px 10px 10px 10px;
	margin-bottom: 10px;
	background-color: #f5deb4;
}

div.button {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}