/* layout style sheet */


h1 {
	margin: 5px 0px 10px 0px;
}

h2 {
	margin: 5px 0px 10px 0px;
}

h3 {
	margin: 0px 0px 2px 0px;
}

h4 {
	margin: 0px 0px 2px 0px;
}

h5 {
	margin: 0px 0px 0px 0px;
}

h6 {
	/* not used yet */
}

p {
	margin-bottom: 18px;
}

/* pictogram next to a headline */
h1 img {
	vertical-align: middle;
	margin-right: 8px;
}

h5 a {
	padding-left: 25px;
}

.right {
	float: right;
}

.wide {
	width: 100%;
}

label {
	white-space: nowrap;
}

input {
	padding: 1px 1px 1px 1px;
	margin: 0;
}
input.button {
	padding: 0;
}
input.number {
	text-align: right;
	width: 50px;
	vertical-align: middle;
}
input.date { 
	width:100px;
}
	
input.percent { 
	width:50px;
	text-align: right;
}
input.email { 
	width:200px;
}
input.cell {
	text-align: right;
	width: 100%;
	disabled: disabled;
}


div.calculation {
	text-align: right;
	display: inline;
}

form table {
}
form table tr td {
	vertical-align: middle;
}
form table td {
	white-space: nowrap;
	padding: 1px 2px 1px 1px;
}
form table.padded {
	width: 100%;
}
form table.padded td {
	white-space: nowrap;
	padding: 1px 5px 5px 1px;
}

body.admin table.columns {
	padding: 0px 15px 0px 15px;
	width: 100%;
}


#page {
	width: 778px;
} 
body {
	background-image: url(bf_background.gif);
	background-repeat: repeat-y;
}
body.popup #page {
	width: auto;
}
body.compact #page {
	width: auto;
}

body.admin #page {
	width: auto;
}

#content_columns {
	border-collapse: collapse;
}
#left_column {
	width: 162px;	
	padding: 18px 9px 0px 8px;
}

#center_column {
	padding: 18px 9px 0px 9px;
	width: 390px;
}
body.popup #center_column {
	padding: 18px 9px 0px 9px;
	width: auto;
}
body.two_column #center_column {
	padding: 18px 9px 0px 9px;
	width: 572px;
}

body.frontpage #left_column {
	width: 586px;
	padding: 18px 0px 0px 0px;
}
body.frontpage #left_column #main_content {
	padding: 0px 9px 18px 12px;
}
body.frontpage #left_column #main_content li {
	padding-bottom: 10px;
}
body.frontpage #left_column #main_content img {
	padding-right: 18px;
}
body.frontpage #left_column #footer {
	padding: 9px 9px 9px 12px;
}
body.frontpage #left_column #footer p {
	display: inline;
}
p.bulleted {
	padding: 0px 0px 0px 18px;
	margin: 0;
	background-image: url(bf_bullet_small.gif);
	background-repeat: no-repeat;
	background-position: 7px 6px;
}



body.frontpage table.content_image_and_text {
	width: 565px;
}
body.frontpage table.content_image_and_text td.content_image {
	width: 279px;
}

body#capital_b #main_content {
	background-image: url(frontpage_b.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

/*
*** not in use, if used in the future, please look over the width etc... ***
body.one_column #center_column {
	padding: 18px 9px 0px 9px;
	width: 745px;
}
*/
body.compact #center_column {
	padding: 0;
	width: auto;
}
body.admin #center_column {
	margin-right: 18px;
	padding: 18px 9px 0px 9px;
	width: 100%;
}

#right_column {
	width: 159px;
	padding: 17px 16px 0px 16px;
	background-image: url(bf_pattern.gif);
}

body.four_column #center_column, body.four_column #center_column2 {
	padding: 18px 9px 0px 9px;
	width: 178px;
}
body.four_column #right_column {
	padding: 0p18pxx 18px 0px 9px;
	width: 178px;
}

body.four_column_no_margin #center_column, body.four_column_no_margin #center_column2, body.four_column_no_margin #left_column, body.four_column_no_margin #right_column {
	width: 179px;
}
body.four_column_no_margin #right_column {
	padding: 18px 18px 0px 9px;
}
body.four_column_no_margin #center_column, body.four_column_no_margin #center_column2 {
	padding: 18px 9px 0px 9px;
}
body.four_column_no_margin #left_column {
	padding: 18px 9px 0px 8px;
}


.subpage {
	padding: 18px 18px 18px 18px;
	margin-bottom: 18px;
	width: 572px;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 534px;
}
html>body .subpage {
	width: 534px;
} 

/* floating image next to a paragraph */
img.paragraph_left {
	float: left;
	margin-right: 9px;
	margin-bottom: 0px;
}
img.paragraph_right {
	float: right;
	margin-left: 9px;
	margin-bottom: 0px;
}

#header {
	height: 71px;
	background-image: url(bf_background_header.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#header #logo {
	float: left;
	padding-top: 20px;
	padding-left: 15px;
}

#title {
	padding-left: 14px;
	padding-bottom: 1px;
	padding-top: 3px;
	line-height: 22px;
}
#campaign {
	padding: 0px 18px 18px 9px;
}

body.four_column_no_margin #title {
	margin-bottom: 0px;
}
body.four_column_no_margin #campaign {
	margin-bottom: 18px;
	height: 154px;
}

#toolbar {
	float: right;
	padding-top: 10px;
	padding-right: 17px; /* why 11?, and not 22 - the actual measurement */
}
#toolbar a {
	padding-left: 5px;
}

