/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.CataLookContainer_Title
{
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bolder;
	color: #fff;
	background-color: transparent;
}
.Title_Yellow
{
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bolder;
	color: #444444;
	background-color: transparent;
}
.ContentStyle
{
  border-left: solid 1px #c5c5c5;
  border-bottom: solid 1px #c5c5c5;
  border-right: solid 1px #c5c5c5;
  padding: 5px 5px 5px 5px;
  background-color: #f8f8f8;
}
.Top_bg_orange
{
  background-image: url(topbg_orange.jpg);
  background-repeat: repeat-x;
}
.Top_bg_brown
{
  background-image: url(topbg_brown.jpg);
  background-repeat: repeat-x;
}
.Top_bg_green
{
  background-image: url(topbg_green.jpg);
  background-repeat: repeat-x;
}
.Top_bg_yellow
{
  background-image: url(topbg_yellow.jpg);
  background-repeat: repeat-x;
}
.Top_bg_red
{
  background-image: url(topbg_red.jpg);
  background-repeat: repeat-x;
}
.Top_bg_gray
{
  background-image: url(topbg_gray.jpg);
  background-repeat: repeat-x;
}
.Top_bg_blue
{
  background-image: url(topbg_blue.jpg);
  background-repeat: repeat-x;
}
.Top_bg_Purple
{
  background-image: url(topbg_purple.jpg);
  background-repeat: repeat-x;
}
.Top_bg_Purple2
{
  background-image: url(topbg_purple2.jpg);
  background-repeat: repeat-x;
}
