/*------------------------------------------------------------------------------------*/
/* OUR COUNTRY HEARTS STYLE SHEET				      		      */
/* CREATED BY JASON SHAW							      */
/* APRIL 2003									      */
/*------------------------------------------------------------------------------------*/
/* NOTES:									      */
/*   *** CSS is Case Sensitive.  So when Referencing Classes from inside an HTML      */
/*       Document, it is necessary to match capitalization exactly.		      */
/*------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------*/
/* BODY PROPERTIES								      */
/*------------------------------------------------------------------------------------*/
BODY	{
	  background-image	: url("/images/misc/spacer.gif");
	  background-repeat	: no-repeat;
	  background-attachment	: fixed;
	  background-position	: center center;
	  margin-top		: 6px;
	  margin-left		: 6px;
	  margin-right		: 6px;
	  margin-bottom		: 6px;
	}


/*------------------------------------------------------------------------------------*/
/* IMAGE PROPERTIES								      */
/*------------------------------------------------------------------------------------*/
IMG 			{ 
			  border: 0px none; 
			} 

IMG.STORESHOT_BORDER	{ 
			  border: thick solid black;
			} 


/*------------------------------------------------------------------------------------*/
/* TABLE PROPERTIES								      */
/*------------------------------------------------------------------------------------*/
TABLE 			{ 
			  border-collapse	: collapse;
			  border		: 2; 
			  empty-cells		: show ;
			} 

TABLE.ADMIN		{ 
			  border-collapse	: collapse;
			  border		: none; 
			  empty-cells		: show ;
			} 

/*------------------------------------------------------------------------------------*/
/* NAVBAR PROPERTIES								      */
/*------------------------------------------------------------------------------------*/
A.NavBar:link 		{
			  color			: #000000;
			  text-decoration 	: none;
			  font-size		: 20px;
			  font-family 		: Arial, Verdana, Geneva, Helvetica, sans-serif;
			  font-weight		: bold;
			}

A.NavBar:visited 	{
			  color			: #000000;
			  text-decoration	: none;
			  font-size		: 20px;
			  font-family 		: Arial, Verdana, Geneva, Helvetica, sans-serif;
			  font-weight		: bold;
			}

A.NavBar:hover 		{
			  color 		: #FFFFFF;
			  text-decoration	: none;
			  font-size		: 20px;
			  font-family 		: Arial, Verdana, Geneva, Helvetica, sans-serif;
			  font-weight		: bold;
			}


/*------------------------------------------------------------------------------------*/
/* SIDEBAR PROPERTIES								      */
/*------------------------------------------------------------------------------------*/
P.SideBarText 		{
			  color			: #000000;
			  text-decoration 	: none;
			  font-size		: 14px;
			  font-family 		: Arial, Verdana, Geneva, Helvetica, sans-serif;
			  font-weight		: bold;
			}

A.SideBar:link 		{
			  color			: #000000;
			  text-decoration 	: none;
			  font-size		: 14px;
			  font-family 		: Arial, Verdana, Geneva, Helvetica, sans-serif;
			  font-weight		: bold;
			}

A.SideBar:visited 	{
			  color			: #000000;
			  text-decoration	: none;
			  font-size		: 14px;
			  font-family 		: Arial, Verdana, Geneva, Helvetica, sans-serif;
			  font-weight		: bold;
			}

A.SideBar:hover 	{
			  color 		: #FFFFFF;
			  text-decoration	: none;
			  font-size		: 14px;
			  font-family 		: Arial, Verdana, Geneva, Helvetica, sans-serif;
			  font-weight		: bold;
			}


/*------------------------------------------------------------------------------------*/
/* SIDEMENU PROPERTIES								      */
/*------------------------------------------------------------------------------------*/
P.SideMenuText 		{
			  color			: #000000;
			  text-decoration 	: none;
			  font-size		: 14px;
			  font-family 		: Arial, Verdana, Geneva, Helvetica, sans-serif;
			  font-weight		: bold;
			}

A.SideMenu:link 	{
			  color			: #000000;
			  text-decoration 	: none;
			  font-size		: 14px;
			  font-family 		: Arial, Verdana, Geneva, Helvetica, sans-serif;
			  font-weight		: bold;
			}

A.SideMenu:visited 	{
			  color			: #000000;
			  text-decoration	: none;
			  font-size		: 14px;
			  font-family 		: Arial, Verdana, Geneva, Helvetica, sans-serif;
			  font-weight		: bold;
			}

A.SideMenu:hover 	{
			  color 		: #F0000F;
			  text-decoration	: underline;
			  font-size		: 14px;
			  font-family 		: Arial, Verdana, Geneva, Helvetica, sans-serif;
			  font-weight		: bold;
			}


/*------------------------------------------------------------------------------------*/
/* COPYRIGHT PROPERTIES								      */
/*------------------------------------------------------------------------------------*/
P.Copyright 		{
			  color			: #000000;
			  text-decoration 	: none;
			  font-size		: 10px;
			  font-family 		: Arial, Verdana, Geneva, Helvetica, sans-serif;
			  font-weight		: bold;
			}


/*------------------------------------------------------------------------------------*/
/* DEFAULT PROPERTIES (FOR CONTENT AREA)					      */
/*------------------------------------------------------------------------------------*/
H1 			{
			  color			: #000000;
			  text-decoration 	: none;
			  font-family 		: Arial, Verdana, Geneva, Helvetica, sans-serif;
			  font-weight		: bold;
			}

H2 			{
			  color			: #000000;
			  text-decoration 	: none;
			  font-family 		: Arial, Verdana, Geneva, Helvetica, sans-serif;
			  font-weight		: bold;
			}

H3 			{
			  color			: #000000;
			  text-decoration 	: none;
			  font-family 		: Arial, Verdana, Geneva, Helvetica, sans-serif;
			  font-weight		: bold;
			}

H4 			{
			  color			: #000000;
			  text-decoration 	: none;
			  font-family 		: Arial, Verdana, Geneva, Helvetica, sans-serif;
			  font-weight		: bold;
			}

P 			{
			  color			: #000000;
			  text-decoration 	: none;
			  font-size		: 14px;
			  font-family 		: Arial, Verdana, Geneva, Helvetica, sans-serif;
			  font-weight		: bold;
			}

A:link 			{
			  color			: blue;
			  text-decoration 	: underline;
			  font-size		: 14px;
			  font-family 		: Arial, Verdana, Geneva, Helvetica, sans-serif;
			  font-weight		: bold;
			}

A:visited 		{
			  color			: red;
			  text-decoration	: underline;
			  font-size		: 14px;
			  font-family 		: Arial, Verdana, Geneva, Helvetica, sans-serif;
			  font-weight		: bold;
			}

A:hover		 	{
			  color 		: black;
			  text-decoration	: none;
			  font-size		: 14px;
			  font-family 		: Arial, Verdana, Geneva, Helvetica, sans-serif;
			  font-weight		: bold;
			}

OL 			{
			  color			: #000000;
			  text-decoration 	: none;
			  font-size		: 14px;
			  font-family 		: Arial, Verdana, Geneva, Helvetica, sans-serif;
			  font-weight		: bold;
			}

