
/*div {border: 1px solid red;}*/

BODY
{
	margin: 20px 0px 0px 0px;
	background-color: #A74E15;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #996633;
}

TABLE
{
	border-spacing: 0px 0px;
 	border-collapse: collapse;
	line-height: 0px;
}

TD
{
	text-align: left;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

.TDspacer
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 0px;
	
}

#TDspacer
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 0px;
	
}

#bodySpacer
{
	width: 231px;

	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 10px;
	line-height: 17px;
}

#bodySpacer1
{
	width: 220px;
	height: 133px;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 10px;
	line-height: 17px;
}

TR
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 0px;
	
}

P
{
	text-align: left;
	vertical-align: top;
}

H1
{
	font-family: Trebuchet, Arial, Verdana, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #a5a959;
	line-height: 21px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

H2
{
	font-family: Trebuchet, Arial, Verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #88236c;
	line-height: 16px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

UL
{
	list-style-type: none;
}

LI
{
	background: url(../../images/bullet.gif) 0px 5px no-repeat;
	padding-left: 18px;
}

IMG
{
	border: none;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	/*
	possible fixes for inline image descender issue:
	font-size: 1px;
	line-height: 1px;
	vertical-align: bottom; */
}

FORM
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* inline image descender issue fix -- use this class in <img> tag when avoiding descender pixel issue in FireFox (when image is the only element in a container)*/
.blk
{ 
	display: block;
}

/* inline image descender issue fix -- use this class in <img> tag when avoiding descender pixel issue in FireFox (when image is the one of more elements in a container)*/
.vertBottom
{
	font-size: 1px;
	line-height: 1px;
}

.testDiv
{
	margin: 0px 0px 0px 14px;
	padding: 0px 0px 0px 0px;
}

.imgBody
{
	float: right;
	border: none;
	padding: 4px 4px 4px 4px;
}

#centerContainer
{
	width: 800px;
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#bgWhite
{
	width: 800px;
	height: 1px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	
	display: inline;
}

#bgGray
{
	width: 800px;
	height: 1px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #666666;
	
	display: inline;
}

#bgRed
{
	background-color: #282478;
}

#breadcrumbContainer
{
	width: 800px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #282478;
	
	display: inline;
}

#breadcrumb
{
	width:480px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 10px;
	border: none;

	text-align: left;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	
	display: inline;
}

#breadcrumb a:link { color: #FFFFFF; }
#breadcrumb a:active { color: #FFFFFF; }
#breadcrumb a:visited { color: #FFFFFF; }
#breadcrumb a:hover { color: #FFFFFF; }

#breadcrumbSearch
{
	width:300px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 3px 10px 3px 0px;
	border: none;

	text-align: right;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	
	display: inline;
}

#breadcrumbSearch a:link { color: #FFFFFF; }
#breadcrumbSearch a:active { color: #FFFFFF; }
#breadcrumbSearch a:visited { color: #FFFFFF; }
#breadcrumbSearch a:hover { color: #FFFFFF; }

#headerContainer
{
	float: left;
	width: 800px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}

#headerImage
{
	width: 265px;
	float: left;
	margin: 0px 0px 0px 55px;
	padding: 0px 0px 0px 0px;

	display: inline;
}

#headerNav
{
	width: 470px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	color: #FFFFFF;

	display: inline;
}

#headerSignup
{
	width: 165px;
	height: 94px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 15px;
	color: #FFFFFF;

	display: inline;
}

#headerSignup a:link { color: #FFFFFF; }
#headerSignup a:active { color: #FFFFFF; }
#headerSignup a:visited { color: #FFFFFF; }
#headerSignup a:hover { color: #FFFFFF; }

#headerBottom
{
	width: 800px;
	height: 17px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../../images/bg_subheader.gif);
	text-align: left;

	display: inline;
}

#mainNavContainer
{
	width: 800px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;

	display: inline;
}

#mainNav
{
	width: 800px;
	height: 22px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	background-color: #FFFFFF;

	display: inline;
}

#mainNavText
{
	width: 745px;
	height: 18px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 5px;
	text-align: left;
	color: #CCCCCC;
	line-height: 10px;
}

#bodyContainer
{
	width: 800px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../../images/bg_main.gif);
	background-color: #f8e9cc;
	float: left;
	
	display: inline;
}

#titleContainer
{
	width: 740px;
	margin: 0px 35px 0px 25px;
	padding: 10px 0px 10px 0px;
	float: left;
	
	display: inline;
}

#bodyNoNav
{
	width: 750px;
	float: left;
	margin: 0px 25px 0px 25px;
	padding: 10px 0px 0px 0px;
	text-align: left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #996633;
	line-height: 17px;

	display: inline;
	/* IE italics div-enlarging hack */
	overflow: visible;
}

#bodySingle
{
	width: 800px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #996633;
	line-height: 17px;

	display: inline;
	/* IE italics div-enlarging hack */
	overflow: visible;
}

#body1
{
	width: 400px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #996633;
	line-height: 17px;

	display: inline;
	/* IE italics div-enlarging hack */
	overflow: visible;
}

#body2
{
	width: 400px;
	text-align: left;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #996633;
	line-height: 17px;

	display: inline;
	/* IE italics div-enlarging hack */
	overflow: visible;
}

#bodya
{
	width: 125px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 0px 5px;
	text-align: left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #996633;
	line-height: 17px;

	display: inline;
	/* IE italics div-enlarging hack */
	overflow: visible;
}

#bodya2
{
	width: 125px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	text-align: left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #996633;
	line-height: 17px;

	display: inline;
	/* IE italics div-enlarging hack */
	overflow: visible;
}

#bodyb
{
	width: 495px;
	text-align: left;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #996633;
	line-height: 17px;

	display: inline;
	/* IE italics div-enlarging hack */
	overflow: visible;
}

#bodyc
{
	width: 160px;
	text-align: left;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 5px 0px 5px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #996633;
	line-height: 17px;

	display: inline;
	/* IE italics div-enlarging hack */
	overflow: visible;
}

#bodyd
{
	width: 630px;
	text-align: left;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #996633;
	line-height: 0px;

	display: inline;
	/* IE italics div-enlarging hack */
	overflow: visible;
}

#bodye
{
	width: 665px;
	text-align: left;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #996633;
	line-height: 17px;

	display: inline;
	/* IE italics div-enlarging hack */
	overflow: visible;
}

#bodyDcontent
{
	width: 610px;
	text-align: left;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #996633;
	line-height: 17px;

	display: inline;
	/* IE italics div-enlarging hack */
	overflow: visible;
}

#body2NoNav
{
	width: 467px;
	text-align: left;
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 10px 0px 0px 0px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #996633;
	line-height: 17px;

	display: inline;
	/* IE italics div-enlarging hack */
	overflow: visible;
}

#divSlideshow
{
	width: 495px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
}

#navContainer
{
	width: 173px;
	height: 341px;
	float: left;
	margin: 5px 25px 15px 0px;
	padding: 0px 0px 0px 0px;
	border: solid 1px #e3e3b9;
	background-image: url(../../images/bg_navgrad.gif);
	text-align: left;

	display: inline;
}

#navContainerText
{
	width: 153px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	text-align: left;
	line-height: 18px;

	display: inline;
}

#signupRight
{
	width: 170px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 5px 400px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #A74E15;
	text-align: right;
}

#plugArea
{
	width: 101px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 10px 349px 10px 350px;
	background-color: #FFFFFF;
}

#plug
{
	text-align: left;
	width: 101px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image: url(../../images/logo_sftw_sm.gif);
}

#bgNavTop
{
	background-image: url(../../images/bg_navtop.gif);
	height: 2px;
}

#bgNavBottom
{
	background-image: url(../../images/bg_navbottom.gif);
	height: 10px;
}

#bgMarble
{
	float: left;
	width: 800px;
	height: 38px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../../images/footer.jpg);
}

