/**
 * Tableless Layout for default template
 *
 * @author Andreas Gohr <andi@splitbrain.org>
 * @author moraes <moraes@tipos.com.br>
 */


/* -------------- top row --------------- */
.header {
/*	height:24px;
	
	padding:0px 0px 2px 2px;*/
/*	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
	background-image: url(WebLogo4.gif);
	background-position:top left;
	background-repeat: no-repeat;
	position: relative;
	left: -175px;
	background-color:aliceblue;
	z-index: 1000;*/
	
}



.logo {
/*	float:left;*/
	font-size:275%;
	font-weight:bolder;
	text-align:left;
	vertical-align:bottom;
	font:"trebuchet ms";
	position:relative;
	top:145px	
}

div.dokuwiki .logo a:link, div.dokuwiki .logo a:visited, div.dokuwiki .logo a:hover, div.dokuwiki .logo a:active {
	color: #666666;
	text-decoration:none;
	font-variant:small-caps;
	letter-spacing:2pt;
}

/* ---------------  top and bottom bar ---------------- */
.bar {
	height:0px;
/*	border:1px solid #8CACBB;*/
	
	background:white;
	padding:0px 3px 0px 3px;
	margin:0;
  clear: both;
}

.bar-left {
	float:left;
	
}

.bar-right {
	float:left;
/*  text-align:right;*/
}

#bar_bottom {
  margin-bottom:3px;
  	padding:0px 3px 45px 3px;
  	height: 25px;
}

/* ------------- File Metadata ----------------------- */

div.meta {
  clear: both;
  margin-top: 1em;
  color: __extern__;
  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;
}


