/* CSS Document */
.border{
border:1px solid #999999;
border-top:none;
}

.textheading{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#CC3300;
}

.topright{
color:white; 
font-size:10px;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#cccccc;
}

a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ff9933 ;
	text-decoration:none
}
a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ff9933 ;
}
a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#CC3300;
	text-decoration:underline;
}
.counter a{
	color: #454B55 ;
}
.counter a:visited{
	color: #454B55 ;
}
.counter a:hover{
	color:#454B55;
}

.footernav{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}
.footernav a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}
.footernav a:visited{
	text-decoration:none;
	color: #ffffff;
}
.footernav a:hover{
	text-decoration:underline;
	color:#CC3300;
}
.heading{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:bold;
color:#FFFFFF;
}

.eventheading{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#FFFFFF;}

.eventcolumns{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:white;
text-align:center;
background-color:#666666;
}

.eventitem{
border-right:1px solid black;
border-top:1px solid black;
}

.northsideeventitem{
border-right:1px solid black;
border-top:1px solid black;
color:black;
background-color:#FFFF99;
}
.eventdetailsborder{
border:1px solid black;
border-right:none;
}
.eventphonecolumn{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:white;
text-align:center;
background-color:#666666;
border-right:1px solid black;
}
.membershiptype{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:black;
text-align:left;
background-color:#FF9933;
border-bottom:1px solid #999999;
border-right:1px solid #999999;
}
.membershipprice{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:black;
text-align:left;
background-color:#FFFF99;
border-bottom:1px solid #999999;
border-right:1px solid #999999;
}
.time{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:black;
text-align:left;
background-color:#FFFF99;
border-bottom:1px solid #999999;
border-right:1px solid #999999;
}
.membership-outerborder{
border-top:1px solid #999999;
border-left:1px solid #999999;
}
input{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:black;
background-color:#cccccc;
border:1px solid #999999;
width:130px;
}
textarea{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:black;
background-color:#cccccc;
border:1px solid #999999;
width:265px;
overflow:hidden;
}
.button{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:white;
background-color:#666666;
border:1px solid #999999;
width:80px;
}