html {
    width: 100%;
    overflow-y: scroll;
}

body {
    width: 100%;
}

#page {
    width: 100%;
}

#page #head,
#page #body,
#page.start #afterBody,
#page #foot {
    width: 100%;
}

#page .container {
    width: 877px;
    margin: 0 auto;
}

#page.popup .container {
	width: 621px;
}

/* head row */

#head .container,
#foot .container {
    overflow: hidden;
}

#head ul,
#foot ul {    
    float: right;
}

#head ul {
    margin-right: 11px;
}

#head ul li,
#foot ul li {    
    display: inline-block; /* FIX-IE */
    vertical-align: top;
    padding-left: 7px;
}

#head ul li a,
#foot ul li a {
    padding-top: 1px;
    line-height: 36px;
    display: block;
}

#foot ul li a {
    line-height: 40px;
}

/* body row */

#body {
    border-bottom: 3px solid white;
    overflow: hidden;
    position: relative;
	background: #eeeee8 url(../pix/after_body_border.gif) repeat-x bottom left;
}

#body #bodyBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	height: 135px;
    z-index: 0;
	background: url(../pix/sub_bg_green.jpg);
	border-bottom: 3px solid white;
}

#body #nav,
#body .contentContainer {
    float: left;
    position: relative;
    z-index: 1;
}

#body #nav #logo a {
    display: block;
    margin: 0 15px 36px 15px;
}

#body .contentContainer {
    display: inline-block; /* FIX-IE */
    vertical-align: top;
    width: 667px;
    padding-top: 23px;
}

#page.popup #body .contentContainer {
	width: 621px;
}

#nav {
    width: 136px;
    padding: 23px 21px 29px 21px;
    margin-right: 30px;
	margin-bottom: 30px;
    border-radius-bottom-left: 8px;
    border-radius-bottom-right: 8px;
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);    
    -webkit-box-shadow: 0px 5px 10px 6px rgba(0, 0, 0, 0.15);
}

#nav #navBg {
    display: none;
}


/* FF<=3.5 */
.gecko19 #nav {
    position: relative;
    background: none;
	padding-bottom: 45px;
}

.gecko19 #nav #navBg {
    display: block;
    background: url(../pix/menu_bg_full.png) no-repeat bottom left;
    position: absolute;
    left: -13px;
    top: 0;
    width: 204px;
    height: 100%;
    z-index: 2;
}
.gecko19 #nav #logo,
.gecko19 #nav ul {
    position: relative;
    z-index: 3;
}
.gecko19 .start #body #nav,
.gecko19 .start #body .contentContainer {
	margin-bottom: 45px;
}
/* end FF<=3.5 */

#body .contentContainer .head {
	height: 112px;
	padding-bottom: 33px;
	overflow: hidden;
}

/* Startpage */
.start #body {
	background: #073c9e url(../pix/start_bg_blue.png) repeat-x 0 0;
}

.start #body #bodyBg {
	position: absolute;
    height: 100%;
	border: none;
	width: 1920px;
}
.start #body #bodyBg img {
	position: absolute;
	z-index: 0;
	height: 100%;
}
.start #body #bodyBg img.old {
	z-index: -1;
}


.start #body #nav,
.start #body .contentContainer {    
    margin-bottom: 53px;
}
.start .textWrap {
	margin-bottom: 0;
}
.start #afterBody {
    width: 877px;
    background: #eeeee8 url(../pix/after_body_border.gif) repeat-x bottom left;
    padding-top: 25px;
}

.start #afterBody .contentContainer {
    padding-bottom: 50px;
}
/* /Startpage */

#marginContainer {
	position: relative;
	margin-bottom: 30px;
	z-index: 0;
}
#marginContainer .bg,
#marginContainer .bg2 {
	position: absolute;
	height: 100%;
	width: 100%;
}
#marginContainer .bg {
	z-index: 1;
	background: url(../pix/marg_border.png) no-repeat right top;
	padding-bottom: 10px;
	top: -15px;
}
#marginContainer .bg2 {
	z-index: 2;
	background: url(../pix/margin_bottom.png) no-repeat right bottom;
}

