.picker-table{
	border: 1px solid #4BADB8;
	font-family: tahoma;
	font-size: 8pt;
	color: White;
	/*direction:rtl;*/
	width:250px;
	border-collapse:collapse;
}
.picker-table a{
	text-decoration: none;
}
.picker-th{
	background-image:url(images/royal.jpg);
	height: 16px;
	border-bottom: 2px solid #4DAFBA;
	background-color: #C4E6E9;
	padding: 2px;
}
.picker-th a{
	color: white;
	display: block;
}
.picker-th a:hover{
	color: navy;
}
.picker-td{
	background-color: #348F90;
	padding: 2px;
	text-align: center;
}
.picker-td a{
	color: White;
	display: block;
	border:1px solid #348F90;
	padding: 3px;
}
.picker-td a:hover{
	color: #338D8E;
	background-color: #7CCFD0;
	
	border-left: 1px solid #38A1A3;
	border-bottom: 1px solid #38A1A3;
	
	border-top: 1px solid #A9E0E1;
	border-right: 1px solid #A9E0E1;
}
.picker-title{
	
}
.picker-span{
	
}
.picker-nav{
	
}
.picker-today,.picker-today:hover{
	color: Yellow;
	background-color: #8FBC8F;
	
	border-left: 1px solid #5EA35F;
	border-top: 1px solid #5EA35F;
	
	border-bottom: 1px solid #B1D0B2;	
	border-right: 1px solid #B1D0B2;
}
.picker-selected,.picker-selected:hover{
	color: #358693;
	background-color: #C0E5E9;
	
	border-left: 1px solid #6DC4CF;
	border-top: 1px solid #6DC4CF;
	
	border-bottom: 1px solid #66C0CC;	
	border-right: 1px solid #66C0CC;
}
.picker-selected:hover{
	cursor: default;
}
.picker-bottom{
	text-align: center;
	background-image: url(images/royal.jpg);
	height: 16px;
	background-color: #98D3D9;
	border-top: 2px solid #4DAFBA;
	padding: 2px;
}
.picker-bottom a{
	display: block;
	color: White;
}
.picker-bottom a:hover{
	color: Yellow;
}
.picker-bottom-selected{
	background-image: none;
	border-top: none;
	background-color: #4DAFBA;
	height: 13px;
	padding-bottom:3px;
}
.picker-bottom-selected a{
	color: White;
}
.picker-bottom-selected a:hover{
	color: Yellow;
}
