/* popup windows css */

/* popup css for dish */
#add_dish_window_fade{
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	top: 0;
	z-index: 450;
}
* html #add_dish_window_fade{
	display:none;
	position:absolute;
	top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ?	documentElement.scrollTop : document.body.scrollTop);
}

.add_dish_window{
    font-family:Georgia;
    font-size:12px;
    position:fixed;
    display:block;
	width:504px;
	overflow:hidden;
	margin-left:-250px;
	left:50%;
	top:20%;
    text-decoration:none;
	z-index:500;
}
* html .add_dish_window{
	position: absolute;

	top:expression(eval(document.compatMode &&
	document.compatMode=='CSS1Compat') ?
	documentElement.scrollTop
	+((documentElement.clientHeight-this.clientHeight)/2)
	: document.body.scrollTop
	+((document.body.clientHeight-this.clientHeight)/2));
	
	left:470px;
}
.add_dish_window_header{	
	background-image:url(../images/popupwindow_topbg.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:504px;
	height:5px;
}
.add_dish_window_wrap{
	background-image:url(../images/popupwindow_repeatbg.png);
	background-repeat:repeat-y;
}
.add_dish_window_main{
	background-image:url(../images/popupwindow_mainbg.png);
	background-repeat:no-repeat;
	background-position:top left;
}
.add_dish_window_headerbar{
	padding-bottom:5px;
	padding-left:7px;
	padding-right:5px;
	letter-spacing:1px;
	color:#8b871f;
	height:25px;
}
.add_dish_window_headerbar h2{
	padding:0px;
	margin:0px;
	color:#8b871f;
	line-height:20px;
	font-size:15px;
	float:left;
}

.add_dish_window_content{
	padding:5px;	
}
.add_dish_window_controlbar{
	padding-left:5px;
}

.add_dish_window_content table{
	border:none;
}
.add_dish_window_content .optionstable{
	border:1px solid white;
}
.add_dish_window_content table td{
	border:none;
}
.add_dish_window_content table th{
	border:none;
}

.add_dish_window_footer{
	background-image:url(../images/popupwindow_bottombg.png);
	background-repeat:no-repeat;
	width:504px;
	height:9px;
}

.add_dish_window a{
	background:url(../images/popupwindow_btnststandard.png) no-repeat;
	background-color:transparent;
	border:none;
	height:23px;
	width:112px;
	font-size:13px;
	font-weight:bold;
	vertical-align:middle;
	outline:none;
	color:#a40000;
	margin-bottom:5px;
	margin-top:5px;
	display:inline-block;
	padding-top:5px;
	text-align:center;
}
.add_dish_window .default_button:hover{
	cursor:pointer;
}

.add_dish_window .closebtn a{
	background-image:url(../images/popupwindow_btnclose.png);
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
	width:16px;
	height:14px;
	float:right;
	margin-top:4px;
	margin-right:8px;
	display:inline-block;
}
.add_dish_window .closebtn input.default_button:hover{
	cursor:pointer;
}

/* popup css specific for restaurant rating popup */


#ratings_window_fade{
	background: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	filter:alpha(opacity=80);
	opacity: .80;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /*--IE 8 Transparency--*/
	left: 0;
	top: 0;
	z-index: 450;
}
* html #ratings_window_fade{
	position:absolute;
	top:expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ?	documentElement.scrollTop : document.body.scrollTop);
}

.ratings_window{
    font-family:Georgia;
    font-size:12px;
    position:fixed;
    display:block;
	width:504px;
	overflow:hidden;
	margin-left:-250px;
	left:50%;
	top:10%;
    text-decoration:none;
	z-index:500;
}
* html .ratings_window{
	position: absolute;

	top:100px;	
	left:410px;
}
.ratings_window_header{	
	background-image:url(../images/popupwindow_topbg.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:504px;
	height:5px;
}
.ratings_window_wrap{
	background-image:url(../images/popupwindow_repeatbg.png);
	background-repeat:repeat-y;
	overflow:hidden;
}
.ratings_window_main{
	background-image:url(../images/popupwindow_mainbg.png);
	background-repeat:no-repeat;
	background-position:top left;
}
.ratings_window_headerbar{
	padding-bottom:5px;
	padding-left:7px;
	padding-right:5px;
	letter-spacing:1px;
	color:#8b871f;
	height:25px;
}
.ratings_window_headerbar h2{
	padding:0px;
	margin:0px;
	color:#8b871f;
	line-height:20px;
	font-size:15px;
	float:left;
}
.ratings_window_headerbar h2 a{
	color:#8b871f;
	text-decoration:underline;
}
.ratings_window_content{
	padding:5px;	
}
.ratings_window_controlbar{
	padding-left:5px;
}

.ratings_window_content table{
	border:none;
}
.ratings_window_content .optionstable{
	border:1px solid white;
}
.ratings_window_content table td{
	border:none;
}
.ratings_window_content table th{
	border:none;
}

.ratings_window_footer{
	background-image:url(../images/popupwindow_bottombg.png);
	background-repeat:no-repeat;
	width:504px;
	height:9px;
}

.ratings_window .default_button:hover{
	cursor:pointer;
}

.ratings_window .closebtn input.default_button{
	background-image:url(../images/popupwindow_btnclose.png);
	background-repeat:no-repeat;
	background-color:transparent;
	border:none;
	width:16px;
	height:14px;
	float:right;
	margin-top:4px;
	margin-right:8px;
}
.ratings_window .closebtn input.default_button:hover{
	cursor:pointer;
}


.ratings_window_content table.rest_ratingtable{
	border-collapse:collapse;
	margin-bottom:10px;
	width:490px;
}

.rest_ratingtable .row_namedate td{
	border-bottom:1px solid #999999;
}

table.rest_ratingtable tr.row_namedate td.name{
	font-size:15px;
	font-weight:bold;
}

table.rest_ratingtable tr.row_namedate td.date{
	font-size:12px;
	color:#999999;
	font-style:italic;
	text-align:right;
	padding-right:10px;
}

.rest_ratingtable .row_rating td{
	padding-top:5px;
	padding-bottom:5px;	
}

.rest_ratingtable .comment td{
	padding-left:10px;
	padding-right:10px;
}

.ratings_window_controlbar table{
	width:499px;
}
.ratings_window_controlbar .prevbtn{
	text-align:left;
	width:150px;
}
.ratings_window_controlbar .nextbtn{
	text-align:right;
	width:150px;
}
.ratings_window_controlbar .nrofpages{
	text-align:center;
	color:#30d128;
	font-weight:bold;
	width:199px;
}



.ratings_window_controlbar a.button_previous{
	background-image:url(../images/btn_prev.png);
	background-repeat:no-repeat;
	display:block;
	float:left;
	width:104px;
	height:25px;
	line-height:24px;
	padding-left:10px;
	text-align:center;
	color:#30d128;
}

.ratings_window_controlbar a.button_next{
	background-image:url(../images/btn_next.png);
	background-repeat:no-repeat;
	display:block;
	float:right;
	width:94px;
	height:25px;
	line-height:24px;
	padding-right:20px;
	text-align:center;
	color:#30d128;
}

.ratings_window_controlbar a.button_previous:hover{

}

.ratings_window_controlbar a.button_next:hover{

}