 @charset "UTF-8";
/*Layout*/
li {
    line-height: normal;
}

div#pageWrap {
    width: 980px;
    margin: -1px auto 0;
    position: relative;
	border:1px solid #CCCCCC;
}

div#headerTop {
    height: 148px;
    overflow: hidden;
}

div#headerTop, div#headerBottom {
    padding: 0 14px 0 20px;
    clear: both;
}

div#headerBottom {
    background-position: right;
    background-repeat: repeat-y;
    padding: 8px 17px 8px 20px;
    min-height: 1px;
}

div#headerTop a.logo {
    width: 127px;
    height: 40px;
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
}

div#activitiesDropDown {
    position: absolute;
    top: 119px;
    right: 520px;
    z-index: 100;
	width:440px;
}

.js div#activitiesDropDown {
	right: 625px;
	width:340px;
}

div#activitiesDropDown select#activity {
	width:170px;
	font-size:0.9em;
	padding: 1px;
	position:relative;
	top:0;
}

div#activitiesDropDown input {
	font-size:0.9em;
}

div#activitiesDropDown form {
	float:left;
}

div#activitiesDropDown form label,
div#activitiesDropDown form input,
div#activitiesDropDown form select {
	display: block;
	float: left;
	margin-left: 10px;
}

div#activitiesDropDown form label {
	line-height: 18px;
	margin-left: 0;
	padding-top: 0;
	vertical-align: middle;
	
}

div#activitiesDropDown span {
    display: none;
}

div#activitiesDropDown span a {
    color: #666;
    background-position: right -877px;
    float: right;
    min-height: 17px;
    padding: 3px 26px 0 0;
}

div#activitiesDropDown span a:hover, div#activitiesDropDown span.mouseover a {
    background-position: right -979px;
}

div#activitiesDropDown span.mouseover a {
    text-decoration: underline;
    color: #8c8c8c;
}

div#activitiesDropDown ul {
    background: url(/img/bg_selector_flyout.png) repeat;
    border: 1px solid #666;
    padding: 2px 0;
    font-size: 1.1em;
    min-width: 180px;
    position: relative;
    top: -1px;
    clear: both;
    display: none;
    float: right;
}



div#activitiesDropDown .hide {
    display: none;
}

div#activitiesDropDown .show {
    display: block;
}

div#activitiesDropDown ul li {
}

div#activitiesDropDown ul li a {
    padding: 2px 8px 1px;
    display: block;
}

div#activitiesDropDown ul li a:hover {
    background-color: #ff3300;
    color: #fff;
}

div#mainNavigation {
    float: left;
    height: 148px;
    width: 780px;
    overflow: hidden;
}

div#mainNavigation ul {
    padding: 20px 0 10px 0;
    height: 118px;
    border-right-width: 1px;
    border-right-style: solid;
    min-width: 119px;
}

div#mainNavigation ul li {
    line-height: 1em;
}

div#mainNavigation ul#navigationLevel1 {
    position: relative;
    top: 0px;
    left: 349px;
    float: left;
    /*margin-left: 349px;*/
}

div#mainNavigation ul#navigationLevel1 ul {
    position: absolute;
    top: 0px;
    left: 100%;
    margin-left: 1px;
}

div#mainNavigation ul#navigationLevel1 li a {
    text-align: right;
}

div#mainNavigation ul#navigationLevel1 ul li a {
    text-align: left;
}

div#mainNavigation ul li a {
    display: block;
    padding: 0 9px;
    /*min-width:101px;*/
    white-space: nowrap;
    text-decoration: none;
    line-height: normal;
}

div#metaNavigation {
    float: right;
    height: 148px;
    min-width: 166px;
    position: relative;
    right: 0;
    top: 0;
    line-height: normal;
}

ul#serviceNavigation {
    position: absolute;
    right: 6px;
    top: 20px;
}

ul#serviceNavigation li {
    text-align: right;
}

ul#serviceNavigation li a {
    line-height: normal;
}

div#languageNavigation {
    bottom: 15px;
    position: absolute;
    right: 0;
    text-align: right;
}

div#languageNavigation span {
    margin-right: 6px;
}

div#languageNavigation ul {
    margin-top: 3px;
    padding-right: 2px;
	float:right;
}

div#languageNavigation ul li {
    float: left;
    padding-right: 3px;
    margin-left: 2px;
    background-position: right 9px;
	background-repeat:no-repeat;
}

div#languageNavigation ul li a {
    line-height: normal;
    cursor: pointer;
    padding: 3px 2px 2px 5px;
    display: block;
    min-width: 10px;
    text-align: center;
}

div#languageNavigation ul li a.active, ul#resultSort span.active {
    background-position: left -22px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

