/* Style for SPMS top page */

@import 'Default.css';

/* Layout table selectors */

.mainBody{
	background-image: url(Images/spms_24.jpg);
	background-repeat:no-repeat;	
	background-position: bottom right;
	padding: 0px 5px 10px 20px;
}

#navtable{
	width:100%;	
	border-width: 0px;	
	border-style: solid;
	border-collapse: collapse;
	padding: 0px;
	margin:0px;	
	background-image: url(Images/spms_16.jpg);
	background-repeat: repeat-y;	
}

#navtable td{	
	border-width: 0px;	
}

#navtable td.icon
{
	width:10px;
	text-align:left;
}

#navtable td.label
{	
	padding: 2px 0px 0px 0px;
	width: 100%;
	color: #fff;	
	text-align:left;
}