/* 
================================
 Utility Container Stylesheet
 Copyright 2006 by Sam Tanner
 d/b/a www.EasyPortalSites.com and www.EasyTemplateSkins.com
 Please don't steal my work, ask and I'll give.
================================
*/   

.Blue_Border {
	width: 100%;
	background-color: transparent;
	border-right: #7994cb 1px solid; 
	border-top: #7994cb 1px solid; 
	border-left: #7994cb 1px solid; 
	border-bottom: #7994cb 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.Blue_Border .contentpane {
	background-color: transparent;
}

.Invisible, .Invisible .contentpane {
	width: 100%;
	background-color: transparent;
}
.Black_Border {
	width: 100%;
	background-color: transparent;
	border-right: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.Black_Border .contentpane {
	background-color: transparent;
}