#marginContainer .content,
#marginContainer .margin {
	display: inline-block;  /* FIX-IE */
	vertical-align: top;
	position: relative;
	z-index: 3;
}

#marginContainer .content {
	width: 436px;
	margin-right: 27px;
}
#marginContainer .margin {
	width: 191px;
	padding-right: 13px;
	padding-bottom: 30px;
}
#marginContainer .margin h5 {
	margin-top: 14px;
}
#marginContainer .margin h5:first-child {
	margin-top: 0;
}

#marginContainer .margin a.more,
#marginContainer .margin a.extLink,
#marginContainer .margin a.back {
	margin-left: 9px;
}

#marginContainer .content p {
	margin-bottom: 0;
}

.keyfacts p {
	margin-bottom: 5px !important;
}

/* content layout */



.start #body .boxes {
	padding: 0;
	overflow: hidden;
	background: none;
}
	
.start #afterBody .boxes {
	background: url(../pix/boxes_bg.png) no-repeat bottom left;
}

.boxes {
	padding-bottom: 15px;
	margin-bottom: 28px;
}

.two {
	background: url(../pix/boxes_bg_two.png) no-repeat bottom left;
}

.three {
	background: url(../pix/boxes_bg_three.png) no-repeat bottom left;
}

.box {
    display: inline-block;  /* FIX-IE */
    vertical-align: top;
	margin-left: 30px;
}

.box:first-child {
    margin-left: 0 !important;
}

.boxes .box .inner {
    background: white;
    padding: 15px 20px 0 20px;
    margin-top: 0px;
	overflow: hidden;
}

.three .box .inner {
	padding-left: 10px;
	padding-right: 10px;
}

.boxes .box .inner img {
    padding-top: 5px;
    margin-bottom: 11px;
}

.three .box .inner img {
	padding-top: 2px;
}

.start .three .box .inner {
	padding-left: 20px;
	padding-right: 20px;
}
.start .three .box .inner img {
	padding-top: 5px;
}

.start .three .box p {
	margin-bottom: 0;
}

.two .box {
	width: 318px;
	margin-left: 30px;
}

.three .box {
	width: 203px;
	margin-left: 28px;
}

.content .fiftyfifty .box {
	width: 318px;
}

.boxBg {
    display: none;
}

hr {
	display: none;
}

.hr {
	margin-bottom: 30px;
	height: 1px;
}

.hr,
p.totop {
	background: url(../pix/dotted_blue.gif) repeat-x left top;
}

p.totop {
	padding-left: 4px;
	margin-bottom: 75px;
}
p.totop a {
	display: block;
	padding-top: 9px;
	line-height: 15px;
	background: url(../pix/totop_blue.gif) no-repeat left 10px;
	padding-left: 13px;
}
p.totop a:hover {
	background-image: url(../pix/totop_green.gif);
}

p.hidden {
	visibility: hidden;
}

.start #body .box {
    width: 320px;
	margin-left: 27px;
}
.start #body .box p {
    margin-top: 15px;
	margin-bottom: 0;
}

.topframe {
	background: url(../pix/dotted.gif) repeat-x left top;
	padding-top: 12px;
}

.bottomframe {
	background: url(../pix/dotted.gif) repeat-x left bottom;
}


/* -- */

.start #afterBody .box {
    width: 272px;
	margin-left: 30px;
}


.contenttable {
	margin-bottom: 30px;
	width: 100%;
}

.contenttable thead th.td-even,
.contenttable thead th.td-0,
.contenttable thead th.td-2,
.contenttable thead th.td-4,
.contenttable thead th.td-6,
.contenttable thead th.td-8,
.contenttable thead th.td-10 {
	background: #334291;
	white-space: nowrap;
}

.contenttable thead th.td-odd,
.contenttable thead th.td-1,
.contenttable thead th.td-3,
.contenttable thead th.td-5,
.contenttable thead th.td-7,
.contenttable thead th.td-9,
.contenttable thead th.td-11 {
	background: #3d4a91;
}
.contenttable thead th,
.contenttable thead th a {
	line-height: 24px;
	padding-top: 0;
	padding-bottom: 0;
}

.contenttable td.td-even,
.contenttable td.td-0,
.contenttable td.td-2,
.contenttable td.td-4,
.contenttable td.td-6,
.contenttable td.td-8,
.contenttable td.td-10 {
	background-color: white;
}

