/* Copyright Notice */
/* This file contains proprietary information of mm Perfect Web Design */
/* Copying or reproduction without prior written approval is prohibited. */
/* Copyright (c) 1998,1999,2000,2001,2002,2003 */
/* Style sheet for British Pubs Online Website */

/* first some general formatting */
body { 
background: white;
font-family: helvetica;
scrollbar-arrow-color: black;
scrollbar-base-color: silver;
scrollbar-dark-shadow-color: yellow;
scrollbar-track-color: #8BBAF2;
scrollbar-face-color: #4A90FF;
scrollbar-shadow-color: black;
scrollbar-highlight-color: black;
scrollbar-3d-light-color: black;
}

/* Default Anchor Settings */
A{color:#0000ff;text-decoration:underline;}
A:VISITED{color:#0000ff;text-decoration: underline;}
A:HOVER{color:#ff0000;text-decoration:underline;}

.hidatadiv {
display:none;
}

.loginbox {
padding:2px;
border:1px solid black;
font-family:arial;
font-size:10px;
background-color:white;
}

.logintitle {
color:#f00;
text-align:center;
border-bottom:1px solid black;
}

.loginlabel {
text-align:center;
}

.logininput {
height:16px;
width:100px;
font-size:12px;
border:1px solid black;
background-color:#eeeeee;
margin:4px;
}

.inputbutton{
color:red;
height:22px;
width:50px;
background-color:#eeeeee;
font-size:12px;
font-weight:bold;
border:1px solid black;
margin-top:5px;
}

.forgotPassword {

}