@charset "UTF-8";
#appBoundary {
	width: 775px;
	margin:auto;
}
#appHead{
	background-image:url(../images/appBG_top.png);
	height:28px;
	width:775px;
}
#appFoot{
	background-image:url(../images/appBG_bottom.png);
	height:42px;
	width:775px;
}
#mainBody {
	background-image:url(../images/appBG_middle.png);
	background-repeat:repeat-y;
	margin:auto;
	width:775px;
	padding: 0 25px 25px 25px;
	height: 625px;
	margin-top:0px;
}
#logo{
	margin-right: 10px;
	background-image:url(../images/logo.gif);
	width: 124px;
	height:91px;
	float:left;
}
#addVirusInfo{
	border: solid black 1px;
	vertical-align:top;
	background-color:#99CCFF;
	height: 150px;
	width: 300px;
}
#commentsContact, #auditDates{
	float:left;
}
#commentsContact{
	margin-left: 25px;
}
#auditInfo, #buttons{
	margin-top: 10px;
	float:left;
	clear:left;
}
.outliner{
	border: 1px solid black;
	background-color:white;
}
h1, h2{
	margin: 0px 0 5px; 0;
}
#ocsarf .outliner{
	padding-bottom: 20px;
}
form{
	margin-top:0px;
}
/*Found at :http://www.kelvinluck.com/assets/jquery/datePicker/v2/demo/datePicker.html
 *located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
	float: left;
	width: 16px;
	height: 16px;
	padding: 0;
	margin: 5px 3px 0;
	display: block;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/calendar.gif) no-repeat; 
}
a.dp-choose-date.dp-disabled {
	background-position: 0 -20px;
	cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
	width: 140px;
	float: left;
}