/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.containermaster {
	width: 198px;
	background-color: transparent;
}
.containermaster_r {
	width: 198px;
	background-color: transparent;
}
.containermaster_ main{
	width: 100%;
	background-color: transparent;
}
/* Left Containers */


.SLV_top_right { height:32px; width:14px; background-image:url(SLV_Cont_T_R.gif); background-position:bottom; background-repeat:no-repeat;}
.SLV_top_left { height:32px; width:14px; background-image:url(SLV_Cont_T_L.gif); background-position:bottom; background-repeat:no-repeat;}
.SLV_top { height:32px; background-image: url(SLV_Cont_T_M.gif); background-position:bottom; background-repeat:repeat-x; background-color:transparent;}

.SLV_top_main {background-color:transparent;}

/* Left */
.SLV_B_L {
	background-image:url(SLV_Cont_B_BM.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:transparent;
	height: 14px;
	margin: 0px;
	padding: 0px;
}
.SLV_B_M {
	width:14px;
	background-image:url(SLV_Cont_B_MR.gif);
	background-position:left top;
	background-repeat:repeat-y;
	background-color:transparent;
}

/* Right */
.SLV_B_L_r {
	background-image:url(SLV_Cont_B_BM_r.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:transparent;
	height: 14px;
	margin: 0px;
	padding: 0px;
}
.SLV_B_M_r {
	width:14px;
	background-image:url(SLV_Cont_B_MR_r.gif);
	background-position:left top;
	background-repeat:repeat-y;
	background-color:transparent;
}






/* Box Title */
.title_colour {
	color:#3A80B1;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	padding-top:2px;
	width:100%;
}
.title_white {
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	width:100%;
}
.title_yellow {
	color:#fde227;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	width:100%;
}
.title_yellow_r {
	color:#fde227;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	width:100%;
	text-align: right;
}
.title_purple {
	color:#843fb2;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width:100%;
}
.SLV_Content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 5px;
	padding-left: 14px;
}
.SLV_Content_r {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 5px;
	padding-left: 14px;
	text-align: right;
}
.SLV_Content _main{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	line-height: 15px;
	}

