﻿body
{ 
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	background: #000000;
}




#wrapper 
{ 
		width:800px;
		border: 2px solid #c1c1c0;
		margin: 0px;
		background-color: #8e8c82;
}


#header 
{
	position:relative;
		background:  url('../Images/headerbggrad.gif') repeat-x;
		border-bottom: 2px solid #adaa9f;
		height:130px; 
}
	#SearchFlyout
{
	
	top:0px;
	left:30px;
	z-index:0;
	overflow:hidden;
	height:1px;
	background-color:#005974;
}	
#Content
	{
		width:100%;
		
		text-align:left;
		border-bottom: 2px solid #adaa9f;
		padding: 3px 0px 3px 3px;
		color: #b7b5a8;
	}
#footer
	{
		height:50px;
		background-color: #005974;
		font-size:12px;
		padding:8px;
		text-align:center;
		color:#b7b5a8;
	}
	
	#addressbar 
	{
		position:relative;
		font-size:15px;
		color:#003e50;
		height: 20px;
			padding: 5px 10px 0 0;
			text-align: right;
			float: right;
	}
	#slogan 
	{
		position:relative;
		font-size:15px;
		color:#e1dece;
		height: 50px;
			padding: 5px 0 0 20px;
			text-align: left;
			float: left;
	}
	#logo
	{
	padding: 2px 0 0 0;
	float: left;
	}

	#tabholder
	{
		position:absolute;
		top:95px;
	height:32px; 
	left:150px;

	}
	


	
	
	#tabHolder .tabHL 
	{
		width:120px; 		
		font-size:18px; 
		font-weight:bold; 
		text-align:center; 			                   
	
    }
    
	#tabHolder .tabHL a, a:visited  {text-decoration:none;color:#e1dece}
	

	#tabHolder .tab 
	{
		width:120px; 
		font-size:18px; 
		text-align:center; 		 
	}
	#tabHolder .tab a, a:visited {text-decoration:none;color:#003e50}
	
	#tabHolder .tab a:hover{text-decoration:none;font-weight:bold; color:#e1dece}

	#tabSubHolder
	{
		position:relative;
	 width:100%;
	}
	
	#tabSubHolder .tabHL
	{
		color:#e1dece;
		font-size:16px; 
		font-weight:bold; 
		text-align:center; 
		white-space:nowrap; 
	}
	#tabSubHolder .tabHL a, a:visited {text-decoration:none;color:#e1dece; white-space:nowrap; }
	
	#tabSubHolder .tab 
	{
		color:#003e50;
		font-size:16px;
		font-weight:bold;  
		text-align:center; 
		white-space:nowrap; 		
	}
	#tabSubHolder .tab a, a:visited  {text-decoration:none;color:#003e50; white-space:nowrap; }
	

	#tabSubHolder .tab a:hover{text-decoration:none;color:#e1dece}




	

	#Event
	{
		border: 2px solid #acaa9d;
		background-color: #65645c;
		width:290px;
		padding: 10px 10px 0 10px;


	}
	
	

/* text style used for most text*/
.Normal
{
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: normal;
    color: #666666;
}

.NormalError
{
	font-weight: normal;
	font-size: 8pt;
	color:#853C0F;
	font-family: Tahoma;
}
.NormalRed
{
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color:#853C0F;
}

.NormalBold
{
    font-family: Tahoma;
    font-size: 8pt;
    font-weight: bold;
    color: #666666;
}

.NormalBoldBig
{
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	color:#853C0F;
}
.SearchButton
{
	border-style: outset;
	border-color: #ffffff;
	vertical-align: middle;
	padding-top: 2px;
	padding-left: 6px;
	padding-right: 6px;
	background: #eeeeee;
	cursor: hand;
}

.CommandButton
{
	border-style: outset;
	border-color: #ffffff;
	vertical-align: middle;
	padding-top: 2px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 2px;
	cursor: hand;
	font-family:Verdana;
	font-size:10px;
	font-weight:normal;
	color:#853C0F;
	text-decoration:none;
	background-color:#F5F5E3;
    
}

.RecipeAnchor, .RecipeAnchor a:visited
{
	color: #9d9d9d;
	text-decoration:none;
	font-size:13px;
}
.defaultaspxFloater
{
	margin-left:8px;
	float:left;
	font-weight:bold;
	font-size:9px;
	color:#605e61;
	text-align: left;
}

.defaultaspxHeader
{
	float:left;
	font-weight:bold;
	font-size:12px;
	color:#605e61;
	text-align: left;
}
.RowMouseOver
 {
   background-color: #C0E2F7 !important;
   	font-family:Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color:#877C7D;
 }
 .RowMouseOut
 {
   /*this style is taken from the corresponding skin's GridRow_[SkinName] class - GridRow_Default in our case*/
   background: #f7f7f7;
   font-family:Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	color:#877C7D;
 }
 
 
 /* ====================================
	Grids
   ==================================== */
