/* Page structure elements */

html 
{ 
    overflow-y: scroll; 
}

body
{
    margin:0;
    font-family: Arial, sans-serif;
    background-color:#ebe5dc;
    font-size:12px;
}

#top
{
    background: url(/images/design/Header_background.png) top repeat-x;
	width:100%;
	height:137px;
}

#topInner
{
        
}

#bottom
{
    background: url(/images/design/Header_background.png) top repeat-x;
	width:100%;
	height:111px;
}

#bottomInner
{
    padding:10px 0 0 30px;
}
#bottomInner a
{
    color:#ffffff;
    font-size:14px;
    padding-right:20px;
}

.siteCentered
{
	position:relative;
    margin-left:auto;
    margin-right:auto;
    width:1003px;
}

#rightHeader
{
    float:right;
    padding-right:10px;
}

#topLogo
{
    background: url(/images/design/logo.png) no-repeat top;
    width:162px;
    height:100px;
    position:relative;
    top:4px;
    margin-left:300px;
}

#logoLink
{
    width:162px;
    height:100px;
    border:0;
}

#headerInfo
{
    font-size:12px;
    padding-top:5px;
    color:#fff;
}

#headerInfo a {
    color: #fff;
    text-decoration:none;
}

#search
{
    position:absolute;
    right:10px;
    bottom:30px;

}

#menu
{
    width:100%;
    position:relative;
    top:6px;
}

#menuInner
{
	position:relative;
    margin-left:100px;
    width:760px;
    height:35px;
}    

.menuOption
{
    float:left;
    background: url(/images/design/Sommel_button_left.png) no-repeat;
    padding:7px 19px 0 22px;
    height:34px;
}

.menuOption a
{
    color:#fff;
    text-decoration: none;
    font-size:17px;
}

.menuOptionRight
{
    float:left;
    background: url(/images/design/Sommel_button_right.png) left;
    width:4px;
    height:34px;
    margin:0 10px 0 0;
}

#content 
{
    margin:10px 5px 10px 0px;
    float:left;
}

#right
{
    float:left;
    width:213px;
    padding-top:40px;
}

#headerLogin {
    background-color:#fffcc9;
    border:1px solid black;
    width:255px;
    position:absolute;
    right:-20px;
    top:10px;
    padding:10px;
    margin:10px;
    z-index:20;
}

#headerLogin h3
{
    margin:0px;
}

.bigNbold
{
    font-weight: 700;
    font-size: 16px;
}


label.loginLabel {
    text-align:right;
    width:60px;
    float:left;
    margin-right:5px;
    margin-top:0.4em;
}

.loginField {
    width:180px;
    height:16px;
	border:solid 1px #9e9e9e;
	padding-top:5px;
	padding-left:5px;
	background:#fff;
	margin:0 0 8px 0;
	font-size:10px;
	font-weight:normal;

}


/* End Page structure elements */

/* General elements */

h1 
{
    margin-top:0px;
}
h3.news {
    color:#444444;
    margin: 14px 0 2px 0;
}
a
{
    text-decoration: none;
    color:#780018;
}

p
{
}


thead { 
  font-weight: bold;
}

td { 
     padding-left: 5px;
     padding-right: 5px;
}

/* End General elements */

/* Commonly used styles */

.clear 
{
    clear:both;
}

.left
{
    float:left;
}

.right
{
    float:right;
}

.smallGrade
{
/*    color:#780018; */
   font-weight: bold;
   color: #000000;
}
.smallGradeDate
{
  margin-left:3px;
  margin-top:2px;
  font-size:9px;
  color:#787878;
}

.bold
{
    font-weight:600;
}

.popupOptions
{
    float:right;
    height:14px;
    margin:0;
    padding:0;
}

/* End Commonly used styles */

/* Design element classes */

.context h1
{
    color:#780018;
    font-size:26px;
    font-weight:500;
    letter-spacing: 2px;
}

