div.simple_news {
	overflow: hidden;
	height: 70px;
	font-size: 11px;	
}

div.simple_news h2 {
	font-size: 13px;
	margin: 0px 0px 2px 0px;
	padding: 0px;
}

div.simple_news p {
	font-size: 11px;
}

div.simple_news img {
	float: left;
	height: 55px;
	width: 55px;
	margin: 5px;
	padding: 2px;
	border: 1px solid silver;
}

.backPage {
	cursor: hand;
	cursor: pointer;
	display: block;
	margin-bottom: 15px;
}.group-block {
	padding: 15px 80px 25px 80px;
}

.group-block table tr th {
	line-height: 25px;
	padding: 0 10px 0 0;
	text-align: left;
	width: 140px;
}

.group-block table tr td {
	line-height: 25px;
	padding: 0 0 0 10px;
}

.group-block table tr td input {
	background: none;
	background-color: #efefef;
	color: #333;
	line-height: 25px;
	height: 25px;
	margin-bottom: 5px;
	padding: 0 7px;
	width: 300px;
}

.group-block table tr td input.form_builder_phonenumber {
	width: 100px;
}

.group-block table tr td input.form_builder_zipcode {
	width: 30px;
}

.group-block table tr td input.form_builder_radio_button  {
	cursor: pointer;
	float: left;
	margin: 0;
	width: 25px;
}

.group-block table tr td .one_radio_button {
	float: left;
	width: 170px;
}

.group-block table tr td .one_radio_button label {
	cursor: pointer;
	display: block;
	height: 25px;
	line-height: 25px;
}table#reg_table tr td {
    padding-bottom: 5px;
    font-size: 11px;
}

table#reg_table tr td.error {
    text-align: center;
    color: red;
}

.clear {
    clear: both;
}

.search_list_item {
    float: left;
    background-color: #F5F5F5;
    width: 83%;
    margin-bottom: 15px;
}

.search_list_item h3 {
    margin: 5px;
    padding: 0px 10px;
}

.search_list_item p {
    margin: 5px 5px 10px 15px;
}

.search_list_date {
    float: right;
    text-align: right;
    padding-top: 5px;
    width: 15%;
}

/* cms debug menu */
#cms_debug_panel {
    position: fixed;
    right: -640px;
    top: 0px;
    width: 670px;
    height: 1000px;
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}

#cms_debug_panel #cms_debug_left {
    position: relative;
    float: left;
    width: 30px;
    height: 100%;
    background: url('moduls/_fs/images/cms_right_shadow.png') transparent right top repeat-y;
}

#cms_debug_left #cms_debug_buttons {
    margin-top: 50px;
    float: right;
    height: 105px;
    cursor: pointer;
    width: 30px;
    text-align: center;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: url('moduls/_fs/images/cms_debug_open.png') #eee right top no-repeat;
    color: #fff;
    padding: 10px 0;
    font-weight: bold;
    font-family: Tahoma;
}

#cms_debug_panel #cms_debug_right {
    position: relative;
    float: right;
    width: 640px;
    height: 100%;
    background: #efeff2;
}

#cms_debug_right #cms_debug_accordion h3 {
    font-size: 12px;
    font-weight: bold;
}

#cms_debug_right #cms_debug_accordion div {
    font-size: 12px;
    padding: 0px;
}

#cms_debug_accordion div {
    overflow-x: hidden;
}

#cms_debug_accordion div a {
    margin-bottom: 1px;
    width: 245px;
}

#cms_debug_right #cms_debug_accordion .dataTables_info {
    float: left;
    width: 200px;
    padding: 4px 5px;
}

#cms_debug_right #cms_debug_accordion .dataTables_paginate {
    float: right;
    width: 200px;
    text-align: right;
    padding: 2px 5px;
}

#cms_debug_right #cms_debug_accordion .dataTables_paginate a {
    width: auto;
}

#cms_debug_right #cms_debug_accordion .dataTables_paginate a span {
    cursor: pointer;
}

#cms_debug_right #cms_debug_accordion .dataTables_length {
    float: left;
    width: auto;
    padding: 2px 5px;
}

#cms_debug_right #cms_debug_accordion .dataTables_filter {
    float: right;
    width: auto;
    padding: 2px 5px;
}

