/* =============================================================================
  Simple style sheet viewable by all browsers
============================================================================= */

html, body 
{
  height: 100%;
}

body 
{
	margin: 0;
	padding: 0;
	
	/* The following font styles will be inherited by the radEditor control */
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
}

/* Had to use .body class instead of just the body tag because 
of conflicts with radEditor styles on Gecko-based browsers. */

.body 
{
	background: #efefef url(../images/bg.gif) bottom left fixed repeat-x;
	line-height: normal; 
}

form
{
  position: relative;
  height: 100%;
}

td 
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 13px;
  padding: 3px;
}

th
{
  text-align:left;
  vertical-align:top;
  padding-right:8px;
}


p 
{
	font-size: 13px;
}

input, textarea, select 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:link
{
	color: #1f1f1f;
	text-decoration: underline;	
}

a:visited
{
	color: #1f1f1f;
	text-decoration: underline;	
}

a:hover
{
	color: #c33;
	text-decoration: underline;	
}

a:active
{
	color: #c33;
	text-decoration: none;	
}

h1
{
  font-size: 20px;
}

fieldset
{
  padding: 10px;
  margin: 10px 0 10px 0;
}

fieldset legend
{
  font-weight: bold;
}

.grid
{
  border: solid 1px #000;
}

.gridHeader
{
  font-weight: bold;
  color: #fff;
  background: #1f1f1f;
}

.gridHeader td
{
  border: solid 1px #000;
}

.gridItem td
{
  border: solid 1px #000;
}

.clear
{
  clear: both;
} 

.label
{
  font-weight: bold;
}

.errorText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
  color: red;
}

.exampleText
{
  font-size: 10px;
}