@CHARSET "ISO-8859-1";

table.error {
	width: 300px;
	border: solid red 1px;
	text-align: center;
}

table.error tr td {
	text-align: left;
}

table.error td.title {
	background-color: #800000;
	color: white;
}

table.successfull {
	width: 300px;
	border: solid green 1px;
	text-align: center;
}

table.successfull tr td {
	text-align: left;
}

table.successfull td.title {
	background-color: 008000;
	color: white;
}



table.guestbook {
	border: 0pt;
	width: 400px;
	padding: 3px;
}

table.guestbook td.title {
	border: 0pt;
	border-bottom-width: 1pt;
	border-style: dotted;
	border-color: #990000;
}

table.guestbook td.message {
	border: 0pt;
	border-style: dotted;
	border-color: #990000;
	text-align: justify;
}



table.message {
	border-width: 1pt;
	border-style: ridge;
	padding: 0pt;
}

table.message td.red {
	text-align: center;
	font-weight: bold;
	background-image: url(../images/menu_title_red.jpg);
	color: white;
	text-transform: uppercase;
	margin: 10px 10px 10px 10px;
}

table.message td.green {
	text-align: center;
	font-weight: bold;
	background-image: url(../images/menu_title_green.jpg);
	color: white;
	text-transform: uppercase;
	margin: 10px 10px 10px 10px;
}



table.list {
	border: 1px #91371E outset;
}

table.list th {
	background-color: #91371E;
	color: white;
	border-style: ridge;
	border-width: 0px;
	border-color: #91371E;
	font-size: 10pt;
	font-family: Book Antigua;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	padding-left:3pt;
	padding-right: 3pt;
}

table.list td {
	border-width: 0px;
}

table.list td.title {
	text-align: center;
	font-weight: bold;
	background-image: url(../images/menu_title_bg.gif);
	border: #91371E 1px solid;
}

table.list td.message {
	border-width: 0px;
	border-bottom-width: 1px;
	border-color: #880000;
}

table.list tbody td.operations {
	width: 75px;
	text-align: right;
}

table.list tr.even {
	background-color: #1E0B00;
	background-color: #000000;
}

table.list tr.odd {
	background-color: black;
}

table.addestramento {
	width: auto;
	text-align: center;
}

table.addestramento b {
	color: #800000;
}

table.maps {}

table.maps td {
	text-align: center;
}

tr.highlight,
td.highlight {
	background-color: #83331C;
}
