@media screen
{
	DIV.PRINTBAR
	{
		background-color: #f8f8f8;
		background-image: url(Images/tienetvgradient.png);
		background-repeat: repeat-x;
		border-bottom: #acb6cd 1px solid;
		padding-left: 31px;
		padding-right: 5px;
		padding-bottom: 5px;
		color: #333333;
	}

		DIV.PRINTBAR i
		{
			position: relative;
			top: -5px;
		}

		DIV.PRINTBAR span.splitter
		{
			background-image: url(Images/printbar-splitter.png);
			background-repeat: no-repeat;
			display: inline-block;
			width: 1px;
			height: 30px;
			position: relative;
			top: 5px;
			margin: 0 8px;
		}

		DIV.PRINTBAR a.QUICKBUTTON
		{
			display: inline;
			
			position: relative;
			top: -5px;
		}

	DIV.PRINTBAR a.QUICKBUTTON.PRINTBAR_BACK,
	DIV.PRINTBAR a.QUICKBUTTON.PRINTBAR_PRINT
    {
        padding-left:24px;
        background-repeat: no-repeat;
        height:24px;
	}
	DIV.PRINTBAR a.QUICKBUTTON.PRINTBAR_BACK
    {
        background-image: url(actions/left-w24h24.svg);
        background-position: 0 -4px;
        background-size: 22px;
	}
    DIV.PRINTBAR a.QUICKBUTTON.PRINTBAR_PRINT {
        background-image: url(actions/printer-w24h24.svg);
        background-position: 0 -2px;
        background-size: 20px;
    }

	SPAN.PRINTBARALERT
	{
		font-weight: bold;
		font-size: 1em;
		background: red;
		position: relative;
		top: -5px;
		color: #EBE559;
	}

	.noprint 
	{
	}

	.DISPLAYONLY
	{
	}

	A.NOPRINTLINK
	{
	}

	.UNPROOFED
	{
		background: #FFFF99;
	}

	.NOTRANSLATION
	{
		background: #FFCCCC;
	}

	SPAN.UNPROOFED
	{
		font-style: italic;
	}

	SPAN.NOTRANSLATION
	{
		font-style: italic;
	}

	DIV.TRANSLATIONMESSAGE
	{
		text-align: center;
		font-weight: bold;
		color: red;
		font-size: 10pt;
		margin: 10px;
	}

	DIV.REPORT
	{
        display: table;
		background: #FFFFFF;
		width: 96%;
		margin: 10px;
		padding: 10px;
		border-style: solid;
		border-width: 1px;
		border-color: #C2CDE7;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-khtml-border-radius: 2px;
		border-radius: 2px;
	}

	DIV.REPORT_NOBORDER
	{
		background: #FFFFFF;
		width: 96%;
		margin: 8px;
		padding: 8px;
	}
}
