/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.c_wrap {
  margin: 0 0 16px 0;
  }

.c_heading {
  padding: 2px 0;
  background: #ff9500;
  }

.c_heading .head {
  color: #ffffff;
  font-weight: bold;
  }

.c_heading table {
  float: left;
  width: 1px;
  }

.c_contentpane {
  /*padding: 0 0 10px 0;*/
  }

.c_contentpane table {
  width: 100%;
  margin: 0 -2px 0 0;
  }
  
.c_functions {
  margin: 10px 4px 0 4px;
  }

.c_functions .CommandButton {
  padding: 2px 5px;
  background: #f0f0f0;
  border-top: 1px solid #c0c0c0;
  border-right: 1px solid #a0a0a0;
  border-bottom: 1px solid #a0a0a0;
  border-left: 1px solid #c0c0c0;
  }

/* CONTAINER IN #col-3rd */

#col-3rd .c_wrap {
  width: 140px;
  margin-left: auto !important;
  margin-right: auto !important;
  }
  
/* CONTAINER IN LinksPane */

.linkspane .c_wrap {
  margin: 0;
  }

.linkspane .c_functions, .linkspane .head {
  display: none;
  }
  
.linkspane .c_heading {
  background: transparent;
  position: absolute;
  top: 8px;
  right: 176px;
  }
  
.linkspane .button-edit {
  background: transparent;
  position: absolute;
  top: 8px;
  right: 154px;
  }

