
/* 
================================
 Container Styles for DotNetNuke
================================
*/ 
.white_left_up	{
	background-image: url(white_left_up.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
}
.white_up_bg	{
	background-image: url(white_up_bg.gif);
	background-repeat: repeat-x;
	hieght: 12px;
}
.white_right_up	{
	background-image: url(white_right_up.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
}
.white_left_down	{
	background-image: url(white_left_down.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 12px
}
.white_down_bg	{
	background-image: url(white_down_bg.gif);
	background-repeat: repeat-x;
	height: 12px;
}
.white_right_down	{
	background-image: url(white_right_down.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
}
.white_right_bg	{
	background-image: url(white_right_bg.gif);
	background-repeat: repeat-y;
	width: 12px;
}
.white_left_bg	{
	background-image: url(white_left_bg.gif);
	background-repeat: repeat-y;
	width: 12px;
}

/* 
================================
 Container Styles for DotNetNuke
================================
*/ 
.green_left_up	{
	background-image: url(green_left_up.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
}
.green_up_bg	{
	background-image: url(green_up_bg.gif);
	background-repeat: repeat-x;
	hieght: 12px;
}
.green_right_up	{
	background-image: url(green_right_up.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
}
.green_left_down	{
	background-image: url(green_left_down.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 12px
}
.green_down_bg	{
	background-image: url(green_down_bg.gif);
	background-repeat: repeat-x;
	height: 12px;
}
.green_right_down	{
	background-image: url(green_right_down.gif);
	background-repeat: no-repeat;
	height: 12px;
	width: 12px;
}
.green_right_bg	{
	background-image: url(green_right_bg.gif);
	background-repeat: repeat-y;
	width: 12px;
}
.green_left_bg	{
	background-image: url(green_left_bg.gif);
	background-repeat: repeat-y;
	width: 12px;
}
.green_body {
	background-image: url(greenbg.gif);
}




