/* ---[ general ]------------------------------- */
body {
	margin: 0;
	padding: 0;
}
a {
	color: #3333FF;
}

/* ---[ content headings ]------------------------------- */

#content {
	width: 95%;
	padding: 5px;
	margin-left: 15px;
	font-size: small;
	font-family: arial, sans-serif;
}
#content H1 {
	color: #000066;
	font-size: medium;
	margin-top: 5px;
}
#content H2 {
	font-size: small;
	color: #000066;
	margin-top: 2px;
	border: 1px;
	border-bottom: 1px solid #D8D8F7;
	padding: 2px;
}
#content H2.gray {
	font-size: small;
	color: #000066;
	margin-top: 2px;
	background: #eee;
	border: 1px solid #ddd;
	padding: 8px;
}
#content H3 {
	font-size: small;
	font-weight: bold;
}
#content H3.red {
	color: #CC0000;
	font-size: small;
	font-weight: bold;
}
#content H4 {
	color: #333;
	margin: 5px 0px 0px 0px;
}
#content H5 {
	color: #333;
	margin: 5px 0px 0px 0px;
}
#content UL {
	margin-top: 10px; 
	margin-bottom: 15px; 
	margin-left: 25px; 
	padding: 0px;
}
#content LI {
	list-style-image : url("images/bullet.gif");
	margin-top: 5px; 
	margin-bottom: 5px; 
}

/* ---[ text formatting ]------------------------------- */

.strong { 
	font-weight: bold; 
}
.indent { 
	margin-top: 5px;
	margin-bottom: 5px;
}
.indentLeft { 
	margin-left: 15px;
	margin-top: 5px;
}
.center { 
	text-align: center;
}
.requiredfield {
	font-weight: bolder; 
	color: #ff0000;
}
.smallContent {
	font-size: xx-small;
	padding: 10px;
	line-height: 1.5em;
	}
.smallContentGray {
	color: #333;
	font-size: x-small;
	padding: 10px;
	line-height: 1.5em;
}
.printerFriendly {
	margin: 2px 100px 2px 0px;
	font-size: x-small;
	padding: 10px;
	text-align: right;
	line-height: 1.5em;
	}
.red {
	color: #CC0000;
	font-size: small;
	font-weight: bold;
}
.blue {
	color: #3333FF;
}
.hliteac {
	border-style: solid dashed;
	border-width: 1px;
	border-color: #FFFF99;
	background-color: #FFFFCC;
	line-height: 2em;
	padding: 5px;
	color: #0033FF;
	font-weight: bold;
}
.gray {
	background-color: #eee;
}
.border {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: #ddd;
	border-collapse: collapse;
}
.section {
	line-height: 1.5em; 
}

/* ---[ line formatting ]------------------------------- */

HR {
	color: #ddd;
}
HR.dash {
	border: none 0;
	border-bottom: 1px solid #D8D8F7;
	padding: 2px;
	height: 1px;
}
HR.dot {
	border-bottom: 1px dotted #A0B7BF;
}

/* ---[ table formatting ]------------------------------- */

table.form {
	font-size: small;
}
table.form th {
	border-width: 1px;
	padding: 5px 5px 5px 10px;
	-moz-border-radius: 0px;
}
table.form td {
	vertical-align: top;
	border-width: 1px;
	padding: 5px 5px 5px 10px;
	-moz-border-radius: 0px;
}
table.form tr.hlite {
	border-width: 1px;
	padding: 3px 5px 3px 7px;
	vertical-align: top;
	border-style: solid;
	background-color: #FFFFCC;
	border-color: #eee;
	-moz-border-radius: 0px;
}
table.formLines {
	border-width: 1px 1px 1px 1px;
	border-spacing: 1px;
	border-style: solid;
	border-color: #eee;
	border-collapse: collapse;
	font-size: small;
}
table.formLines th {
	border-width: 1px;
	padding: 5px 5px 5px 10px;
	border-style: solid;
	border-color: #eee;
	text-align: left;
	background-color: #eee;
	-moz-border-radius: 0px;
}
table.formLines td {
	border-width: 1px;
	padding: 3px 5px 3px 7px;
	vertical-align: top;
	border-style: solid;
	border-color: #eee;
	-moz-border-radius: 0px;
}
table.formLines td.buttons {
	border-width: 1px;
	padding: 7px 7px 7px 7px;
	vertical-align: top;
	text-align: right;
	border-style: solid;
	border-spacing: 1px;
	border-style: solid;
	border-color: #fff;
	-moz-border-radius: 0px;
}
table.formLines td.buttonsCenter {
	border-width: 1px;
	padding: 7px 7px 7px 7px;
	vertical-align: top;
	text-align: center;
	border-style: solid;
	border-color: #fff;
	-moz-border-radius: 0px;
}
table.formLines tr.hlite {
	border-width: 1px;
	padding: 3px 5px 3px 7px;
	vertical-align: top;
	border-style: solid;
	background-color: #FFFFCC;
	border-color: #eee;
	-moz-border-radius: 0px;
}

/* ---[ tool tip formatting ]------------------------------- */

a.info {
	z-index:10;
}
a.info:hover {
	position:relative;
	z-index:100;
	text-decoration: none;
}
a.info span {
	display:none;
}
a.info:hover span {
	display:block;
	position:absolute;
	float:left;
	top:-2.2em;
	left:.5em;
	background:#fffcd1;
	border:1px solid #666;
	color:#444;
	padding:1px 5px;
	z-index:10;
	text-decoration: none;
}

.clear_mailpiece:hover { 
	cursor: default; 

}

.subbutton {
      cursor: default;
}

.popup {
	height:300px;
	width:400px;
	position:absolute;
	z-index:1;
	background:#C8E6E8;
	top:400px;
	left:300px;
	filter: alpha(opacity=90);
	-moz-opacity:.90;
	display:none;
}

