body {
	font-family: Arial; font-size: 9pt;
	}
.bold {
	font-weight: bold;
	}
fieldset {
	border: 1px solid #eee
	}
fieldset legend {
	font-weight: bold;
	}
h1 a {
	text-decoration: none;
	color: #000;
	}
h1 a:hover {
	text-decoration: underline;
	}
.message_positive {
	color: #0000ff;
	}
.message_negative {
	color: #ff0000;
	}
form input, select, radio, checkbox, textarea {
	font-size:8pt;font-family:Arial,Helvetica,sans-serif;
	}
.create_new {
	margin-bottom: 10px;
	}
.generic_table {
	width: 100%;
	}
.generic_table th {
	background-color: #ff6215;
	color: #ffffff;
	text-align: left;
	}
.generic_table th:last-child {
	text-align: right;
	}
.generic_table tr:hover {
	background-color: #ffd1a4;
	}
.generic_table td {
	border-bottom: 1px solid #ff8000;
	text-align: left;
	}
.generic_table td:last-child {
	text-align: right;
	}
.inactive {
	color: #bbb;
	}
.pointer {
	cursor: pointer;
	}

.title {
	font-weight: bold;
	font-size: 11pt;
	}
.general_parameters_notes {
	color: #aaa;
	}

/* ---------- for CMS pages ---------- */
#cms_main fieldset {
	border:1px solid #004080;
	margin-bottom: 10px;
	}
#cms_main fieldset legend {
	margin-left: 10px;
	font-weight: bold;
	padding: 0.2em 0.5em;
	border:1px solid #004080;
	background-color: #004080;
	color:#ffffff;
	width: 200px;
	text-align: left;
	}
#cms_main fieldset legend label {
	width: 100%;
	text-align: center;
	width: 190px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
#cms_main fieldset legend:hover {
	background-color: #ffffff;
	color:#004080;
	}



#cms_main fieldset.non_menu {
	border:1px solid #008000;
	margin-bottom: 10px;
	}
#cms_main fieldset.non_menu legend {
	margin-left: 10px;
	font-weight: bold;
	padding: 0.2em 0.5em;
	border:1px solid #008000;
	background-color: #008000;
	color:#ffffff;
	width: 200px;
	text-align: left;
	}
#cms_main fieldset.non_menu legend label {
	width: 100%;
	text-align: center;
	width: 190px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
#cms_main fieldset.non_menu legend:hover {
	background-color: #ffffff;
	color:#008000;
	}




#cms_main fieldset.create {
	border:1px solid #FF8000;
	margin-bottom: 10px;
	}
#cms_main fieldset.create legend {
	margin-left: 10px;
	font-weight: bold;
	padding: 0.2em 0.5em;
	border:1px solid #FF8000;
	background-color: #FF8000;
	color:#ffffff;
	width: 200px;
	text-align: left;
	}
#cms_main fieldset.create legend label {
	width: 100%;
	text-align: center;
	width: 190px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
/*
#cms_main fieldset.create legend:hover {
	background-color: #ffffff;
	color:#FF8000;
	}
*/


#cms_main legend a {
	text-decoration: none;
	color: #ffffff;
	}
#cms_main legend:hover a {
	color: #004080;
	}
#cms_main div {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	}
.cms_left {
	float: left;
	width: 600px;
	}
.cms_right {
	float: right;
	width: 100px;
	text-align: center;
	}

#form_container {
	}
#form_container .label {
	clear: both;
	float: left;
	width: 180px;
	margin-bottom: 10px;
	}
#form_container .field {
	float: left;
	width: 600px;
	}
/* ---------- for CMS pages ---------- */


#cms_main fieldset.listings {
	border:1px solid #800000;
	margin-bottom: 10px;
	}
#cms_main fieldset.listings legend {
	margin-left: 10px;
	font-weight: bold;
	padding: 0.2em 0.5em;
	border:1px solid #800000;
	background-color: #800000;
	color:#ffffff;
	width: 200px;
	text-align: left;
	}

/* ---------- for listing ---------- */
.listings ol li {
	padding-bottom: 10px;
	}
.listings ol li a.listing {
	font-size: 10pt;
	font-weight: bold;
	}
.listing_edit {
	font-size: 8pt;
	background-color: #008040;
	color: #fff;
	padding: 1px 8px;
	margin: 0px 1px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}
.listing_delete {
	font-size: 8pt;
	background-color: #800000;
	color: #fff;
	padding: 1px 8px;
	margin: 0px 1px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}
.listing_reviews {
	font-size: 8pt;
	background-color: #0080C0;
	color: #fff;
	padding: 1px 8px;
	margin: 0px 1px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}
.listing_photos {
	font-size: 8pt;
	background-color: #ff8080;
	color: #fff;
	padding: 1px 8px;
	margin: 0px 1px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}
.listing_clickthroughs {
	font-size: 8pt;
	background-color: #ff8000;
	color: #fff;
	padding: 1px 8px;
	margin: 0px 1px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}
/* ---------- for listing ---------- */



#cms_main fieldset.category_link {
	border:1px solid #008000;
	margin-bottom: 10px;
	}
#cms_main fieldset.category_link legend {
	margin-left: 10px;
	font-weight: bold;
	padding: 0.2em 0.5em;
	border:1px solid #008000;
	background-color: #008000;
	color:#ffffff;
	width: 200px;
	text-align: left;
	}
#cms_main fieldset.category_link legend label {
	width: 100%;
	text-align: center;
	width: 190px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	}