/* Guestbook styles */

.PaymentCell{
    padding: 10px;
	margin: 10px;
	border-collapse: collapse;
	background-color: white;
	font-family: Arial, Sans-Serif;
	font-size: 14pt;
	font-style: normal;
}

.PaymentHeadline{
	font-style: normal;
    font-size: 16pt;
    line-height:20pt; 
    font-family: Arial, Sans-Serif;
	color: Black;
}

.PaymentHeadline18 {
    font-style: normal;
    font-size: 18pt;
    line-height: 20pt;
    font-family: Arial, Sans-Serif;
    color: Black;
}

.PaymentText
{  
    font-family: Arial, Sans-Serif;
	font-size: 12pt;
	font-style: normal;
	color: Gray;
	margin-top: 10px;
}

.PaymentText2 {
    font-family: Arial, Sans-Serif;
    font-size: 11pt;
    font-style: normal;
    color: Gray;
    margin-top: 10px;
}

.OptionCell
{
    margin: 10px 40px 0px 40px;
    padding: 20px 20px 10px 20px;
    border: Gray;
    border-width: thin;
    border-style:solid;
	background-color: white;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	font-style: normal;
}

.OptionBlock
{
    margin: 10px 40px 0px 40px;
    padding: 20px 20px 10px 20px;
    border-style: none;
	background-color: white;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12pt;
	font-style: normal;
}

.EventText
{
    font-weight:normal; 
    font-size:14pt; 
    line-height:18pt; 
    font-family:Arial, Sans-Serif; 
    color:gray;
}

.MenuText
{
    font-weight:normal; 
    font-size:11pt; 
    line-height:14pt; 
    font-family:Arial, Sans-Serif; 
    color:gray;
}
	