/* 
================================
 Container Styles for DotNetNuke
================================
*/   
#gray .title {
   font-family: Arial, Helvetica, sans-serif;
   font-size:  22px;
   font-weight: bold;
   color: #FFFFFF;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}
#red .title {
   font-family: Arial, Helvetica, sans-serif;
   font-size:  22px;
   font-weight: bold;
   color: #FFFFFF;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}
#white .title {
   font-family: Arial, Helvetica, sans-serif;
   font-size:  22px;
   font-weight: bold;
   color: #424242;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}
.title {
   font-family: Arial, Helvetica, sans-serif;
   font-size:  22px;
   font-weight: bold;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}
hr {
	color: #CCCCCC;
	height: 1px;
}
.box-gray-tl {
	background-color: #424242;
	background-image: url(gray-tl.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.box-gray-tr {
	background-image: url(gray-tr.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 20px;
	text-align: center;
}
.box-gray-span {
	background-color: #FFFFFF;
	border: 3px solid #424242;
	padding: 15px;
	color: #424242;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	line-height: 18px;
}
.box-gray-bl {
	background-color: #424242;
	background-image: url(gray-bl.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.box-gray-br {
	background-image: url(gray-br.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align: center;
	height: 25px;
}
.box-red-tl {
	background-color: #AD0100;
	background-image: url(red-tl.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.box-red-tr {
	background-image: url(red-tr.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding: 20px;
	text-align: center;
}
.box-red-span {
	background-color: #FFFFFF;
	border: 3px solid #AD0100;
	padding: 15px;
	color: #424242;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	line-height: 18px;
}
.box-red-bl {
	background-color: #AD0100;
	background-image: url(red-bl.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
.box-red-br {
	background-image: url(red-br.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	text-align: center;
	height: 25px;
}
.box-white-span {
	color: #424242;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
	line-height: 18px;
}