div#languageNavigation ul li a.active:hover {
    text-decoration: none;
    color: #666;
    cursor: default;
}

div#languageNavigation ul li.last, 
div#content ul#resultSort li.last {
    background-image: none;
    padding-right: 0px;
    margin-right: 0px;
}

div#breadcrumb {
    float: left;
    margin-top: 3px;
}

div#breadcrumb span {
    float: left;
    margin-right: 4px;
}

div#breadcrumb ul {
    float: left;
	width:540px;
}

div#breadcrumb ul li {
    float: left;
    margin-right: 6px;
}

div#breadcrumb ul li a {
    padding-left: 9px;
    background-position: left -237px;
    background-repeat: no-repeat;
}

div#breadcrumb ul li a.highlight {
    font-weight: bold;
    cursor: default;
}

div#breadcrumb ul li a.highlight:hover {
    text-decoration: none;
}

div#breadcrumb ul li a.first {
    padding-left: 0px;
    background-image: none;
}

div#search {
    float: right;
}

label {
    cursor: pointer;
    display: inline-block;
    padding-top: 5px;
}

input.textField {
    height: 14px;
    padding: 4px 5px 2px;
    line-height: 1.2em;
}

input.textField, textarea {
    font-size: 1em;
    border-width: 2px 1px 1px 1px;
    border-style: solid;
    border-color: #bfbfbf;
    background-color: #fff;
    color: #000;
    margin-right: 7px;
    width: 245px;
}

textarea {
    padding: 4px 0px 4px 5px;
    height: 112px;
    margin-right: 0px;
}

select option {
    padding: 0px 10px;
}

input.radioField {
    position: relative;
    top: 5px;
}

input.checkboxField {
    position: relative;
    top: 5px;
}

div#search input#searchField {
    width: 148px;
    padding-top: 1px;
}

div#searchFormWrapper button {
    position: relative;
    top: -1px;
}

button {
    border: none;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    width: auto;
    background-color: transparent;
}

button span {
    background-position: left -199px;
    padding-left: 12px;
    display: block;
    margin: 0;
}

button span em {
    background-position: right -199px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    font-weight: bold;
    padding-right: 12px;
    line-height: 1.9em;
    display: block;
    margin: 0;
}

div#contentWrap {
    position: relative;
    top: 0;
    left: 0;
    clear: both;
}

div#contentWrap div.leftCol, div#contentWrap div.rightCol {
    float: left;
}

div#contentWrap div.leftCol {
    width: 240px;
}

div#contentWrap div.rightCol {
    width: 740px;
}

div#eyeCatcher {
    position: absolute;
    top: 0px;
    left: 0px;
}

div#content {
    min-height: 460px;
	position:relative;
}

div#content div.section fieldset {
	margin-bottom: -1em;
}

div#content div#activitiesSelectorWrapper, 
div#content div#activitiesSelectorWrapper a {
    color: #fff;
}

div.activityDescription {
    position: absolute;
    background-color: #ff3300;
    color: #fff;
    padding: 15px 20px 15px 20px;
    width: 288px;
    border-style: solid;
    border-width: 1px 0 1px 1px;
    border-color: #ccc;
    left: -329px;
    top: 38px;
}

div#content ul#activitiesSelector div.activityDescription {
    margin-top: -30px;
    left: -330px;
    top: auto;
}

div.activityDescription p {
    font-size: 0.9em;
   	margin:0px;
}

div#content ul#activitiesSelector {
    /*left:489px;*/
    left: 0px;
    position: absolute;
    top: 0px;
    min-height: 363px;
    border-left: 1px solid #ccc;
    margin-left: 0px;
    /*width:240px;*/
    width: 229px;
    padding-top: 117px;
    background-color: transparent;
    padding-right: 10px;
}

div#content ul#activitiesSelector ul {
    position: absolute;
    top: 0px;
    left: 100%;
    border-left: 1px solid #ccc;
    margin-top: 0px;
    width: 114px;
    margin-left: 0px;
    min-height: 470px;
    background-color: transparent;
    padding-right: 10px;
    padding-top: 10px;
}

div#content div#activitiesSelectorWrapper, div#content div#staticContentWrapper {
    background: url(/img/bg_grey.png) repeat;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 491px;
    min-height: 480px;
}

div#content div#staticContentWrapper {
    background-image: none;
    background-color: #ff3300;
    border-left: 1px solid #ccc;
    padding: 20px 10px;
    width: 470px;
    height:440px;
	min-height:0;
	overflow:hidden;
    color: #fff;
}

