/***** BASICS *****/


.kill {clear: both; background-color: transparent;}


	
#content td,#content th {
	padding:3px;
	border-top:1px solid #1A3B6B;
	border-right:1px solid #1A3B6B;
	}

#content th {
	background:#1A3B6B;
	color:#fff;
	}

#content {
	border-left:1px solid #1A3B6B;
	border-bottom:1px solid #1A3B6B;
	margin-top:20px;
	}

#form td,#form th {
	padding:10px;
	border-top:1px solid #1A3B6B;
	border-right:1px solid #1A3B6B;
	font-size:12px;
	}

#form th {
	background:#1A3B6B;
	color:#fff;
	}

#form {
	border-left:1px solid #1A3B6B;
	border-bottom:1px solid #1A3B6B;
	margin-top:0px;
	}

	

td.label{
	font-weight:bold;
	}
	
TR.active{
	background-color:#e8ebf0;
	}
	
TR.inactive{
	background-color:#ffe0e0;
	}