/* Default CSS Stylesheet for CrimeTime Web Applications */
A
{
	color: #333333;
}
A:Visited
{
	color: #333333;
}
A:Hover
{
 COLOR: #F8F0B0;
}
A.LightCellText {color: #745BA0; text-decoration: underline; }
A.LightCellText:link {color: #745BA0; text-decoration: underline; }
A.LightCellText:visited {color: #745BA0; text-decoration: underline; }
A.LightCellText:active {color: #745BA0; text-decoration:underline; }
A.LightCellText:hover {color: #c44e27; text-decoration: underline; }

.disabled A
{
	color: #999999;
	cursor:default;
}
.disabled
{
	color: #999999;
	cursor: default
}
BODY,HTML
{
	/*
	scrollbar-arrow-color: black; // color of the arrows on the scroll bars
	scrollbar-base-color: grey; // base color, fills in gaps between the buttons and scroll bar
	scrollbar-dark-shadow-color: black;
	scrollbar-3dlight-color: grey; // The left hand border lines of the arrow buttons and scroll position bar
	scrollbar-face-color: #ff7900; // main color of the scroll bars
	scrollbar-highlight-color: grey; // little extra color along the left/top edges, accents the 3dlight-color
	scrollbar-shadow-color: grey; // the right and bottom lines of the arrow buttons and scroll position bar
	scrollbar-darkshadow-color: grey; // extra shadow along the right and bottom, sits outside the shadow-color
	scrollbar-track-color: #aaaaaa; // track color for hte scroll position bar
	*/
	margin:0 0 0 0;
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #000000;
}
H1
{
	font-weight: bold;
	font-size: 16pt;
	word-spacing: normal;
	text-transform: none;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	text-decoration: none;
	margin-bottom:0;
}	
		
H2	{	
	font-family: Arial, Helvetica, sans-serif;
	font-size:	14pt;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-size:	12pt;
	font-weight:bold;
	margin-bottom:0;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
SMALL
{
	font-size: 8pt;
}	
BIG
{
	font-size: 14pt;
}	
BLOCKQUOTE, PRE	
{	
	font-family:	Courier New, monospace;
}	
UL LI	
{	
	list-style-type:	square ;
}	
UL LI LI	
{	
	list-style-type:	disc;
}	
UL LI LI LI	
{
	list-style-type:	circle;
}	

OL LI	
{
	list-style-type:	decimal;
}	
OL OL LI	
{
	list-style-type:	lower-alpha;
}	
OL OL OL LI	
{
	list-style-type:	lower-roman;
}	
background
{
	background-color:#E6F2FF;
}
IMG.DataGrid
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.visible
{
	position:static;
	display:inline;
	z-index:103;
	visibility:visible;
}
.hidden
{
	position:static;
	display:none;
	z-index:0;
	visibility:hidden;
}
.panel_output
{
	font-weight:bold;
}
SPAN
{
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}
.button
{
	font-size: 8pt;
	color: black;
	background-color: #d7d7a6;
}
.DataGrid
{
	font-size:8pt;
	font-family:Arial;
	color:black;
}	
.DataGridAlternatingItem
{
	font-size:8pt;
	background-color:White;
	height:8px
}
.DataGridSelectedItem
{
	font-size:8pt;
	background-color:#FAF8B8;
	height:8px
}
.LGDataGridSelectedItem
{
	font-weight:bold;
	font-size:8pt;
	background-color:#FAF8B8;
	height:8px
}

.DataGridItem
{
	font-size:8pt;
	background-color:White;
	height:8px
}
.LGDataGridItem
{
	font-weight:bold;
	font-size:8pt;
	background-color:#FFAAAA;
	height:8px
}
.DataGridHeader
{
	background-color:#d7d0a6;
	height:8px
}
.DataGridFooter
{
	background-color:#DCCEC0;
	height:8px;
}
.DataGridPager
{
	background-color:#E6F2FF;
	height:8px;
}
DIV.DataGrid
{
	WIDTH:100%
}
Table.CPK
{
 border:solid,thin,Black;
 font-size:10pt;
}
span.CPK
{
 font-size:10pt;
}
.SubTitleBar
{
	background-color:#ff7900
}
table.box
{
	BORDER-RIGHT: black 1px solid; 
	BORDER-TOP: black 1px solid; 
	BORDER-LEFT: black 1px solid; 
	BORDER-BOTTOM: black 1px solid; 
	BORDER-COLLAPSE: collapse
}
Table.Datagrid
{
	background-color:White;
	OVERFLOW:scroll; 
	WIDTH:100%;
}
table
{
	font-size:8pt;
}
textbox
{
	font-size:8pt;
}
.TitleBar
{
	background-color : #336699;
	color : White;
	font-size : 12pt;
	
}
.details
{
	border-bottom-style:solid;
	border-bottom-color:Black;
	border-width:1px;
	background-color:Transparent;
	font-size:8pt;
}
.dotreport
{
	border-bottom-style:solid;
	border-left-style:solid;
	border-right-style:solid;
	border-top-style:solid;
	border-color:Black;
	border-width:1px;
	background-color:Transparent;
	font-size:8pt;
}
#navigation, #footer, .noprint
{ 
	display: none;
	font-weight: normal;
	font-size: 8pt;
	word-spacing: normal;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
}
.safe
{
	background-color:#00ee00;
}
.caution
{
	background-color:#EEEE00;
}
.danger
{
	background-color:#FF5555;
}
.scrollarea
{
	overflow:visible;
}
