/* $Id: stylesheet.css,v 1.2 2004/09/01 18:29:12 tobych Exp $ */
body{
	background-color: #FFF;
}
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}
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;  font-size: 14px;}
a.venuelarge:active { color: #F00; font-family: arial,verdana,sans-serif;  font-size: 14px;}
a.venuelarge:hover { color: #F00; font-family: arial,verdana,sans-serif;  font-size: 14px;}

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;}
.venuelarge{font-family: arial,verdana,sans-serif; font-size: 14px; 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;
}

/* div-dialog */
.info_container{
  position:relative;
  height:0;
}
.info_box{
  position:absolute; 
  display:none; 
  background:#fff;
  border: solid 1px;
  padding: 5px;
  width: 150px;
  font-weight:normal;
}
.info_box_X {
  float: right;
  font: normal normal bold 14px arial;
  color: #000;
  background: #EEE;
  margin-left: 5px;
  padding: 1px;
  border: solid 1px #336699;
  text-decoration: none;
}

