body 
{
	margin: 0;
	font-family: Arial, Verdana, sans-serif;
}


.maintable
{align: center;
width: 990px;

}

.mswfooter{
width: 100%;
BACKGROUND-COLOR: grey;

}



.menu
{
height:15px;
BACKGROUND-COLOR: #59842b;
border-top: 2px solid black;
}


.content
{
border-top: 2px solid black;
PADDING-RIGHT: 10px;
PADDING-LEFT: 10px;
PADDING-BOTTOM: 10px;
PADDING-TOP: 10px;
BACKGROUND-COLOR: #ffffff;

}

.footer
{

border-top: 2px solid black;

}


.success
{
	color: #408200
}

.error
{
	color: red;
}

/*
*  Table with black line under heading, then gray lines between rows.
*/
table.cms_bb_table
{
	border-collapse: collapse; 
	empty-cells: show;
}
table.cms_bb_table th
{
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid black;
	border-left: 1px solid gray;	
	border-right: 1px solid gray;	
	background-color: #f8f8f8;
}
table.cms_bb_table tr#row_even
{
	background-color: #f8f8f8;
}
table.cms_bb_table td
{
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid gray;	
	border-left: 1px solid gray;	
	border-right: 1px solid gray;	
	font-size: 0.8em;
}
table.cms_bb_table td#first_col
{
	border-left: none;	
}