﻿@charset "utf-8";

dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
/* ======================================================================================================= */
/* ======================================== Template styles ============================================== */
/* ======================================================================================================= */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;	
	color: #333333;
	height: 100%;
	width: 100%;
}
.templateWrapper {
	width: 950px;
	margin: auto;
	position: relative;
}
/* ======== Header ======== */
#templateHeader {
	padding-top: 6px;
	overflow: hidden;
	clear: both;
}
#templateHeader #mainIDBLogo img {
	margin-left: 10px;
}
#templateHeader #headerRightWrapper {
	text-align: right;
	overflow: hidden;
}
#templateHeader #languageSelector {
}
#templateHeader #languageSelector a {
	font-size: 1.0em;
	color: #666666;
	text-decoration: none;
}
/* The display:inline is meant to fix the double margin problem of IE6 */
#templateHeader #languageSelector a:hover {
	color: #333333;
}
#templateHeader #searchForm {
	margin-top: 10px;
}
#templateHeader #searchForm #globalSearchBox {
	border: solid 1px #8f8f8f;
	height: 18px;
	background: #FFF url(/images/searchButton.png) right no-repeat;
}
#templateHeader #searchForm #globalSearchInput {
	width: 142px;
	float: left;
	border: 0px;
	padding: 2px 4px;
	font-size: 1.1em;
	color: #999999;
	background: none;
	margin: 0px;
}
#templateHeader #searchForm #globalSearchButton {
	float: right;
	background: none;
	border: none;
	height: 18px;
	width: 18px;
	cursor: pointer;
	margin-top: 0px;
}
#templateHeader #headerLinks {
	margin-top: 15px;
	text-align: right;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 0.70em;
	letter-spacing: 0.05em;
	overflow: hidden;
	height: 14px;
}
#templateHeader #headerLinks a {
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#templateHeader #headerLinks a:hover {
	color: #BBB;
}
/* ======== Global Navigation ======== */
#templateNavigation {
	height: 27px;
	background-color: #FFFFFF;
	overflow: hidden;
	margin-top: 9px;
}
#templateNavigation ul {
	margin: 0px;
}
#templateNavigation ul li {
	float: left;
	border-right: solid 1px #E8E6E4;
	list-style: none;
	margin: 0px;
	font-size: 1.0em;
}
#templateNavigation ul li a, #templateNavigation #GlobalNavTopicsTitle a {
	color: #666666;
	display: block;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	padding: 7px 16px;
	text-align: center;
	text-decoration: none;
}
#templateNavigation ul li a:hover, #templateNavigation #GlobalNavTopicsTitle a:hover {
	background-color: #F4F3F2;
}
#templateNavigation ul li#GlobalNav1 {
	border-left: solid 1px #E8E6E4;
}
/* Global Navigation Topics */
#GlobalNavTopicsTitle {
	display: none;
	position: absolute;
	background-color: #FFFFFF;
	margin-left: 223px;
	z-index: 1100;
}
#GlobalNavTopicsList {
	display: none;
	position: absolute;
	border: solid 1px #CCCCCC;
	z-index: 999;
	background: #FFFFFF;
	margin-top: 27px;
	padding: 6px 8px;
}
#GlobalNavTopicsList .colSize1 {
	margin: 0px 7px;
}
#GlobalNavTopicsList dl {
	margin-top: 0px;
}
#GlobalNavTopicsList dl dt {
	margin-top: 1px;
	margin-bottom: -3px;
	color: #CD6005;
	font-size: 0.9em;
}
#GlobalNavTopicsList dl dd {
	margin-top: 0px;
	margin-bottom: 0px;
}
#GlobalNavTopicsList dl dd a {
	display: block;
	text-align: left;
	padding: 4px 0px;
	margin: 0px;
	font-size: 0.9em;
	text-decoration: none;
	line-height: 1.1em;
}
#GlobalNavTopicsList dl dd a:hover {
	background-color: #F4F3F2;
}
#GlobalNav3 {
	z-index: 9999;
}
/* ======== Sub Header ======== */
#templateSubHeader {
	margin-top: 12px;
	clear: both;
	overflow: hidden;
	height: 234px;
}
#templateBanner {
	position: relative;
	height: 234px;
}
/* ======== Breadcrumb ======== */
#templateTopBar {
	clear: both;
	overflow: hidden;
}
/* ========= Share tool box ========== */
/* ========= Comment tool box ========== */
/* ======== Menu Items ======== */
#templateMenu ul {
	margin-top: 0px;
	margin-left: 0px;
}
/* Background color, separator color */
/*#templateMenu ul ul { display:none; }  Background color, separator color */
#templateMenu ul li a {
	outline: none;
	font-size: 1.0em;
	padding: 7px 6px;
}
#templateMenu ul li a:hover {
	background-color: #F4F3F2;
	color: #666;
}
/* Hover background change */
#templateMenu ul li a.selected {
	color: #333;
	background-color: #f0f0f0;
}
/* Selected link background */
#templateMenu ul li a.selected:hover {
	cursor: default;
}
/* Selected link background */
#templateMenu ul li a.parentSelected {
	color: #666;
	background-color: #f0f0f0;
}
/* The styles when this item is the parent of a selected item */
#templateMenu ul li a.parentSelected:hover {
	background: none;
	background-color: #f0f0f0;
	color: #333;
}
#templateMenu ul ul li {
	padding-left: 9px;
	border-bottom: 0px;
}
#templateMenu ul ul li a {
	padding: 5px 6px;
}
#templateMenu ul ul li a:hover {
	background-color: #F4F3F2;
	color: #333333;
}
/* Hover background change */
#templateMenu ul ul li a.selected {
	color: #666;
	background-color: #f0f0f0;
}
/* Selected link background */
#templateMenu ul ul li a.selected:hover {
	cursor: default;
}
/* Selected link background */
#templateMenu {
	margin-bottom: 36px;
}
#templateMenu .notItemsListInPath {
	display: none;
}
#templateMenu .itemsListInPath {
}
/* ======== Template Body ======== */
#templateBody {
	clear: both;
	overflow: hidden;
}
#templateLeftBar {
	width: 190px;
	background: #FFFFFF;
	font-size: 1em;
	float: left;
	clear: both;
}
/* Left bar width, background color and font size */
#templateContent {
	float: left;
	width: 760px;
}
#templateContent.noMenu {
	width: 950px;
}
/* ======== Footer  ======== */
#footerWrapper {
	margin: auto;
	text-align: center;
	width: 950px;
	position: relative;
}
#templateFooter {
	background: url(images/IDBFooter_bg.png) repeat-x;
	padding-top: 18px;
	height: 153px;
	text-align: center;
	clear: both;
	overflow: hidden;
	margin-top: 18px;
}
#templateFooter ul {
	margin-left: 0px;
}
#templateFooter ul li {
	float: left;
	padding: 3px 6px;
	border-right: solid 1px #000000;
	font-size: 1.0em;
	line-height: 1em;
	list-style: none;
	margin: 0px;
}
#templateFooter ul li a {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-decoration: none;
}
#templateFooter .copyRights {
	color: #999999;
	border-right: solid 1px #999999;
	padding-left: 0px;
}
#templateFooter a:hover {
	color: #999999;
}
#templateFooter .lastLi {
	border-right: none;
}
#templateFooter #footerSocialNetworks {
	padding-top: 6px;
}
#templateFooter a.comlink {
	border-left: 1px solid #000000;
	padding: 6px;
	text-decoration: none;
	color: #333333;
	margin-left: 6px;
}
#templateFooter div#footerSocialNetworks {
	height: 30px;
	margin: 15px auto auto;
}
#templateFooter li.socialicon {
	border-right: none;
	padding-left: 14px;
	float: left;
}
#templateFooter li#first {
	padding-left: 0px;
}
#templateFooter li.socialtext {
	border-right: none;
	margin-top: 9px;
	margin-top: 8px;
	float: left;
}
#templateFooter ul.socialNetworks {
	margin: 0px 0px 0px 165px;
}
/* ======================================================================================================= */
/* ===================================== Basic Structural Styles ========================================= */
/* ======================================================================================================= */
/* ======== Columns and Divs width  ======== */
.colSize0, .colSize1, .colSize1Half, .colSize2, .colSize3, .colSize4, .colSize5 {
	margin-left: 9px;
	margin-right: 9px;
	float: left;
	overflow: hidden;
	_display: inline;
}
#templateBody .colSize0, #templateBody .colSize1, #templateBody .colSize1Half, #templateBody .colSize2, #templateBody .colSize3, #templateBody .colSize4, #templateBody .colSize5 {
	margin-bottom: 18px;
}
.colSize5, .divSize5 .colSize0 {
	width: 932px;
	float: left;
}
.colSize5.border, .divSize5 .colSize0.border {
	width: 930px;
	float: left;
}
.colSize4, .colSize4 table, .divSize4 .colSize0 {
	width: 742px;
}
.colSize4.border, .colSize4.border table, .divSize4 .colSize0.border {
	width: 740px;
}
.colSize3, .colSize3 table, .divSize3 .colSize0 {
	width: 552px;
}
.colSize3.border, .colSize3.border table, .divSize3 .colSize0.border {
	width: 550px;
}
.colSize2, .colSize2 table, .divSize2 .colSize0 {
	width: 362px;
}
.colSize2.border, .colSize2.border table, .divSize2 .colSize0.border {
	width: 360px;
}
.colSize1Half, .colSize1Half table, .divSize1Half .colSize0 {
	width: 267px;
}
.colSize1Half.border, .colSize1Half.border table, .divSize1Half .colSize0.border {
	width: 265px;
}
.colSize1, .colSize1 table, .divSize1 .colSize0 {
	width: 172px;
}
.colSize1.border, .colSize1.border table, .divSize1 .colSize0.border {
	width: 170px;
}
.divSize0, .divSize1, .divSize1Half, .divSize2, .divSize3, .divSize4, .divSize5 {
	float: left;
	overflow: hidden;
}
.divSize1, .divSize1 .divSize0 {
	width: 190px;
}
.divSize1Half {
	width: 285px;
}
.divSize2, .divSize2 .divSize0 {
	width: 380px;
}
.divSize3, .divSize3 .divSize0 {
	width: 570px;
}
.divSize4, .divSize4 .divSize0 {
	width: 760px;
}
.divSize5, .divSize5 .divSize0 {
	width: 950px;
}
.InternetExplorer #templateContent .divSize0, .InternetExplorer #templateContent .divSize1, .InternetExplorer #templateContent .divSize2, .InternetExplorer #templateContent .divSize3, .InternetExplorer #templateContent .divSize4, .InternetExplorer #templateContent .divSize5 {
	padding-bottom: 18px;
}
/* ======== Links  ======== */
a {
	color: #0066CC;
}
a:link {
}
a:hover {
	color: #0099FF;
}
a:active {
}
a:visited {
}
h1 a, h2 a, h3 a, h4 a {
	color: #666666;
	text-decoration: none;
}
#templateWrapper h1 a:hover, #templateWrapper h2 a:hover, #templateWrapper h3 a:hover, #templateWrapper h4 a:hover {
	text-decoration: underline;
}
#templateWrapper ul.linkList {
	margin: 9px;
	border-top: solid 1px #CCCCCC;
	padding: 0px;
}
#templateWrapper #templateBody ul.linkList li {
	list-style-type: none;
	font-size: 1.1em;
	line-height: 1.5em;
	border-bottom: solid 1px #CCCCCC;
	margin-top: 0px;
	padding: 4px 0px;
	background: none;
}
#templateWrapper ul.linkList li a {
	text-decoration: none;
	color: #666666;
}
#templateWrapper ul.linkList li a:hover {
	color: #999999;
}
ul li {
	list-style-type: square;
	font-size: 1.2em;
	margin-top: 6px; /*letter-spacing:0.03em;*/
}
#templateBody ul li, #templateHeaderExtraContent ul li {
	line-height: 1.3em;
}
ul li li {
	font-size: 1.0em;
}
ol li {
	list-style-type: inherit;
	font-size: 1.2em;
	margin-top: 6px; /*letter-spacing:0.03em;*/;
	line-height: 1.3em;
}
ol li li {
	font-size: 1.0em;
}
.colSize1 ul {
	font-size: 0.9em;
}
.colSize1 ul li {
	color: #5f5f58;
	background: url(images/bulletGray.gif) no-repeat 0px 6px;
	list-style: none;
	padding-left: 9px;
}
ul.noBullets li {
	list-style: none;
}
ul.menu {
	margin-bottom: 0px;
	margin-left: 0px;
}
ul.menu li {
	list-style: none;
	background: none;
	padding-left: 0px;
	border-bottom: solid 1px #999999;
	margin: 0px;
}
ul.menu li a {
	padding-top: 7px;
	padding-bottom: 7px;
	display: block;
	color: #333333;
	text-decoration: none;
	font-size: 1.0em;
	letter-spacing: normal;
}
ul.menu li a:hover {
	color: #888888;
}
ul.menu li p {
	padding-top: 7px;
	padding-bottom: 7px;
	margin: 0px;
	display: block;
	color: #333333;
	text-decoration: none;
	font-size: 1.0em;
	letter-spacing: normal;
}
ul.menu li p a {
	padding-top: 0px;
	padding-bottom: 0px;
}
ul.linkList2 {
	margin: 0px;
	margin-bottom: 18px;
}
ul.linkList2 a {
	text-decoration: none;
	font-size: 0.9em;
}
dl {
	margin-top: 0px;
	padding: 0px;
	font-size: 1.2em;
	overflow: hidden;
	clear: both; /*letter-spacing:0.03em;*/;
	line-height: 1.3em;
}
/* Striped list */
dt {
	float: none;
	font-weight: bold;
}
dd {
	float: none;
	margin-top: 9px;
}
dl.inline dt, dt.inline {
	float: left;
	padding: 6px;
	font-weight: bold;
	clear: both;
}
dl.inline dd, dd.inline {
	float: none;
	padding: 6px;
	margin-top: 0px;
}
dl.wrapDT dt {
	padding-bottom: 0px;
}
ul dl {
	font-size: 1.0em;
}
dl.lines {
	border-bottom: solid 1px #CCC;
	padding: 0px;
}
dl.lines dt, dl.lines dd {
	border-top: solid 1px #CCC;
}
dl.lines dt.noline, dl.lines dd.noline {
	border-top: 0px;
}
/* ======== Form styles  ======== */
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 1px 0px;
}
.InternetExplorer #templateWrapper input[type=radio] {
	margin: 0px 0px 0px -4px;
}
.colSize3 .formatted label {
	float: left;
	width: 534px;
}
.colSize2 .formatted label {
	float: left;
	width: 344px;
}
.colSize1 .formatted label {
	float: left;
	width: 154px;
}
.formatted label.inline {
	float: left;
	width: auto;
}
.formatted label.colLeft {
	width: 267px;
	margin-right: 9px;
	float: left;
}
.formatted label.colRight {
	width: 267px;
	margin-left: 9px;
	float: left;
}
.formatted label span {
	width: 90px;
	float: left;
	padding: 5px 4px 5px 0px;
}
.formatted label span.noResize {
	width: auto;
}
.formatted label input, .formatted label select {
	float: left;
	margin: 4px 0px;
}
.formatted label input.resize, .formatted label select.resize {
	width: 172px;
}
.formatted .marginLeft {
	margin-left: 9px;
}
fieldset.fieldsetLeft {
	width: 267px;
	margin-right: 9px;
	float: left;
}
fieldset.fieldsetRight {
	width: 267px;
	margin-left: 9px;
	float: left;
}