/*********Style Sheet to control GuestBook Look and feel**********/

/*****************************************************************/
/*Main Outer Table That Holds all GuestBookItems*/
.mainContainer
{
	background-color:Transparent;
}
	/*************************************************************/
	/*Cells that Make up the top Padding row Of The Main Container*/
	.mainContainerTopLeft
	{
		background-color:Transparent;
		border-width:0px;
	}
	.mainContainerTopCenter
	{
		background-color:Transparent;
		border-width:0px;
	}
	.mainContainerTopRight
	{
		background-color:Transparent;
		border-width:0px;	
	}
	/*************************************************************/

	/*************************************************************/
	/*Cells that Make up the Content row Of The Main Container*/
	.mainContainerContentLeft
	{
		background-color: Transparent;
		border-width:0px;	
	}
	/*This Holds All Controls for the GuestBook*/
	.mainContainerContentCenter
{
	border-top-width: 0px;

	border-left-width: 0px;
	border-bottom-width: 0px;
	background-color: lightgrey;
	border-right-width: 0px;
}
	.mainContainerContentRight
	{
		background-color:Transparent;
		border-width:0px;	
	}
	/*************************************************************/

	/*************************************************************/
	/*Cells that Make up the Bottom Padding row Of The Main Container*/
	.mainContainerBottomLeft
	{
		background-color:Transparent;
		border-width:0px;	
	}
	.mainContainerBottomCenter
	{
		background-color:Transparent;
		border-width:0px;	
	}
	.mainContainerBottomRight
	{
		background-color:Transparent;
		border-width:0px;	
	}
	/*************************************************************/
/*****************************************************************/

/*****************************************************************/
/*Main inner Table That Holds all Message Items*/
.messageContainer
{

}
	/*************************************************************/
	/*Cells that Make up the top Padding row Of The message  Container*/
	.messageContainerTopLeft{}
	.messageContainerTopCenter{}
	.messageContainerTopRight{}
	/*************************************************************/

	/*************************************************************/
	/*Cells that Make up the Content row Of The message  Container*/
	.messageContainerContentLeft{}
	.messageContainerContentCenter
{
	border-right: gray 1px solid;
	padding-right: 5px;
	border-top: gray 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: gray 1px solid;
	padding-top: 5px;
	border-bottom: gray 1px solid;
	background-color: white;
	text-align: center;
}
	.messageContainerContentRight{}
	/*************************************************************/

	/*************************************************************/
	/*Cells that Make up the Bottom Padding row of the message Container*/
	.messageContainerBottomLeft{}
	.messageContainerBottomCenter{}
	.messageContainerBottomRight{}
	/*************************************************************/
/*****************************************************************/

/*****************************************************************/
/*Table That Holds all Message Header (email, date, user) Items*/
.messageHeader
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	width: 100%;
	border-bottom: black 0px solid;
	background-color: white;
}
/*Left Column of Table Header (user, email)*/
.messageHeaderLeft{background-color:Transparent;font-size: 10pt;font-family:Verdana, Tahoma, Arial;	}
/*Left Column of Table Header (date)*/	
.messageHeaderRight{background-color:Transparent;font-size: 10pt; font-family:Verdana, Tahoma, Arial; vertical-align:bottom;	}
/*****************************************************************/

/*MessageBody label*/
.messageBody
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	border-left: black 1px solid;
	border-bottom: black 1px solid;
	background-color: lightgrey;
	width:100%;
	font-family:Verdana, Tahoma, Arial;
	font-size: 10pt;
}
/*Page N Of N display*/ 
.pagerText
{
	font-size: 10pt;
	color: black;
	font-family: Verdana, Tahoma, Arial;
	font-weight:bold;
}
/*Text Link for Add Edit*/
.editLink
{
	color: silver;
	font-family: Verdana, Tahoma, Arial;
	background-color: transparent;
	font-size: 10pt;
}
/* hyperlink style for the unselected tabs */
A.editLink:link 
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;	
}
A.editLink:visited  
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
}
A.editLink:active   
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
}
A.editLink:hover    
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
}

.NoEntriesText
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 14pt;
}.GuestBookThemesGuidemainContainer{}
	/*************************************************************/
	/*Cells that Make up the top Padding row Of The Main Container*/
	.GuestBookThemesGuidemainContainerTopLeft{}
	.GuestBookThemesGuidemainContainerTopCenter{}
	.GuestBookThemesGuidemainContainerTopRight{}
	/*************************************************************/

	/*************************************************************/
	/*Cells that Make up the Content row Of The Main Container*/
	.GuestBookThemesGuidemainContainerContentLeft{}
	/*This Holds All Controls for the GuestBook*/
	.GuestBookThemesGuidemainContainerContentCenter{}
	.GuestBookThemesGuidemainContainerContentRight{}
	/*************************************************************/

	/*************************************************************/
	/*Cells that Make up the Bottom Padding row Of The Main Container*/
	.GuestBookThemesGuidemainContainerBottomLeft{}
	.GuestBookThemesGuidemainContainerBottomCenter{}
	.GuestBookThemesGuidemainContainerBottomRight{}
	/*************************************************************/
/*****************************************************************/

/*****************************************************************/
/*Main inner Table That Holds all Message Items*/
.GuestBookThemesGuidemessageContainer
{

}
	/*************************************************************/
	/*Cells that Make up the top Padding row Of The message  Container*/
	.GuestBookThemesGuidemessageContainerTopLeft{}
	.GuestBookThemesGuidemessageContainerTopCenter{}
	.GuestBookThemesGuidemessageContainerTopRight{}
	/*************************************************************/

	/*************************************************************/
	/*Cells that Make up the Content row Of The message  Container*/
	.GuestBookThemesGuidemessageContainerContentLeft{}
	.GuestBookThemesGuidemessageContainerContentCenter{}
	.GuestBookThemesGuidemessageContainerContentRight{}
	/*************************************************************/

	/*************************************************************/
	/*Cells that Make up the Bottom Padding row of the message Container*/
	.GuestBookThemesGuidemessageContainerBottomLeft{}
	.GuestBookThemesGuidemessageContainerBottomCenter{}
	.GuestBookThemesGuidemessageContainerBottomRight{}
	/*************************************************************/
/*****************************************************************/

/*****************************************************************/
/*Table That Holds all Message Header (email, date, user) Items*/
.GuestBookThemesGuidemessageHeader{}
/*Left Column of Table Header (user, email)*/
.GuestBookThemesGuidemessageHeaderLeft{}
/*Left Column of Table Header (date)*/	
.GuestBookThemesGuidemessageHeaderRight{}
/*****************************************************************/

/*MessageBody label*/
.GuestBookThemesGuidemessageBody{}
/*Page N Of N display*/ 
.GuestBookThemesGuidepagerText{}
/*Text Link for Add Edit*/
.GuestBookThemesGuideeditLink{}
/* hyperlink style for the unselected tabs */
A.GuestBookThemesGuideeditLink:link {}
A.GuestBookThemesGuideeditLink:visited {}
A.GuestBookThemesGuideeditLink:active{}
A.GuestBookThemesGuideeditLink:hover{}
/*Text Displayed when there are no entries in the guest book*/
.GuestBookThemesGuideNoEntriesText{}
