body {
	font-family: sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 0px;
	padding: 10px;
	background-color: #ffffff;
}


#mensaserver_logo {
	display: none;
}

#login_logo {
	display: none;
}

#login_backlink {
	display: none;
}

#login_footer {
	display: none;
}


table {
	text-align: left;
}

td, th {
	text-align: left;
}


#header {
	display: none;
}


#main_footer {
	display: none;
}


#subnavi {
	display: none;
}



.bigbutton {
	display: block;
	color: #7d7d7d;
	font-size: 20px;
	text-decoration: none;
	font-weight: normal;
	padding-left: 10px;
	padding-top: 8px;
	background-repeat: no-repeat;
	margin-top: 15px;
	width: 286px;
	height: 50px;
	text-decoration: none;
}
.bigbutton span {
	font-size: 12px;
	display: block;
	margin-top: 6px;
}
.bigbutton:hover {
	text-decoration: none;
}


.bigbutton_buy {
	background-image: url(images/bigbutton_buy.jpg);
}
.bigbutton_buy:hover {
	background-image: url(images/bigbutton_buy_hover.jpg);
}


.bigbutton_details {
	background-image: url(images/bigbutton_details.jpg);
}
.bigbutton_details:hover {
	background-image: url(images/bigbutton_details_hover.jpg);
}





#content h1 {
	font-size: 22px;
	font-weight: normal;
	margin-top: 0px;
}

#content h2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;

}

#content p {
	line-height: 20px;
}

#content p.address {
	line-height: 16px;
}





a.iconlink {
	text-decoration: none;
}

a.iconlink img {
	position: relative;
	margin-right: 2px;
	top: 3px;
	text-decoration: none;
	border: 0px;
}

a.iconlink:hover {
	text-decoration: none !important;
	color: #000000;
}


img.icon {
	position: relative;
	top: 3px;
}


a {
	color: #4270AA;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}



p.error {
	background-image: url(images/icons/delete.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}


p.success {
	background-image: url(images/icons/accept.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}

p.info {
	background-image: url(images/icons/information.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}

p.warning {
	background-image: url(images/icons/error.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
}



table {
	text-align: left;
}

table td.title {
	padding-top: 15px;
	padding-bottom: 5px;
}

table td input[type=text] {
	width: 200px;
}

table td input[type=password] {
	width: 200px;
}




.toolbar {
	display: none;
}



/* SUMMARY TABLE */

#table_data {
	margin-top: 0px;
}

a.pagenavi {
	display: none;
}

.pagenavi img {
	display: inline;
	border: 0px;
	position: relative;
	top: 3px;
	text-decoration: none;
	border: 0px;
}




.summary td {
	background-color: #ffffff;
	padding-right: 20px;
	border-bottom: 1px solid #D8D8D8;
	cursor: pointer;
	padding: 5px;
}


.summary th {
	padding: 5px;
	padding-right: 20px;
	background-color: #ffffff;
	color: #000000;
	white-space:nowrap;
	font-weight: bold;
}

.summary th img {
	text-decoration: none;
	border: 0px;
}


.summary {
	width: 100%;
	margin-top: 10px;
}



.tablelink {
	color: #000000;
	text-decoration: none;
}

.tablelink:hover {
	color: #000000;
	text-decoration: underline;
}

.positive {
	color: #2FC021;
}

.negative {
	color: #DD2626;
}

/* --- */


.toptoolbar {
	display: none;
}




/* overview */

	table.overview {
		border-spacing: 0px;
		empty-cells: hide;
		border-bottom: 1px solid #C5C5C5;
	}
	
	table.overview td, table.overview th {
		padding: 5px;
		border-top: 1px solid #C5C5C5;
		border-left: 1px solid #C5C5C5;
	}
	
	
	table.overview th.total, table.overview td.total {
		font-weight: bold;
		font-size: 13px;
	}
	
	table.overview td.spacer {
		border-left: 0px !important;
		border-right: 0px !important;
		font-size: 0px;
	}
	
	table.overview tr td:last-child, table.overview tr th:last-child {
		border-right: 1px solid #C5C5C5;
	}

/* END: overview */


/* list */

	table.list {
		border-spacing: 0px;
		border-bottom: 1px solid #C5C5C5;
	}
	
	table.list tr td, table.list tr th {
		padding: 5px;
		border-top: 1px solid #C5C5C5;
		border-left: 1px solid #C5C5C5;
	}
	
	table.list tr td:last-child, table.list tr th:last-child {
		border-right: 1px solid #C5C5C5;
	}
	
	table.list tr th {
		padding-right: 40px;
	}
	
	table.list tr td.title {
		border-left: 0px !important;
		border-right: 0px !important;
		font-size: 18px;
		padding-bottom: 10px;
		padding-top: 25px;
		padding-left: 15px;
	}
	
	table.list tr td.title_top {
		border-top: 0px !important;
	}

/* END: list */



.email_textarea {
	width: 500px;
	height: 300px;
}


#notification_box {
	display: none;
}

#confirmbox {
	display: none;
}




.noprint {
	display: none;
}