@charset "utf-8";
body { 
} body, form, table, tr, td, th, p { font-family:Tahoma, Arial, Verdana; font-size:11px; font-weight:normal; color:#4d4d4d;
} input, textarea {BACKGROUND: url(Img/txtbgi.gif) font-family:Tahoma, Arial, Verdana; font-size:11px; font-weight:normal; color:#ff6600;
} input.field, textarea.ta {BACKGROUND: url(Img/txtbgi.gif) border:1px solid #C3C0B2; background-color:#FAFAFA;
} textarea.field { border:1px solid #C3C0B2; background-color:#EFEFEF; padding:2px;
} select.field { font-family:Tahoma, Arial, Verdana; font-size:11px; font-weight:normal; color:#4d4d4d; border:1px solid #C3C0B2; background-color:#FAFAFA;
} input.button { BACKGROUND: url(Img/txtbgi.gif) background-color:#fff; font-size:11px; font-weight:bold; color:#ff6600;
} a:link, a:active, a:visited { font-family:Tahoma, Arial, Verdana; color:#3b3b3b; text-decoration:none;
} a:hover { font-family:Tahoma, Arial, Verdana; color:#ff6600; ;
} thead td, .thead { font-weight:bold; color:#183579; border-bottom:1px solid #CFD4D9;
} .theadbig { font-weight:bold; color:#183579; font-size: 14px;
} fieldset { border:1px solid #C0C0C0; margin:5px; padding:10px;
} legend { font-weight:bold; color:#;
} .comment { font-size:10px; color:#4d4d4d;
} .commentBox { background-color:#F5F5F4; padding:10px;
} .icon { margin-right:5px; margin-top:5px;
} .required { font-weight:bold; color:#F89601;
} .strong { font-weight:bold;
} .bottomline { border-bottom:1px solid #CED7DE;
} .rightline { border-right:1px solid #CED7DE;
} .topline { border-top:1px solid #F1F1EF;
} .page_act { font-weight:bold; color:#4d4d4d;
} a.page:link, a.page:active, a.page:visited, a.page:hover { font-weight:bold;
} .page_disable { color:#4d4d4d;
} .true { color:#009900;
} .false { color:#990000;
} .code { font-family:"Courier New", Courier, mono; font-size:11px; padding:5px; border:1px dashed #C0C0C0;
} a.password:link, a.password:active, a.password:visited { font-family:Tahoma, Arial, Verdana; font-size:11px; color:#183579; text-decoration:underline;
} a.password:hover { font-family:Tahoma, Arial, Verdana; font-size:11px; color:#F89601; text-decoration:underline;
} a.tools:link, a.tools:active, a.tools:visited { font-family:Tahoma, Arial, Verdana; font-size:11px; font-weight:bold; color:#183579; text-decoration:none;
} a.tools:hover { font-family:Tahoma, Arial, Verdana; font-size:11px; font-weight:bold; color:#183579; text-decoration:underline;
} a.back:link, a.back:active, a.back:visited { font-family:Tahoma, Arial, Verdana; font-size:11px; font-weight:bold; color:#183579; text-decoration:none;
} a.back:hover { font-family:Tahoma, Arial, Verdana; font-size:11px; font-weight:bold; color:#183579; text-decoration:underline;
} .tbl_res thead td, .tbl_res .thead { border-bottom-width:0px; border-top:1px solid #CFD4D9; background-color: #f8f8f8;
} .tbl_sel td { background-color: #f8f8f8;
}
/*begin ------ tool tip :D ali */
div#qTip {
  padding: 3px;
  border: 0px solid #f2e3bd;
  display: none;
background: #fff;
  color: #800000;
  font: bold 11px Tahoma;
  text-align: right;
  position: absolute;
  z-index: 1000;
}
/*End------ tool tip :D ali */
textarea     { border: 1px solid #d3d3d3; }

select       { font-family: Tahoma; ; font-size: 11px; 
               border: 1px solid #d3d3d3; }
               input{	BACKGROUND: url(Img/txtbgi.gif) background: #fff; repeat-x;border:solid 1px #d3d3d3;font-family:tahoma;font-size:11px;}
button{	BACKGROUND: url(Img/txtbgi.gif) background: #fff  repeat-x;border:solid 1px #ff6600;font-family:tahoma;font-size:11px;}
button:hover{	BACKGROUND: url(Img/txtbgi.gif) background: #fff  repeat-x;border:solid 1px #ff6600;font-family:tahoma;font-size:11px;}
option,select{BACKGROUND: url(Img/txtbgi.gif) font-family:tahoma;font-size:11px;}

 a.menu1, a:active.menu1, a:visited.menu1 {
 	background: #f0f0f0;
	font: 11px Tahoma;
	color: #7D7D7D;
	border: 1px solid #cdcdcd;
	direction: rtl;
	display: block;
	padding: 3px;
	margin: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
 }
 a:hover.menu1 {
 	background:#EB0000;
	font: 11px Tahoma;
	color: #fff;
	border: 1px solid #cdcdcd;
	direction: rtl;
	display: block;
	padding: 2px;
 }
 
 /* RATINGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG */
.star-rating a:hover,
.star-rating a:active,
.star-rating .current-rating{
	background: url(images/rating_star.gif) left -1000px repeat-x;
}
.star-rating{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating li{
	display: inline;
}
.star-rating a, 
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}
.star-rating a:hover{
	background-position: left bottom;
}
.star-rating a.one-star{
	width:20%;
	z-index:6;
}
.star-rating a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}	



.star-rating2,
.star-rating2 a:active,
.star-rating2 .current-rating{
	background: url(images/rating_star_2.gif) left -1000px repeat-x;
}
.star-rating2{
	position:relative;
	width:125px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}
.star-rating2 li{
	display: inline;
}
.star-rating2 a, 
.star-rating2 .current-rating {
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
	cursor:default;
}

.star-rating2 a.one-star{
	width:20%;
	z-index:6;
}
.star-rating2 a.two-stars{
	width:40%;
	z-index:5;
}
.star-rating2 a.three-stars{
	width:60%;
	z-index:4;
}
.star-rating2 a.four-stars{
	width:80%;
	z-index:3;
}
.star-rating2 a.five-stars{
	width:100%;
	z-index:2;
}
.star-rating2 .current-rating{
	z-index:1;
	background-position: left center;
}



.inline-rating{
	display:-moz-inline-block;
	display:-moz-inline-box;
	display:inline-block;
	vertical-align: middle;
}
.voted_twice {
	background: #FFDDDD url(images/rating_warning.gif) no-repeat 5px 50%;
	padding:5px 5px 5px 16px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	width:130px;
	font-size:11px;
	}
.voted {
	background: #E7FFCE url(images/rating_tick.gif) no-repeat 122px 50%;
	padding:5px 5px 5px 5px;
	text-align:center;
	font-family:tahoma;
	color:#333;
	width:130px;
	font-size:11px;
	}

.rated_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:5px;
	color:#666;
	}

.out5Class {
	color:#000000;
	font-weight:bold;
	}
.percentClass {

	}
.votesClass {

	}
.topRatedList {
	padding:0;
	margin:0;
	}
.topRatedList li {
	list-style-type:none;
	}