#cms_debug_right #cms_debug_accordion .DataTables_sort_wrapper {
    cursor: pointer;
}

#cms_debug_right #cms_debug_accordion .DataTables_sort_wrapper span {
    float: right;
}

.dataTables_wrapper .fg-toolbar {
    overflow: hidden;
}

#DataTables_sort_wrapper {
    overflow: hidden;
}

#db_layer table tr td {
    font-size: 11px;
}

.db_error {
    color: red;
    font-weight: bold;
}

#cms_dump_tabs ul {
    overflow: hidden;
}

.tooltip_div {
    position: relative;
}

.tooltip_icon {
    background: url('moduls/_fs/images/info_small_hot.png') left top no-repeat;
    cursor: help;
    display: block;
    float: left;
    height: 16px;
    margin-right: 3px;
    width: 16px;
}

.tooltip {
    background: url("javascripts/jquery/css/default-theme/images/ui-bg_gloss-wave_35_f6a828_500x100.png") repeat-x scroll 50% 50% #F6A828;
    -webkit-border--radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #CCCCCC;
    display: none;
    font-size: 12px;
    left: 0;
    margin-left: -446px;
    margin-top: -212px;
    padding: 5px;
    position: absolute;
    text-align: left;
    top: 0;
    z-index: 3;
}

.glossary_link {
    cursor: help;
    font-style: italic;
    font-weight: bold;
}

.bubbleInfo {
    position: relative;
}

.popup {
    position: absolute;
    display: none; /* keeps the popup hidden if no JS available */
}#mobileContent {
    margin: 5px;
}

#deviceContainer {
    margin: 40px auto;
    width: 266px;
}

#menuPointSelect {
    background-color: #333;
    border: 0px;
    color: white;
    font-family: 'Segoe WP', 'Verdana';
    font-size: 26px;
    height: 40px;
    padding: 5px 0 0 0;
    width: 100%;
}

#mobileDevice {
    background: url('../images/mobile_device_128_norm.png') left top no-repeat;
    color: #333;
    display: block;
    float: left;
    font-weight: bold;
    height: 18px;
    padding-top: 130px;
    text-align: center;
    text-decoration: none;
    width: 128px;
}

#mobileDevice:hover {
    background: url('../images/mobile_device_128_hot.png') left top no-repeat;
}

#normalDevice {
    background: url('../images/laptop_norm.png') left top no-repeat;
    color: #333;
    display: block;
    float: left;
    font-weight: bold;
    height: 18px;
    margin-left: 10px;
    padding-top: 130px;
    text-align: center;
    text-decoration: none;
    width: 128px;
}

#normalDevice:hover {
    background: url('../images/laptop_hot.png') left top no-repeat;
}#popup_blanket {
	background-color: #111111;
	height: 100%;
    left: 0;
    opacity: 0.65;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9001	
}

.popup_box {
	background-color: #EEEEEE;
    height: 300px;
	left: 50%;
	margin-left: -150px;
	margin-top: -150px;
    position: fixed;
	top: 50%;
    width: 300px;
    z-index: 9002;
}

.popup_content {
	height: 300px;
	position: relative;
	width: 300px;
}

.popup_close {
	display: block;
	font-size: 20px;
	font-weight: bold;
	height: 24px;
	position: absolute; 
	right: 0;
	top: 0;
	width: 24px;
}p.error {
	font-weight: bold;
	background-color: #FF0000;
	color: #FF0000;
	text-align: center;
}#category-group {
	margin-bottom: 15px;
}

#filter-group {
	margin-bottom: 15px;
}

.maps-category {
	border: 1px solid #aaa;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	float: left;
	height: 37px;
	margin-right: 5px;
	overflow: hidden;
	padding: 5px 10px;
}

.maps-category input {
	float: left;
	margin-top: 12px;
}

.maps-category label {
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: bold;
	height: 37px;
	line-height: 37px;
	width: 120px;
}

.maps-category label img {
	float: left;
	margin-left: 3px;
	margin-right: 7px;
}

#category-group .maps-category label span {
	cursor: pointer;
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	height: 37px;
	line-height: 37px;
}

.maps-filter {
	border: 1px solid #aaa;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	float: left;
	height: 20px;
	margin-right: 4px;
	overflow: hidden;
	padding: 5px 7px;	
}

