table.list{
	width: 100%; 
}

table.list td{
	border: 1px solid #ccc; 
}

#main table td {
	line-height:140%;
	padding:3px;
}

table.list .header_row{
	background: #B5B5E7; 
	font-weight:bold; 
	color: #4632C6; 
}

table.list .odd_row{
	background: #C2C2F0; 
	color: #6D32C6;
}

table.list .even_row{
	background: #DADADC; 
	color:#6D32C6;
}

.disabled{
	background:#cdcdcd;
	color:#fff;
	margin-bottom:10px;
}

#main h2{
	font-size:22px;
}

.demonote{
	padding:5px 10px;
	border:1px dotted green;
	font-size:9px;
	font-weight:small;
	font-family:verdana;
	color:red;
	margin:10px 80px 10px 20px;
}

#main p.demo_heading{
	padding:10px 10px 0px 0px;
}