﻿/* Base.master */
body 
{
	font-family: Trebuchet MS, Trebuchet;
	font-size:10pt;
	color:#333333;
	background-color:#FFFFFF;
}

.errormessage
{
    color:Red;
}

.divlogo
{
    position:absolute;
    left:10px;
    top:10px;
    width:200px;
}

.divcontent
{
    position:absolute;
    left:210px;
    top:70px;
    padding: 10px 10px 10px 10px;
    /*margin-left:30px;*/
}

.divmain
{
}

.divutil
{
	background-color: white;
	height:30px;
	text-align:right;
	font-size:8;
	padding-bottom:2px;
	padding-right:10px;
	position: absolute;
	left:210px;
	top:10px;
}

.divutilitems
{
    padding-top: 2px;
    padding: 0 4px 0 4px;
    float: right;
    text-align: right;
    height: 25px;
}

.divutilplayer
{
    float:right;
    width:80px;
    margin-left:5px;
}

.divmenu
{
	position:absolute;
	width:90%;
	top:40px;
	left:210px;
	background-color: #99cc33;
    padding-left:10px;
    text-align:left;
}

.divmusicplayer
{
    width:100%;
    text-align:center;
    padding-top:20px;
}


.divheader
{
	width: 702px;
	text-align:center;
}

.divheaderleft
{
	width: 100px;
	text-align:left;
	vertical-align:bottom;
	float:left;
}

.divheadercenter
{
	width: 500px;
	text-align:center;
	vertical-align:bottom;
	float:left;
}

.divheaderright
{
	width: 100px;
	text-align:right;
	vertical-align:bottom;
	float:right;
}

.divfooter
{
	text-align: center;
	font-size: 6.5pt;
	border-top-style: solid;
	border-top-color: #333333;
	border-top-width: thin;
}

.menu
{
	text-align:center;
}

.menuitem
{
	font-size:9pt;
	padding-right:13px;
}

a.bottomlink
{
	color:#333333;
	text-decoration:none;
}

div.popup
{
	font-family: Trebuchet MS, Trebuchet;
	font-size:10pt;
	color:#333333;
	background-color:#FFFFFF;
	text-align:center;
	border: solid 2px #333333;
	padding: 4px 4px 4px 4px;
}

.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

td.popuplabel
{
    vertical-align: middle;
    padding-top: 4px;
    text-align: right;
}

td.popupfield
{
    vertical-align: middle;
    padding-top: 4px;
    text-align: left;
}

input
{
	font-family: Trebuchet MS, Trebuchet;
	font-size:8pt;
}

select
{
	font-family: Trebuchet MS, Trebuchet;
	font-size:8pt;
}

.submitbutton
{
    font-family: Trebuchet MS, Trebuchet;
    font-size: 8pt;
    background-color: #E3FFAF;
    border: solid 2px #99cc33;
}

textarea
{
	font-family: Trebuchet MS, Trebuchet;
	font-size:8pt;
}

/* Home Page */
div.homerow
{
    clear:left;
}

div.homecell
{
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 0px;
}

div.celltitle
{
    text-align:center;
    text-transform:lowercase;
    margin-bottom:5px;
}

div.cellpicture
{
    text-align:center;
}

img.homeimage
{
    width: 150px;
    height: 150px;
    border-width: 4px;
    border-style: solid;
    border-color: #99cc33;
}

img.bigimage
{
    width:350px;
    height:350px;
    border-width:4px;
    border-style:solid;
    border-color:#99cc33;
}

img.shorthomeimage
{
    width:200px;
    border-width:4px;
    border-style:solid;
    border-color:#99cc33;
}

.homeimagebutton
{
    width:200px;
    height:200px;
    border-width:4px;
    border-style:solid;
    border-color:#99cc33;
}

/*This section is used for detail pages */
div.divdetail
{
    text-align:center;
}

div.pagetitle
{
    color: #99cc33;
    font-size:14pt;
    font-weight:bold;
    padding-bottom:5px;
}

/*This section is used to format emails*/
div.email 
{
	background: White;
	margin: 50px 50px 5px 50px;
	padding: 10px 10px 10px 10px;
	border: Solid 3px #333333;
	font-family: Arial;
	font-size: 10pt;
	color: #333333;
}

div.emailfooter
{
	text-align: center;
	font-size: 6.5pt;
	width: 660px;
}

/* Events Page */
div.eventrow
{
    border-bottom: 1px solid Gray;
    clear: both;
    height: 200px;
    padding-bottom: 5px;
    padding-top: 5px;
}

div.eventicon
{
    float:left;
    padding: 3px 3px 3px 6px;
}

div.eventtext
{
    float:left;
    padding: 3px 3px 3px 3px;
    text-align:left;
    width:500px;
}

img.eventimage
{
    width:130px;
    height:130px;
}

div.eventtitle
{
    font-size:12pt;
    font-weight:bold;
    padding-bottom:3px;
}

div.eventdate
{
    font-size:12pt;
    font-weight:bold;
    padding-top:3px;
}


/* recipes Page */
div.reciperow
{
    clear: both;
    padding-bottom: 5px;
    padding-top: 5px;
}

div.recipetext
{
    float:left;
    padding: 3px 3px 3px 3px;
    text-align:left;
    width:500px;
}


div.recipetitle
{
    font-size:12pt;
    font-weight:bold;
    padding-bottom:3px;
}


/*Product Page*/

div.producttext
{
    float:left;
    padding: 3px 3px 3px 3px;
    text-align:left;
    width:600px;
}

/*Press Page*/

div.pressrow
{
    border-bottom:1px solid Gray;
    clear:both;
    height:200px;
    padding-bottom:5px;
    padding-top:5px;
}

div.pressicon
{
    float:left;
    padding: 3px 3px 3px 6px;
    border-style:none;
    border-width:0px;
}

div.presstext
{
    float:left;
    padding: 3px 3px 3px 3px;
    text-align:left;
    width:500px;
}

img.pressimage
{
    width:130px;
    border-style:none;
    border-width:0px;
}

div.presstitle
{
    font-size:12pt;
    font-weight:bold;
    padding-bottom:3px;
}

div.pressdate
{
    font-size:12pt;
    font-weight:bold;
    padding-top:3px;
}

/*Location Page*/

div.loctext
{
    padding: 3px 3px 3px 3px;
    text-align:left;
    width:500px;
    font-size:10pt;
}

div.locsubtitle
{
    text-align:left;
    font-size:10pt;
    font-weight:bold;
    margin-top:5px;
}

div.loctitle
{
    text-align:left;
    font-size:12pt;
    font-weight:bold;
    padding-bottom:3px;
    margin-top:10px;
}

span.loccompanyname
{
    text-transform:uppercase;
    font-size:10pt;
    font-weight:bold;
    margin-top:5px;
}

/* Admin PAges */

.admingrid
{
    font-size:8pt;
    text-align:left;
}

.admingridheader
{
    font-size:8pt;
}

.admingridfooter
{
    font-size:8pt;
}

.admingridgroup
{
    font-size:8pt;
}



