@charset "utf-8";
/* CSS Document */
* {
	font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 0;
	padding: 0;
	text-shadow: none !important;
}
html, body {
	font-family: "Open Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	height: 100%;
	width: 100%;
}
a {
	color:#27567E;
	cursor:pointer;
	text-decoration:underline;
}
a:hover {
	color:#2F5E9D;
}
a:visited {
	color:#7C4D27;
}
em, strong {
	font-size: 1em;	
}
form {
	display: inline;
}
h1 {
	clear: both;
	border-bottom: 1px solid #DDD;
	color:#27567E;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 10px 0 0 0;
	padding-bottom: 9px;
}
h2 {
	clear: both;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #27567E;
	font-weight: bold;
	margin: 1em 0;
}
h3 {	
	clear: both;
	color: #27567E;
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 1em 0;
}
h4 {
	clear: both;
	color: #212121;
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 1em 0;
}
h5 {
	clear: both;
	color: #000;
	font-size: 1em;
	line-height: 1em;
	margin: 1em 0;
}
input[type="checkbox"], input[type="email"], input[type="password"], input[type="radio"], input[type="tel"], input[type="text"], select, textarea {
	border: 1px solid #d0d0d0;
	color: #000 !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 1em !important;
	padding: 3px !important;
	border-radius: 4px;
}
input[type="checkbox"], input[type="radio"] {
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
ol ul {
	list-style-type:disc;
}
p {
	margin: 1em 0;
	font-size: 1em;
	text-align: justify;
}
table th, table td {
	font-size: 1em;
	text-align: left;
	vertical-align: top;
}
table.defaultStyle {
	border: 1px solid #C0C0C0;
	border-collapse: collapse;
	margin-top: 1em;
	width: 763px;
}
table.defaultStyle tr th, table.defaultStyle tr td {
	border: 1px solid #C0C0C0;
	font-size: 1em;
	padding: 5px;
	text-align: left;
	vertical-align: top;
}
#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -209px auto; /* height of footer */
}
#body {
	clear: both; /* important */
	overflow: hidden;
}
#push {
	clear: both;
	height: 259px; /* -(height of footer) + 50 */
}
#footer {
	background-color: #363C4A;
	overflow: visible;
	width: 100%;
}
/* begin: header */
#header {
	position: relative;
	z-index: 100;	
}
#header_top {
	background-color: #02294A;
	color: #fff;
	font-size: 1em;
	font-weight: normal;
	overflow: hidden;
	width: 100%;
}
#header_top_wrapper {
	font-size: 1.1em;
	margin: 0 auto;
	padding: 10px 0;
	overflow: hidden;
	width: 960px;
}
#header_top_lower {
	background-color:#214B85;
	border-bottom:5px solid #e7eff9;
	color:#fff;
	height:20px;
	width:100%;
}
#header_menu {
	height: 35px;
	padding: 3px 0;
}
#header_body {
	margin:0 auto;
	width:960px;
}
#header_search {
	float:right;
	margin: 5px 10px;
	text-align:right;
}
#header_links_div {
	clear:right;
	float:right;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
}
.header-icon {
	float: right;
	margin-left: 15px;
}
.header-icon a {
	color:#0a88c1;
	cursor:pointer;
	display: block;
	font-size: .95em; /*font-size: 1em;*/
	font-weight:bold;
	float:left;
	padding-top: 10px;
	text-decoration:none;
}
.header-icon img {
	border: none;
	cursor: pointer;
	height: 27px;
	width: 27px;
	padding-top: 5px; /* added */
}
.header-icon a.active {
	color: #596372;
}
.header-icon:hover {
	cursor: pointer;	
}
.header_top_links {
	cursor:pointer;
}
.BreadCrumbs {
	font-weight:normal;
}
/* end: header */
/* begin: main */
#main {
	font-size: 13px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 960px;
}
#main ol, #main ul, #dialog ol, #dialog ul {
	margin: 15px 30px;
}
#main ol li, #main ul li, #dialog ol li, #dialog ul li {
	margin: 1em 0 0 0;
	padding: 0;
	text-align: justify;
}
#main ul ul, #dialog ul ul {
	list-style-type: disc;
}
/* splash screen */
.mainMenu {
	background-color: #E4E9EF;
	border: 1px solid #E4E9EF;
	border-radius: 3px;
	height: 280px;
	margin-bottom: 20px;
	padding: 20px 24px;
	position: relative;
	width: 912px;
}
.pageEffect {
  position: relative;
}
.pageEffect:before, .pageEffect:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.pageEffect:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
/* end: main */
/* begin: left and right */
#left {
	float:left;
	margin:0 15px 0 0;
	padding:0;
	width:180px;
}
#right, #rightLoader {
	float:right;
	width:765px;
}
#left .leftMenuBox, #right .rightMenuBox {
	background-color: #fff;
	border: 1px solid #c0c0c0;
	border-top: none;
	color: #333333;
	font-size: 1em;
	padding: 0 0 10px 0;
	margin: 15px 0 0 0;
	width: 100%;
}
#right .rightMenuBox {
	border: 1px solid #EEE;
	float: right;
	margin-left: 15px;
	width: 170px;
}
#left .leftMenuBox .title, #right .rightMenuBox .title {
	background-color: #9cb7d4;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	padding:3px 3px 3px 7px;
	width: 170px;
}
#right .rightMenuBox .title {
	background-color: #EEE;
}
#right .rightMenuBox p {
	padding: 0 10px;
	margin: 10px 0 0 0;
	text-align: left;
}
#rightLoader {
	display: none;
	margin-top:50px;
	text-align:center;
}
#left .leftMenuBox ul {
	line-height: 1.2em;
	list-style:none;
	margin:0;
	padding:0 10px;
}
#left .leftMenuBox ul li {
	color: #000;
	padding: 0;
	margin: 0.9em 0 0 0;
	text-align: left;
}
#left .leftMenuBox ul li a {
	color:#333333;
	text-decoration:none;
}
#left .leftMenuBox ul li a.nav_on {
	color:#035CAC;
	font-weight: bold;
	text-decoration:none;
}
#left .leftMenuBox ul li a.nav_on:hover {
	text-decoration:none;
}
#left .leftMenuBox ul li a:hover {
	color:#035CAC;
	text-decoration:underline;
}
#left .leftMenuBox p, #left .leftMenuBox div.simulate-p {
	padding: 0 10px;
	margin: 10px 0 0 0;
	text-align: left;
}
#left .leftMenuBox p.highlight {
	background-color:#27567E;
	color:#fff;
	font-weight:bold;
	padding:5px;
	margin: 10px 10px 0 10px;
	text-align: left;
}
#left .leftMenuBox div.filterContainer {
	margin: 0;
	overflow-x: hidden;
	text-align: left;
}
#left .leftMenuBox div.filterItemContainer {
	margin-top:5px;
	overflow:hidden;
	padding-left:25px;
	padding-right:10px;
}
#left .leftMenuBox div.filterItemContainer input[type='checkbox'] {
	clear:both;
	float:left;
	margin-left:-15px;
	width:15px;
}
#left .leftMenuBox div.filterItemContainer input[type='text'] {
	width:145px;
}
#left .leftMenuBox div.filterItemContainer div {
	float:left;
	margin-left:3px;
	margin-top:-2px;
	width:142px;
}
#left .leftMenuBox div.filterItemContainer div.has-scroll {
	width:127px;
}
/* end: left and right */
#footer #rssImg {
	background:url(/img/sprite-social.png) no-repeat 0 0;
	cursor:pointer;
	float:left;
	height:45px;
	margin:0 auto;
	padding:0;
	width:45px;
}
#footer #rssImg:hover {
	background:url(/img/sprite-social.png) no-repeat 0 -45px;
}
#footer #fbImg {
	background:url(/img/sprite-social.png) no-repeat 0 -90px;
	cursor:pointer;
	float:left;
	height:45px;
	margin:0 auto;
	padding:0;
	width:45px;
}
#footer #fbImg:hover {
	background:url(/img/sprite-social.png) no-repeat 0 -135px;
}
#footer #twImg {
	background:url(/img/sprite-social.png) no-repeat 0 -180px;
	cursor:pointer;
	float:left;
	height:45px;
	margin:0 auto;
	padding:0;
	width:45px;
}
#footer #twImg:hover {
	background:url(/img/sprite-social.png) no-repeat 0 -225px;
}
#footer #inImg {
	background:url(/img/sprite-social.png) no-repeat 0 -270px;
	cursor:pointer;
	float:left;
	height:45px;
	margin:0 auto;
	padding:0;
	width:45px;
}
#footer #inImg:hover {
	background:url(/img/sprite-social.png) no-repeat 0 -315px;
}
#footer #banners-right {
	float:right;
}
#footer #banners-right img{
	border: 1px solid #ddd;
	margin: 0 5px;
	padding: 0;
}
#footer #banners-right img:hover{
	border: 1px solid #C7C7C7;
}
/* begin: login */
#loginWrapper {
	background: #2c4b78;
	background: -moz-linear-gradient(#567aae, #2c4b78); 
	background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #2c4b78),color-stop(1, #567aae));	
	background: -webkit-linear-gradient(#567aae, #2c4b78);	
	background: -o-linear-gradient(#567aae, #2c4b78);
	background: -ms-linear-gradient(#567aae, #2c4b78);
	background: linear-gradient(#567aae, #2c4b78);
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 3px 3px #e0e0e0;
	-webkit-box-shadow: 0 0 3px 3px #e0e0e0;
	box-shadow: 0 0 3px 3px #e0e0e0;
	color: #fff;
	overflow: hidden;
	padding: 20px 10px;
	position: relative;
	margin: 15px auto 10px auto;
	text-align: left;
	width: 928px;
}
#loginWrapper #btnLogin, #loginWrapper #btnLogInOut {
	float: right;
	margin-left: -5px;
	margin-top: 1em;
}
#loginWrapper #logoWatermark {
	bottom: 0px;
	height: 75px;
	position: absolute;
	right: 60px;
	width: 224px; /* width set to 224px for ie8 */
}

#loginWrapper #logoWatermark img {
	opacity: 0.15;
}
#loginWrapper #logoWatermark #iosco-name {
	color: #546F97;
	font-size: 7px;
	font-weight: bold;
	margin-top: -1px;
	text-align: right;
	width: 224px;
}
#loginWrapper .message {
	color: #FF9;
	text-align: center;
	width: 100%;
}
#loginWrapper #frmLogin {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	text-align: left;
	width: 261px;
}
#loginWrapper .title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0;
	width: 100%;
}
#loginWrapper label {
	color: #8fb7e3 !important;
	display: block;
	margin-top: 1em;
	padding-left: 8px;
	text-align: left;
}
#loginWrapper .footNote {
	border-top: 1px solid #4A6C9C;
	clear: both;
	color: #8fb7e3;
	font-size: 11px;
	margin: 1em auto 0 auto;
	padding-top: 1em;
	text-align: center;
	width: 253px;
}
#loginWrapper .footNote a, #loginWrapper .message a {
	color: #fff;
	text-decoration: underline
}
#loginWrapper label.rememberMe {
	font-size: 11px;
	margin-top: 0.5em;
}
#loginWrapper input[type="checkbox"] {
	display:none;
}	
#loginWrapper input[type="checkbox"] + label {
	color:#f2f2f2;
	font-size:0.9em;
}		
#loginWrapper input[type="checkbox"] + label span {
	display:inline-block;
	width:19px;
	height:19px;
	margin:-1px 4px 0 0;
	vertical-align:middle;
	background:url("/img/check_radio_sheet_3.png") left top no-repeat;
	cursor:pointer;
}		
#loginWrapper input[type="checkbox"] + label span:hover {
	background:url("/img/check_radio_sheet_2.png") left top no-repeat;
}
#loginWrapper input[type="checkbox"]:checked + label span {
	background:url("/img/check_radio_sheet_3.png") -19px top no-repeat;
}
#loginWrapper input[type="checkbox"]:checked + label span:hover {
	background:url("/img/check_radio_sheet_2.png") -19px top no-repeat;
}
#loginWrapper #frmLogin input[type="text"], #loginWrapper #frmLogin input[type="password"] {
	background: url("/img/field.png") left top no-repeat;
	border: none;
	font-size: 12px;
	height: 45px;
	margin: 0;
	padding: 0 0 0 20px !important;
	width: 241px;
}
/* end: login */
/* begin: alphaSelect */
#alphaSelect, #alphaSelect-no-ajax {
	background-color: #fff;
	border: 1px solid #c0c0c0;
	border-top: none;
	color: #333333;
	font-size: 0.9em;
	margin: 15px 0 0 0;
	padding: 0;
	text-align: center;
	width: 100%;
}
#alphaSelect .title, #alphaSelect-no-ajax .title {
	background-color:#9cb7d4;
	color: #000;
	font-size: 13px;
	font-weight: bold;
	padding: 3px 3px 3px 7px;
	text-align: left;
	width: 170px;
}
#alphaSelect-no-ajax p {
	padding: 0 10px;
	margin: 10px 0 0 0;
	text-align: left;
}
#alphaSelect ul, #alphaSelect-no-ajax ul {
	margin: 0;
	padding: 5px;
	list-style: none;
	overflow: hidden;
}
#alphaSelect ul li, #alphaSelect-no-ajax ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#alphaSelect ul li a, #alphaSelect-no-ajax ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	border: 1px solid #c0c0c0;
	padding: 3px;
	margin: 4px;
	text-align: center;
	width: 18px;
}
#alphaSelect ul li a:hover, #alphaSelect ul li a.nav_on, #alphaSelect-no-ajax ul li a:hover, #alphaSelect-no-ajax ul li a.nav_on {
	color: #000;
	background-color: #9cb7d4;
}
#alphaSelect ul li a.inActive, #alphaSelect ul li a.inActive:hover, #alphaSelect-no-ajax ul li a.inActive, #alphaSelect-no-ajax ul li a.inActive:hover {
	color: #E3E3E3;
	background-color: #c0c0c0;
	border: 1px solid #E3E3E3;
	cursor: default;
}
#alphaSelect form input {
	border: 0px;
}
/* end: alphaSelect */
/* begin: pageLister */
.PageLister {
	float: right;
	margin: 10px 0;
}
.PageLister div {
	float: left;
	height: 15px;
	padding: 5px;
	margin: 0 2px;
	vertical-align: middle;
	white-space: nowrap;
}
.PageLister .PageNumber {
	background-color: #2c4b78;
	border: 1px solid #4f709f;
	color: #fff;
	font-weight: normal;
	padding: 3px 7px 5px 7px;
	margin: 4;
	overflow: hidden;
	text-align: center;
	width: auto;
	-moz-border-radius: 5px;
	border-radius: 5px;
	vertical-align: middle;
}
.PageLister .PageNumber:hover, .PageLister .current {
	background: #4f709f;
	border: 1px solid #2c4b78;
	color: #ffcc00;
	cursor: pointer;
}
.PageLister .current {
	cursor: default !important;
}
.PageLister img.pageChanger {
	cursor: pointer;
	height: 10px;
	margin: 4px 0 0 0;
	padding: 0;
	width: 10px;
}
.PageLister select {
	font-size:11px;
	font-weight: normal;
	color: #000;
	white-space: nowrap;
	text-align: left;
	margin-left: 10px;
	padding: 2px;
}
/* end: pageLister */
#home-main-top {
	background: url(/img/home-main.jpg) center no-repeat;
	clear: both;
	height: 380px;
	margin: 0 auto;
	text-align:center;
	width: 960px;
}
#home-main {
	margin:0 auto;
	margin-bottom:5px;
	width:940px;
}
#home-main a, #home-main a:link, #home-main a:active {
	color:#27567E !important;
	cursor: pointer;
	text-decoration: none;	
}
#home-main a.nav_on {
 	color:#27567E !important;
	text-decoration:none;
}
#home-main a:hover {
	color:#27567E !important;
	text-decoration: underline;
}
#iosco-news {
	float:left;
	margin:0 30px 0 10px;
	padding:0;
	width:445px;
}
#iosco-publications {
	float:left;
	margin:0 10px 0 0;
	padding:0;
	width:445px;
}
#iosco-news a.nav_on, #iosco-publications a.nav_on, #divVacancies a.nav_on {
	color:#27567E !important;
	font-weight:bold;
}
.iosco-news-item, .iosco-publications-item {
	clear: left;
	padding-left: 47px;
	margin-top: 1em;;
}
#dialog {
	font-size: 13px;
}
#dialogComments h1 {
	font-size: 1.1em;
	font-weight: bold;
}
#dialogComments ul {
	margin-left: 3em;
}
#dialogComments li {
	margin-top: 5px;
}
#orgDetails {
	clear: both;	
}
div.hr {
	border-top:1px solid #ddd;
	clear: both;
}
div.hr10 {
	border-top: 1px solid #ddd;
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}
div.linkedReports {
	background-color:#F5F5F5;
	border:1px solid #EEE;
	display: none;
	padding-right:10px;
	margin-top: 5px;
}
div.linkedReports li {
	margin-top:0.5em;
}
.errorMessage {
	color: maroon;
	font-size: 1.1em;
	font-weight: bold;
}
li.errorMessage {
	font-weight: normal;
}
.fieldHighlight, .highlight {
	background: #FF0;
}
.firstSubItem {
	margin-top: 1em;
}
.hide {
	display: none;	
}
.imgChairs {
	border: 1px solid #ddd;
	float: left;
	margin: 10px 0 10px -130px;
	padding: 0;
}
.removebold {
	font-weight: normal !important;
}
.screenReader {
	position:absolute;
	top:0;
	left:-9999px;
}
.small {
	font-size: 0.9em;	
}
.ui-widget {
	font-size: 1em !important;
}
button.ui-widget, input[type="button"].ui-widget, input[type="submit"].ui-widget {
	font-size: 0.9em !important;
}
.ui-widget-overlay {
  background: #000 !important;
}