.code {
	color: #FF8000;
	font-family: "Courier New" Tahoma Verdana;
}
#block_center .hot, #block_center .hot *, .rl_user_menu .hot, .rl_user_menu .hot *{
	color: #CC0000 !important;
}
.hidden, .hidden * {
	color: #CCCCCC !important;
}
div#errors, div.errors {
	color: red;
	text-align: center;
	font-weight: bold;
}
label.error {
	color: red;
	font-weight: bold;
	font-size: 11px;
	display: block;
}
select.error, input.error, textarea.error {
	border: solid 1px red !important;
}

.rl_title1 {
	color: #000 !important;
	font-size:18px !important;
}
.rl_block_title {
	background: #BBDEDE;
	padding: 3px 3px 3px 8px;
	font-size: 12px;
	font-weight: bold;
	border-right: solid 2px white;
	border-bottom: solid 2px white;
}
.rl_banner_line
{
	padding: 2px 0px 2px 0px;
	text-align: center;
}
.rl_horizontal_line
{
	background-color: #999999;
}
.rl_note
{
	font-size: 11px; 
	color: #666666; 
}
.rl_note .data {
	color: red;
	font-weight: bold;
}
.rl_note1
{
	font-size: 11px;
	color: #005A52;
}

.rl_note1 a
{
	color: #005A52;
	font-size: 11px;
}
.rl_note2
{
	font-size: 11px;
	font-weight: bold;
	color: #005A52;
}
.rl_note2 a
{
	font-size: 11px;
	font-weight: bold;
	color: #005A52;
}
.rl_underline_dashed_1
{
	font-size: 11px; 
	color: #005A52;
	font-weight: bold;
	border-bottom: 1px dashed;
	cursor: pointer;
	text-decoration: none;
}
.rl_underline_dashed_1:hover
{
	border-bottom: none;
}
.rl_underline_dashed_2
{
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #005A52;
	border-bottom: 1px dashed;
	cursor: pointer;
	text-decoration: none;
}
.rl_underline_dashed_2:hover
{
	border-bottom: none;
}

.rl_form_require td span
{
	font-weight: bold;
}
.rl_required
{
	color: red;
}

.location-inline a {
	white-space: nowrap;
	font-size: 11px; 
	border-bottom: 1px dashed;
	cursor: pointer;
	text-decoration: none;
}
.location-inline a:hover {
	border-bottom: none;
}

/*
	Actions
*/
.rl_actions {
	text-align: right;
	margin-bottom: 10px;
}

/*
	Block_search
*/
#rl_search_form {
	background-color:#EDF6F8;
	padding: 0px;
	z-index: 0;
	overflow: hidden;
	width: 100%;
	margin: 0px;
	-moz-border-radius: 6px;
}
#rl_search_form #btn_search {
	font-weight: bold;
	font-size: 12px;
}
#rl_search_form .title {
	color: #238C96;
	text-align: right;
	font-size: 16px;
	padding-right: 10px;
}
#rl_search_form td {
	font-size: 11px;
	color: #666666;
}
#rl_search_form tr.first_line {
	/*vertical-align:top*/
}
/*#rl_search_form tr.first_line td {
	padding: 8px 0px 10px 8px;
}*/
#rl_search_form hr.interline {
	border-style: solid;
	border-color: #B3D2D4;
	border-bottom-color: #ffffff;
	margin: 0 8px;
}
#rl_search_form tr.second_line td {
	padding: 0px 0px 8px 8px;
}
#rl_search_form #rl_title_second {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}
#rl_search_form select {
	margin-top: 2px;
}
#rl_search_form input {
	margin-top: 7px;
}
#rl_search_form select.asmSelect{
	width: 100%;
}
#rl_search_form .location-inline .link-title {
	font-weight: bold;
}
#rl_search_form .rl_footer {
	text-align: right;
}
#rl_search_form .rl_underline_dashed_1 {
	text-decoration: none;
}

#rl_search_form .location-suggest-s, #rl_search_form input[type=text] {
	width: 98%;
}

#rl_search_form .location-inline input {
	width: 214px;
}

#rl_search_form .list {
	width: 214px;
}

#rl_search_form .asmListItem {
	border-bottom: 1px dashed #0B919E;
}

#rl_search_form .asmListItemLabel {
	color: #0B919E;
	font-size: 14px;
	font-weight: bold;
	width: 1px;
}

#rl_search_form  td {
	/*vertical-align: bottom;*/
}

#rl_search_form .location-inline {
	height: 29px;
}

#rl_search_form #location_inline_search {
	display: none;
}

