/* screen.css of MoinMoin theme "sinorca4moin" by David Linke.
    $Id: screen.css 126 2006-12-17 16:08:21Z linke $
*/

/* ##### Common Styles ##### */

body {
  color:#333;
  margin: 0;
  padding: 0;
  line-height: 1.0em;
}

a {text-decoration: none;
}


/* ##### Header ##### */
.superHeader {
	color: #FFF;
	/* background: url(../img/bg_superheader.gif) bottom repeat-x; */
	height: 30px;
	font-size: 11px;
	background-color: #133551;
}

.superHeader a {
	color: #FFF;
	text-decoration: none;
}

.superHeader a:hover {
	text-decoration: underline;
}

.superHeader ul {
  display:inline;
  margin:0 0 0 22px;
  padding:0;
}

.superHeader li {
 list-style:none;
 float:left;
}

.logo_fgv{
	background:url(../img/logo_fgv.png) bottom no-repeat;
	width:80px;
	height:18px;
	float:right;
}

.superHeader .left {
  text-align: left;
  float: left;
  margin: 0.5ex 0px 0.5ex;
  padding: 0 0 0 10px;
  display: inline; /* forces IE to calc correct margin */
}

.superHeader .right {
  float:left;
  margin: 8px 0 0 12px;
  padding 0px;
  display: inline; /* forces IE to calc correct margin */
}

.midHeader {
        background: url(../img/bg_topo_m.jpg) top right no-repeat;
	color: #CCC;
	margin: 0;
	font-size: 3.2em;
	font-weight: normal;
	line-height: 1.4em;
	background-color: #FFF;
	height: 140px;
}

.midHeader a {
	text-decoration: none;    
	color: #FFF;
	margin: 5px 0px 5px 10px;
}

#logo {
  /* contains image and/or text link */
  display: inline;
}

#logo img {
  /* logo image */
  vertical-align: bottom;
  margin: 10px 0px 10px 0px;
}

#username {
  white-space: nowrap;
  margin-left:22px;
  font-weight:bold;
}

#username ul {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 5px 0;
  padding: 0;
}

#username li {
  padding: 1px 7px;
}

#content li p {
	margin: 5px 0;
}

.subHeader {
display:none;
}

.subHeader a {
  color: white;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  margin: 0;
  padding: 0 0.75ex 0 0.5ex;
}  

.subHeader a:hover {
  text-decoration: underline;
}

.superHeader .highlight, .subHeader .highlight {
  color: rgb(253,160,91);
}

#global{
	/*background:url(../img/bg_page.gif) repeat-x;*/
	margin:0px;
	padding:0px 0 0 0;
}

/* ##### Side Bar ##### */

#sidebar {
  float: left;
  width: 183px;
  min-height:400px;
  padding: 0 15px 30px 5px;
  border-right:0px solid #ccc;
  /*background: url(../img/bg_menu.png) no-repeat right top;*/
  display: inline; /* forces IE to calc correct margin */
}

#sidebar a {
  color: #333;
  background-color: transparent;
  text-decoration: none;
  margin: 0;
  /* background:url(../img/bulet_off.png) 14px 5px no-repeat; */
  padding: 5px 0 5px 15px;
  line-height: 1.5em;
  display: block;
}

#sidebar .current a  {
	color: #333;
	/* background: url(../img/bulet_on.png) #2969b8 14px 5px no-repeat; */
	background: #E4E4E4;
}

#searchform div{
	display:block;
	margin:8px 0 0 0;
}

.editbar .disabled{
	color: #2969b8;
	background:url(../img/ico_alert.png) 11px 4px no-repeat;
	padding: 0 0 0 25px;
	line-height: 1.5em;
	display: block;
}

#sidebar a:hover {
	color: #333;
	/* background: url(../img/bulet_on.png) #2969b8 14px 5px no-repeat; */
	background: #E4E4E4;
	text-decoration: none;
	display:block;
}

.sidepanel {
	margin: 5px 5px 15px 5px;
	float: left;
	width: 192px;
	display: inline;
	/* border: 1px solid #ccc; */
	/* border-right: 2px solid #ccc; */
	/* border-bottom: 2px solid #ccc; */
}

.sidepanel h1 {
	margin: 0;
	/* background: transparent url(../img/bg_superheader.gif) repeat-x scroll center 1px; */
	padding: 3px 10px 3px 10px;
	border: none;
	/* font-family: Georgia, "Times New Roman", Times, serif; */
	font-size: 16px;
	/* font-weight: bold; */
	color: #FFF;
	/* border-bottom: 1px solid #ccc; */
	background-color: #133551;
	border-left: 5px solid #E4E4E4;
}