div#content div#staticContentWrapper a {
    color: #fff;
}
/*
 div#content ul#activitiesSelector,
 div#content ul#activitiesSelector ul{
 background:url(/img/bg_grey.png) repeat;
 }
 
 div#content  div.noSelect ul#activitiesSelector {
 background:none !important;
 }*/
div#content ul#activitiesSelector li {
    background-image: none !important;
    padding-left: 0px;
    margin-bottom: 0px;
}

div#content ul#activitiesSelector li a {
    padding: 5px 10px 6px 10px;
    display: block;
    text-decoration: none;
    font-size: 1.3em;
}

div#content ul#activitiesSelector ul li a {
    font-size: 0.93em;
    padding: 1px 10px;
}

div#content ul#activitiesSelector ul li {
    margin-bottom: 0px;
}

div#content ul#activitiesSelector li a:hover {
    background-color: transparent;
}

div#content ul#activitiesSelector li a.highlight, 
div#content ul#activitiesSelector ul li a:hover 
{
	background-color: #ff3300;
	background-image: none;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #ccc;
    padding: 4px 10px 5px;
}

div#content ul#activitiesSelector li.open li a.highlight, 
div#content ul#activitiesSelector ul li a:hover {
    padding: 0px 10px;
}

div#content div#activitiesSelectorWrapper span.acitiviesIntroduction {
    position: absolute;
    top: 96px;
    left: 11px;
    font-size: 0.9em;
    width: 218px;
    display: block;
    z-index: 100;
}

div#content div#activitiesSelectorWrapper div.addressBlock {
    position: absolute;
    bottom: 10px;
    left: 12px;
    font-size: 0.9em;
    width: 218px;
    z-index: 100;
}

div#content div#activitiesSelectorWrapper li.closed div, div#content div#activitiesSelectorWrapper li.closed ul {
    display: none;
}

div#content div.noSelect {
    background: #ff3300 none no-repeat !important;
}

div#content div.noSelect ul#activitiesSelector {
    border-right: 1px solid #ccc;
}

div#contentWrap div.leftCol div.imageOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 80px;
    background-repeat: repeat-x;
    background-position: 0px -98px;
}

div#contentWrap div.rightCol div#contentHeading {
    height: 80px;
    position: relative;
    top: 0px;
    left: 0px;
}

div#contentWrap div.rightCol div#contentHeading h1 {
    position: absolute;
    bottom: 6px;
    left: 20px;
}

div#content {
    padding: 20px 20px 0;
}

div#contentWrap ul, div#contentWrap ol {
    margin-left: 1px;
    background-color: #fff;
    min-height: 1px;
}

div#contentWrap ul ul, div#contentWrap ol ol, div#content ul ol, div#contentWrap ol ul {
    margin-top: 7px;
}

div#contentWrap ul li, div#contentWrap ol li {
    line-height: normal;
    margin-bottom: 7px;
}

/* tjunghans - changed sprite */ /*
div#contentWrap ul li {
    padding-left: 19px;
    background-repeat: no-repeat;
    background-position: left -335px;
}
*/

div#contentWrap ol li {
    list-style-position: outside;
    margin-bottom: 8px;
    padding-left: 0;
    line-height: normal;
    list-style: decimal;
    margin-left: 19px;
    background-image: none !important;
}

/* tjunghans - removed for left column */ /*
div#contentWrap div.content ul, div#contentWrap div.content ol {
	margin-left:12px;
}
*/

div#contentWrap div.content ul li ul, div#contentWrap div.content ol li ol{
	margin-left:1px;
}

div#sitemapNavigator {
    margin-bottom: 13px;
    clear: both;
}

div#sitemapNavigator ul, div#sitemapNavigator span {
    float: left;
}

div#sitemapNavigator span {
    margin-right: 5px;
}

div#sitemapNavigator ul li {
    float: left;
    padding-left: 0px;
    background-image: none !important;
    margin-right: 13px;
}

div#content ul.dropDownSitemap {
    clear: both;
    min-height: 1px;
}

div#content ul.dropDownSitemap ul {
    border-left: 1px solid #ff3300;
    margin: 3px 0 2px 5px;
    padding: 3px 0 0 8px;
    min-height: 1px;
}

div#content ul.dropDownSitemap li,
div#content ul.dropDownSitemap li ul li.open {
    padding-left: 0px;
    background-image: url(/img/css_sprite.png) !important;
}

div#content ul.dropDownSitemap li ul li {
	background-image: none !important;
}

div#content ul.dropDownSitemap li ul li ul li {
	background-image: none !important;
}


div#content ul.dropDownSitemap li.last {
    margin-bottom: 5px;
}

div#content ul.dropDownSitemap li.open {
    background-position: -233px -393px;
    margin-bottom: 0px;
}

