/* =============================================================================
  Simple style sheet viewable by all browsers
============================================================================= */

body 
{
	background: #efefef url(../Images/bg.gif) bottom left fixed repeat-x;
  font-family: Verdana, geneva, Arial, helvetica, Sans-Serif;
  font-size: 13px;
  padding: 0px;
  margin: 0px;
  
  text-align: center; /* fixes IE5 centering */
}

td
{
	font-family: Verdana, geneva, Arial, helvetica, Sans-Serif;
	font-size: 13px;
	padding: 0px;
	margin: 0px;
}

img
{
  margin: 0px;
  vertical-align: bottom;
}

div
{
  padding: 0px;
  margin: 0px;
  text-align: left;
}

h2
{
	font-size: 14px;
}

span
{
  padding: 0px;
}

.grid
{
  border: solid 1px #666;
}

.gridHeader
{
  font-weight: bold;
  color: #fff;
  background: #363;
}

.gridHeader td
{
	padding: 3px;
  border: solid 1px #666;
}

.gridItem td
{
	padding: 3px;
  border: solid 1px #999;
  font-size: 11px;
}

.gridItem
{
	height: 10px;
}

.clear
{
	clear: both;
}

.errorText
{
	font-size: 11px;
	color: #f00;
	font-weight: bold;
}

.smallText
{
	font-size: 11px;
}

.exampleText
{
	font-family: Arial, Verdana, Sans-Serif;
  font-size: 10px;
}

a:link
{
	color: #000;
	text-decoration: underline;
}

a:visited
{
	color: #000;
	text-decoration: underline;
}

a:hover
{
	color: #363;
	text-decoration: underline;	
}

a:active
{
	color: #000;
	text-decoration: none;
}

.whiteLink:link
{
	color: #fff;
	text-decoration: none;
}

.whiteLink:visited
{
	color: #fff;
	text-decoration: none;
}

.whiteLink:hover
{
	color: #fff;
	text-decoration: underline;	
}

.whiteLink:active
{
	color: #fff;
}

.greenLink:link
{
	color: #363;
	text-decoration: none;
}

.greenLink:visited
{
	color: #363;
	text-decoration: none;
}

.greenLink:hover
{
	color: #363;
	text-decoration: underline;	
}

.greenLink:active
{
	color: #363;
}

.linkButton
{
	border: solid 1px #000;
	background: #999;
	padding: 4px;
	font-weight: bold;
	font-size: 11px;
}

.linkButton:link
{
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.linkButton:visited
{
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.linkButton:hover
{
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	text-decoration: underline;	
}

.linkButton:active
{
	font-weight: bold;
	font-size: 11px;
	color: #fff;
}

.floatLeft
{
	float: left;
	margin-right: 20px;
	margin-top: 1px;
}

.floatRight
{
	float: right;
	margin-left: 20px;
	margin-top: 1px;
}

.dottedLine
{
	height: 3px;
	margin: 0;
	padding: 0;
	background: url(../Images/dottedLine.gif);
	font-size: 0;
}

.label
{
	font-weight: bold;
}

.tblForm
{
}

.tblForm .labelCell
{
	font-weight: bold;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 10px;
}

.tblForm input, .tblForm textarea, .tblForm select
{
	width: 200px;
	margin-right: 5px;
}

/* ++++++++++ Labels ++++++++++ */
.whiteLabel
{
  color:#fff;
  font-weight:bold;
}
/* ~~~~~~~~~~ Labels ~~~~~~~~~~ */

/* ++++++++++ Hyperlinks ++++++++++ */
.whiteLink
{
  color:#fff;
  font-weight:bold;
}

.whiteLink:link, .whiteLink:visited
{
  text-decoration:none;
}

.whiteLink:hover, .whiteLink:active
{
  text-decoration:underline;
}

/* ~~~~~~~~~~ Hyperlinks ~~~~~~~~~~ */

/* ++++++++++  ++++++++++ */
/* ~~~~~~~~~~  ~~~~~~~~~~ */
