/* $Id: text.css 509 2005-02-25 15:43:13Z mathijs $ */

.menu a {
	color: #ffffff;
	font-weight: bold;
}

a {
	color: #333333;
}
a.list {
	color: #ffffff;

}

a.list:hover {
	color: #c0c0c0;
}

a.left {
	color: #ffffff;
	text-decoration: none;
}

a.left:hover {
	color: #ffffff;
	text-decoration: underline;
}

a.shops {
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
a.shops:hover {
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	
	color: #F78D1E;
}


div.debug {
	margin-top:30px;
	border: 1px solid black;
	background-color: #d0d0d0;
	padding: 10px;
}

div.line {
	border-bottom: 1px solid black;
	margin-bottom: 10px;
}


h1 {
	font-family: sans-serif;
	font-size: 14pt;
	font-weight: bold;
}
span.head {
	font-family: sans-serif;
	font-size: 14pt;
	font-weight: bold;
}

span.options {
	text-align: right;
}

.debuglabel {
	font-size: 12pt;
	color: #0000d0;
	font-family: sans-serif;
	font-style: italic;
}

.debugvalue {
	font-size: 12pt;
	color: #000000;
	font-family: sans-serif;
}


p.center {
	text-align: center;
}

p {
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: normal;
	margin: 0px;
}

p.label {
	font-weight: bold;
}

p.copyright {
	font-size: 7pt;
	text-align: center;
}

a.copyright {
	font-size: 7pt;
	color: white;
}

a.copyright:hover {
	font-size: 7pt;
	color: #a0a0a0;
}

p.error {
	padding: 10px;
	border: 1px solid black;
	background: #ff8000;
	color: black;
}