.context p, .element p
{
/*    width:745px; */
}

.elementTop
{
    background: url(/images/design/elements/top.png);
    width:780px;
    height:8px;
}

.elementMiddle
{
    background: url(/images/design/elements/middle.png) repeat-y;
    width:752px;
    padding:10px 8px 6px 18px;
}

.elementBottom
{
    background: url(/images/design/elements/bottom.png);
    width:779px;
    height:8px;
    margin-bottom:8px;
}

.rightElementTop
{
    background: url(/images/design/elements/topRight.png);
    width:213px;
    height:8px;
}

.rightElementMiddle
{
    background: url(/images/design/elements/middleRight.png) repeat-y;
    width:203px;
    padding:7px 0 3px 15px;
}

.rightElementBottom
{
    background: url(/images/design/elements/bottomRight.png);
    width:213px;
    height:8px;
    margin-bottom:8px;
}

.element h1, h1.element, .element h2, h2.element
{
    margin-top:0;
    width:745px;
    background: url(/images/design/elements/elementHeaderLine.png) repeat-x;
}

.elementHeader
{
    background-color:#fff;
    color:#780018;
    padding-right:10px;    
    font-size:24px;
    font-weight:500;
}

div.elementHeader
{
    margin-top:0;
    width:745px;
    background: url(/images/design/elements/elementHeaderLine.png) repeat-x;
    padding-bottom:0.83em;
}

.elementHeader h2
{
    background:#fff;
    color:#780018;
    padding-right:10px;    
    font-size:24px;
    font-weight:500;
    display:inline;
}

h2.element
{
    width:745px;
    background: url(/images/design/elements/elementHeaderLine.png) repeat-x;
}
    
.elementSubHeader
{
    background-color:#fff;
    color:#780018;
    padding-right:10px;
    font-size:18px;
    font-weight:500;
}
    
.elementButton
{
    border-top:1px solid #e5e0d9;
    border-bottom:1px solid #e5e0d9;
    background-color: #f1eeea;
    margin-left:-13px;
    margin-top:10px;
    padding: 2px 15px 3px 0;
    width:755px;
    text-align:right;
}

.elementButton a
{
    color:#5c2424;
    font-size:16px;    
    font-weight: 500;
}

.rightElementButton
{
    border-top:1px solid #e5e0d9;
    border-bottom:1px solid #e5e0d9;
    background-color: #f1eeea;
    margin-left:-10px;
    margin-top:10px;
    padding: 2px 15px 3px 0;
    width:187px;
    text-align:right;
}

.rightElementButton a
{
    color:#5c2424;
    font-size:13px;    
    font-weight: 500;
}

.elementFasttrack
{
    background: url(/images/design/elements/fasttrack.png) no-repeat;
    width:779px;
    height:41px;
}


div.elementFasttrackInner 
{ 
    float:right;
}


ul.elementFasttrackInner 
{ 
    list-style: none; 
    margin: 0 0 0 0;
    padding: 0; 
    height:20px;
}

ul.elementFasttrackInner li 
{ 
    display: inline;
    height:20px;
}

ul.elementFasttrackInner li:after 
{ 
    content: url(/images/design/elements/fasttrackDivider.png);
} 

ul.elementFasttrackInner li:last-child:after 
{ 
    content: url(/images/design/elements/fasttrackDividerLast.png);
}


.elementFasttrackInner
{
    float:left;
    margin-top:2px;
    padding: 1px 10px 0 0;
    height:20px;
}

.elementFasttrackInner a
{
    color:#fff;
    font-size:14px;    
    padding-right:10px;
}

.rightElement ul
{
    list-style-type: none;
    margin:0;
    padding:0;
}

.rightElement li
{
    list-style: none;
    list-style-position: inside;
}

.rightElement h1, .rightElement h2
{
    margin-top:0;
    width:180px;
    background: url(/images/design/elements/elementHeaderLine.png) repeat-x;
}

.rightElementHeader
{
    background-color:#fff;
    color:#780018;
    padding-right:10px;    
    font-size:19px;
    font-weight:500;
}
    
.elementAddNew
{ 
  margin-top:10px;
}

.breadCrumbs
{
    font-size:14px;
}

ul.placeList
{
    float:left;
    list-style-type: none;
    margin:0 0 10px 10px;
    padding:0;
}

ul.placeList li
{
    list-style: none;
    list-style-position: inside;
    width:200px;
}


/* End Design element classes */
/* Calendar classes */
.dayHeader {
    float:left;
    border-right:1px solid #fff;
    width:80px
}

.dayBox {
    float:left;
    border-top:1px solid #c0c0c0;
    border-right:1px solid #c0c0c0;
    width:80px;
    min-height:80px;
    height:auto;
    margin:0;
    padding:0;
}

.dayText {
    float:right;
    margin:2px
}
.calendarEvents {
    overflow:hidden
}

.calendarEvents ul{
    padding-left:15px;
}


/* END Calendar classes */

/* Context classes */

.contextImage
{
    float:left;
    margin:0 10px 0 0;
}

.mainImage
{
    float:left;
    margin:0px 20px 0 0;
}

h2.shoutout
{
    margin:0;
}

.contextInfo
{
    color:#272727;
    padding:10px 0 0 0;
    font-size:12px;
}

.voteTextCompact
{
    font-size:11px;
    color:#787878;
}

.voteInner
{
    width:140px;
} 

.vote
{
clear: left;
}

.voteImages
{
    float:left;
    width:150px;
    padding-bottom:5px;
}

.voteText, .voteTextOther
{
    padding:7px 2px 0 0;
    font-size:12px;
    float:left;
}

.voteTextOther
{
    font-size:12px;
    float:left;
}

div.contextFactbox
{ 
  border: 1px solid #D1D1D1;
  width: 260px;
  float: right;
  margin-right: 18px;
  margin-bottom: 8px;
  padding: 5px;
  min-height: 184px;
  font-size: 12px;
 }

.contextFactbox dl
{ 
  margin-top: 0px;
 }

.contextFactbox dt
{ 
  float: left;
  font-weight: bold;
 }

.contextFactbox dd
{ 
  margin-left: 85px;
 }
p.contextFactboxSource
{ 
  font-size: 9px;
  width: auto;
  text-align: right;
  margin-right: 5px;
  font-style: italic;
 }


div.contextWineDescription
{ 
  margin-top: 15px;
  font-size: 12px;
  width: 300px;
  float: left;
 }

p.text, .text p
{ 
  width: 550px;
 }

/* End Context classes */

/* List element classes */

.contentListCompactItem 
{
    border:1px solid #d1d1d1;
    width:180px;
    height:125px;
    margin:0 6px 6px 0;
    float:left;
/*    position:relative; */
}

.contentListCompactItemInner
{
/*    position:absolute; */
/*    bottom:5px;
    left:5px; */

margin-left: 5px;
margin-top: 5px;
}

.elementMiddle .contentListExtendedItem .calculatedGrade
{
    float:left;
    width:300px;
    font-size:12px;
}

.elementMiddle .contentListExtendedItem .calculatedGradeText
{
    padding:3px 5px 0 0;
    float:left;
    width:180px;
}

.elementMiddle .contentListExtendedItem .calculatedGradeNumber
{
    color:#780018;
    font-size:32px;
    font-weight: bold;
    float:left;
    width:60px;
}

.elementMiddle .calculatedGrade
{
    float:left;
    width:350px;
}

.elementMiddle .calculatedGradeText
{
    padding-top:2px;
    float:left;
    width:180px;
}

.elementMiddle .calculatedGradeNumber
{
    color:#780018;
    font-size:32px;
    font-weight: bold;
    float:left;
    width:60px;
}

.elementMiddle .contentListCompactItem .calculatedGrade
{
    float:left;
    width:130px;
}

