/*
$Header: /cvsroot/tikiwiki/tiki/styles/tikineat.css,v 1.1.2.35 2006/08/01 21:56:04 marclaporte Exp $
Simple basic theme for generic tiki

IE hacks applied !
read http://glish.com/css/hacks.asp 

changing colors ?
you can list them with
  grep -i " #[0-9a-f]\{3,6\};" styles/tikineat.css | cut -d\# -f2 | sort | uniq -c
and change them with
  perl -pi -e 's/AAAAAA/bbbbbb/g' styles/tikineat.css
*/

body {
	background: url(./bvs/img/bodyBg.gif) top repeat-x;
	font-family: Arial,Verdana;
	font-size: 82%;
}
h1, h2, h3, h4, h5, h6 {
	margin : 0;
    	margin-bottom : 3px;
}
H1 {
	font-size : 18px;
	color : #3d4401;
	font-family: Arial,Verdana;
	font-weight: normal;
}
H2 {
	font-size : 18px;
	color: #484847;
	font-family: Arial,Verdana;
	font-weight: normal;
	margin-top: 20px;
	margin-left:10px;

}
H3 {
	font-size : 14px;
	color : #032936;
}
H4 {
	font-size : 12px;
	color : #032936;
}
H5 {
	font-size : 11px;
	color : #032936;
}
H6 {
	font-size : 10px;
	color : #032936;
}
ul li{

	list-style:none;
}
a {
	color : #000;
	font-weight: bold;
}

small {
	font-size : .8em;
}
hr {
	width : 100%;
	height : 1px;
	background-color : #8CACBB;
	border-width : 0px;
	padding : 0px;
	color : #8CACBB;
}
td {
	color : #000000;
	font-size : 11px;
	vertical-align : top;

}
th {
	color : black;
	background-color: #DEE7EC;
	border: 1px solid #8CACBB;
	padding: 0 2px;
}
caption {
	font-weight : bold;
}
/* General form elements */
FORM {
	margin : 0px;
	padding : 0px;
}
input, textarea, select {
	font-size : 10px;
	color : #112233;
}
input {
	text-indent : 2px;
}
input[type=checkbox], input[type=radio] {
	border : 0;
}
input[type=submit] {
	border : 1px solid #46596f;
	background-color: #C7D0D9;
	font-weight : bold;

}
input[type=submit]:hover {
	cursor : pointer;
}
textarea {
	xwidth : 80%;
}
label {
	cursor : pointer;
}



/* GENERAL LAYOUT EXPLANATION
	*
	* The tiki application is enclosed as a whole in tiki-main
	* tiki-main contains three divs: tiki-top, tiki-mid and tiki-bot
	* that will be used for the header, application and footer.
	*
	* tiki-mid contains a 3-column table, the columns are called (ids)
	* leftcolumn, centercolumn and rightcolumn
	* centercolumn contains tiki-center where the main area is displayed.
	*
	*/

/*********************** GENERAL LAYOUT ************************************/

#sitelogo{
	width: 1004px;
    height: 128px;
    margin: 0 auto;
		position: relative;
	background: #ffffff;
}

#sitelogo A {
	display: block;
	height: 90px;
}

#logo {
    float: left;
    margin: 8px 10px;
}

#logo A {
    display: block;
    background: url(../img/interface/pt/logoBVS.gif) no-repeat;
    width: 86px;
    height: 90px;
}

#logo A SPAN {
    display: none;
}

#title {
    float: left;
    width: 300px;
    height: 50px;
    background: url(../bvs/img/pt/identification.gif) no-repeat;
    margin: 30px 0px 0px 30px;
}

#title SPAN {
    display: none;
}

.empty {
    clear: both;
}

DIV#tiki-main {
    width: 1004px;
	margin: 0 auto;
	background: #FFF;
	position: relative;
	
}
DIV#tiki-top {
	margin : 0 auto;
    width: 1004px;
	background: #C7D0D9 url(../bvs/img/pt/identification.gif) no-repeat; 
	padding-bottom : 1px;
	display: none;
}
DIV#tiki-top a {
	xtext-decoration : none;
}