.maps-filter input {
	float: left;
	margin-top: 4px;
}

#filter-group .maps-filter label {
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-left: 7px;
}

#filter-button {
	color: #333;
	background-image: #aaa;
	border: 1px solid #777;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	font-size: 14px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	padding: 0 8px;
}

.counter {
	color: #333;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-left: 10px;
}

#point-map-canvas {
	height: 400px;
	margin-top: 15px;
	width: 730px;
}table.my_list_header {
	margin-top: 15px;
	width: 100%;
}

table.my_list_header td.address_left {
	padding-left: 5px;
	padding-right: 5px;
	width: 20px;
}

table.my_list_header td.address_right {
	font-family: Georgina, Verdana, Tahoma;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: 1px solid grey;
}

table.my_list_body th.where {
	background: url(functions/my_list/images/header_back.png) #1b1d1f repeat-x;
	color: #fff;
}

table.my_list_body th form:hover {
	background-color: #3b3d3f;
}

table.my_list_body th input {
	color: #fff;
}

table.my_list_body th.where input {
	color: #000;
}

table.my_list_body  {
	margin-top: 4px;
	width: 100%;
}

table.my_list_body  th {
	font-family: Georgina, Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	border-bottom: 1px solid #1b1d1f;
	color: #ffffff;
	background-color: #1b1d1f;
	padding: 0px;
}

table.my_list_body  tr td input {
	padding: 2px 5px;
}


table.my_list_body  th.ordered {
	font-family: Georgina, Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	background-color: #5b5d5f;
	padding: 0px;
}

table.my_list_body  th.ordered:hover {
	background-color: #8BACDE;
	border-bottom: 1px solid #999;
}

table.my_list_body  tr.odd {
	color: #333;
	font-family: Georgina, Verdana, Tahoma;
	font-size: 11px;
	text-align: left;
	background-color: #e7e2ff;
}

