/*========================================================*/
/*             CSS for DotNetNuke Containers              */
/*                  by Evan O'Neil                        */
/*              http://www.NukeVille.com                  */
/*========================================================*/

/*========================================================*/
/*     Container Design Elements                          */
/*========================================================*/


/*-- container actions cell --*/

.con_NoTitle01ActionsTD {
	width:0%;
	padding: 0;
	width: 1px;
	vertical-align:top;
	text-align:right;
}

/*-- container content pane --*/

.con_NoTitle01Content {
	font-size: 12px;
	font-family: arial;
	color: white;
	padding: 2px 4px 15px 4px;
}
/*-- container Icons cell --*/

.con_NoTitle01Icons {
	text-align:right;
	padding: 5px 0 7px 0;
	border-top: 1px solid #000000;
}

#con-table01 {
	background-color: #000d8c; /* Blue */
}
.con-orange-stripe {
	background-color: #ff3300; /* Orange-Red */
	height: 2px;
}
.con-yellow-stripe {
	background-color: #f2db80; /* Yellow */
	height: 2px;
}
