/*=======================================================+
|                                                        |
|       DotNetNuke Containers -   Graphik Solutions      |
|               Developed by Adammer LLC                 |
|                http://www.adammer.com                  |
|                                                        |
|                     October 2009                       |
|                                                        |
+========================================================+

Version    : 1.0
Released   : October 2009

*/


/*=======================================================+
|  All Containers                                        |
+=======================================================*/

/*-- Banner Division Styles           --*/
.BannerPane1, .BannerPane2, .BannerPane3 {clear:both;}
.Banner p {margin:0px; padding:0px;}

h2 {
  font-size:150%;                       /* set font size for the module header */
}


.StdContainer {
  margin-bottom:20px;                   /* set the bottom margin so containers don't touch */
  clear:both;                           /* make sure containers don't float to the right or left */
  z-index:0;                            /* make sure containers sit behind fly-out menus */
}

.visibility {
  position:absolute;                    /* position for show/hide button */
  right:5px;
  top:0px;
  display:block;
  width:12px;
  height:15px;
  /* display:none; */                   /* uncomment to hide show/hide button */
}

.BoxWhiteFlat {
  background-color:#FFF;                /* background color. Remove to make background transparent. */
  position:relative;
  border:#33A8DE 3px solid;             /* border size and color */
  
  /* START Comment out to remove rounded courners */
  
  -moz-border-radius:6px;               /* border radius for mozilla browsers */
  -webkit-border-radius:6px;            /* border radius for webkit browsers */
  
  /* END */
}

.BoxWhiteFlat .containerContent {
  margin:5px 15px 15px 15px;            /* margin for container content */
  padding:0px;                          /* padding */
}

.ColorHeader .colorHead h2 {
  background-color:#33A8DE;
  color:#FFF;
  padding:0 15px 5px 15px;
  margin:0;
}

.actionsMenu {
  position:absolute;                    /* position for Actions Menu */
  left:2px;
  top:5px;
  display:block;
  width:100px;
  text-align:right;
}

.action-buttons {
  margin-top:5px;
  clear:both;
  text-align:right;
}