﻿/*
TO DO:

convert to em...

http://sureshjain.wordpress.com/2007/07/06/53/
*/
.checkoutBackground 
{
	background-color: #c6c6c6;
	padding:8px;
}
.showMe 
{
	display: block;
	visibility: visible;
}
.hideMe 
{
	display: none;
	visibility: hidden;
}
.categoryHeading {
  margin-top: 5px;
  margin-bottom: 35px;
  text-align: center;
  font-weight: bold;
}
.categoryHeading a:link, .categoryHeading a:visited {
  font-family: Palatino Linotype;
  font-size: 14pt; 
    font-style: normal; /*italic or normal*/
    font-weight: bold; /*bold or normal*/
    text-decoration: none;	
    color: #FFFFCB;
}
.categoryHeading a:hover {
    color:  #936F76;/* #C9C7C9; */
    text-decoration: underline;
}


body 
{	
	margin: 0;
	padding: 0;
  background-color: white; /* #010101; */
  
   
   font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10pt;
}
h1 
{	
   font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	
	text-decoration: none;	
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left:0;
	padding: 0;
	color: #968B96;
}
h2 
{
	font-family: Verdana, Verdana, Geneva, sans-serif;
	
 	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: 0;
	margin: 0;
	color: green;
}
.h2special 
{
	padding: 0;
	margin: 0;
    font-size: 1.5em;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	color: #7A7B69;
	text-transform: capitalize;
	display: block;
}
form 
{
	margin: 0;
	padding: 0;
}
a:link, a:visited {
	text-decoration: underline;
	color: #336699;
	font-weight: bold;
	
}
a:hover, a:active {
	text-decoration: underline;
	color: green;	
}

/* small text at bottom of page */
.smallstuff {
  font-size: 9pt;
  color: white;
}

/* breadcrumbs */
#breadTop a:link, #breadTop a:visited
{
	color: #335E88;	
	font-size: 8pt;
}
#breadTop a:hover 
{
	color: black;
}

/* controls width/style of column for banner ads */
.banneradcolumn 
{
	width: 167px;
	
	
}
/* wraps one banner ad */
.bannerAdDiv 
{
	margin-bottom: 15px;
	text-align:right;
	padding-right: 10px;
}

.calendarList 
{
	position: relative;
	top: -7px;
}
.calendarListLi 
{
	/* background-color: rgb(228,244,218); */
}

.calendarListLinkA:link, .calendarListLinkA:visited 
{
	color: black;
	border-bottom: none;
	font-weight: normal;
}
.calendarListLinkA:hover 
{
	color:  #56C0FF;
}

.calendarList 
{
	margin-left: 10px;
    padding-left : 0;
    padding-top : 0;
    margin-top : 0px;
    list-style : none;
}




 



.testimonial 
{
	font-family: Monotype Corsiva,Apple Chancery,Comic Sans MS, Comic Sans MS5, cursive;
	font-weight: bold;
	/*border: 1px dashed #000000;	*/
	background-color:  #FAEBD7; /*Antiquewhite;*/
	font-size: 15pt;
}
.testimonial small 
{
	font-style: italic;
}

#mainContentSection2Col 
{
	width: 100%;
}
#content 
{
	 background-color: White;
	 text-align: left;
	 width: 100%;
}

#container 
{
	width: 100%; 
	text-align: center;		
}




/* to help with editing... */
.normal { border: 0; }
.highlight { border: 2px solid green; }

#mainContentSection 
{
	text-align:left;
	vertical-align: top;
}
#mainContentSection2Col 
{
	text-align:left;
}
#mainContentSection p, #mainContentSection table tr td, #mainContentSection2Col p, #mainContentSection2Col table tr td
{
	margin: 0;
	padding: 0;
}
.DeleteButton 
{
   background-color: Red;
   color: White;
   font-weight: bold;	
}
.AddUpdateButton 
{
	background-color: Green;
   color: White;
   font-weight: bold;	
}

.purchasebutton 
{
	color:white; 
	background-color: green;
	font-weight: bold;
}

