﻿/*override the content area in layout.css to fix the margin bottom on the page */
.contentArea
{
	margin-bottom: 0px !important;
}


#dominosGoogleMapDiv div.selected
{
	background-color: Red;
}
#dominosGoogleMapDiv div
{
	background-color: Gray;
}

.divWait
{
	Cursor:wait;
}

p.downloadLink
{
    margin: 3px 5px;
    text-align: right;
    clear: both;
}



/*Ajax Control Toolkit Modal Popup*/
/*Modal Popup*/
.modalBackground {
	background-color:#00629f;
	filter:alpha(opacity=70);
	opacity:0.7;
}

#ErrorControl {
	padding: 10px;
	width: 280px;
}

#ErrorControl .header {
	padding: 6px 0 10px;
}
#ErrorControl .header h3 {
	color: #00629f;
	float: left;
	font-weight: bold;
	font-size: 170%;
	margin: 0;
}
#ErrorControl .header a, .header a:link, .header a:visited {
	display: block;
	float: right;
	height: 28px;
	overflow: hidden;
	text-indent: -999em;
	width: 35px;
	background: url(/images/btn_errorClose.gif) no-repeat left top;
}
#ErrorControl .header a:focus, .header a:hover, .header a:active {
	background-position: left bottom;
}
#ErrorControl #econtent {
	margin: -3px 0 0;
	padding: 0 20px 6px;
	background: #ffffff;
	width: 260px;
}
#ErrorControl #econtent ul {
	margin: 0;
	padding: 0;
}
#ErrorControl #econtent ul li {
}

#ErrorControl .overflow {
	overflow: hidden;
	zoom: 1;
}

/*To Fix Calendar Extender in IE6*/
.ajax__calendar_container { z-index : 1004 ; }
