/* This CSS file is created for you to create or override any of the existing CSS styles used in this theme */

/* Corner radius */
.ui-corner-tl { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; }
.ui-corner-tr { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }
.ui-corner-bl { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }
.ui-corner-br { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-top { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; }
.ui-corner-bottom { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-right {  -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; }
.ui-corner-left { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; }
.ui-corner-all { -moz-border-radius: 6px; -webkit-border-radius: 6px; }


.blizzquotewrap {
	background-color: #333;
	color: #09f;
	padding: 10px;
	margin: 10px 20px;
	font-size: 11px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.blizzquote h1, .blizzquoteheader {
	margin: 0;
	padding: 0;
	padding-bottom: 6px;
	font-size: 11px;
	font-weight: normal;
	background-repeat: no-repeat;
	background-image: url(../images/blizzquotesep.gif);
	background-position: bottom left;
	background-color: #333;
	border: 0;
}

.blizzquote h1 span, .blizzquoteheader span {
	background-image: url(../images/blizz_ico.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 27px;
	line-height: 21px;
	padding-left: 30px;
	display: block;
}

.blizzquote h2 {
	display: inline;
	color: #90FF53;
}

.blizzquote h3 {
	display: inline;
	font-weight: bold;
	color: white;
	font-size: 11px;
}

.blizzquote h4 {
	display: inline;
	font-weight: bold;
	font-size: 11px;
}

.blizzquote a {
	color: white;

}

.blizzquote b {
	color: white;
}

.corners-bottom {
	display: none;
}

