.error {
	color: red;
	text-align: center;
}

.message {
	color: #0053FF;
	text-align: center;
}

/* centered & right */

.centered {
	text-align: center;
}

.right {
	text-align: right;
}

DIV.centered TABLE {
	margin: auto;
}

DIV.centered DIV {
	margin: auto;
}

TABLE.vertical_centered TH, TABLE.vertical_centered TD {
	vertical-align: middle;
}

TABLE.centered TH, TABLE.centered TD {
	text-align: center;
	vertical-align: middle;
}

TABLE.centered_top TH, TABLE.centered_top TD {
	text-align: center;
	vertical-align: top;
}

TABLE.right TD {
	text-align: right;
}

TH.centered, TD.centered {
	text-align: center;
	vertical-align: middle;
}

TH.centered_top , TD.centered_top  {
	text-align: center;
	vertical-align: top;
}

/* Same cols width */

TABLE.cols_1 TD {
	width: 100%;
}

TABLE.cols_2 TD {
	width: 50%;
}

TABLE.cols_3 TD {
	width: 33%;
}

TABLE.cols_4 TD {
	width: 25%;
}

TABLE.cols_5 TD {
	width: 20%;
}

/* clearer */

.clearer {
	clear: both;
	font-size: 1px;
	height: 0px;
}

/* Pagination */

DIV.pagination {
 text-align: center;
}

DIV.pagination SPAN {
	color: #0053FF;
	font-weight: bold;
}

DIV.pagination A.rss {
	font-size: 8pt;
}

DIV.pagination A.rss IMG {
	border: 0px;
	vertical-align: text-bottom;
	padding-right: 3px;
}

/* Form */

TABLE.form TH {
	text-align: left;
	vertical-align:middle;
}

TABLE.form TD {
	vertical-align:middle;
}

TABLE.form SPAN.required {
	color: red;
}

INPUT.button {
	border-style: outset;
	border-width: 2px;
	height: 20px;
	font-size: 9pt;
}

INPUT.usr_checkbox {
	border: 0pt;
	height: auto;
}

/* Actions */

DIV.entity_actions_link {
	position: absolute;
	top: 5px;
	left: 15px;
	width: 5px;
	height: 5px;
}

DIV.entity_actions_link A {
	border: 0px;
}

DIV.module_actions_link {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 5px;
	height: 5px;
}

DIV.module_actions_link A {
	border: 0px;
}

.actions_list {
	position: absolute;
	background-color: #E4EAF2;
	border: 1px solid black;
	list-style: none;
	list-style-position: none;
	list-style-type: none;
	padding: 4px 8px;
	margin: 0px;
	text-align: left;
	font-size: 12px;
	line-height: 1.7em;
	z-index: 1000;
}

.actions_list_main_menu {
	background-color: #EEEEEE;
}

/* Google Maps */

DIV.map_canvas_default {
	margin: auto;
	_margin: 0px 90px;
	width: 800px;
	height: 600px;
	border: 1px solid black;
}

/* Items list */

UL.items_list {
	list-style: none;
	list-style-position: none;
	list-style-type: none;
	padding: 0px;
	margin: 1em 0px;
}