#AJAX_BOX.on 
{
	width: 100%; 
	height: 100%; 
	background-color: rgb(0,0,0); 
	background-color: rgba(0,0,0,0.5);
	/*background-image:url('/images/grey.png');*/
	background-repeat:repeat;
	position: fixed; 
	top: 0; 
	left: 0; 
	z-index: 100;
	
	}

#modaldialog 
{
	width: 425px;
	margin: 5% auto 5% auto; 
	overflow-x: hidden; 
	overflow-y:auto;
	background-color: #fff; 
	padding:  5px 25px 10px 25px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px; 
	border-radius: 5px; 
	max-height: 80%;
}

#modaldialog .title 
{
	border: none;
	font-size:10pt;
	color:black;
	width:100%;
	height:50px;
	padding-top:9px;
	background-image:url('/images/2020/mainlogo_med.jpg');
	background-position: top right;
	background-repeat:no-repeat;
	padding-left:0px;
	margin-left:0px;
} /* Over ride the global setting */



#modaldialog h3
{
	color:#13B0E7;
	font-size:10pt;
	margin-bottom:0px;
	margin-top:10px;
}

#modaldialog p
{
	color:black;
	font-size:10pt;
	margin-top:0px;
	margin-bottom:5px;
}


#modaldialog .rating {float: left;}

#modaldialog .views 
{
	text-align: right;
	color:#666666;
	font-size:10pt;
}

#modaldialog h4
{
		margin-bottom:0px;
	margin-top:10px;
	font-size:10pt;
	}

#modaldialog .close
{	
	text-align: right;
	color:#666666;
	font-size:10pt;  
}

#modaldialog  a
{	
	text-align: right;
	color:#666666;
	font-size:10pt;  
}
