/*********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;
}/*********Style Sheet to control GuestBook Look and feel**********/

/*****************************************************************/
/*Main Outer Table That Holds all GuestBookItems*/
.FTBBluemainContainer
{
	background-color:Transparent;
	width:100%;
	border:none;
	
}

	/*************************************************************/
	/*Cells that Make up the top Padding row Of The Main Container*/
	.FTBBluemainContainerTopLeft
	{
		background-image:url(Themes/FTBBlue/a1.gif);
		width:16px;
		height:50px;
		border-width:0px;
	}
	.FTBBluemainContainerTopCenter
	{
		background-image:url(Themes/FTBBlue/a2.gif);
		background-color:Transparent;
		border-width:0px;
		height:50px;
	}
	.FTBBluemainContainerTopRight
	{
		background-image:url(Themes/FTBBlue/a3.gif);
		background-color:Transparent;
		width:16px;
		border-width:0px;
		height:50px;	
	}
	/*************************************************************/

	/*************************************************************/
	/*Cells that Make up the Content row Of The Main Container*/
	.FTBBluemainContainerContentLeft
	{
		background-color: Transparent;
		background-image:url(Themes/FTBBlue/b1.gif);
		border-width:0px;	
	}
	/*This Holds All Controls for the GuestBook*/
	.FTBBluemainContainerContentCenter
{
	background-color:#7FA3DC;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	font-size: 10pt;
	color: black;
	font-family: Verdana, Tahoma, Arial;
	font-weight:bold;
}
	.FTBBluemainContainerContentRight
	{
		background-image:url(Themes/FTBBlue/b3.gif);
		background-color:Transparent;
		border-width:0px;	
	}
	/*************************************************************/

	/*************************************************************/
	/*Cells that Make up the Bottom Padding row Of The Main Container*/
	.FTBBluemainContainerBottomLeft
	{
		background-image:url(Themes/FTBBlue/e1.gif);
		background-color:Transparent;
		background-repeat:no-repeat;
		border-width:0px;	
		height:16px;
	}
	.FTBBluemainContainerBottomCenter
	{
		background-image:url(Themes/FTBBlue/e2.gif);
		background-repeat: repeat-x;
		background-color:Transparent;
		border-width:0px;	
		height:16px;
	}
	.FTBBluemainContainerBottomRight
	{
		background-image:url(Themes/FTBBlue/e3.gif);
		background-repeat:no-repeat;
		background-color:Transparent;
		border-width:0px;	
		height:16px;
	}
	/*************************************************************/
/*****************************************************************/

/*****************************************************************/
/*Main inner Table That Holds all Message Items*/
.FTBBluemessageContainer
{
	width:100%;
}
	/*************************************************************/
	/*Cells that Make up the top Padding row Of The message  Container*/
	.FTBBluemessageContainerTopLeft{}
	.FTBBluemessageContainerTopCenter{}
	.FTBBluemessageContainerTopRight{}
	/*************************************************************/

	/*************************************************************/
	/*Cells that Make up the Content row Of The message  Container*/
	.FTBBluemessageContainerContentLeft
	{
		
	}
	.FTBBluemessageContainerContentCenter
{
	border-right:  #7FA3DC 1px solid;
	padding-right: 5px;
	border-top:  #7FA3DC 1px solid;
	padding-left: 5px;
	padding-bottom: 5px;
	border-left:  #7FA3DC 1px solid;
	padding-top: 5px;
	border-bottom:  #7FA3DC 1px solid;
	background-color: white;
	text-align: center;
	font-size: 10pt;
	color: black;
	font-family: Verdana, Tahoma, Arial;
	font-weight:bold;
}
	.FTBBluemessageContainerContentRight{}
	/*************************************************************/

	/*************************************************************/
	/*Cells that Make up the Bottom Padding row of the message Container*/
	.FTBBluemessageContainerBottomLeft{}
	.FTBBluemessageContainerBottomCenter{}
	.FTBBluemessageContainerBottomRight{}
	/*************************************************************/
/*****************************************************************/

/*****************************************************************/
/*Table That Holds all Message Header (email, date, user) Items*/
.FTBBluemessageHeader
{
	border-right:  #7FA3DC 1px solid;
	border-top:  #7FA3DC 1px solid;
	border-left:  #7FA3DC 1px solid;
	width: 100%;
	border-bottom:  #7FA3DC 0px solid;
	background-color: white;
}
/*Left Column of Table Header (user, email)*/
.FTBBluemessageHeaderLeft{background-color:Transparent;font-size: 10pt;font-family:Verdana, Tahoma, Arial;	width:50%;}
/*Left Column of Table Header (date)*/	
.FTBBluemessageHeaderRight{background-color:Transparent;font-size: 10pt; font-family:Verdana, Tahoma, Arial; vertical-align:bottom;width:50%;	}
/*****************************************************************/

/*MessageBody label*/
.FTBBluemessageBody
{
	border-right:  #7FA3DC 1px solid;
	border-top:  #7FA3DC 1px solid;
	border-left:  #7FA3DC 1px solid;
	border-bottom:  #7FA3DC 1px solid;
	background-color: #7FA3DC;
	width:100%;
	font-family:Verdana, Tahoma, Arial;
	font-size: 10pt;
	color:White;
}
/*Page N Of N display*/ 
.FTBBluepagerText
{
	font-size: 10pt;
	color: black;
	font-family: Verdana, Tahoma, Arial;
	font-weight:bold;
}
/*Text Link for Add Edit*/
.FTBBlueeditLink
{
	color: Red;
	font-family: Verdana, Tahoma, Arial;
	background-color: transparent;
	font-size: 10pt;
}
/* hyperlink style for the unselected tabs */
A.FTBBlueeditLink:link 
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;	
}
A.FTBBlueeditLink:visited  
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
}
A.FTBBlueeditLink:active   
{
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
}
A.FTBBlueeditLink:hover    
{
	color: Navy;
	font-family: Verdana, Tahoma, Arial;
	font-size: 10pt;
}
.FTBBlueNoEntriesText
{
	color:#7FA3DC;
	font-family: Verdana, Tahoma, Arial;
	font-size: 14pt;
}
