/* ----------------------------*/
/* ERRORS / MESSAGES BLOCK     */
/* ----------------------------*/
div.messages {
	margin: 		10px;
	padding: 		5px;
	border-style: 	ridge;
	border-width: 	1px;
	width: 			50%;	
}

/* if the message = error */
#m0 {color: red;}
/* if the message = success */
#m1 {color: green;}
/* if no messages */
#m2 {display: none;}


/* ---------------------------- */
/* OTHER CSS DEFINITIONS        */
/* ---------------------------- */
div.addon {
	width: 			90%;
	text-align: 	left;
}

/* ----------------------------*/
/* TABLES TAGS (1-odd, 0-even) */
/* ----------------------------*/
tr.row0 {
	background-color: #eaf2fa;
}
tr.row1 {
	background-color: #F4FFEF;
}

#spacedTable th, td{
	padding: 		0.5em;
}

#spacedTable li{
	margin-left: 15px;
	padding-bottom: 15px;
}

th.red {
	background: 	#E60000;
	border: 		0;
	padding: 		2px 7px;
	color: 			#fff;
	font-weight: 	bold !important;
	overflow: 		visible;
	height: 		24px;	
}

td.form {
	text-align: 	right;
	font-weight: 	bold;
}