.elementMiddle .contentListCompactItem .calculatedGradeText
{
    font-size:11px;
    color:#787878;
    padding:9px 5px 0 0;
    float:left;
    width:auto;
}

.elementMiddle .contentListCompactItem .calculatedGradeNumber
{
    color:#780018;
    font-size:22px;
    font-weight: bold;
    float:left;
    width:auto;
}

.contentListCompactItemInnerWineImage
{
    float:left;
    width:30px;
    height:115px;
    overflow:hidden;
}

.contentListCompactItemInnerWineName
{
    float:left;
    width:130px;
    height:60px;
    overflow: hidden;
  padding-left: 5px;
}

.contentListCompactItemInnerWineName a
{
    font-size:14px;
}

.contentListCompactItemInnerWineInfo
{
/*    position:absolute; */
/*    bottom:5px;
    left:45px;*/
position: relative;
float: left;
  padding-left: 5px;
width: 130px;
    color:#4e4e4e;
}

.contentListCompactItemInnerMemberImage
{
    float:left;
    width:80px;
    height:115px;
    overflow:hidden;
}

.contentListCompactItemInnerMemberImage a
{
    display:block;
    border:0;
    margin:0 auto;
}

.contentListCompactItemInnerMemberName
{
    float:left;
    padding:0px 0 0 5px;
    width:80px;
    height:85px;
    overflow: hidden;
}

.contentListCompactItemInnerMemberName a
{
    font-size:14px;
}

.contentListCompactItemInnerMemberInfo
{
 /*    position:absolute; */
/*    bottom:5px;
    left:90px; */
    float: left;
    padding:0px 0 0 5px;
    color:#4e4e4e;
}

.contentListExtendedItem
{
    border:1px solid #d1d1d1;
    padding:10px 10px 10px 0;
    margin:0 0 10px 0;
    width:732px;
}

.contentListExtendedItem ul
{
    list-style-type: none;
    margin:0;
    padding:0;
}

.contentListExtendedItem li
{
    list-style: none;
    list-style-position: inside;
}

.contentListExtendedItemImage
{
    float:left;
    margin:0 10px 0 5px;
    overflow:hidden;
    height:115px;
}

.contentListExtendedItemName
{
    float:left;
    width:400px;
}

.contentListExtendedItemName a
{
    font-size:20px;
}

.contentListExtendedItemVotes
{
    margin-top:10px;
    float:right;
    width:240px;
    height:90px;
}

.contentListExtendedItemBreadcrumbs
{
    float:left;
    width:400px;
}

.contentListExtendedItemInfo
{
    float:left;
    padding-top:1.5em;
    line-height: 1.5em;
    font-size:14px;
    color:#000;
}

.contentListExtendedItemCellar
{
    float:left;
    padding-top:1.5em;
    font-size:12px;
    color:#000;
}

.contentListCommentItemImage
{
    float:left;
    margin:0 10px 0 5px;
    width: 40px;
    overflow:hidden;
    height:60px;
}

.paging
{
    float:right;
    padding-right:20px;
}
a.currentPage
{
    font-weight: bold;
}

.contentListRightTextodd 
{
    background-color:#eae6df;
    border-top: 1px solid #d8d0c5;
    border-bottom: 1px solid #d8d0c5;
    padding: 3px 5px 2px 10px;
    width:170px;
}

.contentListRightTexteven 
{
    background-color:#ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 3px 5px 2px 10px;
    width:170px;
}

.contentListRightExtendedItemImage
{
    float:left;
    width: 50px;
    margin:0 7px 7px 0px;
    height:60px;
    overflow:hidden;
}

div.contentListRightExtendedItemImagewine 
{
    overflow:hidden;
    width: 18px;
}

.contentListRightExtendedName 
{
    font-size:14px;
    width:120px;
    float:left;
}

div.contentListRightExtendedNamewine 
{
    width: 152px;
}


