body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	height:100%;
}
.ControlPanel, .PagingTable {
    width: 100%;
    height: 64px;
    background-color: #ffffff;
    BORDER-RIGHT: #A0110B 1px solid; 
    BORDER-TOP: #A0110B 1px solid; 
    BORDER-LEFT: #A0110B 1px solid; 
    BORDER-BOTTOM: #A0110B1px solid; 
}
.SkinObject {
    font-weight: bold;
    font-size: 11px;
    color: #A0110B;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}
A.SkinObject:link {
    text-decoration:    none;
    color:#A0110B;
}

A.SkinObject:visited  {
    text-decoration:    none;
    color:#A0110B;
}

A.SkinObject:active   {
    text-decoration:    none;
    color:#A0110B;
}

A.SkinObject:hover    {
    text-decoration:    none;
    color:#D29106;
}
/* style for module titles */
.Head   {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #A0110B;
}
/* style of item titles on edit and admin pages */
.SubHead    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #A0110B;
}
/* module title style used instead of Head for compact rendering by QuickLinks and Signin modules */
.SubSubHead {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color:#A0110B;
}
/* text style used for most text rendered by modules */
.Normal,.NormalDisabled
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
/* text style used for rendered text which should appear disabled */
.NormalDisabled
{
    color: Silver;
}

/* text style used for rendered text which requires emphasis */
.NormalBold
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold
}

/* text style used for error messages */
.NormalRed
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #A0110B;
}

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.NormalTextBox
{
    font-family: Tahoma, Arial, Helvetica;
    font-size: 12px;
    font-weight: normal;
}
/* text style used for help text rendered by modules */
.Help
{
  border-right: black 1px solid;
  padding-right: 2px;
  border-top: black 1px solid;
  padding-left: 2px;
  font-weight: normal;
  font-size: 11px;
  padding-bottom: 2px;
  border-left: black 1px solid;
  color: black;
  padding-top: 2px;
  border-bottom: black 1px solid;
  font-family: Tahoma, Arial, Helvetica;
  background-color: #6B7584;
}

/* text style for buttons and link buttons used in the portal admin pages */
.CommandButton     {
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: normal;
	 color: #A0110B;
}
    
/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #A0110B;
}

A.CommandButton:visited  {
    text-decoration: underline;
    color: #A0110B;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #A0110B;
}

A.CommandButton:hover    {
    text-decoration:    underline;
    color: #D29106;
}

/* button style for standard HTML buttons */
.StandardButton
{
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bolder;
	font-size: 11px;
	background: #F0DE00;
	color: #A0110B;
	font-family: Verdana, sans-serif;
}
/* GENERIC */
H1  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #A0110B;
}

H2  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  20px;
    font-weight:    normal;
    color: #A0110B;
}

H3  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #A0110B;
}

H4  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    font-weight:    normal;
    color: #A0110B;
}

H5, DT  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #A0110B;
}

H6  {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #A0110B;
}

TFOOT, THEAD    {
    font-family: Tahoma, Arial, Helvetica;
    font-size:  12px;
    color: #A0110B;
}

TH  {
    vertical-align: baseline;
    font-family: Tahoma, Arial, Helvetica;
    font-size:  11px;
    font-weight:    bold;
    color: #A0110B;
}

A:link  {
    text-decoration:    none;
    color: #A0110B;
	text-decoration:underline;
}

A:visited   {
    text-decoration:    none;
    color: #A0110B;
	text-decoration:underline;
}

A:active    {
    text-decoration:    none;
    color: #A0110B;
	text-decoration:underline;
}

A:hover {
    text-decoration:    underline;
    color: #D29106;
}

SMALL   {
    font-size:  8px;
}

BIG {
    font-size:  14px;
}

BLOCKQUOTE, PRE {
    font-family:    Lucida Console, monospace;
}


UL LI   {
    list-style-type:    square ;
}

UL LI LI    {
    list-style-type:    disc;
}

UL LI LI LI {
    list-style-type:    circle;
}

OL LI   {
    list-style-type:    decimal;
}

OL OL LI    {
    list-style-type:    lower-alpha;
}

OL OL OL LI {
    list-style-type:    lower-roman;
}

