/*********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: Transparent;
	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: grey 1px solid;
	padding-right: 5px;
	border-top: grey 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: grey 1px solid;
	padding-top: 5px;
	border-bottom: grey 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: #2E8B57;
	width:100%;
        color:white;
	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;
}