/*========================================================*/
/*             CSS for DotNetNuke Containers              */
/*                  by Brian Connor                       */
/*               http://bc.digidia.com                    */
/*                connbrian@gmail.com                     */
/*========================================================*/

/*========================================================*/
/*  1. Container Design Elements                          */
/*========================================================*/

/*-- overriding default margin         --*/  p { margin: 0;}
/*-- conatiner title token             --*/ .RainSummerBlueTitle { font-size: 11px; line-height: 1.4em; font-family: tahoma; color: #FFF; font-weight: bold; }
/*-- container title cell              --*/ .RainSummerBlueTitleTD { width:100%; padding: 0;}
/*-- container actions cell            --*/ .RainSummerBlueActionsTD { width:0%; padding: 0;}
/*-- container content pane            --*/ .RainSummerBlueContent 
{ font-size: 11px; line-height: 1.4em; font-family: tahoma; color: #444; text-align:left; padding: 5px 2px 5px 2px;
border-bottom-color:#FFFFFF;
	border-top-color:#FFFFFF;
	border-right-color:#FFFFFF;
	border-left-color:#FFFFFF;
}

/*-- top center section                --*/ .RainSummerBlueT {
	background-image: none;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #E0B370;
}
/*-- top left section                  --*/ .RainSummerBlueTL {
	vertical-align:top;
	height: 37px;
	width:10px;
	padding: 0;
	background-image: url(images/left1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*-- top right section                 --*/ .RainSummerBlueTR {
	vertical-align:top;
	height: 37px;
	width:10px;
	padding: 0;
	background-image: url(images/right1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/*-- mid center section                --*/ .RainSummerBlueM { background: #FFF; vertical-align:top; padding: 0; }
/*-- mid left section                  --*/ .RainSummerBlueML { background: url(RainSummer_B1_midleft.gif) repeat-y bottom left; vertical-align:top; width:10px; padding: 0; }
/*-- mid right section                 --*/ .RainSummerBlueMR { background: url(RainSummer_B1_midright.gif) repeat-y bottom right; vertical-align:top; width:10px; padding: 0; }

/*-- bottom center section             --*/ .RainSummerBlueB { background: url(RainSummer_B1_btmid.gif) repeat-x top left; vertical-align:top; height: 20px; padding: 0; }
/*-- bottom left section               --*/ .RainSummerBlueBL {
	vertical-align:top;
	height: 10px;
	width:10px;
	padding: 0;
	background-image: url(images/left1_b.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
/*-- bottom right section              --*/ .RainSummerBlueBR {
	vertical-align:top;
	height: 10px;
	width:10px;
	padding: 0;
	background-image: url(images/right1_b.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
                                            .RainSummerBluemar{
                                            	margin-bottom: 5px;
                                            }
/*========================================================*/

