﻿body
{	
    background-color:#1558F0;
	background-repeat:repeat-x;
	background-image:url(../../images/BodyBg.png);
	font-size:small;
	font-family:Tahoma;
}

body, div, p, h1, h2, h3, h4, li, ul, table
{
	margin:0;
	padding:0;
	border:none;
}

a:link
{
	color:Navy;
	font-weight:bold;
	text-decoration:none;
}

a:hover
{
	color:Navy;
	text-decoration:none;
}

a:visited
{
	color:Navy;
	text-decoration:none;
}

.headerPanel
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:140px;
	background-color:Navy;
	background-image:url(../../images/RightHeader.png);
	font-size:12px;
}

.logoPanel
{
	width: 536px;
	height: 140px;
	background-repeat: no-repeat;
	background-image:url(../../images/LeftHeader.png);
}

.infobarTable
{
	position:absolute;
	top:10px;
	left:536px;
	height:20px;
	color:Yellow;
}

.accordionTable
{
	cursor: pointer; 
	width:100%;
}	

.navigationPanel
{
	position:relative;
	top:25px;
	left:2px;
	height:40px;
	font-weight:bold;
}

.loginPanel
{
	position:relative;
	top:25px;
	left:0px;
	height:70px;
	font-weight:bold;
}

.contentPanel
{
	position:relative;
	top:150px;
	left:10px;
	width:98%;
	text-align:left;
}

.casePanel
{
	background-color:White;
	color:Black;
	font-family:Tahoma;
}

.accordionPanel
{
    margin:5px;
    padding:5px;
    color:Black;
	font-family:Tahoma;
}

.addPanel
{
    margin:5px;
    padding:5px;
    color:Black;
	font-family:Tahoma;
	background-color:#eeeeee;
	border-style:dotted;
	border-width:1px;
}

.newEvidencePanel
{
	margin:5px;
	padding:5px;
}

.noHeader
{
    display:none;
}

.collapsePanelHeader
{
	height:26px;
	background-image: url(../../images/PanelHeader.png);
	background-repeat:repeat-x;
	color:#FFF;
	font-weight:bold;
	border-width:1px;
	border-style:solid;
	border-color:Navy;
}

.modalPopupPanel
{
    width:400px;
	background-color:White; 
	border-width:4px; 
	border-color:#990000; 
	border-style:solid; 
	padding:20px;
}

.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.emptyRow
{
	width:100%;
	color:Red;
	font-weight:bold;
}

.caseHeader
{
	position:absolute;
	top:-8px;
	left:550px;
}

.caseRiskFactorHeader
{
	position:absolute;
	top:-5px;
	left:500px;
}

.repeaterHeader
{
    background-image:url(../../images/Header.png);
	background-color:#ADADAD;
	color:#000066;
	font-weight:bold;
	border-color:#222222;
	border-width:1px;
	height:25px;
}

.repeaterSubHeader
{
    background-image:url(../../images/SubHeader.png);
	background-color:#CDCDCD;
	border-color:#444444;
	border-width:1px;
	font-weight:bold;
	height:25px;
}

.passwordStrength1
{
     background-color:Red;
     color:White;
     font-family:Arial;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
     width:200px;
     height:17px;
}

.passwordStrength2
{
     background-color:Orange;
     color:Black;
     font-family:Arial;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
     width:200px;
     height:17px;
}

.passwordStrength3
{
     background-color:Yellow;
     color:Black;
     font-family:Arial;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
     width:200px;
     height:17px;
}

.passwordStrength4
{
     background-color:Teal;
     color:Black;
     font-family:Arial;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
     width:200px;
     height:17px;
}

.passwordStrength5
{
     background-color:Green;
     color:White;
     font-family:Arial;
     font-style:italic;
     padding: 2px 3px 2px 3px;
     font-weight:bold;
     width:200px;
     height:17px;
}

.autocompleteCompletionListElement 
{  
    visibility:hidden;
	margin:0px 0px 0px 0px;
	background-color:Silver;
	color:windowtext;
	border-color:Gray;
	border-width:1px;
	border-style:solid;
	cursor:default;
	overflow:auto;
    text-align:inherit;
    font-family:Tahoma;
    list-style-type:none;
    text-align:left;
}

.autocompleteHighlightedListItem
{
	background-color:#58ACFA;
	color:Black;
	padding:4px;
}

.autocompleteListItem 
{
	background-color:White;
	color:Black;
	padding:4px;
}

.tabs
{
    position:relative;
    top:1px;
    left:0px;
}

.tab
{
    color:Navy;
    background-image:url(../../images/Tab.gif);
    border-left:solid 1px #888888;
    border-right:solid 1px #555555;
    padding:2px;
}

.hoverTab
{
    color:Navy;
    background-image:url(../../images/TabHover.gif);
}

.selectedTab
{
    color:Navy;
    background-image:url(../../images/TabActive.gif);
    background-color:White;
}

.tabContents
{
    border:solid 1px Gray;
    padding:10px;
    background-color:White;
}

.error
{
    font-weight:bold;
    color:#CC0000;
}

.spellCheckDialog
{
    background-color:#dedede;
    border-left:solid 2px #eeeeee;
    border-top:solid 2px #eeeeee;
    border-right:solid 2px #666666;
    border-bottom:solid 2px #666666;
}

.playerNameLeftJustify
{
    text-align:left;
}

.playerBlurbLeftJustify
{
    text-align:left;
    width:400px;
}

.searchCriteriaHistory
{
    position:absolute;
    top:-12px;
    left:380px;
}

#hr {
  height:15px;
  background-color:#BCBCBC;
}