.listActions
{
    width:240px;
    float:left;
    padding:0;
    font-size:12px;
}

.listActions p
{
    width:200px;
    text-align:right;
}

.listActionPopup
{
    width:300px;
    border:1px solid black;
    position:absolute;
    background:white;
    padding:5px;
}

.listActions h4
{
    font-size:13px;
    font-weight:bold;
}

.odd 
{
    background-color:#eae6df;
    border-top: 1px solid #d8d0c5;
    border-bottom: 1px solid #d8d0c5;
    padding: 3px 5px 2px 10px;
    width:730px;
}

.even 
{
    background-color:#ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 3px 5px 2px 10px;
    width:730px;
}

.compactObjectFeedback
{
    position:absolute;
    top:-57px;
    left:-110px;
    padding:5px;
    width:235px;
    border:1px solid #d1d1d1;
    background-color: #ffffff;
}

.objectFeedback
{
    position:absolute;
    margin-left:-40px;
    margin-top:-18px;
    font-size:12px;
    padding:5px;
    width:235px;
    border:1px solid #d1d1d1;
    background-color: #ffffff;
}

/* End List element classes */

/* Recommendations */

.recommend
{ 
  float: left;
  width:240px;
}

#mail_or_message
{ 
  position: absolute;
  background: white;
  border: 1px solid black;
  padding: 5px;
  width: 300px;
 }

/* End Recommendations */


/* forum.cgi */

.highlight
{
    font-weight:bold;
    color:#780018;
}

