@media screen 
{
	#reportBody
	{
		height: 100%;
	}
	#printtask {
		background-color: #E9E9E9;
		font-family: Tahoma;
		font-size: 11px;
		color: #000000;
		border-bottom: 1px solid #999999;
		height: 19px;
		display: block;
		padding: 1px 1px 1px 3px;
	}
	/* Formulário de relatórios de PDF */
	body
	{
		margin: 0px;
	}
	.reportBox
	{
		width: 100%;
		height: 100%;
	}
	.reportBoxMain
	{
		height: 100%;
	}
	.reportFrame
	{
		width: 100%;
		height: 100%;
	}
	
	/* Formulário de imagens */
	.imageBox
	{
		width: 100%;
		height: 100%;
	}
	.imageBoxMain
	{
		height: 100%;
	}
	.imageFrame
	{
		width: 100%;
		height: 100%;
	}
}
@media print
{
	#reportBody
	{
		overflow: visible;
		height: 543px;
	}
	#printtask
	{
		display: none;
	}
}
@media screen, print
{
	#btnPrint 
	{
		background-image: url(../img/print.gif);
		background-repeat: no-repeat;
		background-position: 2px center;
		padding-left: 22px;
	}
	div.reporttaskitem 
	{
		float: left;
	}
	div.reporttaskitem a
	{
		color: #000000;
		border: 1px solid #E9E9E9;
		text-decoration: none;
	}
	div.reporttaskitem a:hover
	{
		background-color: #CCCCCC;
		color: #000000;
		border: 1px solid #999999;
		text-decoration: none;
	}
	div.reporttaskitem span /*, .itm2 span*/
	{
		margin-right: 2px;
		margin-left: 2px;
		line-height: 19px;
	}
	div.reporttaskitem a span
	{
		padding: 2px;
	}
	div.reporttaskitemcaption
	{
		float: left;
		color: #000000;
		border: 1px solid #E9E9E9;
		text-decoration: none;
		padding: 2px 3px 2px 3px;
		height: 18px;
	}
	div.reporttaskdiv {
		font-family: Tahoma;
		font-size: 12px;
		font-weight: bold;
		color: #919B9C;
		padding: 2px 1px 2px 1px;
		float: left;
	}
	.reporttitle {
		font-family: Tahoma;
		font-size: 12px;
		font-weight: bold;
		color: #000000;
		padding: 3px;
		border-bottom: solid 1px #000000;
		border-left: solid 1px #000000;
	}
	.reportfieldcaption 
	{
		width: 110px;
		font-family: Tahoma;
		font-size: 11px;
		font-weight: normal;
		color: #000000;
		text-align: right;
	}
	tr.reportfieldvalue td{
		font-family: Tahoma;
		font-size: 11px;
		font-weight: normal;
		color: #000000;
		background-color: #F7F7F7;
	}
	.reportsubtitle {

		font-family: Tahoma;
		font-size: 11px;
		font-weight: bold;
		color: #000000;
		padding: 3px;
		border-bottom: solid 1px #000000;
	}
	.reportgridtitle {
		font-family: Tahoma;
		font-size: 11px;
		font-weight: bold;
		color: #000000;
		border-bottom: solid 1px #000000;
	}
	
	/* Formulário de imagens */
	div.imagetaskitem 
	{
		float: left;
	}
	div.imagetaskitemNN
	{
		float: left;
		padding: 4px 0px 0px 0px;
	}
	div.imagetaskitem a, div.imagetaskitemNN a
	{
		color: #000000;
		border: 1px solid #E9E9E9;
		text-decoration: none;
		padding: 2px 3px 2px 3px;
		height: 18px;
	}
	div.imagetaskitem a:hover, div.imagetaskitemNN a:hover
	{
		background-color: #CCCCCC;
		color: #000000;
		border: 1px solid #999999;
		text-decoration: none;
		padding: 2px 3px 2px 3px;
		height: 18px;
	}
	div.imagetaskdiv {
		font-family: Tahoma;
		font-size: 12px;
		font-weight: bold;
		color: #919B9C;
		padding: 2px 1px 2px 1px;
		float: left;
	}
}