@charset "utf-8";
/* CSS Document */
/* --------------------------------------------------------------------/ body */
* {
	margin: 0px;
	padding: 0px;
}

body {
  min-width: 600px;	
	color: #000000;
	font-family: 'Times New Roman', Times, serif;
}

body table {
	empty-cells: show;
}

img {
	display: block;
	border: none;
}

a:link {
	color: #0000CC;
}

a:visited {
	color: #000066;
}

a:active {
	color: #0066FF
}

a:hover {
	color: #0066DD
}

.column2 {
	padding-bottom: 20010px;  /* X + padding-bottom */
  margin-bottom: -20000px;  /* X */
}

#rc_main {
	clear: both;
	overflow: hidden;
}

ol, ul {
	list-style-type: circle;
	list-style-position: inside;
}
/* ----------------------------------------------------------/ site main menu */
#main_menu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	list-style-position: outside;
}

#main_menu a {
	position: relative;
	display: block;
	text-decoration: none;
}

#main_menu a:hover {

}
/* -------------------------------------------------------------/ engine sign */
.engine_sign {
	display: block;	
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
	height: 22px;
	overflow: hidden;
	margin-top: -26px;
	position: relative;
}

.engine_sign_watch {
	background-color: #AABBBB;
	border: 1px solid #000000;
	padding-left: 4px;
	padding-right: 4px;
}

.engine_sign_info {
	background-color: #AABBBB;
	border: 1px solid #000000;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: 4px;
	margin-right: 4px;
}
/* ---------------------------------------------------------------/ languages */
.engine_languages {
	text-align: center;
}

.engine_languages img {
	display: inline;
}
/* -----------------------------------------------------------------/ counter */
.engine_counter {
	display: block;	
	width: 88px;
	height: 31px;
	overflow: hidden;
	background-image: url('../images/counter.png');
	background-repeat: no-repeat;
	text-align: right;
	font-size: x-small;
	margin: auto;
}

.engine_counter div {
	margin-top: 0px;
	margin-right: 2px;
}

.engine_counter div#counter1 {
	color: #000033;
}

.engine_counter div#counter2 {
	margin-top: -2px;
	color: #000055;
}

.engine_counter div#counter3 {
	margin-top: -4px;
	color: #000077;
}
/* -------------------------------------------------------------------/ flags */
.image_flag {

}

.image_flag img {
	border: 0px;
}
/* -------------------------------------------------------------------/ icons */
.icon_16 {
	display: block;
	min-width: 16px;
	min-height: 16px;
	background: url('../images/icons_16.png') no-repeat 0px 0px;
}

.icon_edit {
	background-position: 0px 0px;
}

.icon_delete {
	background-position: -16px 0px;
}

.icon_send {
	background-position: -32px 0px;
}

.icon_test {
	background-position: -48px 0px;
}

.icon_view {
	background-position: -64px 0px;
}

.icon_bullet_off {
	background-position: -80px 0px;
}

.icon_bullet_on {
	background-position: -96px 0px;
}
/* -------------------------------------------------------------/ debug panel */
#rc_debug_panel {
	border: 1px solid #858A8F;
	background-color: #DFE3E6;
	margin-top: 4px;
	color: black;
}

.rc_debug_panel_label {
	background-color: #CED7DE;
	padding: 1px 0px 1px 8px;
	border-bottom: 1px solid #C2CAD0;
	font-weight: bold;
}

.rc_debug_panel_report {
	padding: 2px 0px 2px 8px;
}

.rc_debug_panel_message {
	margin: 4px;
	border: 1px solid #8898A4;
	background-color: #E4E8EB;
	padding: 6px;
}

.rc_debug_panel_errors {
	
}

.rc_debug_panel_queries {

}

#rc_debug_panel table {
	margin: 4px;
	border-spacing: 1px;	
	background-color: #8898A4;
}

#rc_debug_panel th {
	background-color: #CED7DE;
	border-bottom: 1px solid #C2CAD0;
}

#rc_debug_panel td {
	padding-left: 3px;
	padding-right: 3px;
	background-color: #E4E8EB;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #DADDE0;
}

#rc_debug_panel tr.odd td {
	background-color: #DCE0E3;
}

#rc_engine_sign {
	font-size: small;
}
/* -------------------------------------------------------------------/ error */
.engine_message_error {
	font-weight: bold;
	border: 1px solid #858A8F;
	background-color: #DFE3E6;
	padding: 4px;
}