﻿/* 

	NAME:		CSS STYLE SHEET - ROUND BOX
	COMPANY:	E-fect LLC
	AUTHOR:		Eric Wolsing
	DATE:		03-07-2008
	PURPOSE:	Defines the classes for use in creating round boxes

*/

.pw_top-left {
	margin-right: 10px; /* clip right corner */
	background-image: url('../../media/images/roundbox/purple_white_1280x20.png');
	height: 10px; /* vertical: show first half of the image with the top-corners in it */
	font-size: 2px; /* correct height for IE */
}

.pw_top-right {
	margin-top: -10px; /* to level of top-left corner */
	margin-left: 10px; /* clip left corner */
	background-image: url('../../media/images/roundbox/purple_white_1280x20.png');
	background-position: 100% 0; /* show bg-image starting at the right */
	height: 10px; 
	font-size: 2px;
}

.pw_bottom-left {
	margin-right: 10px; /* clip right corner */
	background-image: url('../../media/images/roundbox/purple_white_1280x20.png');
	background-position: 0 -10px; /* show under half of the image */
	height: 10px;
	font-size: 2px;
}

.pw_bottom-right {
	margin-top: -10px; /* to level of bottom-left corner */
	margin-left: 10px; /* clip left corner */
	background-image: url('../../media/images/roundbox/purple_white_1280x20.png');
	background-position: 100% -10px; /* under half, right side */
	height: 10px; 
	font-size: 2px; 
}

.pw_inside {
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background: #333399;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
}

.pw_notopgap {
	margin-top: 0;
}

.pw_nobottomgap {
	margin-bottom: 0;
}
