﻿/* MC CS Home page specific styles */

TABLE.home_table
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px; 
}

TD.home_content
{
	padding: 20px;
	text-align: left;
	vertical-align: top;
} 

TD.home_right
{
	padding: 0px;
	vertical-align: top;
}

TD.home_bottom
{
	vertical-align: bottom;
}


TD.home_bottom DIV.banner
{
}


TD.gt_leftmenu
{
	background-image: url(/static/mc/cs/images/grey_man_high.jpg);
	background-repeat: no-repeat;
	border: solid 5px black;	
	border-bottom: 0px;
	border-top: 0px;
	
	background-color: Black;
	vertical-align: top;	
	padding: 0px 0px 0px 0px;	
}
