/* 
  admin
  
  These are all the DasBlog specific styles that you can
  use to customize the look and feel of the admin content
*/

.adminNavbarStyle {
  padding-top: 8px;
  font-family: verdana;
  font-size: 11px;
  font-weight: normal;
  text-align: center;
  height: 20px;
  display: block;
  z-index: 1;
  position: relative;
  background-color: #D85402;
}

.adminNavbarStyle UL { 
  white-space: nowrap;
  margin: 0px;
  padding: 0px;
  display: inline;
}

.adminNavbarStyle UL LI { 
  margin: 1px;
  padding: 2px;
  border: 1px solid white;
  list-style: none;
  display: inline;
  color: white;
  background-color: #1D328B;
}

.adminNavbarStyle UL LI A { 
  color: white;
}

.adminNavbarStyle UL LI A:hover { 
  color: #D85402;
}


.adminNavbarStyle UL LI.first { 
}

.adminNavbarStyle A:hover 
{  
}

.adminNavbarStyle UL LI.here 
{
  background-color: #019702;
  list-style: none;
  display: inline;
  z-index: 3;
  position: relative;
}

.adminNavbarStyle UL LI.here A
{
  text-decoration: none;
  color: white;
}

.adminNavbarStyle UL LI.here A:hover
{
  text-decoration: none;
  color: white;
}

.adminNavbarStyle UL LI.firstHere 
{
  background-color: #019702;
  border: 1px solid white;
  list-style: none;
  display: inline;
  z-index: 3;
  position: relative;
}

.configControlStyle 
{
  font-size: 11px; 
  font-family: verdana; 
}

.configLabelColumnStyle { vertical-align: top; }

.configLabelStyle { margin-right: 10px; font-size: 11px; }

.configSectionStyle {
  border: 1px dashed #999;
  padding-right: 10px;
  padding-left: 10px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  vertical-align: middle;
}

.configSectionTitleStyle {
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #999;
  font-weight: bold;
  font-size: 110%;
}

.statsTableColumnStyle {
  padding: 3px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.statsTableDateColumnStyle {
  padding: 3px;
  margin-top: 3px;
  margin-bottom: 3px;
  width: 25%;
  text-align: left;
}

.statsTableFooterColumnStyle {
  border-top: solid 1px #d0d0d0;
  padding: 3px;
  font-weight: bold;
  text-transform: uppercase;
}

.statsTableFooterNumColumnStyle {
  border-top: solid 1px #d0d0d0;
  padding: 3px;
  width: 15%;
  font-weight: bold;
  text-align: right;
}

.statsTableHeaderColumnStyle {
  border-bottom: solid 1px #d0d0d0;
  padding: 3px;
  font-weight: bold;
  text-transform: uppercase;
}

.statsTableNumColumnStyle {
  padding: 3px;
  margin-top: 3px;
  margin-bottom: 3px;
  width: 15%;
  text-align: right;
}

.statsTableStyle {
  font-family: verdana;
  font-size: 11px;
  margin-top: 10px;
  border: solid 1px #d0d0d0;
  width: 100%;
}

.bodyContentStyle
{
  font-family: verdana;
  font-size: 11px;
  margin-top: 10px;
}