/*
	Block_search_expanded
*/
#rl_search_form_expanded{
	padding: 4px 10px 10px 10px;
	-moz-border-radius: 6px;
}
#rl_search_form_expanded #btn_search {
	font-weight: bold;
	font-size: 12px;
}
#rl_search_form_expanded .title {
	color: #238C96;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	padding-right: 10px;
}
#rl_search_form_expanded td {
	font-size: 11px;
	color: #666666;
}
#rl_search_form_expanded select {
	margin-top: 2px;
	width: 214px;
}
#rl_search_form_expanded #rl_title_second {
	color: #666666;
	font-size: 11px;
	font-weight: bold;
}
#rl_search_form_expanded .location-inline input, #rl_search_form_expanded .location-inline select {
	width: 214px !important;
}
#rl_search_form_expanded .location-inline .link-title {
	font-weight: bold;
}
#rl_search_form_expanded .rl_footer {
	padding-top: 10px;
	text-align: right;
}
#rl_search_form_expanded .rl_underline_dashed_1 {
	text-decoration: none;
}

#rl_search_form_expanded input[type=text] {
	width: 214px;
}


.suggest_not_found {
	background: white url('/_img/themes/frameworks/jquery/location_suggest/suggest_not_found.gif') right center no-repeat;
}

/**
	Multiselects
*/

.asmContainer {
}

.asmSelect {
	display: inline; 
}

.asmOptionDisabled {
	color: #666; 
}

.asmHighlight {
	padding: 0;
	margin: 0 0 0 1em;
}

.asmList {
	margin: 5px; 
	position: relative;
	display: block;
	padding-left: 0; 
	list-style: none; 
}

.asmListItem {
	position: relative; 
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	background: #EDF6F8;
	border-bottom: 1px dashed #666666; 
	line-height: 1em;
}

.asmListItem:hover {
	background-color: #FBFFEF;
}
/*.asmListItem:last-child {
	border-bottom: none;
}
#AddrasmList0 .asmListItem:last-child {
	border-bottom: 1px dashed #666666;
}*/

.asmListItemLabel {
	padding: 3px 20px 3px 3px; 
	display: block;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
}

.asmListSortable .asmListItemLabel {
	cursor: move; 
}

.asmListItemRemove {
	position: absolute;
	right: 0; 
	top: 0;
	padding: 7px; 
}

#AddrasmSelect0, #LmasmSelect0  {
	display: none;
	height: 0px;
	width: 0px;
}

#btn_AddAddress, #btn_AddLandmark {
	border: solid 1px #999;
	margin-top: 2px;
}

.location-suggest .asmSelect {
	display: none;
	height: 0px;
	width: 0px;
}

/*
	Block_user_menu
*/
.rl_user_menu {
	text-align: right;
	font-weight: bold;
}

/*
	Rubrics list
*/
.rl_rubrics {
	background: #ffffff;
	width: 100%;
	color: #666666;
	padding: 0px;
}
.rl_rubrics th {
	background-color: #BBDEDE;
	font-size: 12px;
	font-weight: bolder;
	height: 24px;
	padding: 3px;
}
.rl_rubrics td {
	vertical-align: bottom;
	color: #666666;
	font-size: 12px;
	border-bottom: solid 1px #e3f6ca;
	padding: 2px 0 3px 10px;
}
.rl_rubrics .header td {
    padding-left: 10px;
    padding-top: 12px;
}
.rl_rubrics .rubric {
}

/*
	Details
*/
.rl_field {
	padding: 3px 10px 3px 10px;
}
.rl_field span {
	color: #005A52;
	font-size: 11px;
	font-weight: bold;
	padding-right: 4px;
}

/*
	Short details
*/
table.rl_details_short {
	width: 100%;
}
table.rl_details_short td {
	border: 0px;		
}

/*
	Adv form
*/
#advform .location-suggest input, #advform .location-area select, #advform .location-landmark select {
	width: 100%;
}

#advchange  input[type=text], #advchange select, #advchange textarea {
	width: 95%;
}

/*
	List
*/
.ajax_loading {
	background-image: url('/_img/themes/frameworks/jquery/ajax/loader-huge.gif');
	background-position: center 100px;
	background-repeat: no-repeat;
	
}
.ajax_loading2 {
	background-image: url('/_img/themes/frameworks/jquery/ajax/loader-huge.gif');
	background-position: center 20px;
	background-repeat: no-repeat;
	
}
.loading_message {
	text-align: center;
	padding: 20px;
	width: 200px;
	height: 60px;
	background-image: url('/_img/themes/frameworks/jquery/ajax/loader-bar.gif');
	background-position: center 55px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	display:none;
	left: 50%;
	top: 350px;
	position: fixed;
	color: #666666;
	border: solid 1px #aaaaaa;
	font-weight: bold;
	z-index: 2000;
}

.adv_table {
	background: #ffffff;
	width: 100%;
	color: #666666;
	padding: 0px;
	/*margin: 10px 0px;*/
}
/*.adv_table td a {
	color: #666666
}
.adv_table td a:hover {
	color:#92DE29;
}*/
.adv_table th {
	background: #BBDEDE;
	font-weight: bold;
	font-size: 11px;
	padding: 2px;
	border-right: solid 2px #ffffff;
	border-bottom: solid 2px #ffffff;
}
.adv_table th a {
	font-size: 11px;
}
.adv_table th a:hover {
	color: #C3E6EA;
	text-decoration: none;
}
.adv_table tr.warning {
	background: #ffdfd0;
}
.adv_table tr.even {
	background: #EDF6F8;
}
.adv_table td {
	vertical-align: top;
	color: #666666;
	border-right: solid 2px #ffffff;
	padding-bottom: 1px;
}
.adv_table td.black {
	color: #000000;
	font-weight: bold;
}