DIV#tiki-bot {
	padding-top : 10px;
	padding-bottom : 5px;
	background-color : #d3f0f8;
	margin : 0;
	border-top : 1px solid #d3f0f8;
	border-bottom : 1px solid #d3f0f8;
}



DIV#tiki-center H1 A {
    text-decoration: none;
	color:#3d4401;
	font-weight: normal;
	margin-left: 4px; 
	}

div#debugconsole {
	position: absolute;
	background-color: #F3F6F9;
	top: 0px;
	left: 20px;
	right: 310px;
	height: auto;
	z-index: 1;
	padding: 5px;
	border: 6px ridge #996600;
	font-size: 12px;
}

#overDiv table {
	width : auto !important;
}

/********************************************* GENERAL STYLE PROPERTIES **********************************************/
/* Boxes used for modules (modules are those boxes in the left/right columns) */

#logo A SPAN {
    display: none;
}

#title {
    float: left;
    width: 300px;
    height: 50px;
    background: url(../bvs/img/pt/identification.gif) no-repeat;
    margin: 30px 0px 0px 30px;
}

#title SPAN {
    display: none;
}

.empty {
    clear: both;
}

DIV#tiki-main {
    width: 1004;
	margin: 0 auto;
	background: #FFF;
	clear: both;
}
DIV#tiki-top {
	margin : 0 auto;
    width: 1004px;
	background: #C7D0D9 url(../bvs/img/pt/identification.gif) no-repeat; 
	padding-bottom : 1px;
	display: none;
}
DIV#tiki-top a {
	text-decoration : none;
}
DIV#tiki-mid {
	background: #fff;
	margin: 0 auto;
	width:100%;
}
DIV#tiki-bot {
	padding-top : 10px;
	padding-bottom : 5px;
	background-color : #d3f0f8;
	margin : 0;
	border-top : 1px solid #d3f0f8;
	border-bottom : 1px solid #d3f0f8;
	margin-top: 50px
}

DIV#tiki-mid > table {
	width : 1004px;
	border-spacing : 0;
	margin : 0;
	padding : 0;
}

#leftcolumn {
	width : 20%;

	margin : 0;
	padding: 0px;
}
#centercolumn {
	padding-left: 6px;
	padding-right: 6px;
	width : 58%;

}
#rightcolumn {
	width : 18%;
	margin : 0;
	padding: 0px;
}
DIV#tiki-center {
    padding: 0px;
}

DIV#tiki-center span H1 {
 background:transparent url(bvs/img/arrow.gif) no-repeat scroll left center;
	
}


DIV#tiki-center span H1 a{
	font-weight:bold;
   
	color:#000000;
	font-family:Trebuschet,arial,verdana;
	font-size:13px;
	margin-left:20px;
	}


DIV#tiki-center H1 A:hover {
    xbackground: none;
    xtext-decoration: underline;
}

div#debugconsole {
	position: absolute;
	background-color: #F3F6F9;
	top: 0px;
	left: 20px;
	right: 310px;
	height: auto;
	z-index: 1;
	padding: 5px;
	border: 6px ridge #996600;
	font-size: 12px;
}

#overDiv table {
	width : auto !important;
}


/********************************************* GENERAL STYLE PROPERTIES **********************************************/
/* Boxes used for modules (modules are those boxes in the left/right columns) */
div.box {
	overflow : hidden;
	_overflow : visible; /* IE hack  */
}
div.box-title {
	    background: #D3F0F8 url(bvs/img/bgBoxTitle.gif) repeat-y left;
	xoverflow : hidden;
	xfont-size : 90%;
	font-family: Trebuchet MS,Arial;
	xmargin : 0;
	color: #000;
	padding: 5px;
	height: 18px;
	border-top: 3px solid #1559AA;
}

.flipmodimage {
	display: none;
}

TABLE.box-title TD {
    text-align: left !important;
}


div.box-title table {
	width : 100%;
	padding: 0px;
	margin: 0px;
	border-spacing: 0;
}

