/*========================================================*/
/*             CSS for DotNetNuke Containers              */
/*                  by Evan O'Neil                        */
/*              http://www.NukeVille.com                  */
/*                oneilevan@gmail.com                     */
/*========================================================*/

/*========================================================*/
/*     Container Design Elements                          */
/*========================================================*/

/* this is the outermost div with css gradient*/
.Grad {
	width: 250px;
background: #63801E;  /* for non-css3 browsers */

filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#63801E', endColorstr='#A6A866'); /* for IE */
background: -webkit-gradient(linear, left top, left bottom, from(#63801E), to(#A6A866)) ; /* for webkit browsers */
background: -moz-linear-gradient(top,  #63801E,  #A6A866); /* for firefox 3.6+ */}



 
 /* this is 2nd nested div with top graphic */  

.TopCap{
width: 250px;
background: url(TopCap.png) no-repeat 0 0 transparent;
   padding: 0; margin: 0px;}



/* this is 3rd nested div with bottom graphic */ 
.BotCap{
	width: 250px;
	background: url(BotCap.png) no-repeat 100% 100% transparent;
   padding: 0px; margin: 0px;
   text-align: left;}
   
/* this is 4th nested div for content */  

.ContCont{ padding: 20px; margin: 0px;}



/* this is a GRAPHIC GRADIENT as a backup, but isn't being called right now*/
.TopGrad{
	width: 250px;
	background: url(TopGrad.jpg) no-repeat top center;
	padding: 0; margin-bottom: 30px;}

/*========================================================*/









