/*
@author Carlos Azevedo <crlazevedo@hotmail.com>
@title estilos.css folha de estilos para as páginas do site www.larchicoxavier.com.br
@date 30 de Outubro de 2006 
@copyright 2006
*/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{ 
	background: #09c; /*#ffffff; /*url("../img/fundo.jpg") repeat fixed;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 4px 4px 6px 4px;/*top,right,bottom,left*/

}
abbr, acronym, span.abbr
{
border-bottom: .1em dotted;
cursor: help;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#geral{
	position: relative;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	width: 760px;
	height: 930px;
	padding: 4px;
	background:	url("../img/fundo.jpg") repeat fixed;
}
#topo{
	position: absolute;
	top: 5px;
	right: 15px;
	bottom: 5px;
	left: 5px;
	width: 757px;
	height: 160px;
	background-color:#fff;
}
#content{
	position: absolute;
	width: 615px;
	height: 715px;
	top: 168px;
	left: 147px;
	/*background-color: #FF0000;*/
}
.general{
	position:absolute;
	width: 597px;
	height: auto;
	top:50px;
	left:5px;
	padding:2px;
}
#navleft{
	position: absolute;
	float:left;
	clear: both;
	width: 140px;
	height: 715px;
	top: 168px;
	left: 5px;
	padding: 0px;
	background: #fff;
}
#rodape{
	position: absolute;
	top: 885px;
	right: 15px;
	bottom: 5px;
	left: 5px;
	/*background-color: #fff;*/
	border-top:#8f9fcf solid 1px;
	width: 757px;
	height: 5%;	
}
.hidden { display: none; }
.unhidden { display: block; }

/************** .feature styles ***************/
.node1{
	background-color: #3399ff;
	text-align: left;
	font-size: 10px;
	font-style: normal;
	margin-top: 1px;
	margin-bottom: 1px;
	border-top: 1px solid #8ac5ff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #8ac5ff;
	padding: 0.2px;
}
.node2{
	background-color: #3399ff;
	text-align: right;
	font-size: 10px;
	font-style: normal;
	margin-top: 1px;
	margin-bottom: 1px;
	border-top: 1px solid #8ac5ff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #8ac5ff;
	padding: 0.2px;
}
.submenuname{
	background-color: #3399ff;
	text-align: left;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	margin-top: 1px;
	margin-bottom: 1px;
	border-top: 1px solid #8ac5ff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #8ac5ff;
	padding: 0.2px;
}
.menuname{
	text-decoration: none;
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	background-color: #8f9fcf;
	border-top: 1px solid #8ac5ff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #8ac5ff;
	padding: 0.2px;
}
#menu{
	padding: 1px 1px 1px 5px;
	list-style: none; 
	display: block;
	margin-top: 1px;
	margin-left: 1px;
	font-size: 11px;
	color: #ffffff;
	border: 1px solid #eee;	
}
.nivel1{ 
	margin-top: 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #ffffff;
	border-top: 1px solid #eeeeee;	
	background-color: #8f9fcf;
}
.nivel2{
	background-color: #3399ff;
	text-align: left;
	color: #000099;
	text-transform: none;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	margin-top: 2px;
	margin-bottom: 2px;
	border-top: 1px solid #eeeeee;	
	border-bottom: 1px solid #eeeeee; 
}
.nivel3{
	background-color: #3399ff;
	text-align: right;
	color: #000099;
	text-transform: none;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	padding:2px;
	border-top: 1px solid #eeeeee;	
	border-bottom: 1px solid #eeeeee; 
	
}
.feature h1 {
	padding: 2px;
	margin: 10px;
	text-align: center;
	color: #fff;
}

.feature h2 {
	padding: 2px;
	margin: 10px;
	text-align: left;
	color: #000099;
}
.feature img{
	float: left;
	padding: 5px 2px 2px 5px;
}


/************* Layout Texts********************/
.separador
{
	padding: 1px;
}

