td, p, h1, th, h2, select { 
    font-family: verdana, tahoma, arial;
    font-size: 10px;
}

h1 { 
	color: #888888;
	font-size: 14px;
}

h2 { 
	color: #888888;
	font-size: 10px;
	margin-top: 0;
	text-transform: uppercase;
}

td.site, th.site {
	text-align: left;
}

td.hide , th.hide {
    display: none;
}

td { 
	text-align: right; 
}

td.no-data { 
	background-color: #eeeeee; 
}

thead { 
	background-color: #d1e4ff; 
	cursor: pointer;
}

th { 
	text-align: right; 
	vertical-align: top; 
}

table { 
	width: 100%; 
}

.normal { 
	font-weight: normal; 
}

.box {
	background-color: #efefef;
	margin-bottom: 20px;
	padding: 4px;
}

.box p {
	margin: 0;
}

.data {
    width: 100%;
}

.data .no-show {
    display: none;
}

.data tr:nth-child(even) {
    background: #f7f7f7;
    border-left: 1px solid #f9f9f9;
	border-right: 1px solid #f9f9f9;
	border-top: 1px solid #f9f9f9;
}

.data tr:nth-child(odd) {
    background: #ffffff;
    border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-top: 1px solid #ffffff;	
}

.mobile tbody tr:nth-child(4n+1) {
	background: #f7f7f7;
}

.data td {
    padding: 3px;
	vertical-align: top;
}

.data tr.selected  {
    border: 1px solid #159cff;
}

.data tr.selected td {
    background-color: #d2ecfe;
}

td.graph {
	text-align: right;
	vertical-align: middle;
	width: 20px;
}

td img {
	cursor: pointer;
	margin-left: 8px;
	position: relative;
	top: 1px;
}

td.expand img {
	margin: 0;
	padding: 0;
}

.error {
	color: #f00000;
}

div.order {
	display: inline-block;
	height: 9px;
	position: relative;
	top: 3px;
	width: 9px;	
}

div.asc {
	background: url("/css/template/asc.png") no-repeat top left;
}

div.dsc {
	background: url("/css/template/dsc.png") no-repeat top left;
}

tr.flood {
	background-color: red;
}

.date { 
	width: 85px; 
}

.sort {
	color: #707070;
}

.flood, .ared {
	color: #d60000;
}

.alert, .aorange {
	color: #d65f00;
}

.ayellow {
	color: #e1df11;
}

.expand {
	vertical-align: top;
	width: 11px;
}

.hide {
	background: #fafafa;
	display: none;
}

.addRow {	
	width: 100%;
}

.addRow  td {
	background: #fafafa;
	text-align: left;
}

td.field {
	text-align: right;
}

.addRow .graph {
	padding: 0;
	text-align: right;
	width: 15px;
}