body {
	margin: 10px;
	font-family:arial,helvetica,sans-serif;
	font-size:14px;
	background-color: #57b94c;
}

html {
}

table {
	border-spacing:0px;
}

td {
	padding: 3px; 
	margin: 4px; 
	font-family:arial,helvetica,sans-serif;
	font-size:11px;	
}

.content {
}

.vmenu ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

.vmenu ul ul {
	list-style-type:none;
	margin-left:20px;
	padding:0;
}

.oddRow {
	background-color: #dcdcdc;
}

.evenRow {
	background-color: #fff;
}

.horizontalSpace {
	width: 50px;
}

#page-top {
}

#page-bottom {
}

#page-wrapper {
	width:1260px;
	margin:0px auto;
	background-color: #fff;
	border:1px solid #000;
}

#header {
	padding: 0px 0px 0px 0px; 
	margin: 0px;
/*	margin-top: 10px; */
	font-size: 32px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #bbb;
	border-bottom-width: 1px;
	display: inline-block;
	height: 40px;
	width: 1260px;
}

#main-section {
	background-color: #fff;
}

#main-section div {
	background-color: #fff;
	float:left;
}

#leftside {
	padding: 10px 0px 0px 5px; 
	width:150px;
	margin-right:0px;
}

#middle {
	background-color: #fff;
	margin-left:0px;
	padding-left: 5px;
	width:1100px;
	overflow: auto;
}

#middle-head {
	margin-left:0px;
	width:100%
}

#main-content {
	width:100%
}

#middle-foot {
	margin-left:0px;
	width:100%
}

#rightside {
	margin-left:0px;
	width:0px;
}

#footer {
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	float:left;
	width:1260px;
	text-align: center;
	bottom: 0px;
	border-top-style: solid;
	border-top-color: #bbb;
	border-top-width: 1px;
}
#bottom {
	clear:both;
	text-align:center;
}

#SummaryReport {
	width: 100%;
}

#LogReport {
	width: 100%;
	display: none;
}

#UserSummaryReport {
	width: 100%;
	display: none;
}

#TaskStatusReport {
	width: 100%;
	display: none;
}
