﻿html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a
{
    margin: 0;
    padding: 0;
    border: 0;
}

/* This is the name given to the Panel control that holds everything */

#ctl00_BodyText_Panel1  /* remove after change to NewSite.Master */
{
    font-family: Verdana;
    font-size: 12pt;
    overflow:auto;
}

#ctl00_NewBodyText_EventsPanel  /* Used in Events.aspx. It's a hack till I get rid of the damn table */
{
    font-family: Verdana;
    font-size: 12pt;
    overflow:auto;
}

/* Control the style of the date field */

span.DateStyle
{
    font-weight:bold;
}

/* Style of the Title field */

span.TitleStyle
{
    padding-left: 20px;
    font-weight:bold;
   
}

/* The Event is a div */

div.EventStyle
{
    margin: 0;
    padding-left: 20px;
}

/* links in the Event text */

div.EventStyle a
{
}

#BDALogo
{
    width:  81px; 
    height: 83px; 
    border: 0; 
    float:  left; 
    /*margin-bottom: 7px; */
}

#BDAText
{
    font-size: medium;
    display: block;
    margin-left: 100px;
    height: 85px;
    /* margin-top: 10px; */
}

/*
 * Formatting for weekly events at the top of the page
 */
 


/*
 * Custom styles for individual events go here
 *
 */

.largeVerdanaBlue
{
	font-size:17.0pt;
	font-family:Verdana;
	color:blue
}

.largeVerdanaPurple
{
	font-size:17.0pt;
	font-family:Verdana;
	color:purple;
}

/* February 2010 Events Calendar, take out after */

.EventTitle {
	font-family: @Arial Unicode MS;
	color: rgb(0,102,255);
	font-size: 18px;
}
.BodyText {
	font: "Arial Narrow";
}
.Emphasis {
	font-weight: bold;
	color: red;
}
.RSVP {
	font-family: "Arial Narrow";
	color: rgb(0,102,255);
	font-size: 18px;
}
.SoldOut {
    font-weight:bold;
    font-size: 20px;
    color: Red;
}

.California
{
	font-family: Magneto;
	color: red;
}

.Wines
{
	font-family: Arial, Helvetica, sans-serif;
}

.MegaCost
{
	font-family: Arial;
	font-weight: bold;
	
}

.Cost
{
    font-weight: bold;
    }

/* End of Feb 2010 Events */
