/* ****************************************************** */
/* common.css */
/**********************************/
/* Generic styles */
.x-date-menu ul,.x-date-menu ol,.x-date-menu li {margin:0;padding:0;}
.x-btn-left {padding:0;}
/* IE8 calendar picker width fixes from https://www.extjs.com/forum/showthread.php?p=377386 */
.x-date-menu > ul{display: inline;}
.x-date-menu > ul li{display: inline;}


/* crime-areas table */
table.area_links{
  width: 100%;
  font-size: 80%;
}
table.area_links a{
  text-decoration: none;
}

/* fieldset */
fieldset {
	padding:0.2em;
}

/* Tooltip */
.tooltip{
	background-color:#ffffff;
	width: 245px;
	font-size: 90%;
}
.tooltip-container{
	/* Create border */
	border: 1px solid #DCD9C8;  
	padding: 2px;
}

.tooltip h2
{	
	font-size: 105%;
	font-weight: bold; 
	margin: 0;
	padding: 0 0 0.2em 0;
	background-color:#DCE5ED;
	border-bottom: 1px solid #395190;
}
/* EOF Tooltip */

/* ****************************************************** */
/* General Table - used do display misc. data grids.*/
/*
table.text td, table.text th {
	vertical-align: top;
	padding:0.1em;
	border: 1px solid black;
}

table.text th {
	background: #CCCCCC;
	font-weight: bold;	
}
*/

table.text
{
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
	background-color: #ffffff;
	margin-top: 0.3em;
}

table.text th
{
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	background-color: #F3F0C5; /* Might be #EDEAC0 or #FFFFCC */
	padding: 0.2em;
	text-align: center;
}

table.text td
{
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
	padding: 0.2em;
	text-align: left;
}
table.text td.text-right
{
	text-align: right;
}
table.text td.text-center
{
	text-align: center;
}	
table.text td.empty
{
	text-align: center;
}
table.text td.number, table.text td.number-pos, table.text td.number-neg
{
	padding: 0.2em;
	text-align: right;
}
table.text td.number-pos
{
	color: #008C00;
}
table.text td.number-neg
{
	color: Red;
}

table.text tr.disabled
{
	background-color: #EEFFEE;
	color:  #808080;
}
table.text tr.footer
{
	background-color: #EEEEEE;
}
table.text tr.footer-bold
{
	background-color: #EEEEEE;
	font-weight: bold;
}

/* Grid row colors */
.spotcrime-row .x-grid3-cell-inner{
	color:#000000;
}
.ucrime-row .x-grid3-cell-inner{
	color:#DD550C;
}


ul.inline li{
	display: inline;
}
/* Custom styles inserded to match other layouts used by the system */
div.errorBox {
	background-color: #FFCCCC;	
	padding: 0.2em;
}

div.disclaimer {
	font-size: x-small;
	clear:both;
	text-align: left;
	color: #999;
	padding: 0.2em;
}
