/**
 * Tableless Layout for default template
 *
 * @author Andreas Gohr <andi@splitbrain.org>
 * @author moraes <moraes@tipos.com.br>
 */

/* -------------- top row --------------- */
div.dokuwiki .header {
  padding: 3px 0 0 2px;
}

div.dokuwiki .pagename {
  float: left;
  font-size: 200%;
  font-weight: bolder;
  color: __background_alt__;
  text-align: left;
  vertical-align: middle;
}

div.dokuwiki .pagename a {
  color: __extern__ !important;
  text-decoration: none !important;
}

div.dokuwiki .logo {
  float: right;
  font-size: 220%;
  font-weight: bolder;
  text-align: right;
  vertical-align: middle;
}

div.dokuwiki .logo a {
  color: __background_alt__ !important;
  text-decoration: none !important;
  font-variant: small-caps;
  letter-spacing: 2pt;
}

/*----------Anolan style-----------*/
div.dokuwiki .toppan {
  width:778px; height:55px; position:relative; margin:0 auto; padding:0px; color:#000; font:14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; padding:0px; margin:0px;
}

div.dokuwiki .toppan a{background:#fff; color:#666; text-decoration:none;}
div.dokuwiki .toppan a:hover{background:#fff; color:#666; text-decoration:underline;}

div.dokuwiki .toppan ul{list-style-type:none; width:468px; height:32px; position:absolute; top:23px; left: 380px;}

div.dokuwiki .toppan ul li{width:78px; height:32px; float:left;}

div.dokuwiki .toppan ul li a{width:76px; height:32px; display:block; background:url(images/topmenu-normal.jpg) 0 0 no-repeat #F5F4F4; color:#666; text-decoration:none; font-size:12px; font-weight:bold; text-align:center; line-height:32px; margin:0 2px 0 0;}

div.dokuwiki .toppan ul li a:hover{background:url(images/topmenu-hover.jpg) 0 0 no-repeat #F5F4F4; color:#fff; text-decoration:none;}

div.dokuwiki .toppan ul li.home{background:url(images/topmenu-hover.jpg) 0 0 no-repeat #F5F4F4; color:#fff; text-decoration:none; font-size:12px; font-weight:bold; text-align:center; line-height:32px;}

div.dokuwiki .toppan .bodyText h2{font bold: width:108px; font-family: "Trebuchet MS"; height:24px; display:block; font-size:27px; padding:31px 0 0 0;}
div.dokuwiki .toppan .bodyText{padding:0px 0 0 0; text-decoration:none !important; }
div.dokuwiki .toppan .bodyText p{padding:0px 0px 0 0;}

/* ---------------  top and bottom bar ---------------- */
div.dokuwiki .bar {
  border-top: 1px solid __border__;
  border-bottom: 1px solid __border__;
  background: __background_alt__;
  padding: 0.1em 0.15em;
  clear: both;
}

div.dokuwiki .bar-left {
  float: left;
}

div.dokuwiki .bar-right {
  float: right;
  text-align: right;
}

div.dokuwiki #bar__bottom {
  margin-bottom:3px;
}

/* ------------- File Metadata ----------------------- */

div.dokuwiki div.meta {
  clear: both;
  margin-top: 1em;
  color: __text_alt__;
  font-size: 70%;
}

div.dokuwiki div.meta div.user {
  float: left;
}

div.dokuwiki div.meta div.doc {
  text-align: right;
}
