﻿html, body
{
	font:12px Arial, Helvetica, sans-serif;
	min-width:1000px;
	color: #ffffff;
	background-color: #000000;
	vertical-align: top;
	height: 90%;
	margin: 0;
	padding: 0;	
}
#main
{
	width: 1000px;
	height: 730px;
	background:#032133 url(http://www.mlsc.com/images/main-bg.gif) no-repeat -1px 0;
}

#page
{
	height:100%;
}

a 
{ 
	color:#ffffff; 
}

a:hover 
{ 
	text-decoration:none; 
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.6em;
}

table.grid
{
	border-width: 0px ;
	padding: 0px;
	width: 100%
}

thead
{
	background-color: #000000;
	font-size: 10pt;	
}

td
{
	border-width: 0px ;
	padding: 2px;
}
tr.gridrow_alternate
{
	background-color: #444444;
	font-size: 9pt;
}

tr.gridrow
{
	background-color: #062435;
	font-size: 9pt;
}


h2
{
	color:#ff9900;
}

legend
{
	color:#ff9900;
}
fieldset
{
	border-width: 0px;
	width: auto;
}

input,
textarea,
select
{
	font:100% arial,sans-serif;
	vertical-align:middle;
}

#header {
	width:998px;
	overflow:hidden;
	background:url(http://www.mlsc.com/images/hdr-bg.gif) repeat-x;
	border-bottom: solid 1px #ff9900;
}
#header strong.logo {
	margin:19px 0 24px 18px;
	width:293px;
	overflow:hidden;
	float:left;
}
#header strong.logo a 
{
	display:block;
	height:35px;
	text-indent:-9999px;
	background:url(http://www.mlsc.com/images/logo.png) no-repeat;
}
#header h2 {
	display:inline;
	margin:28px 28px 0 0;
	width:206px;
	height:19px;
	float:right;
	overflow:hidden;
	background:url(http://www.mlsc.com/images/txt-data-knowledge-profit.png) no-repeat;
	text-indent:-9999px;
}

body.inner #page #main {
	margin-top:151px;
	padding-bottom:20px;
}