#bgBorderBottom
{
	float: left;
	width: 800px;
	height: 12px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-image: url(../../images/bg_borderbottom.gif);
}

#footer
{
	float: left;
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

#footerLeft
{
	width: 450px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 5px 5px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #A74E15;
	text-align: left;
}

#footerRight
{
	width: 340px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 3px 5px 5px 0px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #A74E15;
	text-align: right;
}

#footerRight a:link { color: #A74E15; }
#footerRight a:active { color: #A74E15; }
#footerRight a:visited { color: #A74E15; }
#footerRight a:hover { color: #A74E15; }

#bottom
{
	width: 800px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
}

#bottomLeft
{
	width: 480px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 5px 0px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
}

#bottomLeft a:link { color: #FFFFFF; }
#bottomLeft a:active { color: #FFFFFF; }
#bottomLeft a:visited { color: #FFFFFF; }
#bottomLeft a:hover { color: #FFFFFF; }

#bottomRight
{
	width: 320px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 5px 0px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: right;
}

.navTable
{
	width: 170px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../../images/bg_nav.gif);
	border-spacing: 0px 0px;
 	border-collapse: collapse;
}

.error
{
	color: #990000;
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.header
{
	font-family: Verdana, helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #282478;
	line-height: 21px;
}

a:link
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #88236c;
	text-decoration: underline;
}

