@import url(/assets/styles/reset.css);
@import url(/assets/styles/header.css);
@import url(/assets/styles/font-styles.css);
@import url(/assets/styles/home.css);
@import url(/assets/styles/internal.css);
@import url(/assets/styles/footer.css);


a.event-details:link, a.event-details:visited
	{
	position: absolute;
	top: 262px;
	right: 0;
	text-indent: -5000px;
	display: block;
	width: 147px;
	height: 30px;
	background: url(../images/header/event-details.gif) no-repeat top left;
	}

a.event-details:hover, a.event-details:active
	{
	background-position: 0 -30px;
	}


.align-right
	{
	float: right;
	margin: 0 0 10px 10px;
	}



body
	{
	background: #fff url(/assets/images/bg.jpg) no-repeat top center;
	}
	
.hidden
	{
	position:absolute;
 	left:-5000px;
 	top:-5000px;
 	overflow:hidden;
 	}
	
img
	{
	border: none;
	}
	
	
#wrapper
	{
	position: relative;
	width: 879px;
	margin: 0 auto 0 auto;
	}
	
	
	
.content
	{
	position: relative;
	margin: 0 5px 0 5px;
	}
	
button, .submit
	{
	border: none;
	background: none;
	outline: none;
	}
	
.go_to_top
	{
	text-align: right;
	clear: right;
	}	
	
.go_to_top a:link, .go_to_top a:visited
	{
	background: url(/assets/images/go_to_top.gif) no-repeat right;
	background-position: right 1px;
	padding: 1px 15px 0 0;
	}
	
	
	
	
/* search */

	
	
.result
	{
	border-bottom: solid 1px #cdcdcd;
	padding: 0 0 20px 0;
	margin: 0 0 20px;
	}

#search
	{
	position: absolute;
	top: 267px;
	right: 0;
	width: 200px;
	text-align: right;
	}
	
#search label
	{
	margin: 0 5px 0 0;	
	}
	
.search-input
	{
	width: 100px;
/*	float: right; */
	border: solid 1px #cdcdcd;
	padding: 2px;
	}
	
.search
	{
/*	float: right;  */
	}
	
	
	
	
	
	
	
.content-body img
	{
	margin: 0 0 10px 10px;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/* tables */
	
	
table
	{
	width: 100%;
	border: none;
	border-bottom: solid 1px #73b032;
	}	
	
th, td
	{
/* 	border-bottom: solid 1px #cdcdcd; */
	padding: 5px 10px 5px 0;
	vertical-align: top;
	}

/*td {background-color: #ccc;}*/

th {border-bottom: solid 1px #73b032;}










/* big button */

.second-line a:link, .second-line a:visited
	{
	margin-top: -7px;
	}
	
.second-line-first a:link, .second-line-first a:visited
	{
	clear: left;
	margin-left: 207px;
	}
	
.big-buttons
	{
	float: right;
	display: block;
	width: 260px;
	list-style: none;
	margin: 0;
	padding: 0;
	}

.big-buttons li
	{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 12px;
	}
	
a.big-button:link, a.big-button:visited
	{
	text-decoration: none;
	display: block;
	height: 63px;
	background: url(/assets/images/big-button.jpg) no-repeat top left;
	padding: 17px 23px 0 23px
	}
	
a.big-button:hover, a.big-button:active
	{
	background-position-y: -80px;
	}
	
a.big-button strong
	{
	display: block;	
	color: #73B032;
	padding: 0 0 4px 0;
	}