/********************************
 * CSS for Tablets (640-1024px) *
 ********************************/

/* <div id="debug"> can be used for debugging information */

#debug::before{
	display: inline-block; /* inline-block or none */
	content: "DEBUG: mvmtablet.css";
	background: white;
	color: black;
}
/*
 * Set up standard colours, fonts, etc. before we make any changes
 */
body {
	background-color: black; 
	background-image: url("./images/MvM Background.gif"); 
	background-repeat: no-repeat
}
p, td, li {
	font-size: medium; 
	font-family: "Arial"; 
	color: white; 
	background: transparent
}
td.cv, p.cv {
	font-size: small; 
	font-family: "Arial"; 
	color: white; 
	background: transparent
}
/* Table with Low Quality network elements */
td.lq {background: #000040}
h1 {
	font-family: "Futura Md BT", "Gill Sans MT", "Arial", "sans-serif"; 
	color: white; 
   background: transparent
}
h2, h3, h4, h5, h6 {
	font-family: "Arial", "sans-serif"; 
	color: white; 
	background: transparent
}
a:hover {color: lime}
a:link {color: yellow}
a:active {color: #FFD700}
a:visited {color: #DAA520}

/* 
 * Navigation section
 */
#nav {
	float: right;
}
#nav ul{
	list-style-type: none;
}
#nav li{
	font-size: larger;
	font-weight: bold;
	display: inline-block;
	padding-left: 8px;
}
#body{
	clear: both;
	float: none;
	border-top-style: solid;
	border-top-color: white;
}
#engagements{
	border-top-style: solid;
	border-top-color: white;
	border-bottom-style: solid;
	border-bottom-color: white;
}
/* 
 * Style elements for the contact form
 * *********************************************************************************
 */
#contactform {
	font-size: medium; 
	font-family: "Arial"; 
	font-weight: normal;
	color: white; 
	background: transparent;
	padding-left: 10%; 
}
#contactform h1 {
	font-family: "Futura Md BT", "Gill Sans MT", "Arial", "sans-serif"; 
	color: white; 
	background: transparent;
	padding-left: 0;
}
#contactform img {
	border: 0px;
}
#contactform .errors {
	color: red;
}
#contactform .correct {
	color: white;
}
#contactform legend {
	font-size: 100%;
	/* font-weight: bold; */
}
#contactform .title {
	color: white;
	margin-top: 6px;
	margin-bottom: 6px;
}
#contactform .field {
	color: white;
	margin-bottom: 12px;
}
#contactform .small {
	font-size: 100%;
}
#contactform .thanks {
	margin-top: 15px;
	color: green;
	margin-bottom: 15px;
}  
/*
 * **************************************************************************
 * End of style section. Generated by AceHTML at 04/03/2004 16:34:59 
 */
