/*
+--------------------------------------
|   Wiccle v1.00
|   ==================================
|   by Markus Loponen & Keith Killilea
|   (c) 2009-2010 Wiccle Ltd.
|   http://www.www.wiccle.com
|   Email: info@wiccle.com
|   ==================================
|   Time: 2010-04-16 | File version: 1.00
+-------------------------------------
|  	Please read the Wiccle license 
|   Available at docs/license.txt
+-------------------------------------
*/




.unit_content {
	position: relative;
	z-index: 1;
}


.rounded_top_bullet {
	float: left; 
	margin-top: 7px;
	margin-left: 8px;
	margin-right: 5px;
}
.rounded_top_left {
	background-image: url(../images/rounded_top_left.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 55px;
	width: 24px;
}

.rounded_top_center {
	background-image: url(../images/rounded_top_center.png);
	padding-top: 12px;
	padding-left: 0px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
	color: #fff;
}

.header_container {
	max-height: 25px;
	overflow: hidden;
}

.rounded_top_right {
	background-image: url(../images/rounded_top_right.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 55px;
	width: 24px;
}


.rounded_mid_left {
	background-image: url(../images/rounded_mid_left.png);
	background-repeat: repeat-y;
	background-position: top left;

	width: 9px;
}

.rounded_mid_center {
	padding: 0px;
	background-color: #3a8bb8;
	background: #3a8bb8;

}


.rounded_mid_right {
	background-image: url(../images/rounded_mid_right.png);
	background-repeat: repeat-y;
	background-position: top right;
	width: 9px;
}



.rounded_bottom_left {
	background-image: url(../images/rounded_bot_left.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 26px;
	width: 26px;

}

.rounded_bottom_center {
	background-image: url(../images/rounded_bot_center.png);
	background-repeat: repeat-x;
	height: 26px;
}

.rounded_bottom_right {
	background-image: url(../images/rounded_bot_right.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 26px;
	width: 26px;

}



.rounded_top_left_sm {
	background-image: url(../images/rounded_top_left_sm.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 26px;
	width: 26px;

}

.rounded_top_center_sm {
	background-image: url(../images/rounded_top_center_sm.png);
	background-repeat: repeat-x;
	line-height: 12px;
	height: 26px;
}

.rounded_top_right_sm {
	background-image: url(../images/rounded_top_right_sm.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 26px;
	width: 26px;

}




.corner_top_left {
	background-image: url(../images/corner_top_left.png);
	background-position: top right;
	background-repeat: no-repeat;
	height: 43px;
	width: 24px;

}

.corner_top_center {
	background-image: url(../images/corner_top_center.png);
	background-repeat: repeat-x;
	padding-top: 12px;
}

.corner_top_right {
	background-image: url(../images/corner_top_right.png);
	background-position: top left;
	background-repeat: no-repeat;
	height: 43px;
	width: 24px;

}

.corner_bottom_left {
	background-image: url(../images/corner_bot_left.png);
	background-position: top right;
	background-repeat: no-repeat;
	line-height: 1px;
	height: 11px;
	width: 10px;

}

.corner_bottom_center {
	background-image: url(../images/corner_bot_center.png);
	background-repeat: repeat-x;
	line-height: 1px;
	height: 10px;
}

.corner_bottom_right {
	background-image: url(../images/corner_bot_right.png);
	background-position: top left;
	background-repeat: no-repeat;
	line-height: 1px;
	height: 11px;
	width: 10px;

}

