﻿@import "shared.css";
@import "header.css";
@import "alert.css";
@import "eventsnapboard.css";
@import "winelist.css";

.contentarea
{
	border: 1px solid #cac9c6;
	background: white;
	padding: 15px;
}
.winebanner
{
	border-right: 1px solid #cac9c6;
	border-left: 1px solid #cac9c6;
	background: #cac9c6;
	padding: 0px;
	text-align:center;
}
.titletext
{
	padding-left: 20px;	
}
.scriptheader
{
	color: Gray;
	float: left;
}
.wineselectedtext
{
	color: #773a3a;
}
.winenotselectedtext
{
	color: #cac9c6;
}
.headercontainer
{
	vertical-align:middle;
	width: 729px;
	height: 40px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.mealholder
{
	margin:10px 0px 10px 0px;
	width:700px;
	text-align:left;
}
.winelistbox, .winelistboxspaced 
{
	width:726px;
	background-color:#f8f8f8;
	border: solid 1px #cdcdcd;
}
.spiritlistbox
{
	width:690px;
	text-align: center;
	background-color:#ffffff;
	border: solid 1px #773a3a;
	padding-top: 10px;
	overflow-y: hidden; 
	overflow: auto;
	scrollbar-face-color : gainsboro; 
	scrollbar-highlight-color : #333333; 
	scrollbar-3dlight-color : #ffffff; 
	scrollbar-shadow-color : #ffffff; 
	scrollbar-darkshadow-color : #333333; 
	scrollbar-track-color : #ffffff; 
	scrollbar-arrow-color : #333333;
}
.featuredwinelistbox
{
	width:710px;
	height: 237px;
	padding: 8px;
	background-color:#773a3a;
	border: solid 1px #cdcdcd;
}
.winelistsubbox
{
	width:690px;
	margin-bottom:15px;
	margin-left:15px;
	
}
.wineitemfeatured
{
	border: solid 1px maroon;
	background-color : White;
}
.wineitemselectedfeatured
{
	border: solid 1px maroon;
	background-color : #f0f0ca;
}
.wineitemselected
{
	background-color : #f0f0ca;
	border: solid 1px #878787;
}
.wineitem
{
	border: solid 1px #878787;
	background-color : White;
}
.winebottlefeatured
{
	border: solid 1px maroon;
	background-color : White;
}
.winebottle
{
	border: solid 1px #878787;
	background-color : White;
}
.subbox
{
	border: solid 1px #cdcdcd;
	background-color : White;
	width:670px;
	margin-left:15px;
	margin-bottom: 15px;
	padding : 10px 10px 10px 10px;
}
.contentbox
{
	width:726px;
	background-color:#f8f8f8;
	border: solid 1px #cdcdcd;
}
.spiritnameboxfeatured
{
	height:80px; 
	padding: 0px;
	background-color: #f0f0ca;
}
.spiritnamebox
{
	height:80px; 
	padding: 0px;
}
.spiritnametable
{
	dbackground-color: #ffffff;
}
.spiritnametablefeatured
{
	background-color: #f0f0ca;
}
.basetable
{
	border-width:0px; padding:0; margin:0;
}