div#content ul.dropDownSitemap li.closed {
    background-position: -109px -449px;
}

div#content ul.dropDownSitemap li.closed ul {
    display: none;
}

div#content ul.dropDownSitemap li a {
    /*padding-left:15px;*/
    margin-left: 15px;
}

div#content div.oneColumnFullWidth {
    width: 700px;
}

div#content div.oneColumn {
    padding-right: 240px;
    clear: both;
}

div#content div.oneColumn, div#content div.leftColumn {
    width: 460px;
}

div#content dl.floatLeft, div#content dl.floatLeft {
    float: left;
    margin-right: 20px;
}

div#content dl.floatRight, div#content dl.floatRight {
    float: right;
    margin-left: 20px;
}

div#content dl.floatLeft, div#content dl.floatLeft, div#content dl.floatRight, div#content dl.floatRight {
    margin-bottom: 15px;
}

div#content div.leftColumn {
    float: left;
    margin: 0 20px 20px 0;
    /*overflow:hidden;*/
}

div#content div.rightColumn {
    float: left;
    width: 220px;
    margin-bottom: 20px;
    /*overflow:hidden;*/
}

div#content div.twoColumnWrapper, div#content div.contentElement {
    clear: both;
}

a.lightbox {
    border: 1px solid #fff;
    display: block;
    float: left;
    overflow: hidden;
    position: relative;
    font-size: 0px;
}

a.lightbox:hover {
    border-color: #ff3300;
}

span.openButton {
    background-position: -174px -545px;
    bottom: -1px;
    display: block;
    height: 16px;
    position: absolute;
    right: 0;
    width: 16px;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
}

div#content dl dd {
    clear: both;
    display: block;
    font-size: 0.9em;
    padding-top: 2px;
    padding-left: 1px;
}

table {
    margin-bottom: 20px;
    /*width: 460px;*/
	width:100%;
}

/*table.fullWidth {
    width: 100%;
}*/

table.centerColumn, table.columnHeader, table.twoHeader {
    border-collapse: collapse;
    border-spacing: 0px;
    font-size: 0.9em;
}

table.centerColumn caption, table.columnHeader caption, table.twoHeader caption {
    padding-bottom: 10px;
    caption-side: top;
    font-weight: bold;
}

table.centerColumn thead tr th, table.columnHeader tr th, table.twoHeader th {
    border-right: 1px solid #fff;
    font-weight: bold;
    cursor: pointer;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

table.columnHeader tr th, table.twoHeader th {
    cursor: default;
}

table.centerColumn thead tr th, table.centerColumn tbody tr td, table.columnHeader tr th, table.columnHeader tr td, table.twoHeader th, table.twoHeader td {
    padding: 4px 6px 5px 6px;
    vertical-align: top;
}

table.centerColumn tbody tr td {
    border-width: 0 1px 1px 0;
    border-style: solid;
    border-color: transparent #fff #666 transparent;
}

table.columnHeader th {
    border-width: 1px 0;
    border-style: solid;
    border-color: #fff;
}

table.columnHeader td {
    border-width: 1px;
    border-style: solid;
    border-color: #666 #fff;
}

table.twoHeader tbody td {
    border-width: 1px;
    border-color: #666 #fff;
    border-style: solid;
}

table.centerColumn thead tr th {
    padding-left: 15px;
    background-repeat: no-repeat;
}

table.centerColumn thead tr th.header {
    background-position: 5px -649px;
}

table.centerColumn thead tr th.headerSortDown {
    background-position: 5px -728px;
}

table.centerColumn thead tr th.headerSortUp {
    background-position: 5px -797px;
}

div#hitInfo {
    text-align: right;
    padding: 4px;
    margin-bottom: 7px;
}

ul#resultSort {
    float: right;
    margin-bottom: 15px;
}

div#content ul#resultSort li {
    float: left;
	background-image: none !important;
    background-position: right 10px;
    padding: 0 11px 0 0;
    margin-right: 2px;
    margin: 0 2px 0 0;
}

ul#resultSort span.active {
    padding: 3px 6px 2px 6px;
    display: block;
}

ul#resultSort a {
    margin: 3px 0;
    display: block;
}

div.result {
    clear: both;
    margin-bottom: 20px;
}

div.result span.pageType {
    float: left;
    /*padding-top:2px;*/
    /*padding-top:1px;*/
    line-height: 1.5em;
    margin-right: 5px;
}

div.result h2 {
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    padding-bottom: 6px;
}

div.result span.moreResults {
    color: #666;
}

div.result div.pageInfo {
    margin-bottom: 0px;
}

div.level1 {
    padding-right: 240px;
}

div.level2 {
    padding-right: 240px;
    margin-left: 42px;
}

