/*
@author: Carlos Azevedo <crlazevedo@hotmail.com> e <crl_azevedo@yahoo.com.br>
@sítio: www.larchicoxavier.com.br
@title: home.css
@objetivo: folha de estilos para a página home inicial do site. 
@assunto: Design das páginas de messagens.
@date: 20 de dezembro de 2006 
@copyright 2006
*/

/************* corpo das páginas********************/
body{ 
	background: #fff url("../img/fundo.jpg") repeat fixed; /*imagem padrão do sítio*/
	background-position:center;	
	margin: 0px; /*margens superior, direita, inferior e esquerda*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}
.header1
{
	border-bottom: thin solid #000080;
	color: #C30;
	font-size:24px;
	text-align: center;
}
.header2
{
	margin: 0px;
	height:18px;
	color: #fff;	 
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}
.header3
{
	color: #0000FF; 
	font-weight: normal;
	font-size:18px;	
}
#homewelcome
{
	margin: 0px 0px 0px 162px;
	width:668px;
	background-color:#8F9FCF;
	color:#fff;
	font-size:17px;
	text-align: center;
	text-transform:uppercase;
	font-weight:lighter;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc #888 #555 #bbb;
}
.msgmonth
{
	margin: 7px 0px 0px 162px;
	width:668px;
	height:4%;
	background-color:#8F9FCF;
	color:#fff;
	text-align: center;
	font-weight:lighter;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc #888 #555 #bbb;	
}
.words
{
	margin: 4px 0px 2px 161px;
	width:666px;
	background-color:#8F9FCF;
	color:#fff;
	text-align: center;
	font-weight:lighter;
	font-size:14px;
	padding: 2px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc #888 #555 #bbb;	
}

#geral{
	position: absolute;
	top: 0px;
	right: 2px;
	bottom: 2px;
	left: 1px;
	width: 99%;
	height: 1249px;
	padding: 4px;
}
#geralHome{
	position: absolute;
	top: 0px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	width: 99%;
	height: 535px;
	padding: 4px;
}
#content{
	position: absolute;
	width: 99%;
	height: 1219px;
	top: 1px;
	left: 1px;
/*	background-color:#FF0000;*/
}
#contentHome{
	position: absolute;
	width: 99%;
	height: 495px;
	top: 1px;
	left: 5px;
/*	background-color:#FF0000;*/
}
.general{
	position:absolute;
	width: 95%;
	height: 990px;
	top:50px;
	left:2px;
	padding:2px;
}

#navleft{
	position: absolute;
	top:0;
	float:left;
	height: 483px;
}
#navright{
/*	position: absolute;*/
	margin-top:0;
	float: right;
	height: 540px;
}
#head{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 2px;
	width: 100%;
	height: 120px;
	background-color:#fff; /*#FF00FF;/*rosa*/ 
}
#rodapeHome{
	position: absolute;
	top: 500px;
	bottom: 5px;
	left: 210px;
	width: 550px;
	height: 5%;	
}

/*divs id para as paginas*/
#assistance
{
	position: absolute; 
	top: 135px;
	bottom: 20px; 
	right: 250px; 
	left: 250px; 
	width: auto; 
	height: 1380px; 
	color:#000099; 
	padding: 5px; 
	border-color: #cccccc; 
	border-style: solid; 
	border-width: thin;
}
#assistForm
{
	position: absolute; 
	top: 135px; 
	bottom: 20px; 
	right: 180px; 
	left: 180px; 
	width: 620px; 
	height: 990px; 
	color: #000099; 
	padding:5px; 
	border-color: #cccccc; 
	border-style: solid; 
	border-width: thin; 
}
/*final divs id para as paginas*/
.hidden { display: none; }
.unhidden { display: block; }
/***menu Topo***/
div#menuT ul ul,
div#menuT ul li:hover ul ul,
div#menuT ul ul li:hover ul ul
{display: none;}

div#menuT ul li:hover ul,
div#menuT ul ul li:hover ul,
div#menuT ul ul ul li:hover ul
{display: block;}

#menuT {
width: 50%;
margin-top:0;
float: left;
text-align:center;
}
#menuT ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
}

#menuT a, #menuT h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 1px 1px;
}

#menuT h2 {
color: #fff;
background: #8F9FCF;
text-align:center;
font-weight:bold;
}

#menuT a {
color: #fff;
background: #8F9FCF;
text-decoration: none;
}

#menuT a:hover {
color: #fff;
background: #0099FF;
}
/***menu topo***/

/***menu Horizontal***/
div#menuH ul ul,
div#menuH ul li:hover ul ul,
div#menuH ul ul li:hover ul ul
{display: none;}

