/*------------ HTML Styles -------------------*/

body 
{
  padding: 0px;
  margin: 0px;
  
	background: #fff;
  
  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: #000;
}

.tblButton .linkCell a:hover
{
	color: #000;
	text-decoration: underline;
}

.tblButton .linkCell a:visited
{
	color: #000;
}

.tblButton .linkCell a:active
{
	color: #000;
}

.exampleText
{
	font-family: Arial, helvetica, sans-serif;
	font-size: 10px;
}

/*-------------- Sign in page ---------------*/

#logoWrapper
{
  margin-left: auto;
  margin-right: auto;
	width:378px;
}

.signInLogo
{
	margin-top: 100px;
}

#signInBox 
{
	height:150px;
	width:376px;
	margin-top:5px;
	border:solid 1px #000;
	padding-top:40px; 
	margin-left:auto;
	margin-right:auto;
	
	background: #e5e5e5;
}

#signInBox .checkbox input
{
	margin-bottom:1px;
	height:10px;
	width:10px;
}

#signInBox table
{
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
}

#signInBox td
{
	text-align:right;
	font-size:10px;
}

#signInBox .labelCell
{
	padding-left:0;
	padding-right:3px;
	font-size:12px;
	font-weight:bold;
}