﻿html, body {
	text-align: center; /* to fix everything in the middle. for ie < 6.0 */
	padding: 20px;
}

body {
	background: #fdfdfd url(../images/mv_logo.png) no-repeat;
}

body, table {
	font-size: 11px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #000;
}


table {
	width: 750px;
	text-align: left; /* see html, body */
	margin: 150px auto 20px;
	padding: 0;
}

tr.normal {
	background: #ededed;
	border: 0;
}
tr.hover {
	background: #ccc;
	color: #333;
}


td {
	border-width: 1px;
	border-style: solid;
	border-color: #fdfdfd;
	border-bottom-color: #fdfdfd;
	padding: 0 3px;
	height: 16px;
}


td.first {
	text-align: center;
	width: 25px;
	text-align: center;
}

td.second {
	width: 635px;
}

td.third {
	padding-left: 10px;
	width: 90px;
}

td.footer {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	background: #ccc;
	color: #333;
}

td.header {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	height: 16px;
	background: #ccc;
	color: #333;
}

td a:hover { 
	color: #000; }

a {
	display: block;
	padding: 3px 10px;
	color: #333;
	text-decoration: none;
	width: 100%;
}

a:focus {
outline: none;
}

.footer a {
	display: inline;
	padding: 0;
	text-decoration:underline;
	width: auto;
	color: #666;
}