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


/* -------------- top row --------------- */
.header {
  height:80px;
  background-image: url('/images/background-orange.jpg');
  padding:3px 20px 2px 20px;
}

.pagename {
	height:25px;
	float:left;
	font-size:200%;
	font-weight:bolder;
	color:#DEE7EC;
	text-align:left;
	vertical-align:middle;
	padding:1px 0 0 1px;
}

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

.pagename a:hover, .pagename a:active {
  color: red;
}

.logo {
  position: relative;
  top: 20px;
  height:35px;
  float:left;
  font-size:110%;
  font-weight:bolder;
  text-align:left;
  xvertical-align:middle;
}

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

.windroos {
  float:right;
  xdisplay: inline;
  xposition: relative;
  xtop: 0px;
  xleft: 0px;
  xheight:35px;
}



/* ---------------  top and bottom bar ---------------- */
.bar {
  height: 24px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #840;
  background: #FC8;
  padding: 2px;
  margin: 0;
  clear: both;
}

.bar-left {
  float:left;
}

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

#bar_bottom {
  border-top: solid 1px #840;
  margin-bottom:3px;
  padding-left:20px;
  padding-right:20px;
}

#bar_top {
  padding-left:20px;
  padding-right:20px;
}

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

div.meta {
/*  xbackground: #EEE;
  xborder-top: solid 1px #888; */
  clear: both;
  margin-top: 1em;
  padding-left: 20px;
  padding-right: 20px;
  color: #864;
  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;
}

/* Error messages - these are also defined in style.css */

div.error{
  background: #ff6666 url(../images/error.png) 0.5em 0px no-repeat;
  border: solid black 1px;
  line-height: 2em;
  font-size: 110%;
  margin: 0px;
  padding-left: 2em;
}

div.info{
  background: #ffff66 url(../images/info.png) 0.5em 0px no-repeat;
  border: solid black 1px;
  line-height: 2em;
  font-size: 110%;
  margin: 0;
  padding-left: 3em;
}

div.success{
  background: #66ff66 url(../images/thumbup.gif) 0.5em 0px no-repeat;
  border: solid black 1px;
  line-height: 2em;
  font-size: 110%;
  margin: 0;
  padding-left: 3em;
}


