fieldset {
	padding: 10px;
}

legend {
	font-weight: bold;
}
.Top_Menu {
	text-decoration: none;
}
A  {
	text-decoration: underline;
	color : navy;
}
A:hover  {
	
	text-decoration: underline;
	color: red;
	}
.ACream {
	text-decoration: underline;
	color : #fdf4e8;
}
/* <a name class for the menu/wine cards */
.ACardHeader {
        text-decoration: none;
        font-weight : bold;
        font-size : 15pt;
        color : #420000;
}
.ACardHeader:Hover {
        text-decoration: none;
        font-weight : bold;
        font-size : 15pt;
        color : #420000;
}
.space {
  padding: 5px 5px 5px 5px;
}
table {
	border-width : 0px;
	border-color : black;
}
tr {
	font-family : 'Trebuchet MS', 'Arial', 'Sans-Serif';
	font-size : 9pt;
	color : #420000;
}
b {
	font-size: 10pt;
	font-weight: bold;
}

.SCream {
        background: #fdf4e8;
}
/* Input tags (Cream color) */
.ICream {
		border: 0px;
        background: #fdf4e8;
}

textarea {
	border: 1px  solid #cccccc;
	color: #420000;
}
/*INPUT[type=radio] {}
 INPUT[type=checkbox] {}*/
INPUT[type=text] {
	border: 1px  solid #cccccc;
	color: #420000;
}
INPUT[type=submit] {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		height: 21px;
		color: #000000;
		border: 1px solid #000000;
} 
INPUT[type=reset] {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		height: 21px;
		color: #000000;
		border: 1px solid #000000;
} 
INPUT[type=button] {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		height: 21px;
		color: #000000;
		border: 1px solid #000000;
}
/* Voor compatibilteit met IE (zelfde als INPUT[type=button/submit/reset]) */ 
.button {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		height: 21px;
		color: #000000;
		border: 1px solid #000000;
}

select {
	font: 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #420000;
	border: 1px solid #cccccc;
 }

 /* zorgen dat de text v/d de kant af is */
td.text {
	padding: 5px;
}
/* Title headers */
.header {
	font-family: Helvetica, Verdana, Arial;
	font-size : 14pt;
	color : #420000;
	text-decoration : underline;
}
/* All the Search.... styles */
.RedBoxHeader {
	font-family: serif;
	font-size : 16pt;
	color : #fdf4e8;
	font-style : italic;
	font-weight : bold;
	text-align: center;
}
.RedBoxTitle {
	border-bottom: 1px solid #fdf4e8;
	text-align: center;
	color: #fdf4e8;
	font-weight: bold;
	font-size: 14px;
	font-family:  sans-serif;
}
.RedBox {
	font-family: sans-serif;
	color : #fdf4e8;
	font-weight : normal;
	font-size : 12px;
	vertical-align: top;
}
/* Copyright style */
.copyright  {
	font-family : 'Trebuchet MS', 'Arial', 'Sans-Serif';
	color : #420000;
	font-size : 8pt;
	text-align: center;
}
/* Styles for restaurant data */
.RestaurantIDHeader{
	font-family: serif;
	font-size : 14pt;
	color : #420000;
	font-style : italic;
	font-weight : bold;
}
.RestaurantID {
	font-family: sans-serif;
	font-size : 9pt;
	color : #420000;
}

#SearchResult {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 border-spacing : 0; /* CSS 2 */
 vertical-align: top;
 border: 0px solid #000000;
}

#SearchResult td {
 padding: 2px 2px 2px 2px;
}

/*#SearchResult td*/
.logo {
  padding: 0px 0px 0px 0px;
   border-right: 1px solid #000000;
 /* */
}

#SearchResult td.address {
  padding: 1px 1px 1px 10px;
}

/* RestaurantHeader wordt niet meer gebruikt!?!?!? */
#RestaurantHeader {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 border-spacing : 0; /* CSS 2 */
 vertical-align: top;
 border: 0px solid #000000;
}

#RestaurantHeader td {
 padding: 2px 2px 2px 2px;
}

#RestaurantHeader td.logo {
  padding: 1px 1px 1px 1px;
  border-right: 1px solid #000000;
}
/* RestaurantHeader wordt niet meer gebruikt!?!?!? */

legend {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight : bold;
	color: maroon;
}

/* foto's van de PictureParser */
DIV.figureright {
  float: right;
/*  width: 25%;*/
  border: 1px silver solid;
  margin: 0.5em;
  padding: 1.0em;
  text-align: center;
}
DIV.figureleft {
  float: left;
/*  width: 25%;*/
  border: 1px silver solid;
  margin: 0.5em;
  padding: 1.0em;
  text-align: center;
}

P.caption {
  font-style: normal;
  font-size: 11px;
  text-indent: 0;
}
/* einde foto's van de PictureParser */