﻿
/* Rating */
.ratingStar
{
	font-size: 0pt;
	width: 13px;
	height: 12px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	display: block;
	background-repeat: no-repeat;
}

.filledRatingStar
{
	background-image: url(    'Images/FilledStar.png' );
}

.emptyRatingStar
{
	background-image: url(     'Images/EmptyStar.png' );
}

.savedRatingStar
{
	background-image: url(     'Images/SavedStar.png' );
}
.posRating
{
	margin: 0 0 0 662px;
}
/* End  Rating */
.textAlignTD
{
	text-align: left;
	vertical-align: top;
}
/*calender style*/
.Datelabel
{
	text-align: left;
	direction: rtl;
}
.PickerCSS
{
	background-color: #ffefde;
	border-right: firebrick 2px solid;
	border-top: firebrick 2px solid;
	border-left: firebrick 2px solid;
	border-bottom: firebrick 2px solid;
}
.PickerHeaderCSS
{
	background-color: #FF9933;
	height: 30px;
}
.PickerFooterCSS
{
	background-color: #FF9933;
}
.PickerWeekDayCSS
{
	background-color: #ffcc33;
	font-size: 8pt;
	height: 20px;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.PickerCalendarCSS
{
	background-color: #ffffcc;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.PickerWorkDayCSS
{
	background-color: #ffcc99;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
.PickerForbidenCSS
{
	background-color: #ffcc99;
	color: Red;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	font-weight: bold;
}
.PickerSelectedCSS
{
	background-color: #ff3300;
	font-weight: bold;
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
}
#Holder
{
	direction: rtl;
	text-align: right;
	width: 450px;
}
/* calender style*/
.images
{
	border-style: solid;
	border-width: 1px;
	padding: 1px;
}
.hrline
{
	width:100%;
	font-size: 93%;
	line-height:normal;
	border-bottom: 1px solid #DD740B;
}
/*- Menu Tabs I--------------------------- */
 #tabsI
{
	float: right;
	width: 100%;
	font-size: 93%;
	line-height: normal;
	border-bottom: 1px solid #DD740B;
}
#tabsI ul
{
	margin: 0;
	padding: 10px 10px 0 50px;
	list-style: none;
}
#tabsI li
{
	display: inline;
	margin: 0;
	padding: 0;
}
#tabsI a
{
	float: right;
	background: url("Images/tableftI.gif" ) no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
}
#tabsI a span
{
	float: right;
	display: block;
	background: url("Images/tabrightI.gif" ) no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsI a span
{
	float: none;
}
/* End IE5-Mac hack */
#tabsI a:hover span
{
	color: #FFF;
}
#tabsI a:hover
{
	background-position: 0% -42px;
}
#tabsI a:hover span
{
	background-position: 100% -42px;
}

#tabsI #current a
{
	background-position: 0% -42px;
}
#tabsI #current a span
{
	background-position: 100% -42px;
}

