body{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
}
body, td, input, textarea, select, option{
	font-family: verdana, arial;
	font-size: 8pt;
	color: black;
}
form{
	display: inline;
}
th{
	font-family: verdana, arial;
	font-size: 8pt;
	color: black;
	font-weight: bold;
	text-align: left;

}
td{
	padding: 0 5 0 5;
}
table{
	padding: 0 0 10 0;
}
.grid td, .grid th{
	border-bottom: 1px #ddd solid;
}
.summary td{
	border-top: 1px black solid;
}
.section th{
	border-bottom: 1px black solid;
}
div{
	text-align: left;
}

.phdr{
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 1em 0px 1em 2px;

}
.error{
	color: red;
	font-weight: bold;
}
.int{
	float: left;
	padding: 0px 2em 0px 1em;

}

#bigbox{
	width: 985px;  /*ie fix needed */
	margin: 20px auto;
	border: 0px white solid;
	padding: 0px 0px 0px 20px;
	min-height: 500px;
}
#tilebox{
/*	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
*/
	width: 100%;
	background-image: url(img/newtile2.jpg);
	background-repeat: repeat;

}
#surveybox{
	width: 785px;  /*ie fix needed */
	margin: 20px auto;
	background-color: #fff;
	padding: 20px 20px 20px 20px;
	
}

#leftbox{
	width: 150px;
	float: left;

}
#surveyoptions{
	background-color: #eee;
	border: 1px #044 solid;
}
#menu{
	background-color: #eee;
	border: 1px #044 solid;
}
#surveytemplate, #clientsadmin{
	margin: 0px 0px 20px 155px; 
	padding: 0px 2px 2px 2px;
	background-color: #fff;
	width: 775px;
}
#clientsclient{
	margin: 20px auto;
	padding: 20px 20px 20px 20px;
	background-color: #fff;
	width: 775px;

}
ul{
	list-style: none;
	margin-left: 2px;
	padding-left: 2px;
	margin-top: 0px;
}
ol{
	margin-left: 20px;
	padding-left: 0px;
}
ul li{
	padding-top: 2px;

}
#helper{
	width: 80%;
	overflow: auto;
	background-color: #ddd;
}
a,a:active,a:visited{
	color: blue;
}
a:hover{
	color: #0af;
}
#menu a,#menu a:active,#menu a:visited,#surveyoptions a,#surveyoptions a:active,#surveyoptions a:visited{
	color: #044;
}
#menu a:hover,#surveyoptions a:hover{
	color: green;
}
.delx{
	text-decoration: none;
	color: red;
}
#printimage{
	display:none;
}
#printintro{
	display:none;
}

table td.hvr:hover {
    background-color: #89cfe8;
}

.cntr{
	text-align: center;
	font-size: 14pt;
}
ul.circ{
	list-style: disc;
	margin-left: 20px;
	padding-left: 20px;
	margin-top: 0px;
}
.red{
	color: red;
}

@media print{
	.heading{
		page-break-before: always;
		border-bottom: 1px blue solid;
	}
	.summary{
		page-break-after: always;
	}
	body, td, input, textarea, select, option{
		color: black;
		font-family: calibri, arial, serif;
		font-size: 12pt;
		vertical-align: top;
	}
	th{
		color: black;
		font-family: calibri, arial, serif;
		font-size: 12pt;
		font-weight: bold;
		text-align: left;
	}
	#printimage{
		display:block;
		text-align:center;

	}
	#printheader{
		text-align:center;
		page-break-after: always;
		width: 100%;
		color: black;
		font-weight: bold;
		margin: 20px 0px 0px 0px;

	}
	#printintro{
		display:block;
		text-align:left;
		page-break-after: always;
		width: 100%;
		color: black;
		font-weight: normal;

	}
	#printbreak{
		display:block;
		text-align:left;
		page-break-after: always;
		width: 100%;
		color: black;
		font-weight: normal;

	}	
	a, .nonprint{
		display:none;
	}
	td{
		padding: 0 5 1em 5;
	}
	.box{
		border: 1px black solid;
	}
	.title{
		font-size: 16pt;
		
	}
	.rt{
		text-align: right;
	}
	.sm{
		font-size: 10pt
	}




}