﻿table.tabPanel
{
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-spacing: 0px; 
	border-style: none;
	direction: ltr;
	width: 100%;
}

table.tabPanel td
{
	padding: 0px;
}

.topLeft
{
	height: 9px; 
	width: 9px; 
	background-image: url('tl.gif');
}

.top
{
	border-top: 0px solid rgb(170, 170, 170); 
	background-color: rgb(248, 248, 248); 
	font-size: 1px;
	color: #f8f8f8;
}

.topRight
{
	height: 9px; 
	width: 9px; 
	background-image: url('tr.gif')
}


.left
{
	border-left: 1px solid rgb(170, 170, 170); 
	background-color: rgb(248, 248, 248); 
	font-size: 1px;
	color: #f8f8f8;
}

.content
{
	padding: 0px; 
	background-color: rgb(248, 248, 248);
	direction: rtl;
	font-size: small;
}

.right
{
	border-right: 1px solid rgb(170, 170, 170); 
	background-color: rgb(248, 248, 248); 
	font-size: 1px;
	color: #f8f8f8;
}






.bottomLeft
{
	height: 9px; 
	width: 9px; 
	background-image: url('bl.gif');
}

.bottom
{
	border-bottom: 1px solid rgb(170, 170, 170); 
	background-color: rgb(248, 248, 248); 
	font-size: 1px;
	color: #f8f8f8;
}

.bottomRight
{
	height: 9px; 
	width: 9px; 
	background-image: url('br.gif')
}
