/* For information about what browsers this CSS was tested on
   and how to interpret the shorthand I use for the browsers' names,
   see: http://albin.net/styles/css-notes.txt */

/* ************************
 * general xhtml elements *
 ************************ */
html, body {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
}
body {
	padding-bottom: 10px;
	color: #000000;
	background-color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.7em;
}
a {
	color:#336699;
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
}
img {
	border: 0;
}
h5 {
	 font-size:1.2em;
}
.tabtext {
	 font-size:1.1em;
	 background-color:#efefef;
	 display:block;
	 text-align:center;
	 font-weight:bold;
	 margin:0;
	 padding:0;
}
.tabon {
	border-bottom:1px #efefef solid;
	border-top:1px #d1d1d1 solid;
	border-left:1px #d1d1d1 solid;
	border-right:1px #d1d1d1 solid;
	float:left;
}
.taboff {
	border-top:1px;
	border-right:1px;
	border-left:1px;
	border-bottom:1px;
	border-color:#d1d1d1;
	border-style:solid;
	float:left; 
}
.required{
	color:#FF0000;
}
.rowtitle{
	font-weight:bold;
	text-align:right;
}
input{
	padding:0;
	font-size:1.1em;
}
.text-right{
	text-align:right;
}

/* *****************
 * the content box *
 ***************** */
.contentWrapper {
	padding: 0px;
	border: 0px;
}
.content
{
	margin: 0px;
	padding: 0px;
	border: 1px solid #d1d1d1;
	background-color: #ffffff;
	color: #000000;
}

/* ************************************
 * classes needed for rounded corners *
 ************************************ */
.roundedCornerSpacer {
	margin: 0px; padding: 0px; border: 0px;
	clear: both;
	font-size: 1px; line-height: 1px;
}
.borderTL, .borderTR, .borderBL, .borderBR {
	width: 14px; height: 14px;
	padding: 0px; border: 0px;
	z-index: 99;
}
.borderTL, .borderBL { float: left;  clear: both; }
.borderTR, .borderBR { float: right; clear: right; }
.borderTL { margin:  -1px  0px  0px -1px; }
.borderTR { margin:  -1px -1px  0px  0px; }
.borderBL { margin: -14px  0px  0px  0px; }

.borderBR { margin: -14px  0px  0px  0px; }
/* IE5-5.5/win needs the border scooted to the left or right by an
   additional 3px!   Why?  */
.borderTL {
	margin-left: -4px;
	ma\rgin-left: -1px;
}
html>body .borderTL  {
	margin-left: -1px;
}
.borderTR {
	margin-right: -4px;
	ma\rgin-right: -1px;
}
html>body .borderTR  {
	margin-right: -1px;
}
.borderBL {
	margin-left: -3px;
	ma\rgin-left: 0px;
}
html>body .borderBL {
	margin-left: 0px;
}
.borderBR {
	margin-right: -3px;
	ma\rgin-right: 0px;
}
html>body .borderBR {
	margin-right: 0px;
}