﻿
body
{
	background-color: #fbf0d2;
	margin-top: 0;
	font-family: 'arial', sans-serif;
	font-size: 80%;
	vertical-align: top;
	text-align: left;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.white:link, a.white:visited
{
	text-decoration: none;
	/*font-weight: bold;*/
	font-size: 90%;
	color: #000000;
	font-family:  verdana, tahoma, sans-serif;
	padding: 0 4px;
	border-bottom: 1px solid #999966;
}

a.white:hover
{
	text-decoration: underline;
	/*font-weight: bold;*/
	font-size: 90%;
	color: #000000;
	font-family:  verdana, tahoma, sans-serif;
	padding: 0 4px;
	border-bottom: 1px solid #999966;
}

a.exp, a.exp:link, a.exp:visited, a.exp:active
{
	color: #000000;	
	font-size: 90%;
}

a.exp:hover
{
	color: blue;
}

input
{
	border: 1px inset #CCCC99;
}

input.sub
{
	border: 1px ridge #990000;
	font-family:  verdana, tahoma, sans-serif;
	font-size: 90%;
	background: #f0f0f0;
}

input.lightsub
{
	border: 0;
	background: #FFFFFF;	
}

a.back
{
	font-size: 90%;
	text-decoration: none;
}


a.back:hover
{
	text-decoration: underline;
} 

button.sub
{
	border: 1px ridge #990000;
	font-family:  verdana, tahoma, sans-serif;
	font-size: 90%;
	background: #f0f0f0;}

.blue
{
	color: #006600;
}

.green
{
	color: #b3b3b3;
}

.red
{
	color: #990000;
}

.brown
{
	color: #666633;
}

.bordered
{
	border-bottom: 1px solid #CCCC99;
	border-top: 1px solid #CCCC99;
}

table
{
	/*
	vertical-align: top;
	*/
	text-align: left;
	padding: 5px;
	margin: 5px;
	border-collapse: collapse;
}

.tappa
{
	font-family: courier, monotype;
	text-align: center;
	border: 1px solid #000000;
	padding: 1px 5px;
}

.small
{
	font-size: 80%;
}

td
{
	vertical-align: top;
	border: 0;
	text-align: left;
}

form
{
	padding: 0;
	margin: 0;
}

p
{
	/*text-align: justify;*/
	margin-bottom: 5px;
}

.header {
	font-family:  verdana, tahoma, sans-serif;
	font-weight: bold;
}

h1
{
	font-size: 120%;
	font-family:  verdana, tahoma, sans-serif;
	font-weight: bold;
	color: #990000;
}

h2
{
	font-size: 120%;
	font-family:  verdana, tahoma, sans-serif;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #990000;
}

h3
{
	font-size: 120%;
	font-family:  verdana, tahoma, sans-serif;
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 30px;
	color: #990000;
}

.green
{
	color: #b3b3b3;
}

.Valkoviini
{
	background: #fbf0d2;
	border: 1px solid #999966;
}

.Punaviini
{
	background: #CC9999;
	border: 1px solid #993333;
}

.Puolivali
{
	background: #FFCC66;
	border: 1px solid #CC6600;
}

.undefined
{
	background: #CCCCCC;
}

.note
{
 /*border: 1px solid #CCCCCC;*/
 border-collapse: collapse;
 padding: 5px;
 padding-bottom: 2px;
 margin: 5px;
 margin-bottom: 2px;
}

.padding5
{
}

.catch
{
	position: relative;
	right: 0;
	font-size: 100%;
	font-style: italic;
	border: 1px solid #990000;
	background: #d9e5f1;
	padding: 10px;
	text-align: center;
	margin-left: 15px;
	margin-top: 15px;
	margin-bottom: 10px;
	float: right;
	width: 200px;
}

.price
{
	font-weight: bold;
	font-size: 120%;
}

.ingress
{
	/*font-size: 80%;*/
	text-align: justify;
	padding: 5px 10px;
	/*font-family: 'palatino linotype' tahoma sans-serif;*/
	/*border: 2px solid #CCCC99;*/
	background: #f0f0f0;
	border-top: 2px solid #993300;
	border-bottom: 2px solid #993300;
}

small
{
	font-size: 100%;
}

a:link
{
	color: #333366;
}

a:visited
{
	color: #333333;
}

.content
{
	background-color: #ffffff;
	border: 1px solid #6e8aa2;
	padding: 10px;
	margin: 10px;
}




.list
{
	border-bottom: 1px solid #CCCC99;
	border-left: 1px solid #CCCC99;
	padding: 1px 5px;
	text-align: center;
}

.list2
{
	border-bottom: 1px solid #CCCC99;
	padding: 1px 5px;
	text-align: right;
}



/* modifications to the new site
	EH 8.8.2008
*/


ul.wineList, div.subMenu ul, ul#glossaryList
{
	list-style-type:none;
	margin:0;
	padding:0;
	
}
ul.wineList li
{
	border-bottom: 1px solid #BC0022;
	padding:5px;
	margin-bottom:20px;
}


div.subMenu div.AspNet-Menu-Horizontal
{
	margin-right: auto;
	margin-left: auto;
	padding: 0px 0px 0px 0px;
}
div.submenu ul
{
	clear:none;
}
div.subMenu li
{
	border-right: 2px solid #AB333A;
	padding-left:7px;
	padding-right:7px;
	border-bottom: 1px dotted #CCCC99;
	display:inline;
}

div.subMenu ul a
{
	display:inline;
}
div.subMenu li.AspNet-Menu-Selected a
{
	color: #990000;
}
div.subMenu ul a:hover
{
	text-decoration: underline;
}

a.subMenuHeader
{
	text-transform:uppercase;
}
#subMenuHeaderChar
{
	color: #990000;
	font-weight:bolder;
	font-size: 16px;
}
ul#glossaryList li
{
	padding-left:5px;
	padding-right:5px;
	display: inline;
	border-right: 1px solid #999966;
}
ul#glossaryList li a
{
	text-transform:uppercase;
	text-decoration:underline;
	color:black;
}
ul#glossaryList li a:hover 
{
	text-decoration:none;
}

#defaultPager
{
	text-align:center;
}
#defaultPager span, #defaultPager a
{
	padding-left:10px;
	padding-right:10px;
}
.linkText
{
	color: #333366;
	text-decoration: underline;
	cursor:pointer;
}
.searchButton
{
	margin-left:550px;
	width:100px;

}
#loginTable, #loginTable td
{
	padding:0;
	margin:0;
	padding-bottom:2px;
}
td.searchButtons
{
	padding-top:10px;
	padding-bottom:10px;
}
a.editPageButton, input.editPageButton
{
	
	background: #eeeeee;
	border: 1px solid black;
	padding:5px;	
	padding-left:20px;
	padding-right:20px;
	
}
input.pointBox
{
	width:30px;
}

.wineEvaluationContent
{
	padding-top: 15px;
	padding-bottom: 10px;
}


.errorMessage 
{
	color: Red;
}
.errorMessageBlock
{
	padding-top: 15px;
}

.clearFloat 
{
    float: none;
    clear: both;
}
.verticalMiddle
{
	vertical-align: middle;
}
.fullwidthTextField
{
	width: 95%;
}
.wideTextField
{
	width: 80%;
}
.halfWidthTextField
{
	width: 55%;
}


/* --- Main menu --- */
div.AspNet-Menu-Vertical
{
	padding: 0px;
	margin: 0px;
}
div.AspNet-Menu-Vertical ul.AspNet-Menu
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div.AspNet-Menu-Vertical li.AspNet-Menu-Leaf
{
	padding: 0px;
	margin: 0px;
	width: 144px;
	margin-bottom: -1px;
}
div.AspNet-Menu-Vertical a
{
	font-family: verdana, tahoma, sans-serif;
	font-weight: bold;
	font-size: 9px;
	background-color: #d9e5f1;
	border: 1px solid #6e8aa2;
	display: block;
	line-height: 20px;
	width: 132px;
	padding-left: 10px;
	color: #990000;
	text-transform: uppercase;
	position: relative;
	z-index: 0;
}
div.AspNet-Menu-Vertical a.AspNet-Menu-Selected
{
	background: white;
	color: black;
	border: 1px solid #990000;
	position: relative;
	z-index: 1;
}
div.AspNet-Menu-Vertical ul a:hover
{
	text-decoration: underline;
}
div.AspNet-Menu-Vertical span.AspNet-Menu-NonLink
{
	margin: 0px;
	padding: 0px;
	display: block;
}
div.AspNet-Menu-Vertical div.menuSeparator
{
	display: block;
	height: 15px;
	line-height: 15px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
div.AspNet-Menu-Vertical a.notice
{
	background:#aa0000;
	font-weight:bold;
	color:white;
}


/* --- Login control --- */
div.AspNet-Login
{
	width: 144px;
	padding: 8px 0px 0px 0px;
	margin: 0px;
}
fieldset.loginControl
{
	border-width: 0px;
	margin: 0px;
	padding: 0px;
}
fieldset.loginControl label
{
	display: block;
	clear: left;
	text-align: left;
	width: 55px;
	height: 15px;
	float: left;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

fieldset.loginControl input[type=text], fieldset.loginControl input[type=password]
{
	display: block;
	float: right;
	clear: right;
	font-size: 12px;
	width: 75px;
	height: 15px;
	padding: 0px;
	margin: 0px;    
}
fieldset.loginControl div.separator
{
	height: 5px;
	margin: 0px;
	padding: 0px;
	width: 100px;
	clear: both;
}
fieldset.loginControl .loginEmptyFieldMark 
{
    color: #FF0000;
    font-weight: bold;
    font-size: 1.1em;
    display: block; 
    float: left;
    width: 10px;
    padding: 0px;
    margin: 0px;
}

fieldset.loginControl div.buttonContainer
{
	float: right;
	clear: both;
}
fieldset.loginControl input[type=submit]
{
	border: 1px ridge #990000;
	font-family:  verdana, tahoma, sans-serif;
	font-size: 90%;
	background: #f0f0f0;
	width: 78px;
}

fieldset.loginControl .failureMessage 
{
    float: left;
    display:block;
    width: 100%;
    text-align:center;
    color: Red;
    font-size: 0.75em;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
}
div.settings-logout
{
	width: 144px;
	padding-top: 8px;
	padding-bottom: 8px;
}
div.subscriptionLink
{
	margin-bottom: 4px;
}
div.wisdomReference
{
	margin-top: 15px;
}




/* --- EditableLanguage --- */
a.EditModeLink
{
    color: Green;
    text-decoration: none;
}

body.editlanguage-body
{
    text-align: left;
}
.editlanguage-maindiv
{
    padding: 10px;
}
.adminheader
{
    font-size: large;
    font-weight: bold;
    display: block;
    margin-bottom: 0.5em;
}
.editlanguage-panel-edittext
{
    margin-top: 1em;
}
.editlanguage-button
{
    width: 8em;
}
div.infoPanel
{
	border: 1px solid #AAAAAA;
	background: #EEEEEE;
	padding:20px;
	width:300px;
}

ol#quiz li
{
	border-bottom:1px solid #999966;
	padding: 5px;
}
ol#quiz li span
{
	clear:both;
	padding-top:20px;
	color:#810000;
	display:none;
}


div.greetingPanel
{
	border: 1px solid rgb(153, 153, 102);
	padding: 0px 10px 10px 10px;
	margin-left: 18px;
	margin-right: 18px;
	margin-top: 3px;
	clear: both;
}

/*--- EditingMode.aspx ---*/
fieldset.editState
{
	width: 400px;
	border: 1px solid #993333;
	background-color: #FFFFFF;
	padding: 0px 20px 20px 20px;
	margin: 20px 0px 20px 0px;        
}
fieldset.editState legend 
{
	font-weight: bold;
	font-size: 120%;
	padding: 2px 2px 3px 2px;
	margin: 0px 0px 15px -10px; 
}


/*--- UploadImages.aspx ---*/
fieldset.imageUploading
{
	width: 400px;
	border: 1px solid #993333;
	background-color: #FFFFFF;
	padding: 0px 20px 20px 20px;
	margin: 20px 0px 20px 0px;        
}
fieldset.imageUploading legend 
{
	font-weight: bold;
	font-size: 120%;
	padding: 2px 2px 3px 2px;
	margin: 0px 0px 15px -10px; 
}
fieldset.imageUploading label
{
	width: 75px;
	display: block;
	float: left;
}
fieldset.imageUploading select, input[type=file]
{
	margin-bottom: 10px;
}

h3.imageListingTitle
{
	color: black;
	font-weight: bold;
	font-size: 120%;
	font-family: arial;
	margin-bottom: 10px;
}
table.imageListing
{
}
table.imageListing th
{
	border-bottom: solid 1px #993333;
}
table.imageListing td
{
	white-space: nowrap;
	padding: 3px 10px 3px 0px;
}
table.imageListing tr.oddRow
{
}
table.imageListing tr.evenRow
{
	background-color: #fbf0d2;
}

/* --- Admin menu --- */
h3.adminMenuTitle
{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 7px;
}

/* --- Wine search --- */
.sellerCheckBox
{
	float: left;
	clear: both;
	padding-bottom: 2px;
}
.separatedSellerCheckBox
{
	padding-top: 3px;
}
.indentedSellerCheckBox
{
	padding-left: 20px;
}