div#menuH ul li:hover ul,
div#menuH ul ul li:hover ul,
div#menuH ul ul ul li:hover ul
{display: block;}

#menuH {
width: 100%;
margin-top:80px;
float: left;
text-align:center;
}
#menuH ul {
list-style: none;
margin: 0;
padding: 0;
width: 12em;
float: left;
}

#menuH a, #menuH h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 1px 1px;
}

#menuH h2 {
color: #fff;
background: #8F9FCF;
text-transform: uppercase;
text-align:center;
font-weight:bold;
}

#menuH a {
color: #fff;
background: #8F9FCF;
text-decoration: none;
}

#menuH a:hover {
color: #fff;
background: #0099FF;
}
/***menu horizontal***/

/***menu left***/
div#menuLeft ul ul ul,
div#menuLeft ul ul li:hover ul ul
{display: none;}

div#menuLeft ul ul li:hover ul,
div#menuLeft ul ul ul li:hover ul
{display: block;}

#menuLeft
{
	width: 11.3em;
	border-color:#000099;
	border-style:solid;
	border-width: 1px;
	/*z-index: 200;*/
/*	background-color: #8F9FCF;*/
		
}

#menuLeft ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menuLeft a, #menuLeft h2
{
	font: normal 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
}
#menuLeft h2 {
color: #fff;
background: #8F9FCF;/*#000;*/
text-transform: uppercase;
text-align:center;
font-weight:bold;
}

#menuLeft a {
color: #0000FF;/*#fff;*/
background: #0099FF;/*#efefef;*/
text-decoration: none;
}

#menuLeft a:hover {
color: #fff;
background: #0099FF;/*#fff;*/
}

#menuLeft li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menuLeft ul ul ul {
position: absolute;
top: 0;
left: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}
/**final menu left**/


/***menu right***/
div#menuRight ul ul ul,
div#menuRight ul ul li:hover ul ul
{display: none;}

div#menuRight ul ul li:hover ul,
div#menuRight ul ul ul li:hover ul
{display: block;}

#menuRight
{
	width: 11.3em;
	border-color:#000099;
	border-style:solid;
	border-width: 1px;
/*	background-color: #8F9FCF;*/
		
}

#menuRight ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menuRight a, #menuRight h2
{
	font: normal 11px/16px arial, helvetica, sans-serif;
	display: block;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	padding: 2px 3px;
}
#menuRight h2 {
color: #fff;
background: #8F9FCF;/*#000;*/
text-transform: uppercase;
text-align:center;
font-weight:bold;
}

#menuRight a {
color: #0000FF;/*#fff;*/
background: #0099FF;/*#efefef;*/
text-decoration: none;
}

#menuRight a:hover {
color: #fff;
background: #0099FF;/*#fff;*/
}

#menuRight li {
/* make the list elements a containing block for the nested lists */
position: relative;
} 

#menuRight ul ul ul {
position: absolute;
top: 0;
right: 100%; /* to position them to the right of their containing block */
width: 100%; /* width is based on the containing block */
}
/***final menu right***/
.localizador
{
	position: absolute;
	top: 50px;
	right: 1px;
	bottom: 1px;
	left: 6px;
	width: 745px; 
	height: auto;
}

/*estilos para os links*/
a.indexlnk{
	color: #00f;
	text-decoration: none;
	font-size: 14px;
	font-weight:lighter;
}
a.indexlnk:hover{
	color: #00f;
	text-decoration: none;
	font-size: 14px;
}
a.indexlnk:visited{
	text-decoration:none;
	color:#00f;
	font-size: 14px;
}
a.indexlnkwhite{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight:lighter;
}
a.indexlnkwhite:hover{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}
a.indexlnkwhite:visited{
	text-decoration:none;
	color:#fff;
	font-size: 14px;
}
a.indexbtn{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight:bolder;
	background-color:#8f9fcf;
	border-color-top:#8AC5FF;
	border-bottom-color: #000080;
	border-right-color: #000080;
	border-color-left:#8AC5FF;
	border-width:thin;
	border-style:solid;
	padding: 5px;
}
a.indexbtn:hover{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight:bolder;
	background-color:#8f9fcf;
	border-color:#8ac5ff;
	padding: 5px;

}
a.indexbtn:visited{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight:bolder;
	background-color:#8f9fcf;
	border-color-top:#8AC5FF;
	border-bottom-color: #000080;
	border-right-color: #000080;
	border-color-left:#8AC5FF;
	border-width:thin;
	border-style:solid;
	padding: 5px;
}

/****estilos para mensagens*****/

