/* CSS Document */

body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
}

hr {
	border-top: 1px solid #8AA7C7;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	clear: both;
}

hr.dashed {
	border-top: 1px dashed #8AA7C7;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	clear: both;
}	

h1 {
	font-size: 150%;
	color: #154F8F;
}

h2 {
	font-size: 130%;
	color: #154F8F;
}

h3 {
	font-size: 115%;
	font-weight: bold;
	color: #154F8F;
}

form {
	margin: 0px;
	padding: 0px;
}

fieldset {
	border: 1px solid #cccccc;
	margin: 0px 0px 15px 0px;
	padding: 10px;
}

legend {
	color: #154F8F;
	font-weight: bold;
}

.confirmCheck{
	text-align:left;
	float: left;
	width: 15px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

#form_error {color: #f00;}
#form_error p {font-weight: bold;}
#form_error ul.error_msg {list-style: square; padding-left: 20px;}


form ol {
	list-style: none;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

form ol ol {
	margin-top: 0;
}

form li {
	list-style: none;
	margin: 5px;
}

fieldset label {
	display: block;
	clear: all;
	width: 100%;
	padding: 0px 0px 3px 0px;
}

fieldset fieldset label {
	width: auto;
	display: inline;
	padding: 0 0 0 5px;
}

fieldset input {
	width: 90%;
}

fieldset fieldset input {
	width: auto;
}

fieldset textarea {
	width: 95%;
}

label.below {
	display: block;
	clear: all;
	width: 100%;
	padding: 0px 0px 3px 0px;
}

input.below {
	width: 90%;
}

/* label {
	float: left;
	width: 100px;
	padding: 2px 0px 0px 0px;
}


fieldset.below label {
	display: block;
	clear: all;
	width: 100%;
	padding: 0px 0px 3px 0px;
}

fieldset.below input {
	width: 90%;
}

fieldset.below textarea {
	width: 95%;
}

label.below {
	display: block;
	clear: all;
	width: 100%;
	padding: 0px 0px 3px 0px;
}

input.below {
	width: 90%;
} */

fieldset.checkbox label{
	float: left;
	width: auto;
}

/* search */

form.search {
	padding: 15px 0px 0px 0px;
}

input.search {
	font-size: 95%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
}

input.go {
	background-color: #154F8F;
	border: 1px solid #ffffff;
	font-size: 95%;
	color: #ffffff;
	margin: 0px 0px 0px 5px;
	cursor: pointer;
}

img.sayButton {
	margin: 6px 0px;
}

/* --- NAV --- */

ul.udm li.nav a {
	padding-left: 13px;
	padding-right: 5px;
}

/* --- Links --- */

a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #154F8F;
	text-decoration: underline;
}

a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #154F8F;
	text-decoration: none;
}

a.noline {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #154F8F;
	text-decoration: none;
}

a.noline:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #154F8F;
	text-decoration: underline;
}

/* --- */

#search a {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
	margin: 0px 3px;
}

#search a:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: underline;
}

#navRow a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	padding: 0px 5px;
}

#navRow  a:hover {
	text-decoration: underline;
}

/* --- */


#home2 ul, #home3 ul {
	margin: 0px;
	padding: 0px;
}

#home2 li, #home3 li {
	list-style-type: none;
	padding: 0px 0px 12px 0px;
}

#related ul, #relatedLinks ul {
	margin: 0px;
	padding: 0px;
}

#related li, #relatedLinks li {
	list-style-type: none;
	padding: 0px 0px 5px 0px;
}

#related a, #relatedLinks a {
	text-decoration: none;
}

#related a:hover, #relatedLinks a:hover {
	text-decoration: underline;
}

/* #relatedLinks ul {
	margin: 0px;
	padding: 0px;
}

#relatedLinks li {
	list-style-type: none;
	padding: 0px 0px 5px 0px;
}

#relatedLinks a {
	text-decoration: none;
}

#relatedLinks a:hover {
	text-decoration: underline;
} */

#colZone ul {
	margin: 0px;
	padding: 0px;
}

#colZone li {
	list-style-type: none;
	padding: 0px 0px 12px 0px;
}


.tag {
	margin: 10px 0px 0px 0px;
}

/* modules */

