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


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

.pagename {
	height:25px;
	float:left;
	font-size:150%;
	font-weight:bolder;
	color:rgb (0, 0, 100);
	color:#CC6600;
	text-align:left;
	vertical-align:top;
	padding-right:26px;
}

.pagename a:link, .pagename a:visited {
  color:#436976;
  text-decoration:none;
}

.pagename a:hover, .pagename a:active {
  color:#FF9933;
}

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

.logo a:link, .logo a:visited, .logo a:hover, .logo a:active {
	color:rgb(240,240,255);
	text-decoration:none;
	font-variant:small-caps;
	letter-spacing:2pt;
}

/* ---------------  top and bottom bar ---------------- */
.bar {
	height:25px;
	border-top:1px solid #8CACBB;
	border-bottom:1px solid #8CACBB;
	background:rgb(240,240,255);
	padding:2px;
	margin:0;
  clear: both;
}

.bar-left {
	float:left;
}

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

#bar_bottom {
  margin-bottom:3px;
}

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

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

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

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

/* ---------------  Media Selection  ----------------- */

div.uploadform {
  margin-top: 0.5em;
  border-top: 1px solid #8cacbb;
}

.mediaselect-left {
  float:left;
  padding: 0.5em;
  width:30%;
}

.mediaselect-right {
  float:right;
  border-left: 1px solid #8cacbb;
  padding: 0.5em;
  width:65%;
}

div.mediaref_head {
	margin-left:0.5em;
}

div.mediaref .search_result {
	padding-left:1em;
}

.mediaref_ref {
	color:#009900;
}

div.mediaref_hidden {
	margin-top:1em;
	text-align:center;
	font-size:1.2em;
	color:#BB0000;
}

div.mediaref_footer {
	margin-top:1em;
	text-align:center;
}

/** tao amin'ny drupal **/
 #header-search {
  text-align: right;
  position: absolute;
  top: 26px;
  right: 50px;
}

/** Espace menu - two col - lapino **/
#dokuwiki {
  background-color : #ffffff;
  margin-left : 180px;
  top : 0px;
  float:left;
  display:inline;
  border-left: thin solid rgb(240,240,250);
}

#dokuwiki_ie {
  background-color : #ffffff;
  margin-left : 5px;
  top : 0px;
  border-left: thin solid rgb(240,240,250);
  float: left;
}

#sidebar_left {
  position: fixed;
  float: left;
  width : 175px;
  height : 100%;
  margin-right : 5px;
  padding: 5px;
  border: none;
}

.menu {

}

.menuprepend {
   padding-bottom: 5px;
   padding-top: 5px;
   padding-left: 5px;
   background-color: #B8D7E6;
   
}

.menutitle {

}

.menubody {
/*   background-color: rgb(240,240,255);*/
   border: 1px solid #8CACBB;
   padding: 10px;
   text-align:left;
   border-top: none;
}