table.my_list_body  tr.odd:hover { background-color: #C4D3DB; }

table.my_list_body  tr.even {
	color: #333;
	font-family: Georgina, Verdana, Tahoma;
	font-size: 11px;
	text-align: left;
	background-color: #EAFAFF;
}

table.my_list_body  tr.even:hover { background-color: #C4D3DB; }

table.my_list_body  td {
	padding: 1px 5px 1px 5px;
}
table.my_list_body  td.options {
	width: 20px;
}

table.my_list_body  td.citeria {
	font-family: Georgina, Verdana, Tahoma;
	font-size: 11px;
	text-align: center;
	font-variant: small-caps;
	background-color: #C4D3DB;
	border-top: 1px solid #999;
	text-align: right;
	padding: 4px 5px 4px 5px;
}

input.add {
	height: 24px;
	width: 24px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: transparent url('functions/my_list/images/btn_add_norm.gif') no-repeat center top;
	cursor: pointer;
	overflow: hidden;
}

input.add:hover { background: transparent url('functions/my_list/images/btn_add_over.gif') no-repeat center top; }

input.delete {
	height: 24px;
	width: 24px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: transparent url('functions/my_list/images/btn_remove_norm.gif') no-repeat center top;
	cursor: pointer;
	overflow: hidden;
}

input.delete:hover { background: transparent url('functions/my_list/images/btn_remove_over.gif') no-repeat center top; }

input.edit {
	height: 24px;
	width: 24px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: transparent url('functions/my_list/images/btn_edit_norm.gif') no-repeat center top;
	cursor: pointer;
	overflow: hidden;
}

input.edit:hover { background: transparent url('functions/my_list/images/btn_edit_over.gif') no-repeat center top; }

input.facebook {
	height: 24px;
	width: 24px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: transparent url('functions/my_list/images/btn_facebook_norm.png') no-repeat center top;
	cursor: pointer;
	overflow: hidden;
}

input.facebook:hover { background: transparent url('functions/my_list/images/btn_facebook_over.png') no-repeat center top; }

input.excel_export {
	height: 22px;
	width: 20px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: transparent url('functions/my_list/images/btn_excel_norm.gif') no-repeat center top;
	cursor: pointer;
	overflow: hidden;
}

input.excel_export:hover { background: transparent url('functions/my_list/images/btn_excel_over.gif') no-repeat center top; }

input.open {
	height: 24px;
	width: 24px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: transparent url('functions/my_list/images/btn_open_norm.gif') no-repeat center top;
	cursor: pointer;
	overflow: hidden;
}

input.open:hover { background: transparent url('functions/my_list/images/btn_open_over.gif') no-repeat center top; }

input.text_submit_desc {
	border: 0px;
	margin-top: -8px;
	padding: 0px;
	width: 100%;
	background: transparent url('functions/my_list/images/btn_desc.gif') no-repeat center bottom;
	height: 35px;
	cursor: pointer;
}

input.text_submit_asc {
	border: 0px;
	margin-top: -8px;
	padding: 0px;
	width: 100%;
	background: transparent url('functions/my_list/images/btn_asc.gif') no-repeat center bottom;
	height: 35px;
	cursor: pointer;
}

input.text_input_where {
	width: 100%;
	height: 100%;
	font-family: Georgina, Verdana, Tahoma;
	font-size: 11px;
	text-align: left;
	padding: 3px;
	font-variant: normal;
	font-weight: normal;
}

form {
	padding: 0px;
	margin: 0px;
}h2.statement { font-size: 14px; padding-left: 20px; border-bottom: 2px solid silver }

#statement_header { margin: 10px 0 }
	#statement_header form.statement_filter { float:left; line-height: 20px }
		#statement_header form.statement_filter input { width: 80px }
	
#statement_header form.statement_export { float: right }

.statements_table { width: 100% }
  .statements_table tr th { border-right: 1px dotted gray; text-align: center; font-weight: bold; padding: 5px; }
  .statements_table tr th.mainborder { border-right: 0px }
  .statements_table tr td { padding: 2px 5px }
  .statements_table tr td { border-right: 1px dotted gray; border-bottom: 1px dotted gray }
  .statements_table tr td.mainborder { border-left: 1px dotted gray }
  .statements_table tr td.statement_no_data { padding: 15px 5px }
  .statements_table tr.even td { background-color: #ffa }
  .statements_table tr.odd td { background-color: #aff }
  
.clear { clear: both }
	
#chart_frame { background: url('functions/statement_list/images/chart_icon.png') left center no-repeat; padding-left: 20px; float: right; }table.my_list2_header {
	margin-top: 5px;
	width: 100%;
}

table.my_list2_header td.address_left {
	padding-left: 5px;
	padding-right: 5px;
	width: 20px;
}

table.my_list2_header td.address_right {
	font-family: Georgina, Verdana, Tahoma;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	border-bottom: 1px solid grey;
}

table.my_list2_body th form:hover { background-color: #E7A63B; }

table.my_list2_body th input {
	color: #fff;
}

table.my_list2_body th.where input {
	color: #000;
}

table.my_list2_body {
	margin-top: 4px;
	width: 100%;
}

table.my_list2_body th {
	font-family: Georgina, Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	border: 0;
	color: #ffffff;
	background-color: #F6AD36;
	padding: 0px;
}

table.my_list2_body tr td input {
	padding: 2px 5px;
}


table.my_list2_body th.ordered {
	font-family: Georgina, Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	font-variant: small-caps;
	background-color: #F7C65B;
	padding: 0px;
}

table.my_list2_body th.ordered:hover {
	background-color: #8BACDE;
	border-bottom: 0;
}

table.my_list2_body tr.odd {
	font-family: Georgina, Verdana, Tahoma;
	font-size: 11px;
	text-align: left;
	background-color: #e7e2ff;
}

table.my_list2_body tr.odd:hover { background-color: #C4D3DB; }

table.my_list2_body tr.even {
	font-family: Georgina, Verdana, Tahoma;
	font-size: 11px;
	text-align: left;
	background-color: #EAFAFF;
}

table.my_list2_body tr.even:hover { background-color: #C4D3DB; }

table.my_list2_body td {
	padding: 1px 5px 1px 5px;
}
table.my_list2_body td.options {
	width: 20px;
}

table.my_list2_body td.citeria {
	font-family: Georgina, Verdana, Tahoma;
	font-size: 11px;
	text-align: center;
	font-variant: small-caps;
	background-color: #C4D3DB;
	border-top: 1px solid #999;
	text-align: right;
	padding: 4px 5px 4px 5px;
}

input.my_list2_config {
	display: block;
	height: 24px;
	width: 24px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: transparent url('functions/my_list2/images/btn_config_norm.gif') no-repeat center top;
	cursor: pointer;
	overflow: hidden;
}

input.my_list2_config:hover { background: transparent url('functions/my_list2/images/btn_config_over.gif') no-repeat center top; }

.my_list2_panel {
	background-color: #fff;
	border: 1px solid #F8B74C;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;

	display: none; 
	left: 50%;
	margin-left: -160px;
	padding-bottom: 5px;
	position: fixed;
	top: 100px;
	width: 320px;
	z-index: 99999;
}

.my_list2_panel form {
	margin: 15px 40px;
}

.my_list2_panel form p {
	padding-top: 10px;
	text-align: center;
}

.my_list2_panel span.header {
	background-color: #F8B74C;
	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;

	color: #333;
	display: block;
	font-family: Georgina, Verdana, Tahoma;
	font-size: 15px;
	font-variant: small-caps;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 0 0 15px 0;
	padding: 0;
	text-align: center;	
	width: 320px;
}

input.add {
	height: 24px;
	width: 24px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: transparent url('functions/my_list2/images/btn_add_norm.gif') no-repeat center top;
	cursor: pointer;
	overflow: hidden;
}

input.add:hover { background: transparent url('functions/my_list2/images/btn_add_over.gif') no-repeat center top; }

input.delete {
	height: 24px;
	width: 24px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: transparent url('functions/my_list2/images/btn_remove_norm.gif') no-repeat center top;
	cursor: pointer;
	overflow: hidden;
}

input.delete:hover { background: transparent url('functions/my_list2/images/btn_remove_over.gif') no-repeat center top; }

input.edit {
	height: 24px;
	width: 24px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: transparent url('functions/my_list2/images/btn_edit_norm.gif') no-repeat center top;
	cursor: pointer;
	overflow: hidden;
}

input.edit:hover { background: transparent url('functions/my_list2/images/btn_edit_over.gif') no-repeat center top; }

input.copy {
	height: 24px;
	width: 24px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: transparent url('functions/my_list2/images/btn_copy_norm.gif') no-repeat center top;
	cursor: pointer;
	overflow: hidden;
}

input.copy:hover { background: transparent url('functions/my_list2/images/btn_copy_over.gif') no-repeat center top; }

input.facebook {
	height: 24px;
	width: 24px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: transparent url('functions/my_list2/images/btn_facebook_norm.png') no-repeat center top;
	cursor: pointer;
	overflow: hidden;
}

input.facebook:hover { background: transparent url('functions/my_list2/images/btn_facebook_over.png') no-repeat center top; }

input.excel_export {
	height: 22px;
	width: 20px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: transparent url('functions/my_list2/images/btn_excel_norm.gif') no-repeat center top;
	cursor: pointer;
	overflow: hidden;
}

input.excel_export:hover { background: transparent url('functions/my_list2/images/btn_excel_over.gif') no-repeat center top; }

input.open {
	height: 24px;
	width: 24px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: transparent url('functions/my_list2/images/btn_open_norm.gif') no-repeat center top;
	cursor: pointer;
	overflow: hidden;
}

input.open:hover { background: transparent url('functions/my_list2/images/btn_open_over.gif') no-repeat center top; }

input.text_submit_desc {
	border: 0px;
	margin-top: -8px;
	padding: 0px;
	width: 100%;
	background: transparent url('functions/my_list2/images/btn_desc.gif') no-repeat center bottom;
	height: 35px;
	cursor: pointer;
}

input.text_submit_asc {
	border: 0px;
	margin-top: -8px;
	padding: 0px;
	width: 100%;
	background: transparent url('functions/my_list2/images/btn_asc.gif') no-repeat center bottom;
	height: 35px;
	cursor: pointer;
}

input.text_input_where {
	width: 100%;
	height: 100%;
	font-family: Georgina, Verdana, Tahoma;
	font-size: 11px;
	text-align: left;
	padding: 3px;
	font-variant: normal;
	font-weight: normal;
}

form {
	padding: 0px;
	margin: 0px;
}