ul.moduleUL {
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #8AA7C7;
	width: 100%;
}

li.moduleLI {
	float: left;
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px;
	width: 100%;
}

li.moduleLI2 {
	clear: left;
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px;
	border-bottom: 1px dashed #8AA7C7;
	width: 100%;
	padding-bottom: 10px;
}

.moduleTitle {
	float: left;
	width: 70%;
	color: #999999;
	display: block;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	text-decoration: none;
}

li.moduleLiSwitch {
	float: left;
	margin: 0px;
	padding: 5px 0px;
	width: 100%;
	border-bottom: 1px dashed #8AA7C7;
	list-style-type: none;
}

.moduleTitleSwitch {
	float: left;
	width: 75px;
	display: block;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

.moduleDateSwitch {
	float: left;
	width: 280px;
	display: block;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

a.moduleLink {
	text-decoration: none;
	font-weight: bold;
}

a:hover.moduleLink {
	text-decoration: underline;
}

.vacancyPadding {
	padding-bottom: 20px;
}

table.moduleVacancy {
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px dotted #8AA7C7;
}

table.module {
	width: 100%;
}

table.module th {
	padding: 3px 5px;
	border-bottom: 1px solid #8AA7C7;
	text-align: left;
	background-color: #ffffff;
	/* border-bottom: 1px solid #e0e0e0; */
}

table.module td {
	padding: 5px;
	border-bottom: 1px dashed #8AA7C7;
}

table.module th.short, table.module td.short {
	width: 90px;	
	text-align: center;
}

table.module td.previewTxt {
	padding: 0px 5px 10px 5px;
	border-bottom: 1px dashed #8AA7C7;
}

table.module td.events {
	padding: 5px;
	border-bottom: 1px solid #ffffff;
}

/* -- FAQs -- */

#faq_panel {
	background-color: #ffffff;
}

#faq_panel ul {
	list-style-type: none;
	margin: 25px 0px 0px 0px;
	padding: 0px;
	border-top: 1px dashed #8AA7C7;
}

#faq_panel li {
	border-bottom: 1px dashed #8AA7C7;
	padding: 7px 0px;
}

#faq_panel label {
	margin-right: 5px;
}

/* -- Publications -- */

#docTree {
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#docTree ul {
	margin: 0px;
	padding: 0px;
}

#docTree li {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

#docTree li ul {
	margin: 5px 0 15px 0;
	padding: 0;
	list-style: none;
	border-top: 1px dashed #ccc;
}

#docTree li ul li {
	margin: 0;
	padding: 0 0 0 10px;
	font-weight: normal;
	border-bottom: 1px dashed #ccc;
}

#docTree li ul li div {
	padding: 6px 0 0 0;
}

#docTree li ul li .docIcon {
	float: left;
	width: 25px;
}

#docTree li ul li .docDetails {
	float: left;
	width: 350px;
	line-height: 125%;
}

#docTree li ul li .docImage {
	float: left;
	width: 150px;
	text-align: right;
}

#docTree a {
	text-decoration:none;
}

#docTree a:hover {
	text-decoration:underline;
}

#docTree li ul li .docDetails p {
	margin: 6px 0 0 0;
	padding: 0;
	font-size: 90%;
	line-height: 125%;
	color: #666666;
}

#foot1 a{
	text-decoration: none;
}

#foot1 a:hover{
	text-decoration: underline;
}

.cleardiv {
	clear: both;
}


div#pollControl {
font-size: 100%;
color: #fff;
font-weight: bold;
}

div#pollControl h2 {
color: #fff;
margin: 0 0 8px 0;
padding: 0;
}

div#pollControl form {
margin: 0;
}

div#pollControl fieldset {
border: none;
padding: 0;
margin: 0;
}

div#pollControl fieldset legend {
display: none;
}

div#pollControl fieldset ol {
margin: 8px 0;
padding: 0;
list-style: none;
}

div#pollControl fieldset ol li {
margin: 0;
padding: 0;
clear: left;
}

div#pollControl fieldset ol li input {
display: inline;
margin: 0;
padding: 0;
width: 20px;
}

div#pollControl fieldset ol li label {
margin: 0;
padding: 0;
width: 100px;
font-size: 90%;
display: inline;
}




