body {
	font-family: Verdana, sans-serif;
	font-size: 0.8em;
	color: #4682C1;
/*	margin: 1em 3em;*/
	line-height: 1.2em;
	/*min-width: 980px;*/
}

* {
	/*border-radius: 0.25em;*/
}

a {
	color: #4682C1;
	text-decoration: none;
	padding: 0.3em;
	font-weight: bold;
}

a:hover {
	/*color: brown;*/
	/*background-color: #eee;*/
	text-decoration: underline;
}

#login {
	width: 20em;
	margin: 0 auto;
	text-align: center;
}

ul#navigation {
	list-style-type:none;
	margin:0;
	padding:0;
	overflow:hidden;
	margin: 0.1em;
	padding: 0.5em;
	border: 1px solid #4682C1;
	background-color: #ffffff;
}

#navigation li {
	float:left;
	margin-left: 2em;
}

#navigation li a:link, #navigation li a:visited {
	display:block;
	font-weight:bold;
	color:#4682C1;
	background-color:#ffffff;
	text-align:center;
	padding: 0.5em;
	border: 1px solid #ffffff;
}

#navigation li  a:hover, #navigation li a:active {
	background-color:#ffff99;
	border: 1px solid #4682C1;
}

fieldset, legend {
	margin: 0.5em;
	padding: 0.5em;
	border: 1px solid #4682C1;
}

legend {
	font-weight: bold;
	background-color: #E8ECEE;
	border-radius: 0.5em;
}

input[type="submit"], input[type="button"] {
	margin: 0.5em;
}

table.chart_opts td{
	/*vertical-align: middle;*/
	padding: 0.2em 0.5em;
	text-align: left;
}

table.chart_opts tr:nth-child(odd) td {
	background-color:#e8ecee;
}

table.chart_opts tr:nth-child(even) td {
	background-color:#fbfbfb;
}

table.chart_opts {
	width: 100%;
}

table.chart_options td {
	background-color: transparent !important;
	text-align: center;
	padding: 0em 0.5em;
}

fieldset#other_stores{
	width: 15%;
	float: left;	
}
fieldset#other_options{
	width: 70%;
	float: left;
}

fieldset#report_stores{
	width: 40%;
	float: left;
}
fieldset#report_options{
	width: 50%;
	float: left;
}

fieldset#half_stores{
	width: 45%;
	float: left;
}
fieldset#half_options{
	width: 45%;
	float: left;
}

ul.cities  li{
	list-style-type: none;
	list-style-position: inside;
	padding: 0.3em 1em;
	cursor: pointer;
	font-weight: bold;
}

ul.cities  > li:nth-child(odd) {
	background-color:#fbfbfb;
}

ul.cities  > li:nth-child(even) {
	background-color:#e8ecee;
}

ul.stores, li.city a.invert_selection {
	display: none;
}

ul.stores li{
	list-style-type: none;
	background-color: transparent !important;
	font-weight: normal;
}

ul.zones li{
	list-style-type: none;
}

div#footer {
	clear: both;
	padding: 0.3em;
	font-size: xx-small;
	text-align: right;
	width: 99%;
}

table.report_data, table.cities_data  {
	width: 100%;
	color: #666;
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: solid;
}

table.cities_data   {
	width: auto;
}

table.report_data  thead tr  th, table.cities_data  tr th{
	background-color: #99ccff;
	cursor: pointer;
}

table.report_data  th, table.report_data  td , table.cities_data td, table.cities_data th {
    padding: 0.2em;
    border-width: 1px 1px 0 0;
    border-style: solid;
    text-align: center;
    vertical-align: middle;
}

table.report_data td.hdr, table.cities_data td.hdr {
	font-weight: bold;
	text-align: left;
}
table.report_data td.hdr {
	white-space: nowrap;
}

table.report_data tr:nth-child(odd) {
	background-color:#E8ECEE;
}

table.report_data tr:hover, table.cities_data tr:hover  {
	background: #ffff99;
}

.zone_enter {
	border: 1px solid green;
}

.zone_exit {
	border: 1px solid red;	
}

ul#reports_list {
	list-style-type: none;
    margin: 0;
	padding: 1em;
}

ul#reports_list li{
	float: left;
	display: block;
	width: 40%;
	/*height: 6em;*/
	margin: 1em;
	padding: 1em;
	border: 1px solid #4682C1;
}

ul#reports_list li p {
	margin-left: 2em;
}

ul#reports_list li img {
	float: right;
}

ul#reports_list li:hover {
	background: #ffff99;
	border: 1px solid #4682C1;
}

tr.row_problem  td.td_problem{
	background-color: #FFB6C1;
}

tr.row_problem  {
	display: table-row;
}

tr.ok, tr#color_tr {
	display: none;
}

table.users tr:nth-child(odd), table.store_info tr:nth-child(odd)  {
	background-color:#E8ECEE;
}

table.users, table.store_info{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
    border-style: solid;
	width: 100%;
}

table.users th, table.store_info th {
	font-weight: bold;
	background: #99ccff;
    padding: 0.2em;
    border-width: 1px 1px 0 0;
    border-style: solid;
}

table.users td, table.store_info td{
    padding: 0.2em;
    border-width: 1px 1px 0 0;
    border-style: solid;
}
.zone_head {
	text-align: left;
	background-color: #FFFF99;
	font-weight: bold;
}
.counter_head {
	text-align: left;
	font-weight: bold;
}

.oneperc {
	width: 1%;
}

img.mid {
	vertical-align: middle;
}

.cntr {
	text-align: center;
}

.holiday {
	background-color: #e87832;
}

/*select {
	max-width: 250px;
}*/

form#settings {
	width: 80%;
	margin: auto;
}

select#add_stores_list, select#del_stores {
	width: 90%;
}

.mark {
	display: none;
}

.mark img{
	vertical-align: middle;
}

form#store input[type='text'], form#edit_user input[type='text'] {
	width: 90%;
}

#accordion {
	width: 80%;
	margin: auto;
	margin-left: 100px;
}

#accordion dt {
	font-size: 1em;
	font-weight: bold;
	padding: 1em;
	margin: 1em;
	cursor: pointer;
	border: 1px solid #FFFFFF;
}

#accordion dt.active, #accordion dt:hover {
	background-color:#ffff99;
	border: 1px solid #4682C1;
	text-decoration: underline;
}

#accordion dd {
	margin: 1em 2em;
	line-height: 1.6em;
}

#accordion ul {
	list-style-type: circle;
	margin: 0.8em;
}

#accordion strong {
	font-weight: bold;
}

.batt_table  {
	width: 100%;
}

.batt_table  td{
	text-align: center;
}

.batt_table  th{
	font-weight: bold;
}

table.tablesorter tbody td {
    vertical-align: middle;
}

legend a {
    padding: 0;
}