/* styles for rounded corner boxes */
	.lRight {
			float:right;
			background-image: url(https://apps.weber.edu/images/Lights/l-426/lower_right.jpg);
			background-repeat:no-repeat;
			height:23px;
			width:28px;
		}
	.lLeft	{
			float:left;
			background-image: url(https://apps.weber.edu/images/Lights/l-426/lower_left.jpg);
			background-repeat:no-repeat;			
			height:23px;
			width:28px;
		}

	.lCenter{			
			background-image: url(https://apps.weber.edu/images/Lights/l-426/lower_center.jpg);
			background-repeat:repeat-x;
			height:23px;
		}

	.uRight {
			float:right;
			display:inline;
			background-image: url(https://apps.weber.edu/images/Lights/l-426/upper_right.jpg);
			background-repeat:no-repeat;
			height:23px;
			width:28px;
			position:absolute;
			top:0px;
			left:100%;
		}
	.uLeft	{
			float:left;
			display:inline;
			background-image: url(https://apps.weber.edu/images/Lights/l-426/upper_left.jpg);
			background-repeat:no-repeat;			
			height:23px;
			width:100%;
			position:absolute;
			top:0px;
			left:0px;
			z-index:1;
		}

	.uCenter{
			position:relative;
			display:block;
			background-image: url(https://apps.weber.edu/images/Lights/l-426/upper_center.jpg);
			background-repeat:repeat-x;
			height:23px;
			width:auto;
			margin-right:28px;
			padding-left:28px;
			padding-bottom:0px;
		}

	.boxTitleContent{
			display:inline;
			position:absolute;
			color:#FFFFFF;
			font-size:14px;
			font-weight:bold;
			margin-top:25px;
		}

	.mRight {
			position:absolute;
			top:0px;
			height:100%;
			right:0;
			background-image: url(https://apps.weber.edu/images/Lights/l-426/middle_right_solid.jpg);
			background-repeat:repeat-y;
			background-position:right;
			width:28px;
		}
	.mLeft	{
			background-image: url(https://apps.weber.edu/images/Lights/l-426/middle_left_solid.jpg);
			background-repeat:repeat-y;			
			width:28px;
			position:absolute;
			top:0px;
			left:0px;
			height:100%;
		}

	.mCenter{
			position:relative;
			display:block;
			background-color:#e3e3d9;
			margin-right:0;
			padding:5px 28px;
			overflow:hidden;		
		}

	.boxBodyContent {
			padding:1px;
               	        }	

	.uLeftBlocked{
			float:left;
			display:inline;
			background-image: url(https://apps.weber.edu/images/Purples/p-525/upper_left_blocked.jpg);
			background-repeat:no-repeat;			
			height:52px;
			width:100%;
			position:absolute;
			top:0px;
			left:0px;
			z-index:1;
		     }

	.uCenterBlocked{
			position:relative;
			display:block;
			background-image: url(https://apps.weber.edu/images/Purples/p-525/upper_center_blocked.jpg);
			background-repeat:repeat-x;
			height:52px;
			width:auto;
			margin-right:28px;
			padding-left:28px;
			padding-bottom:0px;
		     }

	.uRightBlocked{
			float:right;
			display:inline;
			background-image: url(https://apps.weber.edu/images/Purples/p-525/upper_right_blocked.jpg);
			background-repeat:no-repeat;
			height:52px;
			width:28px;
			position:absolute;
			top:0px;
			left:100%;
		     }

	.lLeftBlocked{
			float:left;
			background-image: url(https://apps.weber.edu/images/Purples/p-525/lower_left_blocked.jpg);
			background-repeat:no-repeat;			
			height:52px;
			width:28px;
		     }

	.lCenterBlocked{
			background-image: url(https://apps.weber.edu/images/Purples/p-525/lower_center_blocked.jpg);
			background-repeat:repeat-x;
			height:52px;
		     }

	.lRightBlocked{
			float:right;
			background-image: url(https://apps.weber.edu/images/Purples/p-525/lower_right_blocked.jpg);
			background-repeat:no-repeat;
			height:52px;
			width:28px;
		     }
/* end rounded corners */