/*  
	Main Style Sheet.

	Author: Michael Pope
	Version: 1.00

	Modifications:
		17/03/06	-MP- Added color select for wine

*/

.heading {
	position: absolute;
	font-family: arial,helvetica, sans-serif;
	padding-left:15px; /*  had 4 px */
	text-decoration: none;
	font-weight: bold;
	font-size: 55px;
	width: 330px;/*  had 300 px */
	z-index: 2;
}

.heading1{color:white;font-weight: bold;}
.heading2{color:black;font-weight: bold;}

/* Main heading on tables */
tr#mainheading {
	text-align: center;
	font-weight: bold;
	background: grey;
}


/* Heading for tables. */
tr#tblheading{
	font-size: 14px;
	font-weight: bold;
}

tr#tblheadingwide{
	font-size: 12px;
	font-weight: bold;
}

select,textarea,input {
	border-style: solid;
	border-color: grey;
	border-width: 1;
}

.side{
	font-family: arial,helvetica, sans-serif;
	vertical-align:top;	
	width: 120px; 
	height: 100%; 
	background-color: rgb(156, 20, 29);
	color: white;
	font-size: 12px;
	font-weight: bold;
	padding-top: 95px;
	padding-left: 30px;
}
.body{
	font-family: arial,helvetica, sans-serif;	
	height:100%;
	padding-top: 70px;
	padding-left: 0px;
	margin-left:200px;
	background-color:#ECEFF7;
	vertical-align:top;
}
.welcome {
	font-family: arial,helvetica, sans-serif;
	color: lightgrey;
	
}
a#menu{
	font-weight:bold;
	color: white;
	text-decoration: none;
	font-size: 12px;
}
a#menu:hover{background-color: red;}

.desc{
	font-weight: bold;
	padding-bottom: 8px;
	font-size: 12px
}

.desc1{
	font-weight: bold;
	padding-bottom: 8px;
	font-size: 12px
}


.extrafonts{
	font-family: arial,helvetica;
	color: black;
	font-size: 9px;
	padding-bottom: 4px;
}

body{
	margin:0;
}

td#wine {
	padding-top: 6px;
}
tr#wine:hover{
	background-color:#95CEFF;
}

.winewide{
	padding-bottom: 6px;
	font-size: 12px;
}




.footer{
	font-size: 8px;
	color: grey;
}
.loginwin{
	text-align: center;
}

.msginfo {
	font-weight: bold;
}
.msgsuccess {
	font-family: tahoma;
	font-size: 20;
	color: green;
}
.msgsent {
	font-weight: bold;
	color: green;
}
.msgfail {
	font-size: 14;
	font-weight: bold;
	color: red;
}
.msgwarning {
	font-size: 14;
	font-weight: bold;
	color: red;
}
.msgfailed {
	font-weight: bold;
	color: red;
}

/* Dynamic dialog boxes */
div#drank{
 	position: absolute; 
	left: 40%; 
	top: 40%; 
	height:15%; 
	width: 30%;
	min-height: 50px;
	min-width: 200px;
	font-family: Arial, sans-serif;
	background-color:#FFFFD4; 
	overflow:none;
 	z-index:20; 
	visibility:hidden;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	border-color:#000;
	border-width:1px;
	border-style:solid;
}






.far-star:after{content:"\2605";
}

.fat{
font-size:30px;
	
	
}
.far-star{

color: gray;	
	
}

.checked {
  color: #b11226;
}




