/* 
================================
 Container Styles for DotNetNuke
================================
*/   
#actionbuttons{ text-align:right; font-size:1px; }


.Head { font-size:13px; font-weight:bold; font-family: Arial, Helvetica, sans-serif; color:#0066b4; }

/* ==========================
   LEFT CONTAINER
   ========================== */

div.module3 {
	border: 1px solid #e6e6e7;
	background-color: #ffffff;
	padding: 0px;
	margin: 0px 0px 15px 0px;
	width: 198px !important;
	width: 200px;

	}

/* ==========================
   RIGHT CONTAINER
   ========================== */

div.module {
	margin-bottom: 15px;
	border: 1px solid #e6e6e7;
	background-color: #ffffff;
	width: 168px !important;
	width: 170px;
	padding: 0px;

}

/* ==========================
   BOTTOM CONTAINER
   ========================== */

div.module1, div.module2 {
	border: 1px solid #e6e6e7;
	background-color: #ffffff;
	padding: 0px;
	}

div.module1 {

	margin: 15px 0px 15px 15px;
	width: 170px !important;
	width: 172px;
	height: 110px;	
	float:left;

}

div.module2 {
	margin: 15px 0px 15px 0px;
	width: 202px;
	width: 200px !important;
	height: 110px;
	float:left;

}

div.module1 div.container_titulo, div.module2 div.container_titulo{
	font: bold 12px Arial, Helvetica, sans-serif;
	height: 35px;
	line-height: 25px;
	color: #d21b20;
	text-align: left;
	background: #ffffff url(http://www.xtrategus.com/Portals/0/images/bg_tit_container1.gif) no-repeat bottom left;
	/*width: 158px;*/
	padding-left: 5px;
	padding-top: 2px;
	}
	

/* ==========================
   CENTER CONTAINER
   ========================== */


div.module4 {
	margin: 0px 0px 15px 0px;
	border: 1px solid #e6e6e7;
	background-color: #ffffff;
	padding: 0px;
	
	width: auto;
	
/*	width: 546px !important;
	width: 548px;
	*/
	/*min-width: 546px;
	width: 548px;
	/*max-width: 735px;*/
 	
	/*width:expression(document.body.clientWidth < 546? "546px" : document.body.clientWidth > 550? "735px" : "auto");*/


}
html>body .module4 {
width: auto;
}


div.module4 div.container_titulo {
	line-height: normal;
	text-align: left;
	background-color: #ffffff;
	background-image:none;
	padding-top: 15px;
	padding-left: 20px;
}


div.module4 div.container_titulo .Head {
	font: 20px Arial, Helvetica, sans-serif;
	color: #195db2;
	text-align: left;
}

div.module4 div.container_conteudo {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 22px;
	text-transform: none;
	color: #696a6b;
	text-align: justify;
	padding: 10px 20px 10px 20px;
}



/* ==========================
   HEADER CONTAINER
   ========================== */


div.module5 {
	margin: 0px;
	border: 0px;
	background: transparent;
	width: 735px;
	padding: 0px;

}

div.module5 div.container_titulo {
	text-align: left;
	background-color: transparent;
	background-image:none;
	left:0px;
	top:0px;
	height:26px;

}

div.module5 div.container_titulo .Head {
	font: 12px Arial, Helvetica, sans-serif;
	color: #195db2;
	text-align: left;
}

div.module5 div.container_conteudo {
	font: 12px Arial, Helvetica, sans-serif;
	color: #696a6b;
	padding: 0px;
}


/* ==========================
   TOP CONTAINER
   ========================== */

/* ESTES CONTEINERS PODERÃO SER APENAS UM*/
div.module6 {
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align:right;
}

div.module7 {
	margin: 0px;
	border: 0px;
	padding: 0px;
	text-align:left;

}


/* ==========================
   SEARCH CONTAINER
   ========================== */


div.module8 { /* container da caixa de pesquisa*/
	margin: 0px;
	padding: 7px 7px 9px 2px !important;
	padding: 5px 3px 4px 4px;
	border: 0px;
	width: 207px !important; 
	width: 216px;
	height: 24px !important;
	height: 40px;
	background: url(http://www.xtrategus.com/Portals/0/images/bg_search.gif) no-repeat top left;
	float:right;
	text-align:center;
}


div.module9 {
	margin: 0px 0px 0px 10px;
	padding: 0px ;
	border: 0px;
	text-align:right;
	float:right;
}


/* ==========================
   RESIZE CONTAINER
   ========================== */


div.module10 {
	margin: 0px 0px 15px 0px;
	border: 1px solid #e6e6e7;
	background-color: #ffffff;
	padding: 0px;
	
/*	width: 546px !important;
	width: 548px;
	*/
	min-width: 546px;
	max-width: 735px;
 	width:expression(document.body.clientWidth < 546? "546px" : document.body.clientWidth > 550? "712px" : "auto");



}

div.module10 div.container_titulo {
	line-height: normal;
	text-align: left;
	background-color: #ffffff;
	background-image:none;
	padding-top: 15px;
	padding-left: 20px;
}


div.module10 div.container_titulo .Head {
	font: 20px Arial, Helvetica, sans-serif;
	color: #195db2;
	text-align: left;
}

div.module10 div.container_conteudo {
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 22px;
	text-transform: none;
	color: #696a6b;
	text-align: justify;
	padding: 10px 20px 10px 20px;
}






/* ==========================
   OTHER DETAILS
   ========================== */



div.module div.container_titulo, div.module3 div.container_titulo {
	font: bold 14px Arial, Helvetica, sans-serif;
	height: 37px;
	white-space: nowrap;
	line-height: 28px;
	text-align: left;
	background: #ffffff url(http://www.xtrategus.com/Portals/0/images/bg_tit_container1.gif) no-repeat bottom left;
}


div.module div.container_titulo .Head, div.module3 div.container_titulo .Head{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #404040;
	text-align: left;
	display:block;
	margin-top:5px;
	padding-left: 5px;

}

div.module1 div.container_titulo .Head, div.module2 div.container_titulo .Head{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #d21b20;
	text-align: left;
	padding-left: 5px;

}

div.module div.container_conteudo, div.module1 div.container_conteudo, div.module2 div.container_conteudo, div.module3 div.container_conteudo {
	font: 11px Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-transform: none;
	color: #787a7c;
	text-align: left;
	background-color: #ffffff;
	/*width: 148px;*/
	padding: 0px 10px 10px 10px;

}

/* ==========================
   CENTRO DA PAGINA HOME
   ========================== */
   
.home_texto {

	margin: 0px;
	padding: 0px;
	/*width: 546px !important;*/
	width: 548px;
}   


a.lhome:link, a.lhome:visited, a.lhome:active { text-decoration:none;}
a.lhome:hover{ color:#c5c5c5; text-decoration:underline;}

 
div.home1, div.home2, div.home3, div.home4 {

	border: 1px solid #c5c5c5;
	background: #ffffff url(http://www.xtrategus.com/Portals/0/images/bg_conteudo_home.gif) repeat-x bottom left;
	margin: 0px;
	padding:0px;
	width:265px;
	height:172px;
	margin-bottom: 13px;
}
div.homeOver{
background: #eaeaec url(http://www.xtrategus.com/Portals/0/images/bg_conteudo_home_over.gif) repeat-x bottom left;
}
div.home2, div.home4 {
float: right;
}

.home1 IMG, .home2 IMG, .home3 IMG, .home4 IMG{
	float:right;
	border:0px;
	margin:10px 10px 0px 5px;
}

.home1 H1, .home2 H1, .home3 H1, .home4 H1{

	font: bold 18px Arial, Helvetica, sans-serif;
	/*height: 37px;
	line-height: 28px;*/
	text-align: left;
	color:#195db2;
	margin:20px 10px 20px 10px;
}


.home1 P, .home2 P, .home3 P, .home4 P{
	font: 12px Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-transform: none;
	color: #606366;
	text-align: left;
	margin:10px;
}