.prevnext 
{
	width: 616px;
	font-size: .7em;
	font-weight: bolder;
	color:#0000ff;
	font-family: inherit;
}
/*.prevnext é uma classe para os links de rodapé das outras páginas, 
quando um tema ultrapassa mais de uma página */
.prevnext a
{
	color:#0000ff;
	font-size: .95em;
	text-decoration: none;
}

.ptext
{
	width:auto;
	text-align: justify;
	text-indent: 20px;
	font-style: normal; 
	font-size: 12px; 
	color: #000099;
	margin: 1.5px 5px 1.5px 5px;/*top,right,bottom,left*/	
}
.autor{
	color: #0033CC;
	margin-left: 5px;
	margin-right: 5px;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bolder;
}
/************* Layout for Daily Activities********************/
.title{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 595px;
	height: auto;
	padding:2px;
	text-align: center;
	color: #fff;
	background-color: #003399;
	border-color: #cccccc;
	border-style: solid;
	border-width: thin;	
	font-size: 15px;
	font-weight: bolder;
	
}
.tabela{
	border: #ccc solid 1px;
	margin-bottom: 1px;
}
.tabela td{
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
}
.daily{
	background-color: #8f9fcf;
	padding: 4px 4px 4px 4px;
	text-align: center;
	color: #fff;
	width: 490px;/*390px;*/
	font-size: 12px;
	font-weight: bolder;
	border-color: #cccccc;
	border-style: solid;
	border-width: thin;
}
div.daily{
	background-color: #8f9fcf;
	padding: 4px 4px 4px 4px;
	text-align: center;
	color: #fff;
	width: 490px;
	font-size: 12px;
	font-weight: bolder;
	border-color: #cccccc;
	border-style: solid;
	border-width: thin;
}
.schedule{
	background-color:#003399;
	padding: 2px 2px 2px 2px;
	text-align: center;	
	color: #fff;
	font-size: 12px;
	font-weight: bolder;
}
div.schedule{
	position: absolute;
	top: 5px;
	background-color:#003399;
	padding: 2px 2px 2px 2px;
	/*text-align: center;*/
	color: #fff;
	font-size: 11px;
	font-weight: bolder;
	width: 40px;
	border-color: #cccccc;
	border-style: solid;
	border-width: thin;
}
.activity{
	background-color:#8ac5ff;
	padding: 2px 2px 2px 2px;
	text-align: center;
	color: #000099;
	font-size: 12px;
	font-weight: bolder;	
	width: 490px;
}
div.activity{
	position: absolute;
	background-color:#8ac5ff;
	top: 30px;
	left: 53px;
	padding: 1px 1px 1px 1px;
	text-align: justify;
	color: #000099;
	font-size: 11px;
	font-weight: bolder;	
	width: 333px;
	border-color: #cccccc;
	border-style: solid;
	border-width: thin;
}
.tschedule{
	background-color:#003399;
	padding: 2px 2px 2px 2px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	font-weight: bolder;
	/*vertical-align: middle;*/
}
div.tschedule{
	background-color:#003399;
	padding: 2px 2px 2px 2px;
	text-align: center;
	color: #fff;
	font-size: 11px;
	font-weight: bolder;
	width: 20px;
}
.tactivity{
	background-color:#8ac5ff;
	padding: 2px 2px 2px 2px;
	text-align: justify;
	color: #000099;
	font-size: 11px;
	font-weight: bolder;
	width: 370px;
}
div.tactivity{
	background-color:#8ac5ff;
	padding: 2px 2px 2px 2px;
	text-align: justify;
	color: #000099;
	font-size: 11px;
	font-weight: bolder;
	width: 370px;
}

/*************End Layout for Daily Activities********************/

