html, body {
	margin: 0;
	padding: 0;
}


body, input, textarea, select, option {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
}

#inet_menu,
#inet_home,
#inet_frontflash,
#inet_slideshow,
#inet_submenu,
#inet_paragraphs {
	display: none;
}


h1 {
	color: #f78f1e;
	font-size: 30pt;
	margin: 0 0 15px 0;
	font-family: Georgia, serif;
	font-weight: normal;
	line-height: 49pt;
}

h2 {
	color: #6a747c;
	font-size: 18pt;
	font-family: Georgia, serif;
	font-weight: normal;
	line-height: 22pt;
	margin: 0 0 15px 0;
}

p {
	margin: 0 0 15px 0;
}


a {
	color: #f78f1e;
	text-decoration: underline;
}


a img {
	border: none;
}

form {
	padding: 0;
	margin: 0;
}



#inet_footer {
	padding: 1cm 0 0 0;
	font-size: 9pt;
}

#inet_footerContent {
	line-height: 20px;
}

#inet_footerContent img {
	vertical-align: middle;
	margin: 0 5px;
}


/************************/
/**** IDForm classes ****/

form.IDForm {
	text-align: left;
	margin: 10px 0;
}

form.IDForm h1, 
form.IDForm h2 {
	margin-top: 10px;
}


form.IDForm .formTitle {
	font-size: 16pt;
	font-weight: bold;
	margin: 0 0 10px 0;
}

form.IDForm .stepTitle {
	font-size: 12pt;
	font-weight: bold;
	margin: 0 0 10px 0;
}

form.IDForm .formGroupTitle {
	font-weight: bold;
	margin: 0 0 10px 0;
}

form.IDForm optgroup {
	font-style: normal;
}

form.IDForm .formText input {
	width: 250px;
	border: 1px solid #bbbec0;
	color: #6a747c;
	padding: 2px 4px;
}

form.IDForm textarea {
	width: 250px;
	height: 100px;
	border: 1px solid #bbbec0;
	color: #6a747c;
	padding: 2px 4px;
}

form.IDForm select {
	width: 250px;
}

form.IDForm label,
form.IDForm .radiogroupTitle,
form.IDForm .checkboxgroupTitle {
	font-weight: normal;
}

form.IDForm .formRadio label,
form.IDForm .formCheckbox label {
	font-weight: normal;
}


form.IDForm table.elements {
	border: none;
	border-collapse: collapse;
	margin: 0;
}

form.IDForm table.elements td,
form.IDForm table.elements th {
	vertical-align: top;
	text-align: left;
	padding: 3px 0;
}

form.IDForm table.elements th {
	font-weight: normal;
	width: 120px;
	padding-right: 10px;
}


form.IDForm table.elements div.elements {
	margin: 0 0 10px 0;
}


form.IDForm div.element {
	margin: 0 0 5px 0;
}

form.IDForm div.buttons {
	margin: 10px 0 0 0;
	padding: 0 0 0 130px;
}

form.IDForm div.buttons input {
	border: 1px solid #6a747c;
	background: #6a747c;
	color: #fff !important;
	text-align: center;
	padding: 2px 4px;
	margin-right: 5px;
}



/***************************/
/* INCOMPLETE highlighting */

form.IDForm .incomplete {
	color: #f00 !important;
}

form.IDForm .incomplete label,
form.IDForm .incomplete optgroup,
form.IDForm .incomplete option {
	color: #6a747c;
}

form.IDForm select.incomplete {
	color: #6a747c;
}

/* INCOMPLETE highlighting */
/***************************/








/****************/
/* FORM RESULTS */

.IDFormResult {
	text-align: left;
	margin: 0 0 20px 0;
}

.IDFormResult .resultText {
	margin: 0 0 20px 0;
}

.IDFormResult table.elements {
	border: none;
	border-collapse: collapse;
	margin: 0;
}

.IDFormResult table.elements col.label,
.IDFormResult tr.element td.label {
	width: 175px;
}

.IDFormResult tr.element td {
	text-align: left;
	vertical-align: top;
	padding: 3px 0;
}

.IDFormResult tr.element td.label {
 	font-weight: bold;
}


.IDFormResult .formStep {
	margin: 0 0 15px 0;
}

.IDFormResult .stepTitle {
	font-weight: bold;
	margin: 0 0 10px 0;
}

.IDFormResult .groupTitle {
	font-weight: bold;
	margin: 0 0 10px 0;
}

/* FORM RESULTS */
/****************/







/********/
/* POLL */

.IDFormPoll {
	width: 200px;
	text-align: left;
	margin: 0 0 20px 0;
}

.IDFormPoll .IDFormContent {
	border: 1px solid #6a747c;
	padding: 10px;
}


.IDFormPoll .formTitle {
	font-weight: bold;
}

.IDFormPoll .pollQuestion {
	font-weight: bold;
	margin: 3px 0;
}

.IDFormPoll .formRadiogroup,
.IDFormPoll .formCheckboxgroup,
.IDFormPoll .formSelect {
	margin: 0 0 5px 0;
}

.IDFormPoll select {
	width: 95%;
}

.IDFormPoll .pollLink {
	margin: 0 0 5px 0;
}






.pollResults {
 	width: 200px;
	text-align: left;
	margin: 20px 0;
}

.pollResults .pollResultsContent {
	border: 1px solid #6a747c;
	padding: 10px;
}

.pollResults .pollTitle {
	font-weight: bold;
}

.pollResults .pollQuestion {
	margin: 3px 0;
	font-weight: bold;
}

.pollResults .pollLink {
	margin: 5px 0 0 0;
}

.pollResults .pollTotal {
	font-weight: bold;
}

.pollResults .distribution {
	font-style: italic;
}

.pollResults .pollOptionBar {
	border: 1px solid #6a747c;
}

.pollResults .pollOptionBarContent {
	height: 8px;
}

.pollResults .pollOption {
	margin: 0 0 4px 0;
	width: 150px;
}
/* POLL */
/********/


/**** IDForm classes ****/
/************************/





.reset {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin: 0 0 -1px 0;
}


.clearfix:after {

    content: ".";

    display: block;

    clear: both;

    visibility: hidden;

    line-height: 0;

    height: 0;

}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
