﻿body 
{
	font-family:Tahoma;
	font-size:9pt;
	
}
.Table 
{
	direction:rtl;	
}	


.TitleLeft
{
	text-align:center;
	width:8px;	
	height:24px;
	border-bottom:solid 1px #BCD2E6;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;	
}

.TitleRight
{
	text-align:center;
	width:8px;	
	height:24px;
	border-bottom:solid 1px #BCD2E6;
	border-top-style:none;
	border-left-style:none;
	border-right-style:none;	
}


.Title
{
	background-image:url('../../../UserControl/TabPanel/img/bgDeActive.jpg');
	background-repeat:repeat-x;
	background-color:#E2E8F4;
	text-align:center;
	height:23px;
	cursor:pointer;	
	font-family:Tahoma;
	font-size:8pt;	
	border-style:none;
	border-left:none;
	border-right:none;
	border-bottom:none;
	border-top:none;	
	border-bottom:solid 1px #BCD2E6;
	border-left:solid 1px #BCD2E6;
	border-right:solid 1px #BCD2E6;
	border-top:solid 1px #BCD2E6;	
}

.TitleActive
{
	background-image:url('../../../UserControl/TabPanel/img/bgActive.jpg');
	background-repeat:repeat-x;
	background-color:#FBFCFE;
	text-align:center;
	height:24px;
	cursor:pointer;		
	font-family:Tahoma;
	font-size:8pt;		
	border-left:solid 1px #BCD2E6;
	border-right:solid 1px #BCD2E6;
	border-top:solid 1px #BCD2E6;			
	/*border-bottom-style:none;	*/
	border-bottom:solid 1px #FFFFFF;
}

.DivHide 
{
	display:block;
}	

/*
tr.test:hover { background-color:Silver;}
td.test:hover { background-color:white;}
*/