a:visited
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #88236c;
	text-decoration: underline;
}

a:active
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #88236c;
	text-decoration: underline;
}

a:hover
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #88236c;
	text-decoration: none;
}

a.breadcrumb:link
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

a.breadcrumb:visited
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

a.breadcrumb:active
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

a.breadcrumb:hover
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a.nav:link
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}

a.nav:visited
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}

a.nav:active
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
}

a.nav:hover
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #282478;
	text-decoration: none;
}

a.navDead:link
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #282478;
	text-decoration: none;
}

a.navDead:visited
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #282478;
	text-decoration: none;
}

a.navDead:active
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #282478;
	text-decoration: none;
}

a.navDead:hover
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #282478;
	text-decoration: none;
}

a.subnav:link
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

a.subnav:visited
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

a.subnav:active
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

a.subnav:hover
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #282478;
	text-decoration: none;
}

a.subnavDead:link
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #282478;
	text-decoration: none;
}

a.subnavDead:visited
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #282478;
	text-decoration: none;
}

a.subnavDead:active
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #282478;
	text-decoration: none;
}

a.subnavDead:hover
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #282478;
	text-decoration: none;
}

a.footer:link
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

a.footer:visited
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

a.footer:active
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: underline;
}

a.footer:hover
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

a.eventNav:link
{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #A91E28;
	text-decoration: none;
	letter-spacing: 1px;
	font-variant: small-caps;
}

a.eventNav:visited
{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #A91E28;
	text-decoration: none;
	letter-spacing: 1px;
	font-variant: small-caps;
}

a.eventNav:active
{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #A91E28;
	text-decoration: none;
	letter-spacing: 1px;
	font-variant: small-caps;
}

a.eventNav:hover
{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
	font-variant: small-caps;
}

a.eventNavDead:link
{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
	font-variant: small-caps;
}

a.eventNavDead:visited
{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
	font-variant: small-caps;
}

a.eventNavDead:active
{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
	font-variant: small-caps;
}

a.eventNavDead:hover
{
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	letter-spacing: 1px;
	font-variant: small-caps;
}

.navDead
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.bgYellow
{
	background-color: #FAFAE2;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	vertical-align: middle;
}

.innerTable
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #CCCCCC;
}

.calBorder
{
	background-color: #CCCCCC;
}

.calDay
{
	background-color: #FFFFFF;
	font-family: Arial;
	font-size: 9px;
	color: #666666;
	vertical-align: bottom;
}

#calCell
{
	text-align: right;
	vertical-align: bottom;
}

.calEvent
{
	background-color: #FFFFCC;
	font-family: Arial;
	font-size: 9px;
	color: #666666;
	vertical-align: bottom;
}

a.calEvent:link
{
	font-family: Arial;
	font-size: 9px;
	color: #666666;
	vertical-align: bottom;
}

a.calEvent:visited
{
	font-family: Arial;
	font-size: 9px;
	color: #666666;
	vertical-align: bottom;
}

a.calEvent:active
{
	font-family: Arial;
	font-size: 9px;
	color: #666666;
	vertical-align: bottom;
}