.contenttable td.td-odd,
.contenttable td.td-1,
.contenttable td.td-3,
.contenttable td.td-5,
.contenttable td.td-7,
.contenttable td.td-9,
.contenttable td.td-11 {
	background-color: #eaecf3;
}

.contenttable tbody td.td-0,
.contenttable thead th.td-0,
.contenttable tbody td.td-first,
.contenttable thead th.td-first {
	border-left: 1px solid #ddddd9;
}
.contenttable tbody td.td-last,
.contenttable thead th.td-last {
	border-right: 1px solid #ddddd9;
}



/* table foot styles */
.contenttable .tr-last td {
	background-repeat: no-repeat;
	background-position: bottom left;

	padding-bottom: 9px;
}

.contenttable .tr-last td.td-0,
.contenttable .tr-last td.td-first {
    border-left: none;
	background-image: url(../pix/table_bottom_left.png);
	padding-left: 11px;
}
.contenttable .tr-last td.td-last {
    border-right: none;
	background-image: url(../pix/table_bottom_right.gif);
	background-position: bottom right;
}
.contenttable .tr-last td {
	background-image: url(../pix/table_bottom_middle.gif);
	background-repeat: repeat-x;
}



.contenttable tbody td {
	border-top: 1px solid #dbdde3;
}

.contenttable tbody .tr-1 td {
	border-top: none;
}

.contenttable td.title {
	width: 30%;
}

.contenttable td,
.contenttable th {
	padding: 7px 10px 6px 10px;
	font-size: 11px;
}
.contenttable th {
	color: #fff;
	text-transform: uppercase;
}

.contenttable td a {
	font-size: 11px;
}

.contenttable td a.more,
.contenttable td a.extLink {
	font-size: 11px;
	background-position: 0 4px;
	line-height: 16px;
	padding-top: 0;
}

.contenttable td a.extLink {
	background-position: 0 2px;
}

.contenttable .last td {
	padding-bottom: 0;
}

.contenttable th .sortup,
.contenttable th .sortdown {
	display: inline-block;
	position: relative;
	top: 2px;
	width: 11px;
	height: 11px;
	padding-left: 3px;
	background: url(../pix/sort_up.gif) no-repeat 3px 0;
}
.contenttable th .sortdown {
	background-image: url(../pix/sort_down.gif);
}

.contenttable thead th a {
	color: white;
	text-transform: uppercase;
	font-size: 11px;
}

.contenttable {
	font-size: 11px;
}
.contenttable .title {
	color: #001375;
}

.tx-fcmevent-pi1 .contenttable,
.tx-fcmnews-pi1 .contenttable {	
	margin-bottom: 15px;
}

.tx-fcmevent-pi1 .textWrap {
	margin-bottom: 20px;
}

.tx-fcmevent-pi1 #feeCalculator .calculator {
	margin-bottom: 15px;
}

.tx-fcmevent-pi1 #feeCalculator table td {
	padding-right: 10px;
	padding-bottom: 10px;
}
.tx-fcmevent-pi1 #feeCalculator table td.last {
	padding-right: 0;
}
.tx-fcmevent-pi1 #feeCalculator table td.last.sum {
	padding-right: 10px;
}
.tx-fcmevent-pi1 #feeCalculator .sum,
.tx-fcmevent-pi1 #feeCalculator .sumCell {
	text-align: right;
}
.tx-fcmevent-pi1 #feeCalculator .sum .feeSum {
	font-weight: bold;
}

.tx-fcmevent-pi1 #feeCalculator .totalRow td {
	background-color: white;
	padding-top: 0;
	padding-bottom: 0;
}

.tx-fcmevent-pi1 #feeCalculator .totalRow td h4 {
	margin-bottom: 0;
}

.tx-fcmevent-pi1 #feeCalculator .sumRow td {
	background: url(../pix/dotted.gif) repeat-x left top;
	padding-top: 5px;
}

.tx-fcmevent-pi1 #feeCalculator .sumRow td.first,
.tx-fcmevent-pi1 #feeCalculator .totalRow td.first h4 {
	padding-left: 10px;
}