body{
	color: white;
	background-color: black;
	background-image:url('bg.gif');
	background-repeat: repeat;
	font-family: tahoma;
	text-align: center; 

}

a:link{color: white}
a:visited{color: white}
a:hover{color: yellow}
a:active{color: white}

a.avail:link{color: #06b808}
a.avail:visited{color: #06b808}
a.avail:hover{color: yellow}
a.avail:active{color: white}

a.filled:link{color: #ff0000}
a.filled:visited{color: #ff0000}
a.filled:hover{color: yellow}
a.filled:active{color: white}

a.once:link{color: #ff0000}
a.once:visited{color: white}
a.once:hover{color: yellow}
a.once:active{color: white}

a.hdrb:link{ color: #313d7d; text-decoration: none; }
a.hdrb:visited{color: #313d7d; text-decoration: none; }
a.hdrb:hover{color: #e7ab30; text-decoration: none; }
a.hdrb:active{color: #313d7d}

a.hdrw:link{ color: white; text-decoration: none; }
a.hdrw:visited{color: white; text-decoration: none; }
a.hdrw:hover{color: yellow; text-decoration: none; }
a.hdrw:active{color: white}

SPAN{
	color:black;
}

table{ border: 0px solid white; margin: auto; empty-cells:show; }
table.nb{ border: 0px; padding: 0px; border-collapse: collapse; empty-cells:show;}


td { border: 1px solid white; padding: 3px; vertical-align: top }
th { border: 1px solid white; padding: 3px; align: center }
td.nb { border: 0px; padding: 0px; vertical-align: top }
th.nb { border: 0px; padding: 0px; }
td.lrg { border: 1px solid white; padding: 3px; vertical-align: top; max-width: 200px; }
td.med { border: 1px solid white; padding: 3px; vertical-align: top; max-width: 120px; }

table.print
{	
	text-align: center;
	font-family: Verdana;
	font-weight: normal;
	font-size: 11px;
	color: white;
	border: 0px solid white; 
	/*
	border-collapse: collapse;
	*/
	margin: auto; 
	empty-cells:show;
}

td.print { font-size: 9px; }

/* All form elements are within the definition list for this example */
dl {
	font:normal 12px/15px Arial;
    position: relative;
    width: 350px;
}
dt {
    clear: both;
    float:left;
    width: 130px;
    padding: 4px 0 2px 0;
    text-align: left;
}
dd {
    float: left;
    width: 200px;
    margin: 0 0 8px 0;
    padding-left: 6px;
}


/* The hint to Hide and Show */
.hint {
   	display: none;
    position: absolute;
    right: -250px;
    width: 200px;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(pointer.gif) left top no-repeat;
}