HR {
    color: #A0110B;
    height:1pt;
    text-align:left
}
.Rewine_topredbg{
	background-image: url(Rewine_topredbg.gif);
	height: 19px;
	background-repeat: repeat-x;
}
.Rewine_menubg{
	background-image: url(Rewine_menubg.gif);
	height: 31px;
	background-repeat: repeat-x;
}
.Rewine_yellow_leftbg{
	background-image: url(Rewine_yellow_left.gif);
	width: 6px;
	height: 31px;
	background-repeat: no-repeat;
}
.Rewine_yellow_middlebg{
	background-image: url(Rewine_yellow_middle.gif);
	height: 31px;
	background-repeat: repeat-x;
}
.Rewine_yellow_rightbg{
	background-image: url(Rewine_yellow_right.gif);
	width: 12px;
	height: 31px;
	background-repeat: no-repeat;
}
.Rewine_bottomredbg{
	background-image: url(Rewine_bottomredbg.gif);
	height: 32px;
	background-repeat: repeat-x;
}
/**/
.BannerPane{
	padding: 0px;
}
.TopPane{
	padding: 0px;
}
.TopPane02{
	padding-top: 8px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
.LeftPane{
	padding-top: 14px;
	padding-bottom: 0px;
	padding-left: 12px;
	padding-right: 24px;
	width:210px;
}
.ContentPane{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	padding-right: 0px;
}
.RightPane{
	padding: 0px;
}
.RightPane02{
	padding-top: 12px;
	padding-bottom: 0px;
	padding-left: 8px;
	padding-right: 0px;
}
.BottomPane{
	padding: 0px;
}
.BottomPane02{
	padding: 0px;
}
.BottomPane03{
	padding: 0px;
}
/* menu */
.MainMenu_MenuContainer {	
	background-color: #817100;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
	height:31px;
}
.ItemsBreak{
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
.RootItem TD{
   background-image: url(Rewine_links_menu.gif);
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #E7E40E;
	background-repeat: repeat-x;
	background-position: left;	
	height: 31px;
	background-color: #FDFBEC;
	padding-right: 4px;
	padding-left: 4px;
}
.RootItemActive TD{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FBF288;
	background-image: url(Rewine_hover_menu.gif);
	background-repeat: repeat-x;
	background-position: left;
	height: 31px;
	background-color: #FDFBEC;
	padding-right: 4px;
	padding-left: 4px;
}
.RootItemSelected TD{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FBF288;
	background-image: url(Rewine_hover_menu.gif);
	background-repeat: repeat-x;
	background-position: left;
	height: 31px;
	background-color: #FDFBEC;
	padding-right: 4px;
	padding-left: 4px;
}
.RootItemBreadCrumb TD{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FBF288;
	height: 31px;
	background-image: url(Rewine_hover_menu.gif);
	background-repeat: repeat-x;
	background-position: left;
	background-color: #FDFBEC;
	padding-right: 4px;
	padding-left: 4px;
}
.MenuIcon{
	cursor: pointer;
	cursor: hand;
	background-color: #ECD99E;
	text-align: center;
	width: 5px;
	height: 20px;
	font-size: 12px;
	color: #730002;
}
.SubMenu {
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#666666, Direction=135, Strength=1); 
	z-index: 1000;
	cursor: pointer;
	cursor: hand;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bolder;
	color: #A0110B;
	background-color: #ECD99E;
	background-image: none;
	background-repeat: no-repeat;
}
.SubItemActive TD{
	border-top: 0px solid;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bolder;
	color: #730002;
	background-color: #ECD99E;
	background-image: none;
	background-repeat: no-repeat;
	border-bottom: 0px solid #B8B8B8;
	border-right: 0px solid #DE6FFA;	
	border-top: 0px solid #B8B8B8;
	border-left: 0px solid #DE6FFA;
}
.SubItemBreadCrumb{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bolder;
	color: #730002;
	background-color: #ECD99E;
	background-image: none;
	background-repeat: no-repeat;
	border-bottom: 1px solid #D0D0D0;
	border-right: 1px solid #D0D0D0;	
	border-top: 1px solid #D0D0D0;
	border-left: 1px solid #D0D0D0;
}
.SubItemSelected
{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bolder;
	color: #E7E40E; 
	background-color: #827300;
	background-image: none;
	background-repeat: no-repeat;
	border-bottom: 1px solid #D0D0D0;
	border-right: 0px solid #DE6FFA;	
	border-top: 1px solid #D0D0D0;
	border-left: 0px solid #DE6FFA;
}
.MenuContainer{
	background-color: transparent;
}

.MenuItem /* activate bg image for subitems here */
{
	cursor: pointer; 
	cursor: hand; 
	color: #730002; 
	font-family: Tahoma;
	font-size: 11px; 
	font-weight: bolder; 
	font-style: normal; 
	background-color: #ECD99E; /* fixed firefox problem, do not use transparent here */
	border-bottom: 0px solid #D0D0D0;
	border-right: 0px solid #D0D0D0;	
	border-top: 0px solid #D0D0D0;
	border-left: 0px solid #D0D0D0;
}
.MenuArrow
{
	font-family: Tahoma; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand; 
	border-bottom: 0px solid #D0D0D0;
	border-right: 0px solid #D0D0D0;	
	border-top: 0px solid #D0D0D0;
	border-left: 0px solid #D0D0D0;
}
.MenuRootArrow
{
	font-family: Tahoma; 
	font-size: 11px; 
	cursor: pointer; 
	cursor: hand;
}
.MenuBar
{
	background-color: Transparent;
	cursor: pointer;
	cursor: hand;
	height: 16px;
	font-size: 12px;
}
.Separatorcssclass{
}
/**/
.ModuleTitle_MenuIcon {
   cursor: pointer;
   cursor: hand; 
   background-color: #ECD99E; 
   border-left: #EEEEEE 0px solid; 
   border-bottom: #EEEEEE 0px solid; 
   border-top: #EEEEEE 0px solid; 
   text-align: center; 
   width: 15px; 
   height: 20px; 
   color: #730002;
   font-size: 11px;
 }
.ModuleTitle_MenuArrow{	
   font-family: Tahoma;
   font-size: 11px; 
   cursor: pointer; 
   cursor: hand; 
   border-right: #FFFFFF 0px solid; 
   border-bottom: #FFFFFF 0px solid; 
   border-top: #FFFFFF 0px solid;
}
.ModuleTitle_RootMenuArrow{
   font-family: Tahoma; 
   font-size: 11px; 
   cursor: pointer; 
   cursor: hand;
}
.ModuleTitle_MenuBreak{
   border-bottom: #EEEEEE 0px solid; 
   border-left: #EEEEEE 0px solid; 
   border-top: #EEEEEE 0px solid;  
   border-right: #EEEEEE 0px solid; 
   background-color: #ECD99E; 
   height: 0px; 
   color: #A0110B;
	font-size: 11px;
}
.ModuleTitle_MenuItemSel { 
   font-family: Tahoma; 
   font-size: 11px; 
   font-weight: bolder; 
   cursor: pointer; 
   cursor: hand; 
   color: #E7E40E; 
   background: #827300; 
   padding: 0px 0px 0px 0px; 
   border: 0;
}
.ModuleTitle_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: #730002; 
	font-family: Tahoma;
	font-size: 11px; 
	font-weight: bolder; 
	font-style: normal; 
	border-left: white 0px solid; 
	border-bottom: white 0px solid; 
	border-top: white 0px solid; 
	border-right: white 0px solid;
	background-color: Transparent;
}
.ModuleTitle_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #ECD99E; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
	font-family: Tahoma;
	font-size: 11px;
	color: #730002;
	font-weight: bolder;
}
/**/
.login{
	font-family: Tahoma;
	font-size: 11px;
	color: #9F1008;
	font-weight: bolder;
}
A.login:link{
	font-family: Tahoma;
	font-size: 11px;
	color: #9F1008;
	font-weight: bolder;
}
A.login:visited{
	font-family: Tahoma;
	font-size: 11px;
	color: #9F1008;
	font-weight: bolder;
}
A.login:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #9F1008;
	font-weight: bolder;
}
A.login:active{
	font-family: Tahoma;
	font-size: 11px;
	color: #9F1008;
	font-weight: bolder;
}
.user{
	font-family: Tahoma;
	font-size: 11px;
	color: #9F1008;
   font-weight: bolder;
}
A.user:link{
	font-family: Tahoma;
	font-size: 11px;
	color: #9F1008;
	font-weight: bolder;
}
A.user:visited{
	font-family: Tahoma;
	font-size: 11px;
	color: #9F1008;
	font-weight: bolder;
}
A.user:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #9F1008;
	font-weight: bolder;
}
A.user:active{
	font-family: Tahoma;
	font-size: 11px;
	color: #9F1008;
	font-weight: bolder;
}
.current{
	font-family: Tahoma;
	font-size: 11px;
	color: #9F1008;
	font-weight: bolder;
}
.copyright{
	font-family: Tahoma;
	font-size: 11px;
	color: #FDFDFD;
   font-weight: normal;
}
.terms{
	font-family: Tahoma;
	font-size: 11px;
	color: #FDFDFD;
   font-weight: normal;
}
A.terms:link{
	font-family: Tahoma;
	font-size: 11px;
	color: #FDFDFD;
	text-decoration: none;
   font-weight: normal;
}
A.terms:visited{
	font-family: Tahoma;
	font-size: 11px;
	color: #FDFDFD;
	text-decoration: none;
	font-weight: normal;
}
A.terms:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #FDFDFD;
   text-decoration: underline;
	font-weight: normal;
}
A.terms:active{
	font-family: Tahoma;
	font-size: 11px;
	color: #FDFDFD;
	text-decoration: none;
	font-weight: normal;
}
.privacy{
	font-family: Tahoma;
	font-size: 11px;
	color: #FDFDFD;
   font-weight: normal;
}
A.privacy:link{
	font-family: Tahoma;
	font-size: 11px;
	color: #FDFDFD;
	text-decoration: none;
   font-weight: normal;
}
A.privacy:visited{
	font-family: Tahoma;
	font-size: 11px;
	color: #FDFDFD;
	text-decoration: none;
	font-weight: normal;
}
A.privacy:hover{
	font-family: Tahoma;
	font-size: 11px;
	color: #FDFDFD;
   text-decoration: underline;
	font-weight: normal;
}
A.privacy:active{
	font-family: Tahoma;
	font-size: 11px;
	color: #FDFDFD;
	text-decoration: none;
	font-weight: normal;
}



