﻿/* @group Core Elements */

html
{
	height: 100%;
	margin-bottom: 1px;
}

body
{
	margin: 0;
	padding: 0;
	font-size: small;
	text-align: left;
	line-height: 135%;
	background-color: #EFF2F3;
	color: #404040;
	font-family: Calibri;
}

textarea
{
	font-size: small;
	text-align: left;
}

form
{
	margin: 0;
	padding: 0;
}

.ditet
{
	cursor: pointer;
}

.petita
{
	font-size: x-small;
	line-height: 1;
}

.rellotge
{
	font-size:small;
}

.roja
{
	color: #e3081a;
}

.bold
{
	font-weight: 600;
	color: #505050;
}

.boldsubratllat
{
	font-weight: 600;
	color: #505050;
	text-decoration: underline;
}

.boldroja
{
	font-weight: bold;
	color: #e3081a;
}

.invisible
{
	color: white;
}

.italica
{
	font-style: italic;
}

.dreta
{
	text-align: right;
}

.centre
{
	text-align: center;
}

.total
{
	text-align: right;
	font-weight: bold;
}

.totalLinia
{
	text-align: right;
	font-weight: bold;
	border-top: solid 1px #404040;
}

table
{
	padding: 2px;
}

table.ambvora
{
	border: solid 1px #bdbfc0;
}

td
{
	vertical-align: middle;
}

td.baixa
{
	background-color: #f0f0f0;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

td.llista
{
	height: 18px;
	padding-bottom: 6px;
}

td.alterna
{
	background-color: #EFF2F3;
}

.liniasota
{
	border-bottom: solid 1px #d7d7d7;
}

.liniasobre
{
	border-top: solid 1px #d7d7d7;
}

.capcalera
{
	border-bottom: solid 1px #d7d7d7;
	text-align: center;
}

a:link
{
	text-decoration: underline;
	color: #404040;
}
a:visited
{
	text-decoration: underline;
	color: #404040;
}
a:active
{
	text-decoration: underline;
	color: #404040;
}
a:hover
{
	text-decoration: underline;
	color: #e3081a;
}

.nounderline
{
	text-decoration: none;
}

.columna
{
	text-align: center;
}

/*-------------------------------------------------*/

img.album
{
	border-style: none;
	float: left;
	margin: 3px 7px 3px 3px;
	background-color: Transparent;
	cursor: pointer;
}




