/* $Id: stylesheet.css,v 1.2 2004/09/01 18:29:12 tobych Exp $ */
body{
	background-color: #FFF;
}

/* these style are defined in global for consistancy across site */
/* Delete when sure....
p  { color: black; font-family: arial,verdana,sans-serif; font-size: 14px; margin-top: 2px;}
h1 { color: black; font-family: arial,verdana,sans-serif; font-size: 18px; margin-bottom: 0px; margin-top: 5px}
h2 { color: black; font-family: arial,verdana,sans-serif; font-size: 16px; margin-bottom: 0px; margin-top: 5px}
h3 { color: black; font-family: arial,verdana,sans-serif; font-size: 15px; margin-bottom: 0px; margin-top: 5px}
h4 { color: black; font-family: arial,verdana,sans-serif; font-size: 14px; margin-bottom: 0px; margin-top: 5px}
h5 { color: black; font-family: arial,verdana,sans-serif; font-size: 13px; margin-bottom: 0px; margin-top: 5px} */

/* loose this if we want search criterea text to be same as other text */
td { color: black; font-family: arial,verdana,sans-serif; font-size: 12px; margin-bottom: 0px;  margin-top: 2px} 

a { color: #330099; text-decoration:underline; }
a:visited { color: #F00;}
a:active { color: #F00; }
a:hover { color: #F00; }
a.nav { color:#F00; text-decoration:underline;}
a.nav:visited { color:#F00;  }
a.nav:active { color:#F00;  }
a.nav:hover { color:#F00;  }
table.nav td a{ color:#F00; }
table.nav td a:link, table.nav td a:visited{ color:#F00; }
a.venuelarge:visited { color: #F00; font-family: arial,verdana,sans-serif;}
a.venuelarge:active { color: #F00; font-family: arial,verdana,sans-serif;}
a.venuelarge:hover { color: #F00; font-family: arial,verdana,sans-serif; }

ol { color: black; font-family: arial,verdana,sans-serif; font-size: 12px;}
ul { color: black; font-family: arial,verdana,sans-serif; font-size: 12px; margin-bottom: 0px; margin-top: 2px}
.debug{color: green}
a.debug{color: green}
.alert{color: red}
.notbold{font-weight: normal}
.normal{font-family: arial,verdana,sans-serif; font-size: 12px;}
/* moved into global/venuesearch .venuelarge{font-family: arial,verdana,sans-serif; font-weight: bold;} */
.venuetypeabbr{color:white; background-color: black; font-family: arial,verdana,sans-serif; font-size: 12px; font-weight: bold; margin-top:0; margin-bottom:0}
.roomavailabbr{color:white; background-color: black; font-family: arial,verdana,sans-serif; font-size: 12px; font-weight: bold}

/* Specific styles */
.home_title{
  font: normal normal bold 30px arial; color: #F00;
}
.logo_strap{
  display:block;
  font-size:12px;
  color: #F00;
  font-weight:normal;
}