.offlineForum {
    margin-left: 0;
    border: dotted #000 1px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

span.newPost
{
    color:#780000;
    font-size:10px;
}

.forumPost 
{
    width:410px;
    position:relative;
    margin:0 0 5px 0;
    padding:0px;
}

.postHeaderOld
{
    background-color:#eae6df;
    width:398px;
    padding:2px 2px 2px 10px;
}

.postHeaderNew
{
    background-color:#582222;
    color:#eae6df;
    width:398px;
    padding:2px 2px 2px 10px;
}

.postBody
{
    padding:0 0 10px 10px;
}

.postReply
{
    margin:5px;
}

.postHeaderNew a
{
    color:#fff;
}

.postContent
{
    float:left;
    width:315px;
}

.forumToggle
{
    position:absolute;
    left:-16px;
    width:15px;
    height:15px;
    font-size:12px;
    text-align:center;
}

.forumOptions
{
    float:right;
    margin:20px 0 0 10px;
    padding:0 0 0 10px;
    line-height:16px;    
    width:70px;
}

/* END forum.cgi */

/* messages.cgi */

.contextFactbox ul
{
    margin:0 0 0 1em;
    padding:0;
}
.contextFactbox ul
{
    list-style: none;
}

.rowContainer 
{
    position:relative;    
    border-bottom:1px solid #eee;
} 

.rowContainerSelected 
{
    background-color:#eae6df;
    border-top: 1px solid #d8d0c5;
    border-bottom: 1px solid #d8d0c5;
    padding: 3px 5px 2px 10px;
    width:730px;
    _height:100px; /* IE6 hack, the div wont show without it = straaange */ 
    min-height:100px; 
}

.rowUserImage 
{
    position:relative;    
    float:left;    
    margin:0 0 10px 10px; 
}

.rowMessages 
{
    position:relative;    
    width:320px;    
    float:left;    
    padding:0 0 10px 10px; 
}
 
.rowCheckbox 
{
    position:relative;    
    width:20px;    
    float:left;    
    text-align:right; 
}

.rowSubject 
{
    position:relative;   
    width:305px;    
    margin:0 10px 0 15px;    
    float:left;    
    overflow:hidden;
}

.rowFrom 
{
    position:relative;    
    width:100px;    
    margin:0 10px 0 0;    
    float:left;    
    overflow: hidden;
} 

.rowDateTime 
{
    position:relative;   
    width:125px;    
    float:right;    
    margin:0 10px 0 0;    
} 

.rowMessage 
{
    position:relative;    
    margin:10px 0 0 0; 
}

.rowOptions
{
    float:right;
    margin:0 20px 0 10px;
    padding:0 0 0 10px;
    line-height:16px;    
    width:120px;
}

/* END messages.cgi */

/* Blog */

h2.blog
{
    color:#780018;
    font-size:22px;
    font-weight:500;
    margin-bottom: 0px;
    background:#fff;
}

h3.blog
{
  margin-bottom: 0px;
}

.blog_text {
    width: 550px;
}

.blogger {
    margin-top: 0px;
    padding-top: 0px;
    font-size: 11px;
    font-style: italic;
}

/* End blog */

/* Judgement.cgi */
.judgementBlock
{
    border: 1px solid #d1d1d1;
    padding:10px;
    margin:0 10px 10px 0;
    float:left;
    width:300px;
}

.judgementBlock h3
{
    color:#780018;
    margin:0 0 0.5em 0;
}

.userTextArea
{
    width:200px;
    height:50px;
}

/* End Judgement.cgi */

/* Cellar.cgi */

.wineLog 
{
    padding-top:10px;
}

.wineLogAdd, .wineLogRemove
{
    width:333px;
    border: 1px solid #d1d1d1;
    margin-left:10px;
    padding:10px;
    float:left;
}

.wineLogAdd h3, .wineLogRemove h3
{
    color:#780018;
    margin:0 0 0.5em 0;
}

.wineLogDate, .wineLogYear
{
    font-weight:bold;
}

.cellarSearch 
{
    margin-top: 5px;
}

.cellarSearch label
{
    font-weight:bold;
    width:130px;
    float:left;
    text-align:left;
    text-indent: 10px;
    margin:4px 5px 0 0;
}

.cellarAdd, .cellarRemove
{
    width: 300px;
    float:left;
    padding:0 15px 20px 15px;
    margin:5px;
}

.cellarAdd h2, .cellarRemove h2
{  
    margin-top:0px;
    width:auto;
    background: #fff;
}

.cellarAdd label
{
    font-weight:bold;
    width:120px;
    float:left;
    text-align: left;
    margin:4px 5px 0 0;
}

.cellarRemove
{
    border-left: 1px dotted #ddd;
}

.cellarRemove label
{
    font-weight:bold;
    width:120px;
    float:left;
    text-align:left;
    margin:4px 5px 0 0;
}

    

/* End Cellar.cgi */

/* List.cgi */
ul.countryList
{
    list-style-type: none;
    margin:0 0 10px 10px;
    padding:0;
    float:left;

}

ul.countryList li
{
    list-style: none;
    list-style-position: inside;
    width:150px;
}

/* End List.cgi */

/* join.cgi */

.textInput label
{
    font-weight:bold;
    width:120px;
    float:left;
    text-align:left;
    margin:4px 5px 0 0;
}

.textInput p
{
    margin:0;
}

.choiceInput label
{
    font-weight:bold;
    width:120px;
    float:left;
    text-align:left;
    margin:4px 5px 0 0;
}

/* End join.cgi */

/* comments */

.commentInput
{
    width:230px;
    height:30px;
    font-family:inherit;
    font-size:12px;
}

.commentBody 
{
    float:left;
    width:550px;
}

.commentSender, .commentSender a
{
    padding-top:1em;
    color:#4e4e4e;
    font-size:10px;
    font-style: italic;
}
/* End comments */
/* adv_search.cgi */

.adv_search_box
{
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}

.adv_search_select
{
/*	width: 300px;*/
	height: 120px;
	
}


.taglist { 
  list-style: none;
  margin: 0 0 0 10px; 
  padding: 0;
  float: left;
  width: 480px;
}

.taglist li { 
 float: left;
 margin: 0 3px 0 3px;
 }

.taglist li:after { content: "|"; margin: 0 0 0 6px; } 
.taglist li:last-child:after { content: ""; } 
