﻿body
{
   	background-image: url(images/brushbg.gif);
    text-align: left;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: .7em;
}

hr
{
    color: Green;
}

/* This is the template format for the table format*/

.TemplateHeader, .TemplateBody, .TemplateFooter
{
    width: 1024px;
    background-color: transparent;
}
.TemplateHeader
{ 
       
}
.TemplateBody
{
    
}
.TemplateFooter
{
    
}

/* This is the table format for the header with login and shopping cart*/
/* background-image: url(images/PageHeader.gif);*/
.tblHeader
{
    background-color: #336600;
    height: 50px;
    color: Yellow;
}

/* This is the formatting for the individual menu sections */
.tblMenu
{
    background-image: url(Images/Menubg.gif);
    border-right: #006600 thin solid;
    border-top: #006600 thin solid;
    border-left: #006600 thin solid;
    border-bottom: #006600 thin solid;
    width: 100%;
    height: 100%;
}

.Cal_Month, .Cal_Date, .Cal_Holiday, .Cal_Time, .Cal_Location, .Cal_Description
{
    color: #4169e1;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: .6em;
}

.Cal_Month	
	{	
	font-size:	3em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}
.Cal_Date	
	{	
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
.Cal_Holiday	
	{	
	color: #BD2515;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

.Cal_Time	
	{	
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

.Cal_Location	
	{	
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	

.Cal_Description	
	{	
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
	
	
div.row {
  clear: both;
  width: 600px;
  padding-top: 5px;
  }
div.row span.linedesc {
  float:left;
  width: 150px;
  text-align: right;
  }

div.row span.linefield {
  float: right;
  width: 400px;
  text-align: left;
  } 
div.row span.lineerror {
  float: left;
  width: 10px;
  }
  