﻿/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.bds-container-style5-containermaster {
	width: 100%;
	background-color: #ffffff;
}
.bds-container-style5-bgtitle{ 
	background-image: url("images/Tile.jpg");
	background-position:right;
	background-repeat:no-repeat;
	height:27px;
	font-family:Tahoma, Arial, Times New Roman;
	font-size:12px;
	font-weight:bold;
}
.bds-container-style5-title{ 
	font-family:Tahoma, Arial, Times New Roman;
	font-size:12px;
	color: #721E14;
	font-weight:bold;
}
.bds-container-style5-bgtitle-left{ 
	background-image: url("images/bgtitle-left.gif");
	background-repeat:no-repeat;
	width:1px;
	height:27px;
}
.bds-container-style5-bgtitle-right{ 
	background-image: url("images/bgtitle-right.gif");
	background-repeat:no-repeat;
	width:1px;
	height:27px;
}
.bds-container-style5-border_top_left{ 
	background-image: url("images/border.gif");
	background-repeat:no-repeat;
	width:1px;
	height:1px;
}
.bds-container-style5-border_top{ 
	background-image: url("images/border.gif");
	background-repeat:repeat-x;
	height:1px;
}
.bds-container-style5-border_top_right{ 
	background-image: url("images/border.gif");
	background-repeat:no-repeat;
	width:1px;
	height:1px;
}
.bds-container-style5-border_left{ 
	background-image: url("images/border.gif");
	background-repeat:repeat-y;
	width:1px;
}
.bds-container-style5-content
{
	padding-top:5px;
	padding-left: 5px;
	padding-right:5px;
}
.bds-container-style5-border_right{ 
	background-image: url("images/border.gif");
	background-repeat:repeat-y;
	width:1px;
}
.bds-container-style5-border_bottom_left{ 
	background-image: url("images/border.gif");
	background-repeat:no-repeat;
	width:1px;
	height:1px;
}
.bds-container-style5-border_bottom{ 
	background-image: url("images/border.gif");
	background-repeat:repeat-x;
	height:1px;
}
.bds-container-style5-border_bottom_right{ 
	background-image: url("images/border.gif");
	background-repeat:no-repeat;
	width:1px;
	height:1px;
}