﻿body{
	/*background-color:#eeeeee;*/
}
.cell
{
	border:1px #eeeeee solid;
	padding:2px;
	font-family:Tahoma;
	font-size:8pt;
	color:black;
	text-align:left;
	direction:ltr;	
	/*height:30px;*/
	cursor:default;
	/*width:200px;*/
	
}
.cell_over
{	
	border-bottom:1px #555555 solid;
	border-top:1px #ffffff solid;
	border-left:1px #ffffff solid;
	border-right:1px #555555 solid;	
	padding:2px;
	font-family:Tahoma;
	font-size:8pt;
	color:blue;
	text-align:left;
	direction:ltr;
	background-color:#DDE8FF;
	/*height:30px;*/
	cursor:default;	
	/*width:200px;*/
	
}
.cell_down
{	
	border-bottom:1px #ffffff solid;
	border-top:1px #555555 solid;
	border-left:1px #555555 solid;
	border-right:1px #ffffff solid;	
	padding:2px;
	font-family:Tahoma;
	font-size:8pt;
	color:black;
	text-align:left;
	direction:ltr;
	background-color:#DDEFFF;
	/*height:30px;*/
	cursor:default;
	/*width:200px;*/

}
.cell_rtl
{
	border:1px #eeeeee solid;
	padding:2px;
	font-family:Tahoma;
	font-size:8pt;
	color:black;
	text-align:right;
	direction:rtl;	
	/*height:30px;*/	cursor:default;
	/*width:200px;*/

	
}
.cell_over_rtl
{	
	border-bottom:1px #555555 solid;
	border-top:1px #ffffff solid;
	border-left:1px #ffffff solid;
	border-right:1px #555555 solid;	
	padding:2px;
	font-family:Tahoma;
	font-size:8pt;
	color:blue;
	text-align:right;
	direction:rtl;
	background-color:#DDE8FF;
	/*height:30px;*/
	cursor:default;
	/*width:200px;*/

	
}
.cell_down_rtl
{	
	border-bottom:1px #ffffff solid;
	border-top:1px #555555 solid;
	border-left:1px #555555 solid;
	border-right:1px #ffffff solid;	
	padding:2px;
	font-family:Tahoma;
	font-size:8pt;
	color:black;
	text-align:right;
	direction:rtl;
	background-color:#DDEFFF;
	/*height:30px;*/
	cursor:default;
	/*width:200px;*/
	
}

.header_cell{
	border-right:0px #222222 solid;
	padding:0px;
	font-family:Tahoma;
	font-size:8pt;
	text-align:right;
	direction:ltr;
	/*font-weight:600;*/
	background-color:#336699;
	color:white;
	/*height:30px;*/
	/*width:100%;*/

}
.header_cell_left{
	border-right:0px #222222 solid;
	padding:0px;
	font-family:Tahoma;
	font-size:8pt;
	text-align:left;
	direction:ltr;
	/*font-weight:600;*/
	background-color:#336699;
	color:white;
	/*height:30px;*/
	/*width:100%;*/

}

.normal_cell{
	/*border-bottom:1px #eeeeee solid;*/
	/*border-right:1px #eeeeee dotted;*/
	/*background-color:white;*/
	color:gray;
	font-family:Tahoma;
	font-size:8pt;	
	padding:5px;
	/*width:200px;*/
	/*height:30px;*/
}
.save_over{
	border-bottom:1px #555555 solid;
	border-top:1px #ffffff solid;
	border-left:1px #ffffff solid;
	border-right:1px #555555 solid;		
	
}
.save_down{
	border-bottom:1px #ffffff solid;
	border-top:1px #555555 solid;
	border-left:1px #555555 solid;
	border-right:1px #ffffff solid;		
	
}
.save_up{
	border-bottom:1px #555555 solid;
	border-top:1px #ffffff solid;
	border-left:1px #ffffff solid;
	border-right:1px #555555 solid;		
	padding:2px;
}
.save{
	border:1px transparent solid;	
}
a{
	font-size:10pt;
	text-decoration:none;
	color:blue;
}
a:hover{
	font-size:10pt;
	text-decoration:underline;
	color:blue;

}
a:visited:hover{
	font-size:10pt;
	text-decoration:underline;
	color:blue;
}
.textbox{
	font-family:Tahoma;
	font-size:8pt;
	text-align:right;
	border:0px gray solid;
	width:130px;	
}
.btn{
	font-family:Tahoma;
	font-size:8pt;
	width:50px;
	height:23px;	
}
.select_out{
	text-align:right;padding:2px;font-family:Tahoma;font-size:8pt;background-color:#ffffff;
	font-weight:normal;
}
.select_over{
	text-align:right;padding:2px;font-family:Tahoma;font-size:8pt;background-color:#eeeeee;
	font-weight:bold;
	cursor:pointer;
	cursor:hand;
}