@CHARSET "ISO-8859-1";

/* ******************************************************************************** */
/* Set buttons at the top of the page - this may be moved to global??  Currently duplicated in Hunting section */
/* ******************************************************************************** */

ul.buttonlist {margin: 0px; list-style-type: none;} /* buggy without padding top for some reason */
ul.buttonlist li 
{
	display: inline-block; float: left; margin: 7px 0px 7px 10px; border: 1px solid #989898;
	-moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; 
	-moz-box-shadow: 2px 2px 2px #ccc; -webkit-box-shadow: 2px 2px 2px #ccc; box-shadow: 2px 2px 2px #ccc;
}
ul.buttonlist li.firstbutton
{
	margin-left: 8px;
}

ul.buttonlist li.blue:hover {background-image: none;}

ul.buttonlist li a {color: #000; font-weight: bold; font-size: 16px; text-decoration: none; display: block; height: 40px; line-height: 40px; text-align: center;}

ul.buttonlist li.blue {background: url(/static/home/library/images/topbutton.gif) #9ce5fd center left repeat-x;}


#attend_online {
	margin:0 0 10px 0;
	border-top:solid 1px lightgrey;
	border-bottom:solid 1px lightgrey;
	float:left;
	clear:both;
	width:710px;
	background-color:#ffe;
	padding:0 5px;
}

.innerdiv {
	width:345px;
}
