body
{
	/* background: #F5F5F5; */
}

h1
{
	font-size: 18pt;
	font-weight: bolder;
}

.form-control
{
	height: 21pt;
}

.btn-wide
{
	width: 40px;
}

#content
{
	padding-top: 4em;
}

.login-err
{
	color: #a94442;
}

.info
{
	color: #369;
	text-decoration: italic;
	font-weight: bold;
}

.login
{
	border: 1px solid black;
	border-radius: 25px;
	width: 350px;
	margin: auto;
	padding: 1em;				
}

.delRow
{
	color: red;
}

.urgent
{
	font-weight: bold;
	font-style: italic;
	color: blue;
}

.cont
{
	border-radius: 25px;
	background-color: #F1F1F1;
	padding-top: 1em;
	padding-bottom: 1em;
}

.cont-left
{
	width: 49%;	
	min-height: 550px;
	margin-right: 0.6em;
	background-color: #F1F1F1;
}

.cont-right
{
	width: 49%;
	min-height: 550px;
	margin-left: 0.6em;
	background-color: #F1F1F1;
}

.suspect-terroris 
{
	color: #FF5050;	
}