body 
{
	margin: 10;
	font-family: Arial, Verdana, sans-serif;
background-image: url("/_content/Images/background-pattern.gif");
}


.maintable
{align: center;
width: 980px;

}


.menu
{

BACKGROUND-COLOR: white;
height:30px;
}



.content
{

BACKGROUND-COLOR: white;



padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;

}

.contentside
{
border-left: dashed 1px black;
BACKGROUND-COLOR: white;
width: 250px;
}





.mswfooter{
width: 100%;
BACKGROUND-COLOR: grey;

}








.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;	
}