div.box-data {
	overflow : hidden;
	color : black;
	padding : 5px;
	_padding : 5px 3px;
	xfont-size : 10px;
	width: 100%;
	_width: 100%;

}
div.separator, div.separatorline {
	color : black;
	padding : 6px 2px 2px 2px;
	margin-top: 4px;
	border-top : 1px solid #BEE0E0;
}
.linkmenu, .rsslink {
	xfont-size : 100%;
	text-decoration : none;
	font-weight : normal;
	margin-left: 16px;
}

.rssdesc {
    padding-left: 16px;
}

.rsslist {
    padding: 0px;
    margin: 0px 0px 0px 8px;
    list-style:none;
}

.rsslist LABEL  {
    font-size: 90%;
}

.rssitem {
    margin-bottom: 12px;
    padding: 0px;
}

.rssitem A {
    padding: 0px;
    margin: 0px;
}


.rssitem A:hover {
    xbackground: none;
    xborder-bottom: 1px dotted #CCC;
}

UL.docOptions {
    padding: 0px;
    margin: 0px;
}

TABLE.normal {
width:90%;
xmargin-left:10px;
}

TABLE.findtable{
width:80%;
}

TD.heading {
	padding: 2px;
	background: #d3f0f8;
}

TD.even {
	background: #f8f9f9;
}

TD.odd {
	background: #daf1f9;
}

.article {
padding: 10px;
}

.articleimage {
margin: 4px 4px 4px 0px;
}

.linkbut {
margin-left: 8px;
}

.centerContent {
padding: 12px;
}

#title_ghl h3 {
background:#FFFFFF;
border-bottom:2px solid #BD280C;
margin:0px !important;
}
.simplebox {
width:90%;
}

.articleheadingtext{
xmargin-right: 50px;
}

DIV.articletitle {
	margin-bottom: 12px;
}

.articletitle .title {
	font-size: 140%;
	font-weight: bold;
	font-family: verdana;
}

.articletitle .byLine {
	
}

.module_title h4 {
  font-size:120%;
  font-weight:normal;
  margin:5px 0px;
}
 h1, h2, h3, h4 {
  color:#0E445C;
}
 h1, h2, h3, h4, h5{
font-family:Trebuchet MS,Arial;
margin-top:0px;
}


.article {
padding: 10px;
}

.articleimage {
margin: 4px 4px 4px 0px;
}

.linkbut {
margin-left: 8px;
}

.centerContent {
padding: 12px;
}

#title_ghl h3 {
background:#FFFFFF;
border-bottom:2px solid #BD280C;
margin:0px !important;
}
.simplebox {
width:90%;
}

.articleheadingtext{
	margin-left: 20px;
	font-family:arial;
	font-size:12px;
}

DIV.articletitle {
	margin-bottom: 12px;
}

.articletitle .title {
	font-size: 140%;
	font-weight: bold;
	font-family: verdana;
}

.articletitle .byLine {
	
}

.articlebody{
	font-size:12px;

}

#login-pass {

	margin-left: 10px;
}
#login-user{

	margin-left: 4px;
}


.titlea {
font-weight: bold;
font-size: 14px;
}

.box-title H4{
	  background: url(bvs/img/arrow.gif) no-repeat left;
	  color: #000000;
	  font-family: Trebuschet, arial, verdana;
	  font-size: 13px;
}

.box-title H4 span{
	margin-left: 20px;

}

.athumb{
	border: 0px;
}
#mod-last_files{
	padding-left:0px;

}


.box ul{
	padding-left:0px;
}

.box ul, .module a{
	margin-left: 13px;
}

.box ul li a, .module a{
	text-decoration: none;
	line-height: 20px;
	font-size: 13px;
	font-family: arial;
	font-weight:normal;
}

.box ul li a:hover, .module a:hover{
	color:#803E12;
	text-decoration:underline;
}

#mod-login_box .module a{
	font-size:10px;
	width:30px;
	margin-left: 0px;
}

.wikitext{
	font-size: 12px;
	font-family: arial;
	margin: 15px;
}

#Participantes{
	width:200px;
}
