/**********************************************************************/
/**                                                                  **/
/**  Nancy Kimber                                                    **/
/**  CSC 254 - ASP.NET                                               **/
/**  02 May, 2006                                                    **/
/**  Final Project - ShopTour                                        **/
/**  http://localhost/ShopTour/ShopTour01HomePage.aspx               **/
/**                                                                  **/
/**********************************************************************/

body
{
	background-color: royalblue;
}

.ShopTourTable
{
	width: 720px;
	border-top: black medium double;
	border-right: black medium double;
	border-bottom: black medium double;
	border-left: black medium double;
	background-color: lightsteelblue;
}

.ShopTourCell
{
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.ShopTourNavBtn
{
	font-size: 10pt;
	width: 79px;
	color: white;
	font-family: Arial;
	height: 25px;
	background-color: black;
	text-align: center;
}

.ShopTourH1
{
	font-weight: bold;
	font-size: x-large;
	color: black;
	font-family: Arial;
	height: 20px;
	background-color: lightsteelblue;
	text-align: left;
}

.ShopTourH2
{
	font-size: medium;
	color: black;
	font-family: Arial;
	height: 20px;
	background-color: lightsteelblue;
	text-align: left;
}

.ShopTourH2Button
{
	font-size: medium;
	color: black;
	font-family: Arial;
	height: 20px;
	background-color: lightsteelblue;
	text-align: center;
}

.ShopTourH3
{
	font-weight: bold;
	font-size: small;
	color: black;
	font-family: Arial;
	height: 20px;
	background-color: lightsteelblue;
	text-align: left;
}

.ShopTourH3Box
{
	border-top: black thin solid;
	border-right: black thin solid;
	border-bottom: black thin solid;
	border-left: black thin solid;
	font-size: small;
	color: black;
	font-family: Arial;
	background-color: lightsteelblue;
	text-align: left;
}

.ShopTourH4
{
	font-size: xx-small;
	color: black;
	font-family: Arial;
	height: 20px;
	background-color: lightsteelblue;
	text-align: left;
}

.ShopTourH4Button
{
	font-size: 8.5pt;
	color: black;
	font-family: Arial;
	height: 20px;
	background-color: lightsteelblue;
	text-align: center;
}

.ShopTourDataList
{
	border-top: #3366cc 1px;
	border-right: #3366cc 1px;
	border-bottom: #3366cc 1px;
	border-left: #3366cc 1px;
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Arial;
	background-color: lightsteelblue;
}

.ShopTourDataListItemRegular
{
	border-top: #3366cc 1px;
	border-right: #3366cc 1px;
	border-bottom: #3366cc 1px;
	border-left: #3366cc 1px;
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Arial;
	background-color: lightsteelblue;
}

.ShopTourDataItemSelect
{
	border-top: #3366cc 1px;
	border-right: #3366cc 1px;
	border-bottom: #3366cc 1px;
	border-left: #3366cc 1px;
	font-weight: bold;
	font-size: x-small;
	color: black;
	font-family: Arial;
}

.ShopTourTest
{
	color: maroon;
	background-color: fuchsia;
}
