/* 
================================
 Container Styles for DotNetNuke
================================
*/   

/****************************************************************************************************************************************************************************
																Dark Blue Container
****************************************************************************************************************************************************************************/
.container_blue {
	width: 100%;
	background-color: Transparent;
	border: solid 0px Black;	
}
.blueLeftSide
{
	width: 10px;
	height: 5px;
	max-height: 5px;
	background-image: url("blueUpperLeft.gif");	
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
}
.blueTopRow
{	
	line-height: 1px; 
	height: 1px;
	width: 100%;
}
.blueRightSide
{	
	height: 5px;	
	max-height: 5px;
	vertical-align: top;
	background-image: url("blueUpperRight.gif");
	background-repeat: no-repeat;	
	padding: 0 4 0 4;
}
.blueBottom
{
	 background-image: url("blueBottom.gif"); 
	 background-repeat: repeat-x;
	 vertical-align: bottom;
}
.blueContentRight
{	
	 border-right: solid 2px #002C56;	 	 
}
.blueContentLeft
{
	background-image: url("blueLeft.gif"); 
	background-repeat: repeat-y;
	width: 7px; 
}
.darkBlueTitle
{
	color: #ffffff;
	font-family:Verdana, Tahoma, Arial, Sans-Serif;
	font-size: .8em;
	white-space: nowrap;	
}
.blueLL
{
	background-image: url("blueBottomLeft.gif");
	background-repeat: no-repeat;
	width: 7px;
	height: 7px;
}
.blueLR
{
	background-image: url("blueBottomRight.gif");
	background-repeat: no-repeat;
	width: 7px;
	height: 7px;
}
.blueBackground
{
	background-color: #002C56;
}
/****************************************************************************************************************************************************************************
																Orange Container
****************************************************************************************************************************************************************************/
.container_orange
{
	width: 100%;
	background-color: Transparent;
	border: solid 0px Black;	
}
.orangeLeftSide
{
	width: 10px;
	height: 5px;
	max-height: 5px;
	background-image: url("orangeUpperLeft.gif");	
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
}
.orangeTopRow
{	
	line-height: 1px; 
	height: 1px;
	width: 100%;
}
.orangeRightSide
{	
	height: 5px;	
	max-height: 5px;
	vertical-align: top;
	background-image: url("orangeUpperRight.gif");
	background-repeat: no-repeat;	
	padding: 0 4 0 4;
}
.orangeBottom
{
	 background-image: url("orangeBottom.gif"); 
	 background-repeat: repeat-x;
	 vertical-align: bottom;
}
.orangeContentRight
{	
	 border-right: solid 2px #F98127;	 	 
}
.orangeContentLeft
{
	background-image: url("orangeLeft.gif"); 
	background-repeat: repeat-y;
	width: 7px; 
}
.orangeTitle
{
	color: #000000;
	font-family:Verdana, Tahoma, Arial, Sans-Serif;
	font-size: .8em;
	white-space: nowrap;	
}
.orangeLL
{
	background-image: url("orangeBottomLeft.gif");
	background-repeat: no-repeat;
	width: 7px;
	height: 7px;
}
.orangeLR
{
	background-image: url("orangeBottomRight.gif");
	background-repeat: no-repeat;
	width: 7px;
	height: 7px;
}
.orangeBackground
{
	background-color: #F98127;
}
/****************************************************************************************************************************************************************************
																Green Container
****************************************************************************************************************************************************************************/
.container_green {
	width: 100%;
	background-color: Transparent;
	border: solid 0px Black;	
}
.greenLeftSide
{
	width: 10px;
	height: 5px;
	max-height: 5px;
	background-image: url("greenUpperLeft.gif");	
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
}
.greenTopRow
{	
	line-height: 1px; 
	height: 1px;
	width: 100%;
}
.greenRightSide
{	
	height: 5px;	
	max-height: 5px;
	vertical-align: top;
	background-image: url("greenUpperRight.gif");
	background-repeat: no-repeat;	
	padding: 0 4 0 4;
}
.greenBottom
{
	 background-image: url("greenBottom.gif"); 
	 background-repeat: repeat-x;
	 vertical-align: bottom;
}
.greenContentRight
{	
	 border-right: solid 2px #2FBB2F;	 	 
}
.greenContentLeft
{
	background-image: url("greenLeft.gif"); 
	background-repeat: repeat-y;
	width: 7px; 
}
.greenTitle
{
	color: #000000;
	font-family:Verdana, Tahoma, Arial, Sans-Serif;
	font-size: .8em;	
}
.greenLL
{
	background-image: url("greenBottomLeft.gif");
	background-repeat: no-repeat;
	width: 7px;
	height: 7px;
}
.greenLR
{
	background-image: url("greenBottomRight.gif");
	background-repeat: no-repeat;
	width: 7px;
	height: 7px;
}
.greenBackground
{
	background-color: #2FBB2F
}
/****************************************************************************************************************************************************************************
																Generic Classes
****************************************************************************************************************************************************************************/
.bold
{
	font-weight: bold;	
}
.fullHeight
{
	height: 100%;
}
.titleRow
{
	text-align: center;
}


