/* styles for HRDALLAS */

body {
	top:0;
	left:0;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
/* Tell NS4 to ignore what follows.... */ 
/*/*/ 
	position:absolute;
/* Okay, we can let NS4 see the rest.... */ 
}

.main, td td {
	margin:24px 24px 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 19px;
	}

h1 {
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	}

h2 {
	clear:left;
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	color: #70543A;
	border-top: 1px dotted black;
	border-left: 1px dotted black;
	margin-right:60%;
	padding: 2px 2px 2px 6px;
	text-transform: uppercase;
	margin-top: 24px;
	margin-bottom: 0px;
	margin-left: 0px;
	}

.indent {
	margin-left: 24px;
	margin-right: 24px;
	}

.initialcap {
	font-size: 28px;
	}

ul li, .offset {
	margin-left: 24px;
	color: #70543A;
	font-weight: bold;
	line-height: 19px;
	margin-bottom: 4px;
	}

 .long{
	font-weight: normal;
	}


.morebutton {
	color: black;
	display:block;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	margin: 0px;
	padding-top:0px;
	padding-bottom:6px;
	padding-right:36px;
	margin-bottom:32px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-image:  url(../images/arrow-right.jpg);
	background-position: right;
	text-align: right;
	}

.lessbutton {
	color: black;
	display:block;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	margin: 0px;
	padding-top:0px;
	padding-bottom:6px;
	padding-left:36px;
	margin-bottom:32px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-image:  url(../images/arrow-left.jpg);
	background-position: left;
	text-align: left;
	}

.morebutton:hover, .lessbutton:hover {
	color: red;
	}

.icon {
	border-top: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	margin-right:12 px;
	padding-right:12 px;
	padding-left:12 px;
	}

.submenu, .submenu td {
	text-decoration: none;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height:12px;
  margin:0px;
	padding:0px;
	font-weight: bold;
  vertical-align:top;
	color: #000000;
	text-transform: uppercase;
}

.subtext {
  margin:4px;
	display:block;
	color: black;
	text-decoration: none;
}

.subtext:hover {
	color: red;
	}
	
img.align_left {float:left; }



.main .eklipseform th {
	text-align:right;
	font-weight: bold;
	color: #70543A;
	}

#sand input { margin:4px;
	padding:2px;
	border-left:1px solid 	#888;
	border-right:1px solid #888;
	width:242px;
	border-bottom:1px solid #bbb;
	}

#sand textarea { margin:4px;
	padding:2px;
	border-left:1px solid 	#888;
	border-right:1px solid #888;
	width:242px;
	height:150px;
	border-bottom:1px solid #bbb;
	}
	
#sand .button {
	border:1px solid #888;
	padding:none;
	color:#000000;
	width:120px;
	}

.main p {margin-bottom:.4em;}

div#right {float:right; width:30%; background:#EEE}