﻿/*** Add Guestbook ***/
table.AddGuestbookEntryTable
{
}
table.AddGuestbookEntryTable td
{
	vertical-align: top;
}
table.AddGuestbookEntryTable td.Head
{
	font-weight: bold;
}

/*** Guestbook List ***/
table.GuestbookTable
{
	width: 100%;
}
table.GuestbookTable td.Item
{
	padding-bottom: 5px;
}
table.GuestbookTable td.AlternatingItem
{
	padding-bottom: 5px;
}

table.GuestbookTable .GuestbookEntry
{
	width: 100%;
	border-bottom: 1px solid #8C929C;
}
table.GuestbookTable .GuestbookEntry td
{
	vertical-align: top;
}
table.GuestbookTable .GuestbookEntry .TableTopLeftCell
{
	width: 4px;
	height: 20px;
}
table.GuestbookTable .GuestbookEntry .TableTopLeft
{
	background: url(Images/Guestbook/TableTopLeft.gif) no-repeat top left;
	width: 4px;
	height: 20px;
}
table.GuestbookTable .GuestbookEntry .TableTopCell
{
	background: url(Images/Guestbook/TableTopBG.gif) repeat-x top;
	padding-top: 3px;
}
table.GuestbookTable .GuestbookEntry .TableTopRightCell
{
	width: 4px;
	height: 20px;
}
table.GuestbookTable .GuestbookEntry .TableTopRight
{
	background: url(Images/Guestbook/TableTopRight.gif) no-repeat top right;
	width: 4px;
	height: 20px;
}
table.GuestbookTable .GuestbookEntry .Name
{
	float: left;
	font-weight: bold;
}
table.GuestbookTable .GuestbookEntry .Date
{
	float: right;
}
table.GuestbookTable .GuestbookEntry .Delete
{
	float: right;
	font-weight: bold;
	padding-left: 5px;
}
table.GuestbookTable .GuestbookEntry .Delete a
{
	color: Red;
	text-decoration: none;
}
table.GuestbookTable .GuestbookEntry .Delete a:Hover
{
	text-decoration: underline;
}

table.GuestbookTable .GuestbookEntry .TableContentLeftCell
{
	background: url(Images/Guestbook/TableContentLeftBG.gif) repeat-y top left;
	width: 4px;
}
table.GuestbookTable .GuestbookEntry .TableContentLeft
{
	background: url(Images/Guestbook/TableContentLeft.gif) no-repeat top left;
	width: 4px;
	height: 20px;
}
table.GuestbookTable .GuestbookEntry .TableContentCell
{
	background: #BDD7FF url(Images/Guestbook/TableContentBG.gif) repeat-x top;
	padding: 2px 0px;
}
table.GuestbookTable .GuestbookEntry .TableContentRightCell
{
	background: url(Images/Guestbook/TableContentRightBG.gif) repeat-y top right;
	width: 4px;
}
table.GuestbookTable .GuestbookEntry .TableContentRight
{
	background: url(Images/Guestbook/TableContentRight.gif) no-repeat top right;
	width: 4px;
	height: 20px;
}

table.GuestbookTable .GuestbookEntry .Message
{
}