/**************** Overall styles ****************/
body {
  margin: 0px; 
  padding: 0px;
}
body, div, p {
 font-family: 'Trebuchet MS', Helvetica, sans-serif;
 font-size: 10pt;
}
/* to set default font size in Opera */
a:link, a:active {
 text-decoration: none;
 color: #006699;
}
a:visited {
 text-decoration: none;
 color: #5757a6;
}
a:hover {
 text-decoration: underline;
 color: #24A2DD;
}
h1 {
	clear: left;
	float: left;
	display: block;
	width: 794px;
	position: relative;
	left: 42px;
  font-size: 14pt;
  font-weight: bold;
  color: #f29536;
  border-bottom: solid 1px #f29536;
}
h2 {
	clear: left;
	float: left;
	display: block;
	width: 116px;
	position: relative;
	left: 42px;
  font-size: 14pt;
  font-weight: bold;
  color: #f29536;
  border-bottom: solid 1px #f29536;
}
h1 + div.copy {
	float: left;
	display: block;
	width: 653px;
	position: relative;
	left: 183px;
	margin-bottom: 10px;
}
h2 + div.copy {
	float: left;
	display: block;
	width: 653px;
	position: relative;
	left: 67px;
	margin-bottom: 10px;
}
img {display: block} /* To prevent img display as inline in CSS strict mode */
img.inline {
	display: inline;
	margin: 0px;
	vertical-align: bottom;
}
/* Form related styles */
div.buttons_row form {
	clear: none; 
	float: right; 
	margin-left: 10px;
	margin-right: 0px;
}
.widget form {
	margin: 0px auto 0px auto;
	width: 600px;
}
input, select, form, .form {
   color: #666666;
   font-size:10pt;
   margin-bottom: 5px;
   direction: ltr;
}
label {
   font-size:9pt;
   display: block;
	float: left;
	margin-bottom: 10px;
	margin-right: 20px;
	text-align: right;
	width: 120px;
	padding: 0px;
	line-height: 1.5em;
	vertical-align: top;
}
label.wide {
	line-height: 1.2em;
	width: 140px;
	margin-right: 10px;
	margin-bottom: 3px;
}
span.info4label {
	font-size:9pt;
	font-weight: bold;
	text-align: left;
	line-height: 1.2em;
	vertical-align: bottom;
}
.simulate_label {
	display: block;
   margin-left: 140px;
}
label.compact, textarea.compact, input.compact {
   color: #000000;
   font-size:8pt;
	line-height: 1.2em;
	font-weight: normal;
}
textarea {
  font-size:11px;
  margin-bottom: 5px;
  font-weight: normal;
}
.invalid_field {
	border: 1px solid red;
}
br {
	clear: left;
}
.input_group {
	float: left;
	margin-bottom: 0.5em;
}

/* Warnings and other special messages */
.alert, .warning, .notice, .ok {
	clear: both;
	font-size: 11pt;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px 10px 0px 10px;
	text-align: center;
	width: 100%;
	max-width: 720px;
	border-top: 1px solid #e5820a;
	border-bottom: 1px solid #e5820a;
}
.alert {
	background-color: #e5820a;
}
.warning {
	background-color: #fad78b;
}
.notice {
	background-color: #CCCCCC;
}
.ok {
	background: #96db81 url(/common/ok_background.gif) repeat;
}

dl {
	display: block;
	clear: left;
	line-height: 160%;
}
dt {
	font-weight: bold;
	font-family: "segoe script", "lucida handwriting", cursive;
	width: 50em;
}
dd {
	margin-bottom: 10px;
	margin-left: 0px;
	width: 50em;
}
