/* stylesheet adapted from ontario.ca ont03_021223.css */

body { 
	background-color: #FFF; 
	color: #000; 
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	text-align: center; 
	line-height: 1.5em;
	margin-right: auto;	
	margin-left: auto; 
	margin-top: 0px;
}
/*
table {
	border-collapse:collapse;
	border-spacing:0;
	border:2;
	text-align: center; 
}

tr {
	valign:center;
	height:25px
}
*/
label {
	font-weight: bold;
}

hr {color: #fff; 
	background-color: #fff; 
	border: 3px dotted #98b1c1;
	border-style: none none dotted; 
}

.box1 {
	background-color: #f0f0f0;
	width: 533px;
	height: 50px;
	margin: 0 auto 15px auto;
	padding: 30px;
	border: 1px solid #d7d7d7;

	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	behavior: url(border-radius.htc);
}

.wrapper {
	width: 980px;
	margin-right: auto;	
	margin-left: auto; 
	margin-top: 0px;
	text-align: center;
	background-color:#f7f7e7; 
	/*
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	-khtml-border-radius: 20px;
	*/
}

.wrapperMargin {
	width: 980px;
	margin-right: auto;	
	margin-left: auto; 
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

.wrapperM {
	width: 980px;
	margin-right: auto;	
	margin-left: auto; 
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	background-color:#f7f7e7; 
	/*
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	-khtml-border-radius: 20px;
	*/
}

.wrapperCenter {
	width: 95%;
	margin-right: auto;	
	margin-left: auto; 
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;

}

.wrapperCr {
	width: 95%;
	margin-right: auto;	
	margin-left: auto; 
	text-align: center;
}

.wrapper2 {
	width: 550px;
	margin-right: auto;	
	margin-left: auto; 
	margin-top:15px;
	text-align: center;
	background-color:#DDF6FA; 
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
	-khtml-border-radius: 20px;
	behavior: url(border-radius.htc);
}

.overLap {
	position:absolute;
	margin: 0 auto;
	top: 0px;
	left: 0px;
	width: 100%;
	visibility:hidden;
}

.dataGrid td {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: #ddddd3;
}

.gridHeader {
	background-color: #e7efc5;
}

.gridHeader2 {
	background-color: #e7efc7;
}

.inputField {
	border: 1px solid #67793d; width: 100%;
}

.formTitile {
	font:15px/1.231 arial,helvetica,clean,sans-serif;
	font-weight: bold;
	color: #1d435d;
}

