
/*
	tswnavbar.css	1.0.0
	Please use the CSS Menu Button Wizard at
		http://www.thesitewizard.com/wizards/css-menu-buttons.shtml
	to generate your own customized menu buttons.
*/

#tswcssbuttons {
        float:right; 

        padding:5px;
	width: 250px ;
	text-align: center ;
}
#tswcssbuttons ul {
	margin: 0 ;
	padding: 0 ;
	list-style: none ;
}
#tswcssbuttons li {
	margin: 0 ;
	padding: 0 ;
	display: block ;
	list-style: none ;
}
#tswcssbuttons li a {
	color: #000 ;
	background-color: papayawhip ;
	border: 1px outset #b37d00 ;
	width: 250px ;
	text-decoration: none ;
	display: block ;
}
#tswcssbuttons li a:hover {
	color: #fff ;
	background-color: #b37d00 ;
}

.align_r { text-align: right; }
.thin { margin:0px; padding:2px; }
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.strike {text-decoration:line-through; background-color:white; }

.explain{
position: relative;
z-index: 0;
}

.explain:hover{
background-color: transparent;
z-index: 50;
}

.explain span{ /*CSS for explain*/
position: absolute;
background-color: transparent;
left: -100px;
border: none;
visibility: hidden;
color: black;
text-decoration: none;
}

.explain span img{ /*CSS for image within explain*/
border-width: 0;
padding: 2px;
}

.explain:hover span{ /*CSS for explain on hover*/
visibility: visible;
top: 10px;
left: 100px; /*position where enlarged image should offset horizontally */

}

table tr.NZ{
background: #E8E8E8;
font-style: italic;
}

table tr.PIKER{
  text-decoration: line-through;
}

