.noscreen {
	display: none;
}

body {
	background-color: white;
	color: #000;
	font: normal 62.5%/1.5 verdana, geneva, sans-serif;
	margin: 0;
	padding: 0 0 2em;
}

body,div,td {
	font-size: 10px;
}

table.forms {
	border: 1px solid #00458a; 
	border-collapse: collapse;
}

table.forms th {
	background: -moz-linear-gradient(top, #02458b, #00458a ) !important;
	background: -webkit-gradient(linear,center bottom,center top,from(#02458b),to(#00458a)) !important;
	background-color: #00458a !important;
	border-bottom: 1px solid #00008B;
	font-size: 10px;
	text-align: left;
	padding: 2px;
	border: 1px solid #00458a;
	font-weight: normal;
	text-align: left;
	vertical-align: text-top;
	color:white;
}

table.forms td {
	padding: 2px;
	border: 1px solid #00458a;
	font-weight: normal;
	text-align: left;
	vertical-align: text-top;
}

table.forms thead { background-color: #bbb; }

.formlabel {
	font-family: Verdana;
	font-size: 10px;
	width: 165px !important;
	float: left;
	margin: 0 5px 0 0;
	padding-right: 7px;
	/*	text-transform: uppercase; */ /*	font-weight: bold; */
	color: #000000;
	text-align: right; 
}

.formlabelSmall {
	font-family: Verdana;
	font-size: 10px;
	width: 110px !important;
	float: left;
	margin: 0 5px 0 0;
	padding-right: 7px;
	/*	text-transform: uppercase; */ /*	font-weight: bold; */
	color: #000000;
	text-align: right; 
}

input { height: 15px;  }

.submit { margin: 0 0 .5em; }

.submit input {
	background: -moz-linear-gradient(top, #02458b, #00458a) !important;
	background: -webkit-gradient(linear,center bottom,center top,from(#02458b),to(#00458a)) !important;
	background-color: #00458a !important;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #00008B !important;
	color: #fff;
	cursor: pointer;
	font: bold 10px verdana;
	margin-right: 5px !important;
	padding: 0 .25em .25em;
	text-transform: uppercase;
	height: 19px;
	vertical-align: bottom; 
}

.dijitTooltipContainer {
	font-size: 12px !important;
}

input,textarea,select,
.dijitTextBox {
	border: 1px solid #d1e2cf !important;
	font: normal 10px verdana;
}

.formsRadio {
	border: none !important;
}

.formsCheckbox {
	border: none !important;
}

/************ DYNAMIC FORMS *****************/
.title {
	font-size: 16px;
}
.question {
	font-weight: bold;
}

.required {
	color: #dd0000;
}

a:link, a:active, a:visited {
	font-color: blue;
}
.summary {
	font-weight: bold;
}

.template_questions_summary {
	width: 830px;
	border: 1px solid black;
	padding:10px 10px;
}

.template_questions_summary .title {
	font-weight: bold;
	font-size: 14px;
}

.template_questions_edit {
	width: 760px;
}


.template_questions_edit .body {
	width: 830px;
	padding: 20px 20px;
	min-height: 400px;
}

.template_edit {
	min-height: 400px;
}

.template_questions_edit .body .title {
	font-weight: bold;
	font-size: 15px;
	text-decoration: underline;
}

.panel_question_summary {
	width: 760px;
}

.progressBarBlank {
	border:0;width:30px;color:black;background:white;text-align:center;
}

.progressBarFilled {
	border:0;width:30px;color:white;background:#00458a;text-align:center;
}

h3 {
	font-size: 12px;
}


















































.ministryLink {
	font: 12px Arial,Helvetica,sans-serif;
	color: #004490;
	text-decoration: none;
}

.ministryLinkFooter {
	font: 12px Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: #666666;
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

/* footer styles */

#footer {
	background: #edecec;
	border-top: 3px solid #ccc;
}

#footer .logo {
	float: left;
	margin-top: 12px;
}

#footer ul {
	float: left;
	list-style: none;
}

#footer a {
	color: #444;
	font-size: 0.9em;
	font-weight: bold;
}

#footer-links-ministry {
	padding: 12px 12px 12px 20px;
}

#footer-links-egovt {
	border-top: 1px dotted #333;
	border-bottom: 1px solid #fff;
}

#footer-links-egovt ul {
	margin: 0;
	padding: 12px 12px 12px 20px;
}

#footer-links {
    padding: 12px 12px 12px 20px;
}
#footer-links ul {
    float: left;
    list-style: none outside none;
    margin: 0;
    padding: 0 40px 0 0 !important;
}
#footer-links ul li {
    margin: 0;
    padding: 0.5em 0;
}

#footer-links-egovt li {
	display: inline;
	padding-right: 8px;
}

.logo-nzgnz {
	float: right;
	margin-right: 20px;
	margin-top: 10px;
	display: inline;
}

#footer-copyright {
	text-align:left;
	background: #666;
	margin: 0;
	padding: 4px 4px 4px 20px;
}

#footer-copyright p {
	margin: 0;
	padding: 0;
	font-size: 1em;
	color: #ccc;
}




.noscreen {
	display: inline;
}

.noprint {
	display: none;
}

.printhide {
	display: none;
}

