.sidebarheader {
	width: 233px;
	height: 40px;
	background-color: #84a051;
	border: 1px solid #fff;
	margin-top: 20px;
	}

#iGolf, #news, #calendar {
	width: 205px;
	padding: 0 15px;
	background-color: #ffffff;
	border-bottom: solid 4px #181a1c;
	}

h3 {
	font: bold 0.7em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	padding: 14px 0 0 20px;
	}

#sidebar a {
	text-decoration: none;
	}

.collapse {
	margin: 1px 10px 0 0;
	text-decoration: none;
	position: relative;
	border: none;
	top: -24px;
	float: right;
	clear: right;
	}

#sidebar ul {
	margin: 20px 0 25px 0;
	}

#sidebar li {
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	list-style: none;
	line-height: 1.5em;
	padding: 6px 2px;
	border-bottom: 1px dotted #272826;
	}

#sidebar li:hover {
	background-color: #f1f1f1;
	}

/* iGolf loginform */

#login {
	margin-top: 20px;
	}

#iGolf label {
	width: 80px;
	float: left;
	clear: both;
	margin: 3px 0;
	padding: 3px 10px 3px 0;
	text-align: right;
	color: #333;
	}

#iGolf input.txt {
	color: #333;
	padding: 3px;
	margin: 3px 0;
	border: solid 1px #bdc7d8;
	width: 100px;
	}

#iGolf input.btn {
	color: #fff;
	padding: 5px;
	float: right;
	margin: 10px 8px 20px 0;
	border: none;
	background-color: #84a051;
	cursor: hand; /* for IE only */
	}