﻿body 
{
    font-size: 12px;
    color: #000000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
    text-decoration: none;
    margin: 0px 0px 0px 0px;
    /* background-image: url(Images/TitleBg.jpg); */
	background-repeat: repeat-x;
}

div.MenuBtns, .MenuBtns a, .MenuBtns a:visited, .MenuBtns a:active 
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	font-size:10px;
	font-weight:normal;
	float:left;
}
.MenuBtns a:hover
{	
	color:#FFCC33;
	text-decoration:none;
	font-weight:normal;
}

/* Setup the decoration for hyper links */
a
{
	color:Silver;
	text-decoration:none;
}
a:visited
{
	color:Gray;
	text-decoration:none;
}
a:hover
{
	color:white;
	text-decoration:underline;
	font-weight:bold;
}
a:active
{
	color: white;
	font-weight:bold;
}
h1
{
	font-size:14px;
	margin: 0px 0px 5px 00px;
	border-bottom:solid 1px white;
}
h2
{
	font-size:12px;
	margin: 0px;
}
/* Style for map marker location popups */
a.MapPop
{
	color:blue;
	font-weight:normal;
	text-decoration:none;	
}
a.MapPop:hover
{
	color:black;
	font-weight:bold;
	text-decoration:underline;
	
}
/* Man page fram style*/
table.Side 
{ 
	margin: 0px 0px 0px 0px;
	border:0px;
}
table.Side td 
{ 
	padding: 0px 0px 0px 0px;
	border-style:none;
	vertical-align:top;
}

/* Side frame on the page */
div.Side
{
	position:absolute; 
	left:0px; top:0px; 
	height:100%;
}
/* Side inner section */
div.SideInner
{
	color:White;
}
/* Link top menu buttons */
span.JrmButton
{
	cursor:hand;
	margin:0px -2px 0px 0px;
}
/* General buttons and side minimise and maximise buttons */
div.JrmButton
{
	cursor:hand;
	margin:0px -2px 0px 0px;
}
/* Drop down menu with list of options */
div.JrmDropDownMenu, label.JrmDropDownMenu
{
	cursor:pointer;
	background:#000066;
	padding: 2px;
	margin: 2px;
	font-size :11px;
	font-weight:600;
	font-family:Arial;
}
/* Points list side menu div */
div.JrSidePnt
{
	cursor:pointer;
	padding:3px;
	background:#000066;
	font-family: Lucida Console, Lucida Sans, Courier, Courier New;
	font-size: 11px;	
	overflow:hidden;
}
/* Cells next to value fields in the offenders detail form */
td.OffenderTitleCell
{
	vertical-align:top;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
	width:90px;
}