body {
    font-family: "Trebuchet MS",  tahoma, verdana, arial, sans-serif;
    background-color: #EEE;
    font-size: 9pt;
}

div, td {
	font-family: "Trebuchet MS", tahoma, arial, serif;
	font-size: 9pt;
}

#systemmenu {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 17px;
    text-align: center;
    background-image: url(../images/bm-sysmenubg.png);
    background-repeat: repeat-x;
    background-position: bottom;
    color: white;
    font-weight: bold;
    font-size: 10pt;
    z-index: 100;
    border-top: 3px solid #D0CE45;
}

#systemmenu a {
	color: white;
}

#header {
    padding-top: 65px;
    background-color: #D0CE45;
}

td.top_menu, td.top_menu2 {
	height: 27px;
}

div.top_menu_link_container, div.top_menu_link_container_end {
	height: 27px;
}

div.top_menu_link_loggedin {
	padding-top: 3px;
	height: auto;
}

div.top_menu_link, div.top_menu_link_loggedin {
	font-size: 9pt;
}

div.content {
	background-color: white;
	padding-left: 10px !important;
	padding-right: 10px !important;
	width: 880px;
}

div.portal_spacer {
	height:16px;
}

div.copyright {
    background-color: #D0CE45;
    border-top:1px solid #AAAAAA;
    color:#444444;
    margin-left:auto;
    margin-right:auto;
    margin-top:20px;
    padding:4px;
    text-align:right;
    font-size:8pt;
    line-height:140%;
}

#monkey {
    position: absolute;
    left: -100px;
    top: -20px;
}

#mast {
    position: absolute;
    left: 100px;
    top: -10px;
}

#flag {
	position: absolute;
	left: 480px;
	top: -20px;
}

.top_menu {
	padding-left: 110px;
}


table.bm_addresses {
    margin: 16px auto;
    border: 2px solid #ccc;
    border-left: 8px solid #ccc;
    border-collapse: collapse;
}

table.bm_addresses, table.bm_addresses td {
    border-collapse: collapse;
    border-spacing: 0px;
}

table.bm_addresses td {
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 12px 60px;
    vertical-align: top;
    margin: 0px;
}

td.bm_default_address {
    font-weight: bold;
}

table.bm_new_address td {
    padding: 6px 0px;
}

table.bm_new_address td.name {
    text-align: right;
    padding-right: 12px;
}

table.bm_new_address tr.required td, table.bm_new_address tr.required input {
    font-weight: bold;
}

table.bm_new_address input[type=text] {
    width: 200px;
    border: 1px solid #ccc;
    padding: 2px 8px;
}

table.bm_new_address tr.required input[type=text] {
    border-left: 4px solid #F88;
    padding-left: 4px;
}

table.bm_new_address input[type=text].narrow {
    width: 120px;
}

/* INPUT TABLE */
table.input, table.input td, table.output, table.output td {
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
	font-size: 12px !important;
}

table.input td.name, table.output td.name {
	text-align: right;
	padding: 9px 12px !important;
	vertical-align: top;
	white-space: nowrap;
}

table.input td.value {
	text-align: left;
	padding: 6px 12px !important;
	vertical-align: top;
}

table.output td.value, table.output td.value-text, table.input td.value-text {
	text-align: left;
	padding: 9px 12px !important;
	vertical-align: top;
}

table.output p {
	margin-bottom: 0.8em;
}

table.input input, table.input select {
	font-size: 12px !important;
}

table.input input.singleline {
	width: 600px;
}

/*
table.input input, table.input select, table.input div.select {
	border: 1px solid #888;
}
*/

table.input textarea {
	width: 600px;
	border: 2px inset white;
}

table.input tr.buttons td.value {
	background-color: #FFF;
	border-top: 1px solid #e0e0e0;
	border-bottom: 2px solid #e0e0e0;
}

input.button {
	font-weight: bold;
	padding: 8px 16px;
}

p.error {
	color: #A00;
	font-weight: bold;
}

ul.twitter {
	padding: 0px;
	margin: 0px;
}

ul.twitter li {
	list-style-type: none;
	padding-left: 0px;
	margin-top: 8px;
	margin-bottom: 8px;
}