.adv_info, .adv_info div {
	font-size: 11px;
	color: #666666;
	margin-bottom: 10px;
}

.rl_current_url {
	font-size: 10px;
	float: right;
}
.rl_current_url input {
	width: 200px;
}

.rl_pageslink table {
	margin: 5px 0px 5px 0px;	
}
.rl_pageslink .pager {
	float: left;
}

/*
	Favorites
*/
.fav_icon {
	width: 16px;
	height: 16px;
	background: url('/_img/design/200608_title/favorites.gif') no-repeat -32px 0px;
}
.fav_icon_in_favorites {
	width: 16px;
	height: 16px;
	background: url('/_img/design/200608_title/favorites.gif') no-repeat 0px 0px;
	cursor: pointer;
}
.fav_icon_not_in_favorites {
	width: 16px;
	height: 16px;
	background: url('/_img/design/200608_title/favorites.gif') no-repeat -16px 0px;
	cursor: pointer;
}
.fav_icon_loading {
	width: 18px;
	height: 18px;
	background: url('/_img/themes/frameworks/jquery/ajax/loader-small.gif') !important;
}

.fav_remark td {
	border: 0px none;
	padding: 2px;
}
.fav_remark span {
	font-size: 11px;
}
.fav_remark div {
	width: 100%;
	color: red;
	font-size: 12px;
	cursor: pointer;
	text-align: left;
	padding-bottom: 1px;
}
.fav_remark textarea {
	color: #005A52;
	font-size: 11px;
	width: 100%;
	height: 40px;
}

/**
	Map
*/
#map_control_box {
	width: 100%;
	background-color: #c3e6ea;
	font-weight: bold;
	font-size: 11px;
	padding: 4px 4px 4px 15px;
}
#map_control_box TD {
	color: #005A52;
}
/*#map_control_box IMG {
	display: inline;
	width: 14px;
	height: 14px;
	cursor: pointer;
	margin-left: 2px;
}
#map_control_box .map_control_btnMinimize {
	background: url('/_img/design/200710_dom/controls/control_buttons.gif') no-repeat 0px 0px;
}
#map_control_box .map_control_btnRestore {
	background: url('/_img/design/200710_dom/controls/control_buttons.gif') no-repeat -14px 0px;
}
#map_control_box .map_control_btnMaximize {
	background: url('/_img/design/200710_dom/controls/control_buttons.gif') no-repeat -28px 0px;
}
#map_control_box .map_control_btnMinimize:hover {
	background: url('/_img/design/200710_dom/controls/control_buttons.gif') no-repeat 0px -14px;
}
#map_control_box .map_control_btnRestore:hover {
	background: url('/_img/design/200710_dom/controls/control_buttons.gif') no-repeat -14px -14px;
}
#map_control_box .map_control_btnMaximize:hover {
	background: url('/_img/design/200710_dom/controls/control_buttons.gif') no-repeat -28px -14px;
}*/
#map_control_box  span {
	cursor: pointer;
	margin-left: 2px;
	border-bottom: dashed 1px #005A52;
	font-size: 11px;
	margin: 0px 2px 0px 2px;
}
#map_control_box  span:hover {
	border-bottom: none;
}

/* cmw */

#page_cmw {
	display: none;
	position: absolute;
	width: 400px;
	background-color: #005A52;
	padding: 1px;
	z-index: 2020;
}

#page_cmw .title {
	display: block;
	height: 16px;
	background-color: #C3E6EA;
	padding: 2px;
}
#page_cmw .title .text {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #005A52;
}
#page_cmw .title .close {
	display: block;
	float: right;
	width: 14px;
	height: 16px;
	text-align: left;
}
/*#page_cmw .close IMG {
	margin-top: 1px;
	background: url('/_img/design/200710_dom/controls/control_buttons.gif') 0 0 no-repeat;
}
#page_cmw .close IMG:hover {
	background: url('/_img/design/200710_dom/controls/control_buttons.gif') 0 -14px no-repeat;
}*/
#page_cmw .close IMG {
	margin-top: 1px;
	background: url('/_img/design/200710_dom/controls/krest.gif') 2px 4px no-repeat;
}
#page_cmw .body {
	position: relative;
	margin-top: 1px;
	padding: 2px;
	background-color: #FFFFFF;
}
#page_cmw_link {
	position: relative;
	width: 100%;
}

.img_add
{
	border: 0px;
	background: url('/_img/design/common/but-add.gif') center no-repeat;
}
.img_add:hover
{
	background: url('/_img/design/common/but-add-over.gif') center no-repeat;
}

.field_title
{
	font-size: 14px;
}

.field_input input, .field_input textarea
{
	font-size: 12px;
}