.note, .note_noend, .note_empty, .note_postit {
	padding: 5px 5px 5px 10px;
}
.note, .note_empty, .note_postit {
	margin-bottom: 18px;
}
.note p, .note_noend p, .note_empty p, .note_postit p {
	margin: 0px 0px 3px 0px;
}
.note, .note_empty, .note_postit {
	position: relative;
	top: -1px;
}


ul {
	margin-top: 0px;
	margin-left: 18px;
	margin-bottom: 9px;
	list-style-image: url(bf_bullet.gif);
	list-style-type: none;
	padding: 0;
}
li {
	padding-bottom: 2px;
}
li p {
	margin: 0;
}


.tabs {
	padding-top: 2px;
	height: 20px;
	clear: both;
}
.tabs .ul {
	margin: 0;
	list-style: none;
	float: left;
	position: relative;
	top: 1px;
}
.tabs .li, .tabs .open {
	display: inline;
	margin: 0px 1px 0px 0px;
}
.tabs .li a, .tabs .open a {
	margin-right: 3px;
	padding: 1px 5px 1px 5px;
	line-height: 16px;
	display: block;
	float: left;
}

#topmenu .ul {
	margin: 0;
	padding-left: 8px;
}

.content_tabs .open a {
	line-height: 17px;
}



#submenu {
	margin-bottom: 18px;
}
#submenu ul {
	margin: 0px 0px 0px 0px;
	padding: 0;
	list-style: none;
}
#submenu li {
	padding: 0;
	margin: 0px 0px 1px 0px;
}
#submenu li li {
	margin-bottom: 0;
}
#submenu li a {
	/* level 2 */
	display: block;
	padding: 2px 4px 1px 5px;
}
#submenu li.open a, #submenu li.open_has_child a {
	/* level 2 */
	display: block;
	padding: 3px 4px 2px 6px;
}
#submenu li.open_has_child a, #submenu li.has_child a {
	/* level 2 */
	background-image: url(bf_arrow_down.gif);
	background-repeat: no-repeat;
	background-position: 148px 7px;
}
#submenu li.open li a, #submenu li.open_has_child li a, #submenu li.has_child li a {
	/* level 2 */
	padding: 2px 5px 1px 18px;
	background-image: url(bf_arrow_right.gif);
	background-repeat: no-repeat;
	background-position: 6px 7px;
}
#submenu li.open li.open a, #submenu li.open_has_child li.open a, #submenu li.has_child li.open a {
	background-image: url(bf_arrow_right_selected.gif);
	background-repeat: no-repeat;
	background-position: 6px 7px;
}




.horizontal_delimiter {
	margin: 0px 0px 0px 0px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	padding-bottom: 18px;
}

.button_row {
	text-align: right;
}

a img.icon {
	padding-right: 6px;
	margin-right: 0px;
}
a.toggle_on, a.toggle_off {
	margin-right: 6px;
}
a.toggle_on {
	background-image: url(toggle_on.gif);
	background-position: center left;
	background-repeat: no-repeat;
}
a.toggle_off {
	background-image: url(toggle_off.gif);
	background-position: center left;
	background-repeat: no-repeat;
}



tr.hidden {
	display: none;
}
table.numeric, table.spreadsheet, table.text {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 18px;
}
table.numeric p, table.spreadsheet p, table.text p {
	padding: 0;
	margin: 0;
}
table.numeric td, table.spreadsheet td, table.text td {
	padding: 2px 4px 2px 4px;
}
table.numeric tr td, table.spreadsheet tr td {
	vertical-align: bottom;
}
table.text tr td {
	vertical-align: top;
}


table.text td {
	text-align: left;
	white-space: normal;
}
table td.number {
	text-align: right;
	white-space: nowrap;
}
table td.symbol, table td.calcSymbol, table td.calcNumber {
	text-align: center;
}
table td.date {
	text-align: center;
}
table.numeric tr.total td, table.spreadsheet tr.total td {
	padding-top: 10px;
	padding-bottom: 3px;
}
table.numeric tr.grand_total td, table.spreadsheet tr.grand_total td {
	padding-top: 10px;
	padding-bottom: 3px;
}
tr.divider td {
	line-height: 1px;
	height: 6px;
	font-size: 1px;
	padding: 0;
}
tr.header {
	height: auto;
}
tr.header td {
	height: auto;
	white-space: nowrap;
}



table.risk_profile {
	width: 140px;
	border-collapse: collapse;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}
table.risk_profile td {
	padding: 1px 1px 1px 1px;
}
table.risk_profile th {
	line-height: 1px;
	text-align: left;
	padding: 1px 1px 1px 1px;
	background-image: url(gauge_begin.gif);
	background-position: 1px 1px;
	background-repeat: no-repeat;
}
table.risk_profile .gauge {
	height: 5px;
	margin: 0px 0px 0px 2px;
	background-image: url(gauge_end.gif);
	background-position: center right;
	background-repeat: no-repeat;
}
table.risk_profile table.labels {
	width: 100%;
}
table.risk_profile table.labels td {
	padding: 0px 0px 0px 2px;
	text-align: center;
}


table.blank, table.blank tr, table.blank tr td {
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}


.calendar {
	width: 200px;
}
.calendar th, .calendar td {
	margin: 0;
	width: 30px;
	height: 26px;
	text-align: center;
	vertical-align: middle;
}
.calendar a {
	line-height: 26px;
	height: 26px;
	display: block;
}

.warning {
	padding: 5px 30px 5px 5px;
	background-image: url(bf_icon_warning.gif);
	background-position: 4px right;
	background-repeat: no-repeat;
}

