/*********Style Sheet to control GuestBook Look and feel**********/

/*****************************************************************/
/*Main Outer Table That Holds all GuestBookItems*/
.mainContainer
{
  width: 100%;
  background-color: rgb(0,51,102);
}
	/*************************************************************/
	/*Cells that Make up the top Padding row Of The Main Container*/
	.mainContainerTopLeft
	{
		background-color:rgb(0,51,102);
		border-width:0px;
	}
	.mainContainerTopCenter
	{
		background-color:rgb(0,51,102);
		border-width:0px;
	}
	.mainContainerTopRight
	{
		background-color:rgb(0,51,102);
		border-width:0px;	
	}
	/*************************************************************/

	/*************************************************************/
	/*Cells that Make up the Content row Of The Main Container*/
	.mainContainerContentLeft
	{
		background-color: rgb(0,51,102);
		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: rgb(0,51,102);
	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:rgb(0,51,102);
		border-width:0px;	
	}
	.mainContainerBottomCenter
	{
		background-color:rgb(0,51,102);
		border-width:0px;	
	}
	.mainContainerBottomRight
	{
		background-color:rgb(0,51,102);
		border-width:0px;	
	}
	/*************************************************************/
/*****************************************************************/

/*****************************************************************/
/*Main inner Table That Holds all Message Items*/
.messageContainer
{
  width: 100%;

}
	/*************************************************************/
	/*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: #666666 0px solid;
	padding-right: 5px;
	border-top: #666666 0px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left: #666666 0px solid;
	padding-top: 5px;
	border-bottom: #666666 0px solid;
	background-color: rgb(0,51,102);
	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
{
	color: White;
	width: 100%;
	border-bottom: #666666 1px dotted;
	background-color: rgb(0,45,89);
	margin-top: 0px;
}
/*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: #666666 0px dotted;
	border-top: #666666 0px dotted;
	background:#355EA0;
	color: rgb(204,204,204);
	width:100%;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	margin-bottom: 5px;
}
/*Page N Of N display*/ 
.pagerText
{
	font-size: 10px;
	color: rgb(204,204,204);
	font-family: Verdana, Tahoma, Arial;
	font-weight:normal;
}
/*Text Link for Add Edit*/
.editLink
{
	color: #ff0000;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
}
/* hyperlink style for the unselected tabs */
A.editLink:link 
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
}
A.editLink:visited  
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
}
A.editLink:active   
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
}
A.editLink:hover    
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
}

.NoEntriesText
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 11px;
}
p
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10px;
	color: rgb(204,204,204);
}
.head
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 35px;
	color: rgb(104,204,204);
}