div.resultPaging {
    margin-bottom: 30px;
}

div#searchFormWrapper {
    padding: 25px 80px;
    margin-bottom: 10px;
}

div#content div.resultPaging ul {
    margin: 0 auto;
    display: table;
}

div#content div.resultPaging ul li {
    float: left;
	background-image: none !important;
    background-position: right 10px;
    padding: 0px;
    padding-top: 1px;
    margin: 0px;
    margin-right: 2px;
    padding-right: 3px;
    padding-bottom: 1px;
}

div#content div.resultPaging ul li a {
    cursor: pointer;
    display: block;
    line-height: 1em;
    min-width: 15px;
    padding: 3px 2px;
    text-align: center;
}

div#content div.resultPaging ul li a.active {
    background-position: left -22px;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    cursor: default;
    text-decoration: none;
    position: relative;
    top: -1px;
    padding-top: 4px;
}

div#content div.resultPaging ul li.firstIcon, div#content div.resultPaging ul li.forwardIcon, div#content div.resultPaging ul li.backIcon, div#content div.resultPaging ul li.lastIcon, div#content div.resultPaging ul li.last {
    background-image: none;
    padding-right: 0px;
}

div#content div.resultPaging ul li.firstIcon, div#content div.resultPaging ul li.forwardIcon, div#content div.resultPaging ul li.backIcon, div#content div.resultPaging ul li.lastIcon {
    padding-top: 0px;
    padding-bottom: 0px;
}

div#content div.resultPaging ul li.firstIcon a, div#content div.resultPaging ul li.forwardIcon a, div#content div.resultPaging ul li.backIcon a, div#content div.resultPaging ul li.lastIcon a {
    padding: 0px;
}

div#content div.resultPaging ul li.firstIcon a img {
    background-position: left -1180px;
}

div#content div.resultPaging ul li.forwardIcon a img {
    background-position: left -1093px;
}

div#content div.resultPaging ul li.backIcon a img {
    background-position: left -1137px;
}

div#content div.resultPaging ul li.lastIcon a img {
    background-position: left -1049px;
}

div#content div.resultPaging ul li.firstIcon {
    margin-right: 10px;
}

div#content div.resultPaging ul li.forwardIcon {
    margin-right: 10px;
}

div#content div.resultPaging ul li.lastIcon {
    margin-right: 0px;
}

div#content div.errorMessage {
    background-color: #cc0000;
    padding: 9px 10px;
    color: #fff;
    font-weight: bold;
}

div#content div.component fieldset {
    background-color: #e5e5e5;
    padding: 10px 10px;
}

div#content div.formRow {
    clear: both;
    margin-bottom: 3px;
    position: relative;
    min-height: 1px;
}

div#content div.last {
    margin: 10px 0;
    height:10px;
}

div#content div.formRow div.leftPart {
    float: left;
    width: 132px;
    margin-right: 10px;
}

div#content div.formRow div.small {
    width: 20px;
    margin-right: 0px;
}

div#content div.formRow div.description {
	color:#666666;
	font-size:0.9em;
	padding-top:4px;
	clear:both;
}

div#content div.formRow div.errorMessageInline {
	color:#cc0000;
	font-size:0.9em;
	padding-top:4px;
	clear:both;
	background-color:#e5e5e5;
	font-weight:bold;	
}

div#content textarea {
    width: 283px;
}

div#content div.formRow div input, div#content div.formRow div select {
    float: left;
    margin-right: 2px;
}

div#content div.formRow div.rightPart {
    float: left;
    padding-left: 8px;
}

div#content div.formRow div.rightPart button {
    position: absolute;
    right: -3px;
}

div#content div.formRow input.small, div#content div.formRow textarea.small {
    width: 46px;
}

div#content div.formRow select.small {
    width: 58px;
}

div#content div.formRow select.heightSmall {
	width:50px;
}

div#content div.formRow input.medium, div#content div.formRow textarea.medium {
    width: 145px;
}

div#content div.formRow select.medium {
    width: 158px;
}

div#content div.formRow select.heightMedium {
	height:100px;
}

div#content div.formRow input.large, div#content div.formRow textarea.large {
    width: 185px;
}

div#content div.formRow select.large {
    width: 198px;
}

div#content div.formRow select.heightLarge {
	height:200px;
}


/*div#content div.formRow div.rightPart div.formRow div.leftPart {
	width:auto;
}

div#content div.error div.rightPart div.formRow div.rightPart {
	padding-left:0px;
	background-image:none;
}*/

div#content div.formRow div.rightPart div.formRow input.checkboxField,
div#content div.formRow div.rightPart div.formRow input.radioField {
	margin-right:10px;
}

