<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.zhBgGradient {
	background: #E5E5E5;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E5E5E5'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E5E5E5));
	background: -moz-linear-gradient(top,  #FFF, #E5E5E5);
}


.zhButtonInative {
	background: #ECECEC;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#ECECEC'); 
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ECECEC));
	background: -moz-linear-gradient(top,  #FFF, #ECECEC);
	font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px;
	text-decoration: none; text-align: center; color: #979797;
	height: 30px; display: block; line-height: 30px; padding: 0 15px;
	border: 1px solid #DDD; border-top-color: #E1E1E1; border-left-color: #E1E1E1;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
	cursor: default;
}

.zhButton {
	font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px;
	text-decoration: none; text-align: center; color: #333;
	height: 30px; display: block; line-height: 30px;
	border: 1px solid #CCC; border-top-color: #EEE; border-left-color: #EEE;
	-moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;
}

.zhButton:hover {
	background-color: #CACACA;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CACACA', endColorstr='#A5A5A5'); */
	background-color: -webkit-gradient(linear, left top, left bottom, from(#CACACA), to(#A5A5A5));
	background-color: -moz-linear-gradient(top,  #CACACA, #A5A5A5);*/
}

.zhCircButton {
	font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px;
	text-decoration: none; text-align: center; color: #333;
	height: 30px; display: block; line-height: 30px; padding: 0 15px;
	border: 1px solid #CCC; border-top-color: #EEE; border-left-color: #EEE;
	-moz-border-radius: 15px; -webkit-border-radius: 15px; border-radius: 15px;
}

.zhCircButton:hover {
	background-color: #CACACA;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#CACACA', endColorstr='#A5A5A5'); */
	background: -webkit-gradient(linear, left top, left bottom, from(#CACACA), to(#A5A5A5));
	background: -moz-linear-gradient(top,  #CACACA, #A5A5A5);
}

.zhRounded {
	-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}

.zhRoundTop {
	-webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0;
	border-top-left-radius: 3px; border-top-right-radius: 3px; border-bottom-left-radius: 0; border-bottom-right-radius: 0;
}
.zhRoundBigTop {
	-webkit-border-top-left-radius: 15px; -webkit-border-top-right-radius: 15px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topleft: 15px; -moz-border-radius-topright: 15px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0;
	border-top-left-radius: 15px; border-top-right-radius: 15px; border-bottom-left-radius: 0; border-bottom-right-radius: 0;
}
.zhRoundLeft {
	-webkit-border-top-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topleft: 3px; -moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0;
	border-top-left-radius: 3px; border-bottom-left-radius: 3px; border-bottom-left-radius: 0; border-bottom-right-radius: 0;
}
.zhRoundBigLeft {
	-webkit-border-top-left-radius: 15px; -webkit-border-bottom-left-radius: 15px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topleft: 15px; -moz-border-radius-bottomleft: 15px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0;
	border-top-left-radius: 15px; border-bottom-left-radius: 15px; border-bottom-left-radius: 0; border-bottom-right-radius: 0;
}
.zhRoundRight {
	-webkit-border-top-right-radius: 3px; -webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 3px; -moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0;
	border-top-right-radius: 3px; border-bottom-right-radius: 3px; border-bottom-left-radius: 0; border-bottom-right-radius: 0;
}
.zhRoundBigRight {
	-webkit-border-top-right-radius: 15px; -webkit-border-bottom-right-radius: 15px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 15px; -moz-border-radius-bottomright: 15px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0;
	border-top-right-radius: 15px; border-bottom-right-radius: 15px; border-bottom-left-radius: 0; border-bottom-right-radius: 0;
}
.zhRoundBottom {
	-webkit-border-bottom-right-radius: 3px; -webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 3px; -moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; border-bottom-left-radius: 0; border-bottom-right-radius: 0;
}
.zhRoundBigBottom {
	-webkit-border-bottom-right-radius: 15px; -webkit-border-bottom-left-radius: 15px; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 15px; -moz-border-radius-bottomleft: 15px; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 15px; border-bottom-left-radius: 15px; border-bottom-left-radius: 0; border-bottom-right-radius: 0;
}

.zhSquare {width:30px;height:30px;}
.zhCircle {width:2.5em;height:2.5em;-webkit-border-radius: 1.25em; -moz-border-radius: 1.25em;line-height:32px;}
.zhRectangle {width:100px;height:20px;line-height:20px;padding-left:20px;}

.zhRectangleAnterior {background-image:url(img/novo.png); background-position:10px 4px;}
.zhRectangleProximo {background-image:url(img/novo.png); background-position:-12px -26px;}
.zhRectangleCancelar {background-image:url(img/novo.png); background-position:-75px -116px;}
.zhRectangleSom {background-image:url(img/novo.png); background-position:-55px -86px;}
.zhRectangleTexto {background-image:url(img/novo.png); background-position:-165px -236px;}
.zhRectangleParar {background-image:url(img/novo.png); background-position:-185px -267px; background-repeat:no-repeat}
.zhRectangleDownload {background-image:url(img/novo.png); background-position:-255px -117px;}
.zhRectangleLimpar {background-image:url(img/novo.png); background-position:-235px -87px;}
.zhRectangleEditar {background-image:url(img/novo.png); background-position:-345px -237px;}
.zhRectangleDesfazer {background-image:url(img/novo.png); background-position:-325px -207px;}

.zhRectangleAvalie {background-image:url(img/novo.png); background-position:-370px -265px; background-repeat:no-repeat; width:150px;}

.zhCircleAnterior {background-image:url(img/novo.png); background-position:9px 9px}
.zhCircleProximo {background-image:url(img/novo.png); background-position:-10px -21px;}
.zhCircleCancelar {background-image:url(img/novo.png); background-position:-34px -51px;}
.zhCircleSom {background-image:url(img/novo.png); background-position:-100px -141px;}
.zhCircleTexto {background-image:url(img/novo.png); background-position:-122px -172px;}
.zhCircleParar {background-image:url(img/novo.png); background-position:-171px 8px; background-repeat:no-repeat}
.zhCircleDownload {background-image:url(img/novo.png); background-position:-192px -22px;}
.zhCircleLimpar {background-image:url(img/novo.png); background-position:-215px -52px;}
.zhCircleEditar {background-image:url(img/novo.png); background-position:-281px -141px;}
.zhCircleDesfazer {background-image:url(img/novo.png); background-position:-304px -172px;}</pre></body></html>