#tabstrip {
	border-bottom : 1px solid #ccc;
	margin-top : 0px;
	margin-left : 10px;
	margin-bottom : 0px;
	margin-right : 10px;
	padding-bottom : 19px;
	padding-left : 10px;
}

#tabstrip ul, #tabstrip li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

	
#tabstrip a:link, #tabstrip a:visited	{
	background : #E8EBF0;
	border : 1px solid #ccc;
	color : #666;
	float : left;
	font-size : 11px;
	font-weight : normal;
	line-height : 14px;
	margin-right : 3px;
	padding : 2px 6px 2px 6px;
	text-decoration : none;
}

#tabstrip a:link.current, #tabstrip a:visited.current	{
	background : #fff;
	border-bottom : 1px solid #fff;
	color : #000;
}

#tabstrip a:hover	{
	color : #f00;
}

	
#tabstrip li#current a {
	background : #fff;
	border-bottom : 1px solid #fff;
	color : #000;
	font-weight:lighter;
	font-size:11px;
}

#tabstrip ul a:hover {
	color : #f00 !important;
}

#sheetpane {
	background : #fff;
	border : 1px solid #ccc;
	border-top : none;
	clear : both;
	margin-top : 0px;
	margin-left : 10px;
	margin-bottom : 0px;
	margin-right : 10px;
	padding : 15px;
}

#sheetpane table {
    margin: 0px;
}

