/*************************************************************
                          Report Table
*************************************************************/
table.report {
	width: 100%;
	margin-bottom: 6px;
	border: 2px solid #005D9A;
	border-collapse: collapse;
}
table.report  th {
	background-color: #CEDEF4;
	text-align: left;
	border-bottom: 2px solid #005D9A;
}
table.report  tr.even {
	background-color: #ECF4FF;
}
table.report  tr.odd{
	background-color: #FFffff;
}
table.report td {
	padding: 2px;
}

body {
	text-align: center;
	/* background: #000000 url(background.jpg) 50% 0 no-repeat; */
	width: 100%;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
table { font-size: 13px; 
/* added a width change */
width: 100%;
padding: 20px;

}

div#main {
	text-align: left;
	background-color: #FBFBFB;
	position: relative;
	width: 960px;
	min-height: 700px;
	padding: 0px;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;

}
div#header {
	background: #FBFBFB url(header_bg.jpg) 0 0 no-repeat;
	padding: 5px;
}

div#content {
	padding: 20px;
	border: 1px solid;
}
div#footer {
	clear:both;
	padding:20px 0 10px 0;
	width:960px;
	margin:1px auto;
	position:relative;
	color:#7C8A91;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

p.error {
	font-weight: bold;
	text-align: center;
	color: #FF0000;
}

p.message {
	font-weight: bold;
	text-align: center;
	color: #A43124;
}

p.success {
	font-weight: bold;
	text-align: center;
	color: #00AA00;
}

h1 {
	font: 26px Arial, Helvetica, sans-serif;
	line-height: 6px;
}

h2 {
	font: 18px Arial, Helvetica, sans-serif;
	line-height: 6px;
}