/* NT Forums */
.toppostlink a:link, .toppostlink a:visited, .toppostlink a:active
{
	color: #3C342C;
	font-weight:bold;
}

.toppostdate
{
	color: #3C342C;
	font-weight:normal;
	font-size:8pt;
}


.afgrouprow
{
	font-weight: bold;
	font-size: 12px;
	/*background-image: url(headerback.gif);*/
	background-color:#7A6C01;
	color: #ffffff;
	height: 30px;
}
.afgrouprow a:link, .afgrouprow a:visited, .afgrouprow a:active
{
	color: #ffffff;
}

.afforumrow
{
	font-size:10pt;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ECD99E;
	border-right-color: #ECD99E;
}
.afsubgrid 
{
		border: 1px solid #ECD99E;
}
.aflastpost
{
	font-size: 11px;
	border-top: solid 1px #ECD99E;
}
.aflastpost a:link, .aflastpost a:visited, .aflastpost a:active
{
	color: #cc0000;
}

.afforumrow a:link, .afforumrow a:visited, .afforumrow a:active, .afpostinfo a, .afpostinfo a:link, .afpostinfo a:visited, .afpostinfo a:active, .afposttopic a, .afposttopic a:link, .afposttopic a:visited, .afpostreply a, .afpostreply a:link, .afpostreply a:visited
{
	color: #7A6C01;
	font-weight:bold;
}

