body {
	font-family: verdana, arial;
	font-size: 9pt;
	background-color: white;
}

h2 {
	border-bottom: 1px solid #aaaaaa;
}

h3 {
	border-bottom: 1px solid #aaaaaa;
}

pre {
    border: 1px solid black;
    background-color: lightgrey;
    padding: 8px;
    margin-left: 20px;
    margin-right: 20px;
}

.espai_vertical {
    height: 40px;
}

/* taules */

table {
	font-size: 9pt;
}

td {
	vertical-align: top;
	font-size: 9pt;
}

th {
	color: white;
	background-color: orange;
	font-size: 120%;
}

.lpar {
	background-color: white;
}

.lsenar {
    background-color: lightgrey;
}

/* links */

a {
	color: #c55555;
    color: black;
	text-decoration: none;
}

a:visited {
	color: #c55555;
    color: black;
}

a:hover {
	text-decoration: underline;
}

/* formularis */

legend {
	font-size: 120%;
	font-weight: bold;
}

label {
	font-weight: bold;
}

.formelement {
	border: 1px solid black;
	padding: 2px;
}

.required {
    background-color: lemonchiffon;
}

/*
.formelement:focus {
	border: 1px solid black;
	background-color: yellow;
}
*/

.barra_botons {
    border: 1px solid black;
    padding-left: 80px;
}

.boto {
	background-color: #cccccc;
	font-weight: bold;
}

.boto_gran {
	background-color: #cccccc;
    font-size: 200%;
}

.boto:hover {
	border: 1px solid #aaaaaa;
}

.error {
	color: black;
    background-color: orange;
}


.calendari td{
    padding: 1px;
    text-align: right;
}

.calendari .festiu {
    color: red;
}

.calendari .avui {
    background-color: orange;
}

.calendari a {
	color: black;
	text-decoration: none;
    display: block;
}

.calendari a:hover {
    background-color: #cccccc;
}

.nommes {
    font-weight: bold;
}

.marcat {
    background-color: #cccccc;
    font-weight: bold;
}

.calendari .passat {
    color: grey;
}

# Local Variables:
# mode: css
# End:
