/**
 * This typography file is included in the WYSIWYG editor
 */

.typography {
	color: #000;
}

.typography * {
	font-size: 12px;
	/* reset font-sizes to 1em == 10px */
	padding: 0;
	margin: 0;
	font-family: Arial,Helvetica,sans-serif;
	list-style:none;
	/*color:black;*/
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
	margin-top: 1em;
}

h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
	margin-top: 5px !important;
}

.typography h1 {
	color:#75673a;
	background-color:transparent;
	/* font-size:20px; */
	font-size:1.8em;
	text-transform:none;
	/*margin-top:20px;
	padding-bottom:12px;*/
}

.typography h2, .typography label.FormHeading {
	/* color:#886f3b; */
	color:#75673a;
	background-color:transparent;
	/* font-size:18px; */
	font-size:medium;
	text-transform:none;
	/*margin-top:20px;*/
	font-weight: bold;
}
.typography label.FormHeading {
	display: block;
	width: 100%;
	line-height: 1em;
	margin:0 0 0.7em 0;
}

.typography h3 {
	color:#8c8e8a;
	background-color:transparent;
	font-size:15px;
	text-transform:none;
	/* margin-bottom:9px; */
}

.typography h4 {
	color:#8c8e8a;
	background-color:transparent;
	font-size:13px;
	text-transform:none;
	/* margin-bottom:6px; */
}

.typography h5 {
	color:#8c8e8a;
	background-color:transparent;
	font-size:12px;
	text-transform:none;
	/* margin-bottom:3px; */
}

.typography h6 {
	color:#8c8e8a;
	background-color:transparent;
	font-size:11px;
	text-transform:none;
}

.typography ul {
	/*margin:-5px 0px 5px 15px;*/
	margin:0 0 1em 1.5em;
	/*margin:0.5em 0 1em 0;*/
	padding:0;
}

.typography ol {
	margin:-5px 0px 10px 19px;
}

.typography li {
	/*margin:5px 0px;*/
	margin:5px 0 0.5em 0;
}

.typography ul ul {
	margin:5px 0px 5px 30px;
}

.typography ol ul, .typography ul ol {
	margin:5px 0px 5px 16px;
}

.typography ul li, .typography ol ul li {
	list-style:url(../images/bullet2.gif);
	padding-left:13px;
}

.typography ul ul li {
	list-style:url(../images/dash.gif);
	padding-left:13px;
}

.typography ol li, .typography ul ol li {
	list-style:decimal;
	padding-left:7px;
	margin-left: 6px;
}

.typography a {
	color:blue;
}

.typography p {
	/* margin-bottom:6px; */
	/*margin:2px 0;*/
	margin:1em 0 0 0;
	line-height:1.5;
}

.typography #Form_Form p,
.typography #Form_Form div {
	margin:0 0 1em 0;
}

.typography p.hyperlink {
	/* margin-bottom:8px; */
}

.typography .left {
	float:left;
	margin-right: 0.5em;
}

.typography .right {
	margin-left: 0.5em;
}

.typography fieldset {
	padding:25px;
}
.typography .addPrintButton {
	position: relative;
	width: 100%;
}
.typography .addPrintButton #Form_Form .Actions {
	margin-left: 202px;
}
.typography .addPrintButton .printForm {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 104px;
	margin: 13px 0 0 25px;
	background:url(../images/print-button.gif) no-repeat;
}
	.typography .addPrintButton .printForm a {
		display: block;
		line-height: 2em;
		text-decoration: none;
		color: #000;
		cursor: pointer;
		padding-left: 28px;
	}
	.typography .addPrintButton .printForm a:hover {
		text-decoration: underline;
	}
	
.typography #Form_Form .Actions {
	margin: 15px 0 0 0;
}

.typography fieldset div {
	margin:5px 0px 20px;
}

.typography fieldset .optionset ul {
	padding-left:169px;
}

.typography fieldset label.left {
	width:162px;
	padding-right:7px;
	font-weight: bold;
}

.typography fieldset p input {
	width: auto;
	margin-left:137px;
}

.typography fieldset p.checkbox input {
	width: auto;
	margin-left:174px;
}

.typography fieldset input, .typography fieldset select, .typography fieldset textarea {
	width:320px;
}

.typography fieldset p label {
	width:339px;
	padding-right:0px;
	margin-top:-15px;
}

.typography fieldset ul {
	display:block;
	margin:0px;
}

.typography fieldset ul li {
	list-style:none;
	padding:0px;
}

.typography fieldset ul li input {
	width:42px;
}

.typography fieldset ul li label {
	width:339px;
}
.typography .message {
	display: block;
	color: red;
	margin-left: 174px;
	margin-top: 3px;
}
.typography span.requiredStar {
	float: right; 
	margin-right: -9px;
	margin-top: 5px; 
	color: red; 
	font-size: 20px;
}