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


/* horizontally centering trick by http://bluerobot.com/web/css/center1.html */
.dokuwiki {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}

/* -------------- top row --------------- */
.header {
    background: url(images/titlebackground_center.png);
    width: 100%;
	height: 130px;
	min-width: 825px; 
}

.header_left {
    background: url(images/titlebackground_left.png) left no-repeat;
	width: 350px;
	height: 130px;
	float: left;
}

.header_right {
    background: url(images/titlebackground_right.png) right no-repeat;
	width: 475px;
	height: 130px;	
	float: right;
}

.pagename {
    position: absolute;
    float: left;
    top: 45px;
    left: 20px;
	/* margin-top:45px;
	  margin-left:20px; */
	font-size:30px;
	font-weight:bolder;
	color:#DEE7EC;
	text-align:left;
}

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

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

.logo {
	margin-top: 45px;
	margin-right: 20px;
 	font-size: 30px;
	font-weight:bolder;
	text-align:right;
}

.logo a:link, .logo a:visited, .logo a:hover, .logo a:active {
	color:#dee7ec;
	text-decoration:none;
	font-variant:small-caps;
	letter-spacing:2pt;
}

/* ---------------  top and bottom bar ---------------- */
.bar {
    width: 100%;
	height:25px;
	padding:2px;
    clear: both;
}

.bar-left {
	float:left;
}

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

#bar_bottom {
  margin-bottom:3px;
}
/* -------------- page body --------------- */

div.dokuwiki div.pagebody {
  width: 752px;
  overflow: auto;
  background-color: __white__;
  border-left: 1px solid __darker__;
  border-right: 1px solid __darker__;
}

/* the document */
div.dokuwiki div.page {
  float: left;
  background-color: __white__;
	width: 652px;
  padding: 16px 0 32px 67px;
  text-align: justify;
}

div.dokuwiki div.sidebar {
  margin-left: 750px;
  background-color: __lighter__;
  padding: 16px 25px 0 10px;
	font-size: 14px;
}

div.dokuwiki div.sidebar:after {
  content: "&nbsp;";
  clear: left;
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  visibility: hidden;
}



/* ---------------  Footer ---------------- */

.stylefoot {
  width: 800px;
  margin: 10px auto 0px auto;
  border: 1px dotted #3366CC;
  background-color: #dee7ec;   /* same as TOC */
}


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

div.meta {
  clear: both;
  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;
}
