@charset "utf-8";

body {
	font-family: Caibri, Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #010203;
	margin: 0px;
}
h1 {
	color: #139C89;
	font-size: 1.7em;
}
h2 {
	color: #139C89;
	font-size: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	margin-top: 20px;
	height: 180px;
}
#header p {
	float: right;
	width: 50%;
	text-align: right;
	font-size: 1.5em;
	margin-top: 65px;
}
#header img {
	float: left;
}
#content {
	clear: both;
	float: left;
	width: 100%;
}
#footer {
	clear: both;
	padding-top: 35px;
	padding-bottom: 10px;
	color: #666;
	font-size: 0.9em;
	text-align: center;
}
.cols {
	padding: 2%;
	width: 44%;
	float: left;
	height: 195px;
	border: 1px solid #CCC;
	-webkit-box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.20);
	-moz-box-shadow:    0px 0px 5px rgba(50, 50, 50, 0.20);
	box-shadow:         0px 0px 5px rgba(50, 50, 50, 0.20);
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-top: 15px;
}
.clear {
	clear: both;
}


/* #wbdforms */

/* #submit - update bg colour */
#wbdform input.submit { border:0; padding:6px 12px; font-family:Helvetica, Arial, sans-serif; font-size:1.3em; font-weight:bold; color:#fff; -moz-border-radius:3px; -webkit-border-radius:3px; margin-top:10px; background-color: #139C8A; }

#wbdform {
	float:left;
	clear:both;
	width:96%;
	padding-top: 0px;
	margin: 0px;
}

#wbdform img
{
border:none;
margin:0px;
padding:0px;
}



#wbdform p{
	padding-top:10px;
	clear:both;
	color: #333;
	margin: 0px;
}
#wbdform ul, #wbdform li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-image: none;
}

#wbdform span.labels {
	width:35%;
	float:left;
	text-align:right;
	font-weight:normal;
	float:left;
	clear:both;
	font-size: 0.9em;
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;
}

#wbdform label.checkText { float:none; font-weight:normal; width:inherit; padding-right:3px; }
#wbdform span.inputs span.tip {
	color:#4c4c4c;
	font-size:0.7em;
	clear:left;
	float:none;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3;
	padding-left: 0;
}
#wbdform span.inputs {
	float:right;
	width:60%;
}

#wbdform span.inputs span { display:block; padding-top:6px; float:left; clear:left; }

#wbdform input.text {
	border:1px solid #b3b3b3;
	float:left;
	margin-right:5px;
	padding-top: 6px;
	padding-right: 2%;
	padding-bottom: 6px;
	padding-left: 2%;
}
#wbdform select {
	width:182px;
	padding: 3px;
	margin: 0;
	border:1px solid #b3b3b3;
}
#wbdform textarea { padding:6px; border:1px solid #b3b3b3; }

#wbdform input.wide,#wbdform textarea.wide {
	width:96%;
}
#wbdform .err  {	background-color: #FDD; }

#wbdform .star
{
	font-weight: bold;
	color: #C00;
}

#wbdform label.err{
	color: #C00;
	background-color: #fff;
}

span.inputs .error { font-size:.8em; color:red; clear:both; float:none; background-image:url(icon-error-sm.gif); background-repeat:no-repeat; background-position:left center; padding:6px 0 4px 15px; }
.errorMsg,.confirmMsg , loadingMsg{
	width:90%;
	background-color:#f1d8da;
	margin-bottom:20px;
	border:1px solid #EAC6C9;
	padding-bottom:10px;
	color: #333;
	padding-top: 5px;
}
.errorMsg .x {
	font-family: "Comic Sans MS", cursive;
	color: #C00;
	font-weight: bold;
	text-transform: capitalize;
	padding-right: 10px;
	padding-left: 10px;
}
.confirmMsg {
	background-color:#cfebcd;
	border-top-color: #A7DAA3;
	border-right-color: #A7DAA3;
	border-bottom-color: #A7DAA3;
	border-left-color: #A7DAA3;
	color: #49A442;
	background-image: url(success.gif);
	background-repeat: no-repeat;
	padding-left: 28px;
	background-position: 20px 24px;
}
.loadingMsg {
	background-color:#FFF;
	border-top-color: #DFDFDF;
	border-right-color: #DFDFDF;
	border-bottom-color: #DFDFDF;
	border-left-color: #DFDFDF;
	color: #666;
	background-image: none;
	background-repeat: no-repeat;
	padding-left: 28px;
	background-position: 20px 24px;
}

#wbdform .errorMsg ul, #wbdform .warnMsg ul, #wbdform .confirmMsg ul, #wbdform .loadingMsg ul{
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-image: none;
	line-height:18px;
}
#wbdform li   {
	margin-bottom: 3px;
	background-image: none;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	font-size: 0.9em;
}

.errorMsg strong, .confirmMsg strong {
	font-size: 1.2em;
	font-weight: bold;
	display: block;
	padding-bottom: 7px;
}
#wbdform h2 {
	font-size: 1.6em;
	padding-bottom: 20px;
	clear: both;
	float: left;
}
#wbdform h3 {
	font-size: 1.4em;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E9E9E9;
	margin-bottom: 10px;
	padding-bottom: 5px;
	clear: both;
	margin-top: 25px;
	float: left;
	background-image: none;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: normal;
}
#wbdform .field31 {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}
.red
{
 color:#F00;
}

#wbdform .readonly
{
color:#999
}

.pagination p { text-align: right; padding: 5px 0; }
.pagination a { padding: 5px; text-decoration:none; }
.pagination a.pag-next { background: transparent url(/forms/pagination/arrow-active.png) no-repeat left center; padding-left: 25px; margin-left: 10px; }
.pagination a.pag-next:hover { background-image: url(/forms/pagination/arrow-hover.png) }
.pagination a.pag-prev { background: transparent url(/forms/pagination/arrow-active-prev.png) no-repeat right center; padding-right: 25px; margin-right: 10px; }
.pagination a.pag-prev:hover { background-image: url(/forms/pagination/arrow-hover-prev.png) }
.pagination a.current { color: #3d4700; font-weight:bold; text-decoration:underline }
a {
	color: #129F8C;
	text-decoration: none;
	line-height: 1.5em;
}
