/* =============================================================================
  Simple style sheet viewable by all browsers
============================================================================= */

body 
{
  padding: 0px;
  margin: 0px;
  
	background: #EDF4FA;
  
  font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
}

td
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
  font-size: 12px;
	padding: 0px;
	margin: 0px;
}

img
{
  margin: 0px;
}

div
{
  padding: 0px;
  margin: 0px;
  text-align: left;
}

td
{
	text-align: left;
}

p
{
	text-align: left;
}

ul
{
	text-align: left;
}

h1
{
	margin-top: 0;
	padding-bottom: 3px;
	text-align: center;
	color: #fff;
	background: #369;
	font-size: 15px;
}

h2
{
	margin-top: 20px;
	margin-bottom: 0;
	text-align: left;
	font-size: 14px;
}

span
{
  padding: 0px;
}

sup
{
	font-size: 70%;
}

a:link
{
	color: #009;
	text-decoration: none;	
}

a:visited
{
	color: #009;
	text-decoration: none;	
}

a:hover
{
	color: #009;
	text-decoration: underline;	
}

a:active
{
	color: #009;
	text-decoration: underline;
}

.clear
{
	clear: both;
}

.errorText
{
	margin-left: 5px;
	font-weight: bold;
	color: #f00;
}

.grid
{
  margin-top: 10px;
	margin-right: auto;
  margin-bottom: 10px;
	margin-left: auto;
  border-collapse: collapse;
  border: solid 1px #666;
}

.grid .gridHeader
{
  font-weight: bold;
  color: #fff;
  background: #369;
}

.grid td, .grid th
{
	padding: 5px 10px 5px 10px;
  border-bottom: solid 1px #666;
  border-right: solid 1px #666;
  text-align: left;
}

.grid th
{
  vertical-align: top;
  text-align: left;
  padding: 5px 10px 5px 5px;
}

.grid input, .grid textarea
{
	width: 200px;
}

.checkbox input
{
	width: auto;
}

.label
{
	font-weight: bold;
}

.subLabel
{
	font-weight: bold;
	font-style: italic;
}

.labelCell
{
  font-weight: bold;
  vertical-align: top;
  padding: 5px 10px 5px 5px;
}

.tblButton
{
	display: inline;
	margin-left: 2px;
	margin-right: 2px;
}

.tblButton .linkCell
{
	background: url(../Images/buttonBg.gif);
	font-size: 10px;
	font-weight: bold;
}

.bigButton .linkCell
{
	background: url(../Images/buttonBgBig.gif);
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}

.tblButton .linkCell a:link
{
	color: #f60;
}

.tblButton .linkCell a:hover
{
	color: #f60;
	text-decoration: underline;
}

.tblButton .linkCell a:visited
{
	color: #f60;
}

.tblButton .linkCell a:active
{
	color: #f60;
}

.exampleText
{
	font-family: Arial, helvetica, sans-serif;
	font-size: 10px;
}
