/*  design by www.onefunction.co.uk 
*/
#box-register {
	width: 230px;
	height: 90px;
	background: url(../images/register_bg.gif);
	padding: 0px;
	margin: 0px;
}
#box-register p{
	font-size: 10px;
	padding: 0px 10px;
	color: #FE0000;
	font-weight: bold;
}
#box-register a:hover{
	color: #FF0000;
}
/* ----------------------------------------------------------
									Stolen Content
-----------------------------------------------------------*/
#list-wrapper {
	width: 230px;
	background: url(../images/bg-red.gif);
	padding-top: 0px;
	margin-top: 15px;
}
.list-padding{
	width: 230px;
	min-height: 274px;
}
#list-header h2{
	width: 230px;
	height: 19px;
	background: url(../images/bg-header-red.gif) no-repeat;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	text-align: center;
	background-color: #FF0000;
}
table.list {
	width: 220px;
	font-size: 10px;
	margin-right: 5px;
	margin-left: 5px;
	color: #000000;
	margin-top: 5px;
}
tr.heading {
	color: #FF0000;
	font-weight: bold;
}
table.list a:hover{
	color: #ffff00;
}
table.list th {
	padding: 0px;
	border-style: inset;
}
table.list td {
	border-style: inset;
	border-width: 0px;
}
table.list tr {
	background-color: #FFFFFF;
}

table.list tr.list-alt {
	background-color: #DFDFFF;
}

table.list tr:hover {
	background-color: #FF0000;
	cursor: pointer;
	color: #FFFF00;
}
table.list tr.heading:hover {
	background-color: #FFFFFF;
	cursor: default;
	color: #FF0000;
}

table.list tr.no_stolen {
	background-color: #FFFFFF;
	text-align: center;
	cursor: default;
	color: #000000;
}

table.list tr.no_stolen:hover {
	background-color: #FFFFFF;
	text-align: center;
	cursor: default;
	color: #000000;
}

#list-footer {
	width: 230px;
	height: 30px;
	background: url(../images/bg-footer-red.gif) no-repeat;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
	vertical-align: bottom;
}
/* ----------------------------------------------------------
									CrimeStoppers Content
-----------------------------------------------------------*/
#box-crime {
	width: 230px;
	height: 90px;
	background: url(../images/register_bg.gif);
	padding: 0px;
	margin: 15px 0px 0px;
}