div#content div.formRow div.rightPart div.formRow label {
	max-width: 266px;
}

div#content div.error div.rightPart {
    /*background-position: 129px -1233px;*/
	background-position: -111px -1233px;
	background-repeat:no-repeat;
}

div#content h3.error {
	padding-left: 12px;
    background-position: -111px -1235px;
	background-repeat:no-repeat;
}

div#TB_caption {
    padding-left: 17px;
}

a#TB_closeWindowButton {
    display: block;
    width: 16px;
    height: 16px;
    background-position: left -1300px;
}

div#TB_window img#TB_Image {
    margin: 19px 0 0 18px;
}

div#TB_window {
    padding-right: 7px;
    border: none;
    background: url(/img/bg_grey1.png) repeat 0 0;
}

div.TB_overlayBG {
    background-color: #fff;
    opacity: 0;
    filter: Alpha( opacity = 0 );
	moz-opacity:0;
}

div#TB_closeWindow {
    position: absolute;
    top: 1px;
    right: 1px;
    padding: 0px;
    height: 16px;
    float: none;
    clear: both;
}

.leftCol .content {
    padding-top: 15px;
    padding-left: 20px;
}

div#content div.download, div.content div.download {
    padding-left: 0px;
    background-image: none;
    clear: both;
    margin-bottom: 10px;
}

div.download {
    clear: both;
}

div.download a {
    float: left;
    display: block;
    left: 0;
    margin-left: 29px;
    position: relative;
    top: 0;
}

div.download a span.ref {
}

div.download a span.fileProperties {
    cursor: default;
    display: block;
    padding-top: 0.2em;
    clear: both;
}

div.download a img.fileIcon {
    height: 17px;
    left: -29px;
    position: absolute;
    top: 0;
    width: 17px;
}

div.download a img.fileIcon {
    background: transparent url(/img/fileicons/default.gif) no-repeat scroll 0 0;
}

div.download a.pdf img.fileIcon {
    background: transparent url(/img/fileicons/pdf.gif) no-repeat scroll 0 0;
}

div.download a.doc img.fileIcon {
    background: transparent url(/img/fileicons/doc.gif) no-repeat scroll 0 0;
}

div.download a.eps img.fileIcon {
    background: transparent url(/img/fileicons/eps.gif) no-repeat scroll 0 0;
}

div.download a.gif img.fileIcon {
    background: transparent url(/img/fileicons/gif.gif) no-repeat scroll 0 0;
}

div.download a.jpg img.fileIcon {
    background: transparent url(/img/fileicons/jpg.gif) no-repeat scroll 0 0;
}

div.download a.ppt img.fileIcon {
    background: transparent url(/img/fileicons/ppt.gif) no-repeat scroll 0 0;
}

div.download a.tif img.fileIcon {
    background: transparent url(/img/fileicons/tif.gif) no-repeat scroll 0 0;
}

div.download a.txt img.fileIcon {
    background: transparent url(/img/fileicons/txt.gif) no-repeat scroll 0 0;
}

div.download a.xls img.fileIcon {
    background: transparent url(/img/fileicons/xls.gif) no-repeat scroll 0 0;
}

div.download a.zip img.fileIcon {
    background: transparent url(/img/fileicons/zip.gif) no-repeat scroll 0 0;
}

div.wide div.contentElement {
    width: 460px;
}

div.contentElement {
    padding-bottom: 10px;
}

div.content div.contentElement,
div.rightColumn div.contentElement {
    padding-bottom: 1px;
}

div.wide div.fullWidth, div.wide div.rightColumn div.contentElement {
    width: auto;
}

div#footer {
    clear: both;
    padding: 9px 20px 7px;
    min-height: 1px;
}

div#footer span {
    float: left;
}

div#footer ul {
    float: left;
    margin: 0px 0 0 5px;
}

div#footer ul li {
    float: left;
    margin-right: 4px;
    padding-left: 5px;
    background-repeat: no-repeat;
    background-position: left -273px;
}

div.section { 
	margin-bottom: 1em;
}

/*Clearfix*/
div#headerBottom:after, 
div#footer:after, 
div#content ul.dropDownSitemap ul:after, 
div#content div.twoColumnWrapper:after, 
div#content div.resultPaging ul:after, 
div#content div.formRow:after, 
div.download:after, 
div.download:after, 
div.contentElement:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/*Design*/
body {
    color: #000;
    font: 1em / 1.33 Arial, sans-serif;
    padding-bottom: 1.0em;
}

p {
    margin-bottom: 0px;
}

p.leadParagraph {
    font-weight: bold;
    margin-bottom: 8px;
}