a.calEvent:hover
{
	font-family: Arial;
	font-size: 9px;
	color: #666666;
	vertical-align: bottom;
}

.calSelected
{
	background-color: #FFCC00;
	font-family: Arial;
	font-size: 9px;
	color: #666666;
	vertical-align: bottom;
}

.calDayOngoing
{
	background-image: url(../../images/cal_day_ongoing.gif);
}

.calDayOngoingRollover
{
	background-image: url(../../images/cal_day_ongoing_r.gif);
}

.bgTableWhite
{
	background-color: #FFFFFF;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	vertical-align: middle;
}

.bgTableLtGray
{
	background-color: #EEEEEE;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	vertical-align: middle;
}

.storeTableCell
{
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 2px 5px;
}

.frmText
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #282478;
	width: 125px;
}

.frmHeader
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
}

.frmTextCustom
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #282478;
	width: 125px;
	border-style: solid;
	border-width: 1px;
	border-left-color: #333333;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
}

.frmTextBig
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #282478;
	width: 300px;
}

.frmTextSmall
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #282478;
	width: 45px;
}

.frmTextArea
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #282478;
	width: 280px;
}

.frmTextAreaSmall
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #282478;
	width: 140px;
}

.frmTextAreaBig
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #282478;
	width: 420px;
}

.frmTextAreaAdmin
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #282478;
	width: 550px;
}

.frmSelect
{
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #282478;
}

.frmTitle
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#submitform
{
	width: 400px;
	padding: 0 20px 0 5px;

}

#submitform input
{
	padding: 2px;
	margin: 0 3px 0 0;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	width: 70px;
}

.bgExperience1
{
	background-image: url(../../images/bg_experience1.gif);
}

.bgExperience2
{
	background-image: url(../../images/bg_experience2.gif);
}

.bgExperience3
{
	background-image: url(../../images/bg_experience3.gif);
}

.bgExperience4
{
	background-image: url(../../images/bg_experience4.jpg);
}

.bgHappenings1
{
	background-image: url(../../images/bg_happenings1.gif);
}

.bgHappenings2
{
	background-image: url(../../images/bg_happenings2.gif);
}

.bgBar1
{
	background-image: url(../../images/bg_bar1.gif);
}

.bgCourtyard1
{
	background-image: url(../../images/bg_courtyard1.gif);
}

.bgNourishes1
{
	background-image: url(../../images/bg_nourishes1.gif);
}

.bgNourishes2
{
	background-image: url(../../images/bg_nourishes2.gif);
}

.bgPrivate1
{
	background-image: url(../../images/bg_private1.gif);
}

.bgPrivate2
{
	background-image: url(../../images/bg_private2.gif);
}

.bgBar_beer
{
	background-image: url(../../images/bg_bar_beer.jpg);
}

.bgBar_champagne
{
	background-image: url(../../images/bg_bar_champagne.jpg);
}

.bgBar_liquor
{
	background-image: url(../../images/bg_bar_liquor.jpg);
}

.bgBar_redwine
{
	background-image: url(../../images/bg_bar_redwine.jpg);
}

.bgBar_whitewine
{
	background-image: url(../../images/bg_bar_whitewine.jpg);
	background-attachment: fixed;
}

.bgMenu_tobeginwith
{
	background-image: url(../../images/bg_menu_tobeginwith.jpg);
}

.bgMenu_gardensalads
{
	background-image: url(../../images/bg_menu_gardensalads.jpg);
}

.bgMenu_pastasandsuch
{
	background-image: url(../../images/bg_menu_pastasandsuch.jpg);
}

.bgMenu_mainevents
{
	background-image: url(../../images/bg_menu_mainevents.jpg);
}

.bgMenu_pizza
{
	background-image: url(../../images/bg_menu_pizza.jpg);
}

.bgMenu_dailyspecials
{
	background-image: url(../../images/bg_menu_dailyspecials.jpg);
}

.bgBarMenu_nav
{
	background-image: url(../../images/bg_barmenu_nav.jpg);
	background-repeat: no-repeat;
}

.bgBarMenu_navpizza
{
	background-image: url(../../images/bg_barmenu_nav_pizza.jpg);
}
