/*
hbc.css
*/
a.table_hd:link {
	text-decoration: underline;
	color: blue;
}	
a.table_hd:visited {
	text-decoration: underline;
	color: blue;
}	
a.table_hd:hover {
	text-decoration: underline;
	color: blue;
}
a.table_hd:active {
	text-decoration: underline;
	color: blue;
}	
a.table_nav:link {
	text-decoration: none;
	color: blue;
}	
a.table_nav:visited {
	text-decoration: none;
	color: blue;
}	
a.table_nav:hover {
	text-decoration: underline overline;
	color: blue;
}
a.table_nav:active {
	text-decoration: none;
	color: blue;
}	
body {
	background-color: #FFFBEC;
	font-family: Arial;
}
div#brewgroup-info {
	position: absolute;
	border: double 3px aqua;
	padding: 2px 5px;
	background-color: white;
	visibility: hidden;
	display: none;
	z-index: 100;
}
div#bjcpid-info {
	position: absolute;
	border: double 3px teal;
	padding: 2px 5px;
	background-color: white;
	visibility: hidden;
	display: none;
	z-index: 100;
}
div#brewer-info {
	position: absolute;
	border: double 3px green;
	padding: 2px 5px;
	background-color: white;
	visibility: hidden;
	display: none;
	z-index: 100;
}
div#cal-info {
	position: absolute;
	border: solid 1px black;
	background-color: white;
	visibility: hidden;
	display: none;
	z-index: 100;
}
div#entry-info {
	position: absolute;
	border: double 3px blue;
	padding: 2px 5px;
	background-color: white;
	visibility: hidden;
	display: none;
	z-index: 100;
}
div#link_bar_div {
	text-align: left;
	background-color: #f2f8ff;
}
div.main {
	text-align: center;
}
h6.break {
	display: none;
}
hr.label {
	height: 5px;
	color: black;
	background-color: black;
}	
table {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
table.calendar {
	background-color:#fff;
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
}	
table.link_bar {
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left: 0;
	margin-right: auto;
	border-spacing: 0px 0px;
	padding: 0px;
}
table.main {
	text-align: left;
	font-size: large;
}
table.payment {
	border-style: solid;
	border-collapse: collapse;
	padding: 3px;
}
table.payment td {
	border-style: solid;
	padding: 3px;
	text-align: center;
}
table.payment th {
	border-style: solid;
	padding: 3px;
	text-align: center;
}
table.reg {
	border: 5px solid black;
	margin-left: 0;
	margin-right: auto;
	padding: 3px;
	text-align: left;
	width: 100%;
}
table.reg_head {
	border: none;
	margin-left: 0;
	margin-right: auto;
	padding: 3px;
	text-align: left;
}
table.reg_outer {
	border: none;
	border-collapse: collapse;
}
td.cent {
	text-align: center;
}
td.label {
	border-width: medium;
	border-style: dashed;
	border-color: black;
	padding: 5px;
}
td.label_noborder {
	padding: 7px;
}
td.reg {
	text-align: left;
}
td.right {
	text-align: right;
}
th.cent {
	text-align: center;
}
tr.noshow td {
	background-color: #E6E6E6;
}
tr.place1 td {
	background-color: #E0E0F8;
}
tr.place2 td {
	background-color: #F8E0E0;
}
tr.place3 td {
	background-color: #FFFFFF;
}
tr.place4 td {
	background-color: #FFFFCC;
}
tr.removed td {
	background-color: #FFCC99;
}
tr.spacer {
	height: 20px;
}
.big {
	font-size: x-large;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.cal_date {
	background-color: #9999ff;
	border:1px solid black;
	font-weight: bold;
	width:2em;	
}
.cal_day {
	border:1px solid black;
	width:2em;	
}
.cal_dow {
	background-color: #eee;
}	
.cal_empty {
	background-color: #ddf;
}
.cal_end {
	background-color: #ff9999;
	border: 1px solid black;
	font-weight: bold;
	width:2em;	
}
.cal_hide {
	display: none;
	font-size: medium;
}
.cal_select {
	border:1px solid black;
	border-collapse:collapse;
	font-weight: bold;
	width:2em;	
}
.cal_start {
	background-color: #99ff99;
	border:1px solid black;
	font-weight: bold;
	width:2em;	
}
.cal_title {
	background-color: #ccc;
}
.dup {
	color: green;
	font-weight: bold;
}
.dup_rem {
	background-color: #FFCC99;
	color: green;
	font-weight: bold;
}
.error {
	font-size: large;
	color: red;
}
.heading {
	font-weight: bold;
}
.hidden {
	display: none;
}	
.label {
	font-size: large;
}
.reg_label {
	font-size: medium;
}
.print {
	display: none;
}
.require {
	font-weight: bold;
}
.right {
	text-align: right;
}