.afheader
{
	font-weight: bold;
	font-size: 11px;
	/*background-image: url(headerback22.gif);*/
	background-color:#ECD99E;
	color: #3C342C;
	height: 22px;
}
/*afgrid, .afnormal
{
	font-family:  Tahoma, Arial, Helvetica;
	color: #7D6D49;ss
	font-size: 12px;
}*/

.WineList {
	
}

.WineList A, .WineList A:Link {
	font-size:10px;
	line-height:16px;
	padding-left:15px;
	background-image:url(listbullet.gif);
	background-repeat:no-repeat;
	background-position: 5px center;

}

.WineListHeading, A.WineListHeading, A.WineListHeading:link, A.WineListHeading:visited, A.WineListHeading:active {

	color:#716400;
	font-size:11px;
	font-weight:bold;
	padding-left:5px;
	background-image:none;
}
.WineListHeading:hover {
    text-decoration:    underline;
    color: #D29106;
	font-size:11px;
	font-weight:bold;
	padding-left:5px;
	background-image:none;
}
.CustomerFeedback Table{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3C3C;
	font-weight: normal;
}

.CustomerFeedbackHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3C3C;
	font-weight: bold;

}

.RealPlayer {
	background-image:url(real_icon.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:35px;
}

.WinMediaPlayer {
	background-image:url(iconwinxp_qt.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:35px;
}
.QuickTimePlayer {
	background-image:url(quicktime_icon.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:35px;
}