p.description {
    margin-top: -3px;
    margin-bottom: 5px;
}

h1, h2, h3, h4, h5, h6 {
    font: bold 1em / 1.33 'Trebuchet MS', Arial, sans-serif;
    line-height: normal;
}

h1 {
    font-size: 1.5em;
}

h2 {
    font-size: 2em;
    /*padding-top: 24px;*/
    padding-bottom: 10px;
}

h3 {
    font-size: 1.3em;
    padding-bottom: 8px;
    /*padding-top:16px;*/
}

h4 {
    color: #ff3300;
    font-size: 1.2em;
    /*padding-top: 9px;*/
    padding-bottom: 7px;
}

h5 {
    font-size: 1.2em;
    /*padding-top: 9px;*/
    padding-bottom: 7px;
}

h6 {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 1.1em;
    /*padding-top: 12px;*/
    padding-bottom: 6px;
}

.leftCol h1, .rightColumn h1, .leftCol h2, .rightColumn h2 {
    display: none;
}

.leftCol h3, .rightColumn h3 {
    font-size: 1.2em;
    /*padding-top: 10px;*/
    padding-bottom: 6px;
}

.leftCol h4, .rightColumn h4 {
    font-size: 1em;
    /*padding-top: 6px;*/
    padding-bottom: 6px;
}

.leftCol h5, .rightColumn h5 {
    font-size: 1em;
    /*padding-top: 5px;*/
    padding-bottom: 6px;
}

.leftCol h6, .rightColumn h6 {
    font-size: 0.9em;
    /*padding-top: 3px;*/
    padding-bottom: 5px;
}
/*h1.first,
 h2.first,
 h3.first,
 h4.first,
 h5.first,
 h6.first {
 padding-top:0px;
 }*/
html {
    font-size: 100%;
}

strong {
    font-weight: bold;
}

div#header, div#footer {
    font-size: 0.7em;
}

div#headerTop a {
    color: #000;
    text-decoration: none;
}

div#headerBottom a, div#headerBottom, h1 {
    color: #fff;
}

div#content h1 {
    font-size: 2em;
    margin-bottom: 15px;
}

div#headerBottom a {
    text-decoration: none;
}

div#headerBottom a:hover {
    text-decoration: underline;
}

div#content a:hover, div#content ul.dropDownSitemap li a {
    color: #000;
    text-decoration: none;
}

div#content a:hover, div#metaNavigation a:hover, div#footer a:hover, div#content ul.dropDownSitemap li a:hover, div#activitiesDropDown span:hover a {
    color: #ff3300;
    text-decoration: underline;
    background-color: #fff;
}

div#content p a, div#content div.textimage a, div#content div.titletext a, div.content div.titletext a, div#content li a, div#content table a, div#content div.result a, div#content div.resultPaging ul li a, div.leftCol div.content p a, div.download a span.ref {
    color: #ff3300;
    text-decoration: underline;
}

div#content p a:visited, div#content div.textimage a:visited, div#content div.titletext a:visited, div.content div.titletext a:visited, div#content li a:visited, div#metaNavigation a, div#metaNavigation, div#footer, div#footer a, div#content dl dd, h2, h3, h5, p.description, div.result a:visited, div.result span.targetURL, div#content div.resultPaging ul li a.active, div#content div.download a span.fileProperties, div.content div.download a span.fileProperties {
    color: #666;
}

div#content p a:focus, div#content div.textimage a:focus, div#content div.titletext a:focus, div.content div.titletext a:focus, div#content p a:active, div#content li a:focus, div#content li a:active, div#mainNavigation ul li a:focus, div#mainNavigation ul li a:active, div#content div.result a:focus, div#content div.result a:active, table.centerColumn thead tr th, table.columnHeader tr th, table.twoHeader th, div#content div.resultPaging ul li a:active, div#content div.resultPaging ul li a:focus, div.leftCol div.content p a:active, div.leftCol div.content p a:focus, div.leftCol div.content div.download a:active, div.leftCol div.content div.download a:focus {
    color: #fff;
    background-color: #666;
    text-decoration: none;
}

div#content p a:hover, div#content div.textimage a:hover, div#content div.titletext a:hover, div.content div.titletext a:hover, div#content li a:hover, div#content table a:hover, div#content div.result a:hover, div#content div.resultPaging ul li a:hover, div.leftCol div.content p a:hover {
    background-color: #ff3300;
    color: #fff;
    text-decoration: none;
}

div#content div.resultPaging ul li a.active:hover, div#content div.resultPaging ul li a.active:active, div#content div.resultPaging ul li a.active:focus {
    background-color: #fff;
    color: #666;
    text-decoration: none;
}

