/**
 * 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: 10px;
  padding-left: 8%;
  padding-right: 8%;
  text-align: center;
}

/* -------------- top row --------------- */
.header {
/*    background: url(images/hdr_centre.png);*/
    width: 100%;
	height: 60px;
}

.header_left {
/*    background: url(images/hdr_left.png);*/
/* left no-repeat;*/
	width: 45%;
	height: 60px;
	float: left;
	background-color: #71ebfa;
}

.header_right {
/*    background: url(images/hdr_right.png) right no-repeat;*/
	width: 100%;
	height: 60px;	
	float: right;
	background-color: #24c9dd;
	text-align: right;
}

.pagename {
    position: absolute;
    float: left;
    top: 15px;
    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:#111111;
  text-decoration:none;
}

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

.pagename_cust {
        margin-top: 15px;
        margin-right: 20px;
        font-size: 25px;
/*        font-weight:bolder;*/
        text-align:center;
	color:#111111;
/*	font-style:italic;*/
}

/*.pagename_cust :hover {
        margin-top: 25px;
        margin-right: 20px;
        font-size: 30px;
        font-weight:bolder;
        text-align:right;
        color:#0B0C91;
}*/

.logo {
	margin-top: 15px;
 	font-size: 28px;
/*	font-weight:bolder;*/
	text-align:center;
/*	font-variant:small-caps;*/
}

.logo a:link, .logo a:visited {
	color:#111111;
/*	color:#29b29e;*/
	text-decoration:none;
/*	font-variant:none;*/
	letter-spacing:1.5pt;
}

.logo a:hover, .logo a:active {
        color:#0B0C91;
/*      color:#29b29e;*/
        text-decoration:none;
/*        font-variant:none;*/
        letter-spacing:1.5pt;
}

.header_img {
    background: url(images/masthead.png);
/*    width: 100%;*/
    height: 150px;
    min-width: 800px;
}


/* ---------------  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;
}

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

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


/* ------------- 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;
}
