/*
@author: Carlos Azevedo <crlazevedo@hotmail.com> e <crl_azevedo@yahoo.com.br>
@sítio: www.larchicoxavier.com.br
@title: lectures.css
@objetivo: folha de estilos para as páginas de palestras. 
@assunto: Design das páginas de palestras.
@date: 20 de dezembro de 2006 
@copyright 2006
*/

/************* corpo das páginas********************/
body{ 
	background: #ffffff url("../img/fundo.jpg") repeat fixed; /*imagem padrão do sítio*/
	background-position:center;
	font-family: Arial, Verdana, Helvetica, sans-serif;/*família de fontes padrão do sítio*/
	margin: 4px 4px 6px 4px; /*margens superior, direita, inferior e esquerda*/
}
abbr, acronym, span.abbr
{
border-bottom: .1em dotted;
cursor: help;
}

#geral{
	position: relative;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	width: 760px;
	height: 1004px;
	padding: 4px;
}
#topo{
	position: absolute;
	top: 5px;
	right: 15px;
	bottom: 5px;
	left: 5px;
	width: 757px;
	height: 160px;
	background-color:#fff;
}
#content{
	position: absolute;
	width: 615px;
	height: 783px;
	top: 10px;
	left: 75px;
}
.general{
	position:absolute;
	width: 605px;
	height: 745px;
	top:130px;
	left:2px;
	padding:2px;
}
#navleft{
	position: absolute;
	float:left;
	clear: both;
	width: 140px;
	height: 783px;
	top: 168px;
	left: 5px;
	padding: 0px;
	background: #fff;
}
#rodape{
	position: absolute;
	top: 955px;
	right: 15px;
	bottom: 5px;
	left: 5px;
	background-color: #FFF;
	width: 757px;
	height: 5%;	
}

.hidden { display: none; }
.unhidden { display: block; }

#lecIndexTitle{
	position:absolute;
	top:10px;
	left:10px;
	width:595px;
	height:10px;
	padding:2px;
	border-style:none; 
	color:#CC3300;
	text-align:center;
	font-size:16px;
	font-weight:bolder;
}
#lecIndexText{
	position:absolute;
	top:35px;
	left:10px;
	right:200px;
	width:400px;
	height:10px;
	padding:2px;
	border-style:none;
	font-size:14px;
	text-align:left;
}
#lecIndexContent{
	position:absolute;
	top:95px;
	left:10px;
	width:595px;
	height:10px;
	padding:2px;
	border-style:none;
	color:#0000FF;
	font-size:12px;
	font-weight:bolder;
	text-align:center;
}
.lecIndexReference{
	height:15px;
	padding:2px;
	width:100px; 
	color: #000066;
	font-size:12px;
	font-weight:bold;
	margin-bottom:5mm;
	margin-top:2mm;
	text-align:center;
	background-color:#8f9fcf;
}
.lecIndexLecture{
	width:102px;
	height:auto;
	padding:0px;
	margin-top:0.9mm;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	text-align:justify;
	font-size: 12px;
	background-color: #99ccff;
}


/*fim das id's e classes para a página inicial*/

/*id's e classes para as páginas de palestras*/

#lecTitle
{
	position:absolute;
	top:3px;
	left:0px;
	text-align:center;
	color:#000080;
	font-size:16px;
	font-weight:bolder;
	width:616px;
	}
