html
{
	text-align: center;
}

body
{
	width: 770px;
	margin: 50px auto;
	padding: 2em;
	text-align: left;
	border: solid 1px #000;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

table
{
	border-collapse: collapse;
}

.llistat table
{
	width: 100%;
}

.debug
{
	white-space: pre;
}

.llistat table tr.alt, .fitxa table tr.alt
{
	background-color: #eee;
}

.llistat table tr.over, .fitxa table tr.over
{
	background-color: #ffc;
}

table.sortable thead th
{
	cursor: pointer;
}

h1 img.left
{
	float: left;
	margin-right: 10px;
}

h1 img.right
{
	float: right;
	margin-left: 10px;
}

h1:after
{
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.introNote
{
	font-size: 1.2em;
}

.clear
{
	clear: both;
	font-size: 1px;
	text-indent: -999999em;
	height: 1px;
}

.debug
{
	clear: both;
}

.llistat /* taula llistat cursos */
{
	font-size: 10pt;
}

.llistat th.nomCurs
{
	margin-top: 1em;
	background-color: #ccc;
	color: #036;
	font-size: 1.1em;
	padding: 0.2em 1em;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
}


.fitxa /* taula fitxa d'un curs */
{

}

.preinscriptionLink
{
	border: solid 1px #f90;
	padding: 0.2em 0.5em;
	text-decoration: none;
}

.preinscriptionComplete
{
/*	border: solid 1px #ccc;	*/
/*	background-color: #eee;	*/
	color: #999;
	font-size: 0.8em;
/*	display: block;	*/
}

.etiquetaComplet
{
	font-size: 0.8em;
	color: #f00;
	font-weight: normal;
	text-transform: none;
}

.pie
{
	text-align: center;
	font-size: 10pt;
	padding: 1em;
	border-top: ridge 3px #ccc;
	width: 70%;
	margin: 1em auto;
}

.errorWrapper input, .errorWrapper textarea, .errorWrapper select
{
	border: solid 2px #f00;
	background-color: #fcc;
}

.errorWrapper .errorDescription
{
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
	font-size: 0.8em;
	display: block;
}

.format
{
	font-weight: normal;
	font-style: italic;
	font-size: 0.8em;
}

.fitxa input[type=text], .fitxa input[type=password], .fitxa textarea
{
	width: 400px;
}

#menu ul
{
	width: 50%;
	float: left;
}

.backDiv
{
	clear: both;
}
