/* CSS OCD */

/*PAGE LAYOUT*/
body {
	/*background-image: url(images/bg_body.jpg);
	background-repeat: repeat;*/
	background-color: #F7F7F7; /* Cor de fundo da página*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

p{
	font: 0.7em Tahoma, sans-serif;
	font-size:11px;
	font-weight:none;
	color:##666666;
	}

.image { float: left; border: 1px solid #e2e2e2; padding: 3px; margin: 0px 15px 2px 0px; }

#toppage{
	width:785px;
	padding:30px;
}
#date{
	float:left; width:190px; height:39px; border-bottom:solid 1px #999999; 
	
}
#topbar{
	float:center; 
	width:772px; 
	height:30px;
	background-image:url(images/fundo_orar_misticos.jpg);
	/*background-color:#c87802; Cor do cabeçalho e rodapé - Castanho*/
/*	background-image:url(images/bg_topbar.gif);
	background-repeat:repeat-x;
	border-right:solid 1px #999999;
	border-left:solid 1px #999999;*/

}
#header{
	width:800px;
	/*border-bottom:solid 1px #999999; border-top:dotted 1px #CCCCCC;
		border-right:solid 1px #999999;*/

}
#content{
	width:800px;
}
#contenttext{
	float:center; 
	width:772px; 
	background-color:#F7F7F7; 
	/*border-left:solid 1px #999999; border-right:solid 1px #999999; 
	border-bottom:solid 1px #999999; */border-top:dotted 1px #000000;/*o último número permite colocar um linha por baixo da Senhora do Carmo a todo o comprimento da página*/
	min-height:360px;

}
#linha{
	float:center; 
	border:dotted 1px #000000;
}

#logo{
	float:left; width:190px; height:110px; background-color:#F7F7F7;
	/*border-left:solid 1px #999999;*/
}
#pagetitle{
	position:relative; float:left; width:608px; height:110px; background-color:#F7F7F7;
}
#title{
	position:absolute; right:10px; bottom:0px; width:598px;
	
}
#menu{
	float:left; width:160px; margin:0px;
}
#footer{
	width:8000px; 
}
#topfooter{
	float:left; 
	width:800px; 
	height:20px; 
	background-color:#01b9e6;
	/*background-image:url(images/bg_topbar.gif);
	background-repeat:repeat-x;*/
	border-right:solid 1px #999999;
	border-left:solid 1px #999999;

}

/*Quadro inferior - GRAY PANEL*/
.panel{
	padding:12px;
	border:solid 1px #E4E4E4;
	background-color:#EEEEEE;
	margin:10px;
	padding:10px;
	width:485px;
	height:160px;
}

/*TEXT STYLES*/
.bodytext {
	font: 0.7em Tahoma, sans-serif;
	color: #666666;
}
.smalltext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	color: #666666;
}
.smallwhitetext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
}
.smallwhitetext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration:none;
}
.smallwhitetext a:hover{
	text-decoration:underline;
}
.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #CCCCCC;
}
.logotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #999999;
}
.TextoCastanhoBold {
	font: 0.7em Tahoma, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#CC9933;
	text-transform: uppercase;
}
.orangetitle {
	font: 0.7em Tahoma, sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#FF9900;
}


.Texto {
	font: 0.7em Tahoma, sans-serif;
	font-size:11px;
	font-weight:none;
	color:##666666;
}

.Texto_bold {
	font: 0.7em Tahoma, sans-serif;
	font-size:11px;
	font-weight:none;
	font-weight:bold;
	color:#666666;
}

/*Links*/
.linksgeral a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #666666;
	text-decoration:none;
}
.linksgeral a:hover{
	text-decoration:underline;
}