h2{
	font-size:19px;	
}

h3{
	font-size:14px;
}

h4{
	font-size:12px;
	font-weight:bold;
}

.sidepanel li {
	margin: 0px 0;
	padding: 0 0 0px 0;
	border-bottom:1px solid #ccc;
}

.sidepanel ul {
  list-style-type: none;
  margin: 0 0 5px 0;
  padding: 0;
}

.actionsmenu select{
  width: 170px;
  margin: 5px 0 5px 12px;
}


/* ===== Iconbar ===== */

/*#tools{
	background-color:#FFF;
	border:1px solid #ccc;
	border-bottom:2px solid #ccc;
	border-right:2px solid #ccc;
	clear:both;
	position:fixed;
	margin:5px 10px 0 0;
	display:block;
	max-width:250px;
	*max-width:180px;
	text-align:right;
  	left: auto;
	right: 10px;
}*/

#tools{
	background-color:#FFF;
	border:1px solid #ccc;
	border-bottom:2px solid #ccc;
	border-right:2px solid #ccc;
	margin:5px 10px 0 10px;
	display:block;
	text-align:right;
	float:right;
}

#iconbar {
  margin: 12px 13px;
  padding: 0;
  white-space: nowrap;
}

*[dir="rtl"] #iconbar {
  float: right;
  margin: 5px 10px 5px 0;
}

#iconbar li {
  display: inline;
}

#iconbar img {
  padding: 1px;
}


/* title of the current wiki-page */
#pagelocation {
	padding: 5px 10px;
	color:#436885;
	text-align:right;
	/* border-bottom:1px solid #ccc; */
	background-color:#FFF;
	font:11px Arial;
	font-weight:bold;
	background-color:#EFEFEF;
	display:block;
}

#pagelocation a:visited, #pagelocation a{
	color:#436885;
}

#pagelocation a:hover{
	color:#436885;
	text-decoration:underline;
}

/* ##### Main Copy ##### */

#page {
  color: black;
  background-color: transparent;
/*  background-color: yellow; for debugging IE surprises*/
/*  text-align: justify;*/
  line-height: 1.4em;
  margin: 0 10px 10px 215px;
  padding: 0px 0px 10px 0px;
}

#page p {
  margin: 0 0 17px 0;
  padding: 0;
  color:#333333;
}

#page ul li p {
	margin:0;
}


/* Use same margin for normal list item as for li p (see common.css) */
#page li {
  padding: 0;
  margin: 0.25em 0;
}

#page a {
  color: #406580;
  background-color: transparent;
}

#page a.nonexistent, a.badinterwiki {
  color: #900000;
}

#page a:hover {
  text-decoration: underline;
}

dl {
  margin: 1em 1ex 2em 1ex;
  padding: 0;
}

dt {
  font-weight: bold;
  margin: 0 0 0 0;
  padding: 0;
}

dd {
  margin: 0 0 0.5em 1em;
  padding: 0;
}

pre {
  background-color: #FFF8ED;
    min-height:18px;
}

/* ##### Footer ##### */

#footer {
color: white;
	/* background: url(../img/bg_footer.gif) repeat-x; */
	background-color: #133551;
	font-size: 0.9em;
	margin: 0;
	padding: 10px 2.5mm;
	clear: both;
	height: 23px;
}

#footer a {
  color: white;
  background-color: transparent;
  text-decoration:none;
}

#footer a:hover {
  text-decoration: none;
}


/* DL addition from rightsidebar/classic/modern screen.css*/

#pagetrail {
	clear: left;
	margin: 1px 0 10px 0;
	padding: 2px 0 2px 12px;
	font-size: 0.8em;
	height: 2em;
	color: #FFF;
	/* background: url(../img/bg_bread.png) bottom repeat-x; */
	background-color: #333;
}

*[dir="rtl"] #pagetrail {
  clear: right;
}

/* for broken IE */ 
* html #pagetrail li {
  border-right: 1px solid #AAA;
  padding: 0 0.3em 0 0;
}

#pagetrail li  {
  float: left;
  display: block;
  margin: 2px 0 3px 5px;
  padding: 0 2px;
}

*[dir="rtl"] #pagetrail li {
  float: right;
}

#pagetrail a {
	text-decoration: none;
	color: #FFF;
	padding: 3px 3px;
}

#pagetrail a:hover {
  text-decoration: none;
  color: #FFF;
  padding:3px 3px;
  background-color:#666;
}

#content ul {
	margin:20px 0 20px 0px;
	padding:0px;
}

#content ul li {
	margin:0px 0 0 30px;
	*margin:0px 0 0 40px;
	list-style:circle;
}

#content pre{padding:10px;}
/* XXX Warning: non-ascii characters! */
#pagetrail li:after {
  content: " »";
}
#pagetrail li:last-child:after {
  content: "";
}

#searchform {
	float: right;
	margin: 0px 10px 0px;
	padding: 0;
	white-space: nowrap;
	display: inline;
}

input[type="submit"] {
	background:url(../img/bg_superheader.gif);
	color:#333;
	border:1px solid #666;
	font:10px verdana;
	padding:4px 4px 2px 4px;
	text-decoration:none;
}


*[dir="rtl"] #searchform {
  float: left;
}

#searchform form div {
  display: inline;
}

.editbar form, .editbar form div {
    display: inline;
    text-align: center;
}

#message {
  margin: 0px 10px 5px 215px;
  padding: 0.5ex;
  background-image:url(../img/bg_erro.gif);
  background-color: #FFFFA0;
  border: 1px  solid #ef756e;
  line-height: 1.2em;
}

#message p{
  margin: 0;
}

#message a{
  margin: 0;
  color: rgb(0,102,204);
}

/* We use here dumb css1 ids because of IE suckiness */
#editor-comment {width: 70%;}
#editor-textarea {width: 99%;}

#pagebottom {
background-color:#FF0000;
/*  clear: both;*/
}

#preview {
  border: 2px solid #e5e5e5;
  padding: 0.5em;
  background: url(../img/draft.png);
}


.clear{
	clear:both;
	background-color:#6633FF;
}

.diff {
  width:99%;
}

.diff-title {
  background-color: #C0C0C0;
}

.diff-added {
  background-color: #E0FFE0;
  vertical-align: sub;
}

.diff-removed {
  background-color: #FFFFE0;
  vertical-align: sub;
}

.diff-added span {
  background-color: #80FF80;
}

.diff-removed span {
  background-color: #FFFF80;
}

.searchresult dd span {
  font-weight: bold;
}

#version{
  margin: 5px 5px;
  padding: 0px;
  text-align: center;
  font-size: 1em; 
  color: #6C7680;
}

#credits{
  margin: 5px 5px;
  padding: 0px;
  text-align: center;
  font-size: 1em; 
}

#timings{
  margin: 5px 0px;
  padding: 0;
  text-align: center;
  font-size: 0.8em; 
  color: #6C7680;
}
#credits li {
  display: inline;
  padding: 0 10px;
}

#timings li {
  display: inline;
  padding: 0 5px;
}

#credits img {
  vertical-align: middle;
}

/* MonthCalendar css */

/* days without and with pages linked to them */
a.cal-emptyday {
  color: #777777;
  text-align: center;
}
a.cal-usedday {
  color: #000000;
  font-weight: bold;
  text-align: center;
}
/* general stuff: workdays, weekend, today */
td.cal-workday {
  background-color: #DDDDFF;
  text-align: center;
}
td.cal-weekend {
  background-color: #FFDDDD;
  text-align: center;
}
td.cal-today {
  background-color: #CCFFCC;
  border-style: solid;
  border-width: 2pt;
  text-align: center;
}
/* invalid places on the monthly calendar sheet */
td.cal-invalidday {
  background-color: #CCCCCC;
}
/* links to prev/next month/year */
a.cal-link {
  color: #000000;
  text-decoration: none;
}
th.cal-header {
  background-color: #DDBBFF;
  text-align: center;
}

/* for MonthCalendar mouseover info boxes */
TABLE.tip {
  color: black;
  background-color: #FF8888;
  font-size: small;
  font-weight: normal;
  border-style: solid;
  border-width: 1px;
}

TH.tip {
  background-color: #FF4444;
  font-weight: bold;
  text-align: center;
}

TD.tip {
  text-align: left;
}
*[dir="rtl"] TD.tip {
  text-align: right;
}

/* end MonthCalendar stuff */


/* Spans for line-anchors - uses * html hack so that the rule only applies to
 * IE (where omitting the "display: none" triggers rendering bugs).
 */
* html span.anchor { display: none; }

/* IE6 has a bug with rendering of float elements. We workaround this bug by
 * assigning those elements a height attribute because we currently don't know
 * a better solution. This results in IE calculating the correct height of the
 * characters and displaying them correctly. We don't know any negative side
 * effects of this workaround:
 */
/** html div#page { height: 0.001%; } this breaks sinorca4moin on IE6.0! */

/* The next line fixed IE6.0 issues but breaks IE7 (preview after edit is below the editor window */
/** html form#editor, html form#editor { height: 0.001%; }*/

/* This seems to fix IE7 - but does it break IE6? */
* html div#header, form#editor { height: 0.01%; }

