/* Sets element margins, padding, and border to 0 to even out browser differences when adding desired values later. */
html {
padding:0px;
margin:0px;
}
div, p, h1, h2, h3, h4, h5, h6, blockquote, ol, ul, li, dl, dt, dd, td, form, fieldset, a, button {
     margin: 0;
     padding: 0;
     border: 0;
}
body{
	text-align:left;
	background-image:url(images/intBG.jpg);
	background-repeat:repeat-x;
	background-color:#e0d3bf;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:0.78em;
	vertical-align:top;
	line-height:1.3em;
	height:100%;
}

img {
	
}


.breadcrumbs{
	font-size:smaller;
}

#rightImage{
	color:#FFFFFF;
	padding:5px;
	visibility: visible;
}

h1, h2, h3, h4, h5, h6 {color:#444444;}

/*Typographics styles adapted from http://www.thenoodleincident.com/tutorials/typography/ */
h1 {
	margin-top:1em;
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
	margin-top:1em;
	font-size: 1.3em;
	font-weight: bold;
    color: #20456d;
}
h3 {
	margin: 0.5em 0;
	font-size: 1.2em;
	font-weight: normal;
}
h4 {
	margin: 0.5em 0;
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	margin: 0.5em 0;
	font-size: 1.0em;
	font-weight: bold;
}
h6 {
	margin: 0.5em 0;
	font-size: 0.8em;
	font-weight: bold;
}

p  {margin: 1em 0;}

a {text-decoration:none; color:#8b1e04}

a:hover {text-decoration:none; color:#000000}

#footer {
	width: 515px;
	position: relative;
	bottom: 0px;
	left: 227px;
	padding: 0 30 20 30;
	background-color:#e0d3bf;
}


.login
{
  font-size:small;

}

.login td
{
 padding:0px;   
}


.emailpass
{
  
  padding:5px; 
  margin:5px;
  font-size:small; 
  color:White;

}

.emailpass td
{
 padding:10px;   
}

.emailpass a
{
  color:White;
  text-decoration:none;  
}

.emailpass a:hover
{
  color:White;
  text-decoration:underline;  
}

.clientpage 
{
   
}

.clientpage  td
{
    padding:4px;
}

.clienttitle
{
  background-color:#81624e;
  border:none;
  padding:4px;  
  width:auto;
  color:White;
}

.clienttitle a
{
  color:White;
  text-decoration:none;
}

.clienttitle a:hover
{
  color:White;
  text-decoration:underline;
}


.userinfologin
{
  color:White;
}

.userinfo
{
  color:White;
}

.userinfo a
{
  color:White;
  text-decoration:none;
}

.userinfo a:hover
{
  color:White;
  text-decoration:underline;
}

.loadingGIF
{
padding:30px;
}

.panelNAV
{
text-align:left;
}

.winedexGrid
{
padding:10px;
}

tr.GridViewHeader th
{
Background-color:#3e0808;
color:white;  
padding:4px;
}

.winelistMenu
{
background-image:url(images/winelistBG.png);
background-repeat:repeat-x;
padding:0px;
text-align:left;
}