TR.GridRow
{
	background-color: #f5f5f5;
	
}

TR.AltGridRow
{
	background-color: #eaeaea;
	
}
TR.GridRowHeader
{
	color: #863C0F;
	background-color: #E2E2BA;
	font-family: Tahoma;
    font-size: 8pt;
    font-weight:bold;
    height:20px;
}

 .RecipeGrid
{
	font-size:11px;
	font-weight:bold;
	color:#605e61;

}

TR.GridRowHeader A:Link
{
	font-family: Tahoma;
    font-size: 8pt;
	font-weight:bold;
	color: #863C0F;
}

TR.GridRowHeader A:Visited
{
	font-family: Tahoma;
    font-size: 8pt;
	font-weight:bold;
	color: #863C0F;
}

TR.GridRowHeader A:Hover
{
	font-family: Tahoma;
    font-size: 8pt;
	font-weight:bold;
	color: #EB6210;
}
.SearchGridOutliner
{
	font-family: Tahoma, Sans-Serif;   
    margin-left:2px;
	width:600px;
    color:#605e61; 
    border: 2px solid #999797; 
    padding:10px;
}
.AdminTable
{
	background-color:#f4f5e3;
}




.BandQuickLine
{
    font-family: Tahoma;
    font-size: 13pt;
    font-style:italic;
    font-weight: bold;
    color: #e1e0d8;
}
.EventText
{
    font-family: Tahoma;
    font-size: 13pt;
    font-style:normal;
    font-weight:normal;
    color: #efe0b3;
}

.NoCover
{
    font-family: Tahoma;
    font-size: 12pt;
    font-style:normal;
    font-weight:bold;
    color: #62e0d9;
}

.EventDate, .StartTime
{
    font-family: Tahoma;
    font-size: 14pt;
    font-style:normal;
    font-weight:bold;
    color: #ffd717;
}

.UpComingHeader
{
	font-family: Tahoma;
    font-size: 20pt;
    font-style:normal;
    font-weight:bold;
    color: #d3d46b;
}

.ImageWrapper
{
 border: solid 1px #adaa9f;
}



.NextWeekEventDate
{
    font-family: Tahoma;
    font-size: 12pt;
    font-style:normal;
    font-weight:bold;
    color: #ffd717;
}

.NextWeekBandName
{
    font-family: Tahoma;
    font-size: 15pt;
    font-weight: bold;
    color: #ece009;
}

.NextWeekBandQuickLine
{
    font-family: Tahoma;
    font-size: 11pt;
    font-style:italic;
    font-weight: bold;
    color: #e1e0d8;
}



.BandText
{
	color:#e1dece;
}



a.VisitWebsite:link, a.VisitWebsite:visited
{text-decoration:none;
 color:#003e50}

a.VisitWebsite:hover
{
	text-decoration:underline;
}

a.VisitEvent:link , a.VisitEvent:visited
{
	text-decoration:none;
    font-size: 12pt;
    font-weight:bold;
    color: #ffd717;
}


a.VisitEvent:hover
{
	text-decoration:underline;
}


a.BandName:link, a.BandName:visited
{
	text-decoration:none;
    font-family: Tahoma;
    font-size: 17pt;
    font-weight: bold;
    color: #ece009;
}

a.BandName:hover
{
	text-decoration:underline;
}


.BandName
{
    font-family: Tahoma;
    font-size: 17pt;
    font-weight: bold;
    color: #ece009;
}



a.NextWeekBandName:link, a.NextWeekBandName:visited
{
	text-decoration:none;
    font-family: Tahoma;
    font-size: 15pt;
    font-weight: bold;
    color: #ece009;
}


a.NextWeekBandName:hover
{
	text-decoration:underline;
}




a.EventDate:link, a.EventDate:visited
{
	text-decoration:none;
    font-family: Tahoma;
    font-size: 14pt;
    font-style:normal;
    font-weight:bold;
    color: #ffd717;
}


a.EventDate:hover
{
	text-decoration:underline;
}




a.NextWeekEventDate:link, a.NextWeekEventDate:visited
{
	text-decoration:none;
    font-family: Tahoma;
    font-size: 12pt;
    font-style:normal;
    font-weight:bold;
    color: #ffd717;
}


a.NextWeekEventDate:hover
{
	text-decoration:underline;
}

#StickerHolder
{
	
	position:absolute;
	top:15px;
	right:30px;
}
#PBRSticker
{
	text-align:center;
position:relative;
}




a.NewsLink:link, a.NewsLink:visited
{
	text-decoration:none;
    font-family: Tahoma;
    font-size: 12pt;
    font-style:normal;
  
    color: #f1cb16;
}


a.NewsLink:hover
{
	text-decoration:underline;
}