.lecHeadLeader
{
	position:absolute;
	top:20px;
	height:auto;
	left:512px;
	width:90px;
	padding:1px;
	background-color:#8f9fcf;
	border-color: #cccccc;
	border-style:solid;
	border-width:thin;
	text-transform:uppercase;
	text-align:center;
	color:#000080;
	font-size:14px;
	font-weight:bolder;
}
.lecHeadExhib
{
	position:absolute;
	top:20px;
	height:auto;
	left:357px; 
	width:150px;
	padding:1px;
	background-color:#8f9fcf;
	border-color: #cccccc;
	border-style:solid;
	border-width:thin;
	text-transform:uppercase;
	text-align:center;
	color:#000080;
	font-size:14px;
	font-weight:bolder;
}
.lecHeadGospel
{
	position:absolute;
	top:20px;
	height:auto;
	left:247px;
	width:105px;
	padding:1px;
	background-color:#8f9fcf;
	border-color:#cccccc;
	border-style:solid;
	border-width:thin;
	text-transform:uppercase;
	text-align:center;
	color:#000080;
	font-size:14px;
	font-weight:bolder;
}
.lecHeadTheme
{
	position:absolute;
	top:20px;
	height:auto;
	left:62px; 
	width:180px;
	padding:1px;
	background-color:#8f9fcf;
	border-color:#cccccc;
	border-style:solid;
	border-width:thin;
	text-transform:uppercase;
	text-align:center;
	color:#000080;
	font-size:14px;
	font-weight:bolder;
}
.lecHeadDate{
	position:absolute;
	top:20px;
	height:auto;
	left:2px; 
	width:55px;
	padding:1px;
	background-color:#8f9fcf;
	border-color:#cccccc;
	border-style:solid;
	border-width:thin;
	text-transform:uppercase;
	text-align:center;
	color:#000080;
	font-size:14px;
	font-weight:bolder;
}
a.leclnk{
	color: #000080;
	text-decoration: none;
	font-size: 11px;
	font-weight:bolder;
}
a.leclnk:hover{
	color: #000080;
	text-decoration: none;
	font-size: 11px;
}
a.leclnk:visited{
	text-decoration:none;
	color:#000080;
	font-size: 11px;
}

.lecLftLnk
{
	position:absolute;
	top: 0px;
	height:auto;
	left: 2px; 
	width: 90px;
	padding:0.1px;
	text-transform:capitalize;
	text-align: left;
}
.lecLftBLnk
{
	position:absolute;
	top: 810px;
	height:auto;
	left: 3px; 
	width: 90px;
	padding:0.1px;
	text-transform:capitalize;
	text-align: left;
}

.lecRgtLnk
{
	position:absolute;
	top: 0px;
	height:auto;
	left: 517px;
	right:auto;
	width: 90px;
	padding:0.1px;
	text-transform:capitalize;
	text-align: right;
}
.lecRgtBLnk
{
	position:absolute;
	top: 810px;
	height:auto;
	left: 517px;
	right:auto;
	width: 90px;
	padding:0.1px;
	text-transform:capitalize;
	text-align: right;
}

.lecCntLnk
{
	position:absolute;
	top: 0px;
	height:auto;
	left: 280px;
	width: 60px;
	padding:1px;
	text-transform:capitalize;
	text-align: center;
	border-color:#cccccc;
}
.lecCntBLnk
{
	position:absolute;
	height:auto;
	top: 810px;
	left: 280px;
	width: 60px;
	padding:1px;
	text-transform:capitalize;
	text-align: center;
	border-color:#cccccc;
}
.lecTxLeader
{
	position:absolute;
	height: 75px;
	left:512px;
	width:90px;
	padding: 1px;
	background-color:#99ccff;
	border-color:#cccccc;
	border-style:solid;
	border-width:thin;
	text-align:center;
	color:#000080;
	font-size:14px;
}
.lecTxExhib
{
	position:absolute;
	height:75px;
	left:357px;
	width:150px;
	padding:1px;
	background-color:#003399;
	border-color:#cccccc;
	border-style:solid;
	border-width:thin;
	text-align:center;
	color:#fff;	
	font-size:14px;	
}
.lecTxGospel
{
	position:absolute;
	height:75px;
	padding:1px;
	left:247px;
	width:105px;
	background-color:#99ccff;
	border-color:#cccccc;
	border-style:solid;
	border-width:thin;
	text-align:center;
	color:#000080;
	font-size:14px;
}
.lecTxTheme
{
	position:absolute;
	height:75px;
	left:62px; 
	width:180px;
	padding:1px;
	background-color:#99ccff;
	border-color:#cccccc;
	border-style:solid;
	border-width:thin;
	text-align:center;
	color:#000080;
	font-size:12px;
}
.lecTxDate{
	position:absolute;
	height:75px;
	left:2px; 
	width:55px;
	padding:1px;
	background-color:#99ccff;
	border-color:#cccccc;
	border-style:solid;
	border-width:thin;
	text-align:center;
	color:#000080;
	font-size:12px;
}
.imglnk1
{
	float: right;	
	margin: 1px;
}
.imglnk2
{
	float: left;	
	margin: 1px;
}
/*fim id's e classes para as páginas de palestras*/
