/* ELEMENTS */

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;		
	color: rgb(0,0,0);	
}

body {
	background-image: none;
	margin: 0;
}

body, th, td, p, div, dt, dd, li {
	font-size: 14px;
}

a {
	text-decoration: underline;
	color: rgb(0,0,128);
}
a:hover {
	color: rgb(255,51,0);
}

hr {
	border: 0;	
	color: rgb(0,0,0);
	background-color: rgb(0,0,0);
	height: 1px;
}

/* CLASSES */

.comment {
	font-size: x-small;
	color : rgb(128,128,128);
}	

.msg-err, .msg-resp {
	font-style: normal;
	font-weight: normal;
	background-color: rgb(245,245,245);
	text-decoration: none;
	border: 1px solid rgb(225,225,225);
	padding: 2px;
	text-align: center;
}
.msg-err {
	color: rgb(255,0,0);	
}
.msg-resp {
	color: rgb(0,0,255);	
}

.offender-info, .offender-photo {
	font-size: 11px;
}
.offender-name {
	font-size: 12px;
	font-weight: bold;
}
.offender-photo{
	/* background-color: rgb(245,245,245); */
	font-style: italic;
	text-align: center;
}

.pagination-table, .pagination-table td {
	font-size: 11px !important;
	text-align: center;
	background-color: rgb(245,245,245);
}
.pagination-next {
	text-align: right !important;
}
.pagination-prev {
	text-align: left !important;
}
.pagination-viewing {
	font-weight: bold;
}
