/* File Information

			File Name - Outdoor Ice Rink | Button CSS
			Author - Tom Watney
			Date - September 2008

----------------------------------------------- */




.btn {
	display: block;
	padding: 5px;
	color: #FFFFFF;
	text-decoration: none;
	cursor: pointer;
	background-color: #0066FF;
	float: left;
	position: relative;
}
.btn * { font-style: normal; background-image: url(images/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn i { background-position: top left; position: absolute; margin-bottom: -5px;  top: 0; left: 0; width: 5px; height: 5px; }
.btn span { background-position: bottom left; left: -5px; padding: 0 0 5px 10px; margin-bottom: -5px; }
.btn span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 10px; height: 100%; top: 0; }
.btn span span { background-position: top right; position: absolute; right: -10px; margin-left: 10px; top: -5px; height: 0; }

* html .btn span,
* html .btn i { float: left; width: auto; background-image: none; cursor: pointer; }

.btn.blue { background: #2ae; }

.btn:hover { background-color: #0099FF; }
.btn:active { background-color: #0066FF; }
.btn[class] {  background-image: url(http://83.166.161.30/assets/site_images/outdoor_ice_rink/shade.png); background-position: bottom; }

* html .btn { border: 3px double #999999; }
* html .btn.blue { border-color: #2ae; }

* html .btn:hover { border-color: #0033CC; }


/* Normal Bubble */

div.bubble {
	width: auto;
	margin-bottom: 24px;
	padding-left: 25px;
	padding-right: 50px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: 6px;
	background: transparent url(http://83.166.161.30/nic/assets/site_images/commenttip.gif) no-repeat 20px 0;
	font-style: normal;
	font-size: 1.2em;
}

