/* CSS Document */
body{
	background-color: #DFDFDF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin-left: 2px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
}

.borderlessImage{
	border: 0px;
}

.pageNavigationLeft{
	width: 19px;
	background-image:url('/Media/left_mid_corner.gif');
	background-repeat:repeat-y;
}
.pageNavigationMid{
	background-color: #FFFFFF;
}
.pageNavigationRight{
	width: 19px;
	background-image:url('/Media/right_mid_corner.gif');
	background-repeat:repeat-y;
}
.pageNavigationLeftCorner{
	background-image: url('/Media/left_corner.gif');
	background-repeat: no-repeat;
}
.pageNavigationBottom{
	background-image:url('/Media/mid_corner.gif');
	background-repeat: repeat-x;
}
.pageNavigationRightCorner{
	background-image: url('/Media/right_corner.gif');
	background-repeat: no-repeat;
}
.pageNavigationLink{
	color: #666666;
	text-decoration: none;
}
.pageNavigationLinkOver{
	color: #b11315;
	text-decoration: underline;
}
.textBox{
	background-color: #DFDFDF; 
	border-top:1px solid #B11315;
	border-bottom:1px solid #B11315;
	border-left:1px solid #B11315;
	border-right:1px solid #B11315;	
}
.requiredField{
	font-weight: bold;
}
.requiredNotFilled{
	color: #FF0000;
}
.guestbookTable{
	border-left: 1px solid #B11315;
	border-top: 1px solid #B11315;
	border-right: 1px solid #B11315;
	border-bottom: 1px solid #B11315;
}
.guestbookHeader{
	background-color: #B11315;
	color: #FFFFFF;
}
.horizontalLine{
	background-color: #E9FEE5;
	height: 2px;
	width: 95%;
}