﻿/* =============================================================================
  Basic styles
============================================================================= */

/*
MDI hex #s

SOLID COLORS:
Orange - eb7c00
Green - 62ac1e
Purple - 681888
Blue - 223cb4

TINTS:
Orange - ef9b32
Green - 87c248
Purple - 8a48a0
Blue - 585893
*/

html, body, form { height: 100%; margin: 0; }

body 
{
	background: #000;
  font-size: 12px; 
  font-family: Times New Roman,Times,serif;
  line-height: 14px;
  color: #fff;
  padding: 0;
  margin: 0;
  
  text-align: center; /* fixes IE5 centering */
}

td, th
{
	font-size: 12px; 
  font-family: Times New Roman,Times,serif;
  line-height: 14px;
	color: #fff;
	padding: 0;
	margin: 0;
}

th
{
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}

img
{
  margin: 0;
}

p
{
  margin: 0 0 15px 0;
}

div
{
  padding: 0;
  margin: 0;
  text-align: left;
}

span
{
  padding: 0;
}

img
{
	border: 0;
	vertical-align: bottom; /* for NS6 */
}

a, a:link
{
  color: #62ac1e;
  text-decoration: underline;
}

a:visited
{
	color: #62ac1e;
}

a:hover, a:active
{
	color: #62ac1e;
	text-decoration: none;	
}

.clear
{
  clear: both;
}

.exampleText
{
  font-size: 10px;
  font-family: Arial, helvetica, sans-serif;
}

.errorText
{
  font-size: 11px;
  font-weight: bold;
  color: #f00;
}