div#content div.download a, div.content div.download a {
    text-decoration: none !important;
    background-color: transparent;
}

div#content div.download a:focus, div#content div.download a:active, div.content div.download a:focus, div.content div.download a:active {
    background-color: transparent !important;
}

div#content div.download a span.ref, div.content div.download a span.ref {
    text-decoration: underline;
}

div#content div.download a:hover span.ref, div.content div.download a:hover span.ref {
    text-decoration: none;
    background-color: #ff3300;
    color: #fff;
}

div#content div.download a:focus span.ref, 
div#content div.download a:active span.ref, 
div.content div.download a:focus span.ref, 
div.content div.download a:active span.ref {
    background-color: #666;
}

div.download a:hover span.fileProperties {
    color: #ff3300;
    background-color: #fff;
}

div#content, div.leftCol {
    font-size: 0.75em;
}

div#mainNavigation ul {
    border-right-color: #ff3300;
}

div#mainNavigation ul li a:hover, div#contentWrap div.rightCol div#contentHeading, 
div#mainNavigation ul li a.highlight, 
table.centerColumn thead tr th.headerSortUp, 
table.centerColumn thead tr th.headerSortDown {
    background-color: #ff3300;
    color: #fff;
}

div#headerBottom {
    background-color: #646464;
    background-image: url(/img/bg_header_bottom.gif);
}

div#searchFormWrapper, 
div#hitInfo, 
table.centerColumn tbody tr:hover, 
table.columnHeader tr:hover, 
table.twoHeader tr:hover,
#content table.centerColumn tbody tr:hover li, 
#content table.columnHeader tr:hover li, 
#content table.twoHeader tr:hover li,
#content table.centerColumn tbody tr:hover ul, 
#content table.columnHeader tr:hover ul, 
#content table.twoHeader tr:hover ul,
#content table.centerColumn tbody tr:hover ol, 
#content table.columnHeader tr:hover ol, 
#content table.twoHeader tr:hover ol {
    background-color: #e5e5e5;
}

.division div#content ul#activitiesSelector a:hover {
	text-decoration:underline;
}

.division div#content ul#activitiesSelector ul.continent a:hover,
.division div#content ul#activitiesSelector a.highlight:hover{
	text-decoration:none;
}

div#contentWrap div.leftCol div.imageOverlay, 
div#languageNavigation ul li,
/*div#search input#searchButton,*/
div#breadcrumb ul li a, 
div#footer ul li, 
div#contentWrap ul li, 
div#content ul.dropDownSitemap li.open, 
div#content ul.dropDownSitemap li.closed, 
div#languageNavigation ul li a.active, 
span.openButton, 
button span, 
button span em, 
table.centerColumn thead tr th.header, 
table.centerColumn thead tr th.headerSortDown, 
table.centerColumn thead tr th.headerSortUp, 
div#activitiesDropDown span a, 
ul#resultSort span.active, 
div#content div.resultPaging ul li a.active, 
div#content div.resultPaging ul li a img, 
div#content div.error div.rightPart, 
a#TB_closeWindowButton,
div#content h3.error {
    background-image: url(/img/css_sprite.png);
}



/*WAI*/
ul#skip {
    left: 0;
    position: absolute;
    top: 0;
}

ul#skip li {
    display: inline;
    height: auto !important;
}

ul#skip a {
    background: #FFFFCC none repeat scroll 0 0;
    color: black;
    display: block;
    font-size: 0.875em;
    left: -9999px;
    padding: 1px 0.2em;
    position: absolute;
    top: -100px;
    white-space: nowrap;
    z-index: 1000;
}

ul#skip a:focus, ul#skip a:active, ul#skip a.focused {
    left: 0;
    top: 0;
}

.screenReader {
    position: absolute;
    left: -999em;
}
 
div#content div#activitiesSelectorWrapper li.closed ul.heightMeasure {
    display: block;
}

div#contentWrap ul ol li {
	margin-left: 19px;
	padding-left: 0;
}

div#contentWrap ol ol, div#contentWrap ul ul,
div#contentWrap ul ol {
	margin-left: 19px;
}

div#contentWrap ol ul,
div#contentWrap ul ol ol, div#contentWrap ol ul ol,
div#contentWrap ul ol ul, div#contentWrap ol ul ul  {
	margin-left: 5px;
}

div#contentWrap ul li {
	background-image: url(/img/list_icon.gif) !important;
	background-position: 0 5px;
	background-repeat: no-repeat;
	padding-left: 19px;
}

div#contentWrap ul li {
	list-style: none;
}

div#contentWrap ul ol li {
	background-image: none !important;
	list-style: decimal outside;
}

div#contentWrap ol ul li {
	padding-left: 18px;
}