/* Override here any style defined by web-app-theme */

/* TABLES */

table{
	
}

table.wide{
	width: 100%;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 4px 4px 4px 8px;
	background: #CAE8EA;
	border-right: 1px solid #C1DAD7;
	border-top: 0;
	border-left: 0;
}




td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #333333;
}



td .cell_highlighted{
	background: #777;
		color: #000;
}

div .block{
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;	
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
	border: 1px solid #000;
	padding:4px;
}







div #error_explanation{
	display: inline-block;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;	
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
	border: 1px solid red;
	padding:4px;
	background: lightgrey;
	margin: 10px;
}
div #error_explanation h2{
	font-weight: bold;
	font-size: large;
	color: red;
}

div #error_explanation ul li{
	margin-left: 30px;
}


div.wide_table_container{
	background: #CAE8EA;
}
div.table_container{
	display: inline-block;
	background: #CAE8EA;
}



/* STATUS COLOURS */
td.red, th.red, div.red, span.red{
	color: black;
	background-color: #FF5544;
}
td.orange, th.orange, div.orange, span.orange{
	color: black;
	background-color: orange;
}
td.green, th.green, div.green, span.green{
	margin: 0,0,0,0;
	padding: 0,0,0,0;
	
	color: black;
	background-color: #339944;
}