/*************Layout for Seminars********************/
/*
#semIndexTitle{
	position:absolute;
	top: 10px;
	left: 5px;
	width: 595px;
	height:10px;
	padding: 2px;
	color:#CC3300;
	text-align:center;
	font-size:16px;
	font-weight:bolder;
}


#semIndexText{
	position:absolute;
	top:35px;
	left: 10px;
	width: 595px;
	height:10px;
	padding:2px;
	font-size:14px;
	text-align:left;
}

*/
#semIndexContent{
	position:absolute;
	top:95px;
	left: 10px;
	width: 595px;
	height:10px;
	padding:2px;
	color:#0000FF;
	font-size:12px;
	font-weight:bolder;
	text-align:center;
}
.semIndexReference{
	top:120px;
	height:10px;
	padding:2px;
	width:100px; 
	color:#6600FF;
	font-size:12px;
	font-weight:bold;
	margin-bottom:2mm;
	margin-top:2mm;
	text-align:justify;
}
.semIndexLecture{
	font-size:12px;
	float: left;
}/*
.seminar{
	background-color: #fff;
	padding: 2px 2px 2px 2px;
	text-align: center;	
	color: #000099;
	font-size: 12px;
}
.annual{
 background-color: #fff;
	padding: 4px 4px 4px 4px;
	text-align: center;
	color: #000066;
	width: 490px;
	font-size: 12px;
	font-weight: bolder;
	border-color: #cccccc;
	border-style: solid;
	border-width: thin;
}
*/
.tseminar{
	/*background-color:#003399;*/
	padding: 2px 2px 2px 2px;
	text-align: justify;
	color: #000099;
	font-size: 100%;	
}
.timage{
	padding: 2px 2px 2px 2px;
	width: 30px;
}
/*************End of Layout for Seminar********************/

/*******Layout for Download page*/
#down 
{
margin-left: 15px;
float: left;
border-top: 1px solid #b3bedf;
border-right: 1px solid #636e90;
border-bottom: 1px solid #56607d;
border-left: 1px solid #a7b4d9;
font-size: .8em;
font-weight: bold;
/*background: #8f9fcf;*/
color: #000099;
text-align: left;
padding: .1em  .1em .1em  .1em;
text-decoration: none;
}


/*************Layout for Colonist of the Hope********************/
#cariIndexTitle{
	position:absolute;
	top:3px;
	left:10px;
	width:595px;
	height:10px;
	padding:2px;
	border-style:none; 
	color:#3366FF;
	text-align:center;
	font-size:20px;
	font-weight:bolder;
}
#cariIndexText{
	position:absolute;
	top:50px;
	left:10px;
	/*right:200px;*/
	width:595px;
	height:10px;
	padding:2px;
	border-style:none;
	font-size:12px;
	text-align:center;
	color:#000080;
	font-weight:bold;
	font-style:italic;
}
p.cariText{
	margin-left:5px;
	margin-right:5px;
	text-align:justify;
	text-indent:25px;
	margin-top:1px;
	margin-bottom:0;
	font-size:12px;
}
p.cariLinks
{
margin-top:10px;
margin-left:15px;
margin-bottom:1px;
font-size:14px;
font-weight:bolder;
color:royalblue;
text-align:center;
}

.linkdiv{
	height:10px;
	padding:2px;
	width:200px; 
	border-style:none;
	color:#6600FF;
	font-size:12px;
	font-weight:bold;
	margin-bottom:2mm;
	margin-top:2mm;
	text-align:justify;
}

.linkswf{
	width:200px;
	height:10px;
	margin-top: 5px;
	padding:2px;
	border-style:none;
	text-align:justify;
	font-size: 12px;
}
/*Estilos da lista do mapa do sítio*/
ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 180px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	font-size:11px;
}
ul li
{
	position:relative;
}
ul li a
{
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #E2144A; background: #f9f9f9; } /* Hover Styles */

ul ul {
	position:absolute;
	display:none;
	left: 179px; /* Set 1px less than menu width */
	top: 0;
}

li ul li a { padding: 2px 5px; } /* Sub Menu Styles */

li:hover ul ul, li.over ul ul { display:none; }

li:hover ul, li li:hover ul, li.over ul, li li.over ul { display: block; } /* The magic */