a.homelnk{
	color: #000080;
	text-decoration: none;
	font-size: 11px;
	font-weight:bolder;
}
a.homelnk:hover{
	color: #000080;
	text-decoration: none;
	font-size: 11px;
}
a.homelnk:visited{
	text-decoration:none;
	color:#000080;
	font-size: 11px;
}

.homeLftLnk
{
	position:absolute;
	top: 0px;
	height:auto;
	left: 75%; 
	width: 90px;
	padding:0.1px;
	text-transform:capitalize;
	text-align: left;
}
.homeLftBLnk
{
	position:absolute;
	top: 930px;
	height:auto;
	left: 3px; 
	width: 90px;
	padding:0.1px;
	text-transform:capitalize;
	text-align: left;
}

.homeRgtLnk
{
	position:absolute;
	top: 0px;
	height:auto;
	left: 90%;
	right:auto;
	width: 90px;
	padding:0.1px;
	text-transform:capitalize;
	text-align: right;
}
.homeRgtBLnk
{
	position:absolute;
	top: 930px;
	height:auto;
	left: 145px;
	right:auto;
	width: 90px;
	padding:0.1px;
	text-transform:capitalize;
	text-align: right;
}

.homeCntLnk
{
	position:absolute;
	top: 0px;
	height:auto;
	left: 85%;
	width: 50px;
	padding:0.1px;
	text-transform:capitalize;
	text-align: center;
	border-color:#cccccc;
}
.homeCntBLnk
{
	position:absolute;
	height:auto;
	top: 930px;
	left: 95px;
	width: 50px;
	padding:1px;
	text-transform:capitalize;
	text-align: center;
	border-color:#cccccc;
}
#homepageTitle
{
	position: absolute;
	left: 10px;
	top: 30px;
	text-align: left; 
	color: #000080;
	font-size: 16px; 
	font-weight:bolder; 
	width:auto;
}
#homeTitle
{
	position: absolute; 
	left: 150px; 
	top:65px; 
	width: 582px; 
	margin-bottom: 15px; 
	margin-right: 0px; 
	text-align:center; 
	color: royalblue; 
	font-size: 18px;
	font-weight: bolder; 
	text-transform: capitalize;
}
#homeMonth
{
	position: absolute;
	color: #999; 
	left: 150px;
	top: 83px;
	font-size: 10px;
	font-weight: lighter;
}
#homeText
{
	position: absolute; 
	top: 96px;
	left: 150px;
	width: 580px;
	height: auto;
	text-align: center;
	/*background-color: #FFFFFF; */
	border-color: #cccccc;
	border-style: solid;
	border-width: thin;	
	
}
.normalPtext
{	width:auto;
	text-align: justify;
/*	text-indent: 5px;*/
	font-style: normal; 
	font-size: 14px; 
	color: #000099;
	padding:2px;
	margin: 0 0 5px 5px;
/*	font-family:Verdana, Arial, Helvetica, sans-serif;	*/
}
.redPtext
{	width:auto;
	text-align: justify;
	text-indent: 65px;
	font-style: normal; 
	font-size: 13px; 
	color: #cc0000;
	padding:1px;
	margin-top:0.5px;
	margin-right:5px;
	margin-bottom:0px;
	margin-left:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}
.lightbluePtext
{	width:auto;
	text-align: justify;
	text-indent: 65px;
	font-style: normal; 
	font-size: 13px; 
	color: #0033CC;
	padding:1px;
	margin-top:0.5px;
	margin-right:5px;
	margin-bottom:0px;
	margin-left:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}
.autor{
	font-size: 13px;
	font-style: normal;
	font-weight: bolder;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 0;
	padding: 2px;
	text-align: right;
	color: #0033cc;
}
.credits
{
	font-size: 11px;
	color: #3366FF;
	margin-top: 0.5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 1.2px;
	text-align: center;
}
.creditdate
{
	font-size: 11px;
	color: #3366FF;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 1.2px;
	text-align: center;
}
.translate
{
	font-size: 11px;
	color: #3366FF;
	margin-top: 0.5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
	padding: 0.6px;
	text-align:center;	
}
.observe
{
	font-size: 11px;
	color: #FF0000;
	margin-top: 0.5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding: 0.6px;
	text-align:left;
	font-weight:bolder;	
}
#line
{
	margin-top: 25px;
	border-top-color: #CCCCCC;
	border-top-style: dotted;
	border-top-width: thin;	
}
.imglnk1
{
	float: right;	
	margin: 1px;
}
.imglnk2
{
	float: left;	
	margin: 1px;
}
.listULText
{
	margin-left:-15px;
	color:#000099;
	display:block;
	text-align:left;
}

/*fim id's e classes para as páginas de mensagenss*/

