﻿/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.TDJSC-003-Style-1-containermaster {
	width: 100%;
	background-color: #ffffff;
}
.TDJSC-003-Style-1-bgtitle{ 
	height:28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background-image: url("images/style_1/title-bg.gif");
	background-repeat:repeat-x;
}
.TDJSC-003-Style-1-header-icon
{ 
	height:28px;
	background-image: url("images/style_1/icon_header.gif");
	background-repeat:no-repeat;
	background-position:center;
}
.TDJSC-003-Style-1-header-border-left{ 
	height:28px;
	width:9px;
	background-image: url("images/style_1/title-left.png");
	background-repeat:no-repeat;
}
.TDJSC-003-Style-1-header-border-right{ 
	height:28px;
	width:8px;
	background-image: url("images/style_1/title-right.png");
	background-repeat:no-repeat;
}
.TDJSC-003-Style-1-title{ 
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFF00; 
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:10px;
}
.TDJSC-003-Style-1-bottom-left
{
	background-image: url("images/style_1/bottom-left.gif");
	background-repeat:no-repeat;
	height:15px;
	width:9px;
}
.TDJSC-003-Style-1-bottom-right
{
	background-image: url("images/style_1/bottom-right.gif");
	background-repeat:no-repeat;
	height:15px;
	width:8px;
}
.TDJSC-003-Style-1-bottom
{
	background-image: url("images/style_1/bottom.gif");
	background-repeat:repeat-x;
	height:15px;
}
.TDJSC-003-Style-1-content-border-left{ 
	width:9px;
	background-image: url("images/style_1/content-left.gif");
	background-repeat:repeat-y;
}
.TDJSC-003-Style-1-content-border-right{ 
	width:8px;
	background-image: url("images/style_1/content-right.gif");
	background-repeat:repeat-y;
}
