﻿body
{
	background-color: Transparent;
	font-family: var(--font-family);
	font-size: var(--font-size-sm);
	background-repeat: repeat;
}
.InmateInfoGridTd {
	font-family: var(--font-family);
	font-weight: normal;
	font-size: var(--font-size-base);
    line-height: var(--line-height-base);
	color: var(--color-dark);
}
.CADClass
{
	margin-left: 0px;
	margin-top: 0px;
}
.IFrameDefault
{
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
}
.WelcomeTitle
{
    font-size: var(--font-size-4xl);
    line-height: var(--line-height-4xl);
	font-weight: bolder;
    display:none;
	color: var(--color-primary); /*FOR SO*/
}
.WelcomeMessage
{
	font-size: var(--font-size-lg);
    line-height: var(--line-height-lg);
	font-weight: 100;
	color: var(--color-dark);
    display:none;
}
.WelcomeTable
{
	width: 100%;
	border: 0px;
	color: var(--color-white); 
}
.TDInfoTitle
{
	background-color: var(--color-primary);
	font-family: var(--font-family);
    font-size: var(--font-size-xl);
    line-height: var(--line-height-xl);
	color: var(--color-dark); 
	font-weight: bolder;
}
.TDInfoMsg
{
	background-color: Transparent;
	font-weight: normal;
	font-size: var(--font-size-base);
    line-height: var(--line-height-base);
	color: var(--color-dark);
}

#ImportantInfoTitle
{
	font-size: x-large;
}

.LoadMoreRow {
	background-color: var(--color-neutral);
	height:0px;
    width:0px;
	cursor: pointer;
    display:none;
}

.LoadMoreButton
{
	position: relative;
	height:0px;
	bottom: 1px;
	color: var(--color-dark);
	text-align: center;
	font-weight: bold;
    width:0px;
    display:none;
}
.SearchDIV
{
	position: fixed;
	width: 0px;
    height:0px;
    display:none;
}
.GridDIV
{
	position: absolute;
	margin-top: 4px; /*border:solid;*/
    margin-left:0px;
	width: 100%;
}
.InmateRecordSeperater
{
	height: 20px;
}
.SearchHeader {
    background-color: var(--color-primary);
    font-weight: bold; 
	color: var(--color-white); 
	border-bottom-width: thick;
	border-bottom-color: var(--color-primary);
}
.ChargesHeader
{
	background-image: url( 'images/bg_global.gif' );
	font-style: italic;
	font-weight: bold;
	border-bottom-width: thick;
	border-bottom-color: var(--color-primary);
}


table.JailView {
	text-align: left;
	vertical-align: text-top;
	font-family: var(--font-family);
	font-weight: normal;
	font-size: var(--font-size-base);
    line-height: var(--line-height-base);
	color: var(--color-neutral);
	width: 60%;
	background-color: var(--color-white);
	border: 1px Transparant solid; /*border: 1px black solid;*/
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left: 0px;
	padding-left: 0px;
}

table.JailViewCharges {
	text-align: center;
	font-family: var(--font-family);
	font-weight: normal;
	font-size: var(--font-size-base);
    line-height: var(--line-height-base);
	color: var(--color-dark);
	width: 80%;
	background-color: var(--color-accent);
	/*border: 1px #d79900 solid;*/
	border-collapse: collapse;
	border-spacing: 0px;
	margin-left: auto;
	margin-right: auto;
}

.odd {
	text-align: center;
	font-family: var(--font-family);
	font-weight: normal;
	font-size: var(--font-size-base);
    line-height: var(--line-height-base);
	color: var(--color-dark);
	width: 80%;
	background-color: var(--color-white);
	/*border: 1px #d79900 solid;*/
	border-collapse: collapse;
	border-spacing: 0px;
}

.even {
	text-align: center;
	font-family: var(--font-family);
	font-weight: normal;
	font-size: var(--font-size-base);
    line-height: var(--line-height-base);
	color: var(--color-neutral);
	width: 80%;
	background-color: var(--color-white);
	/*border: 1px #d79900 solid;*/
	border-collapse: collapse;
	border-spacing: 0px;
}

.oddNoWidth {
	font-family: var(--font-family);
	font-weight: normal;
	font-size: var(--font-size-base);
    line-height: var(--line-height-base);
	color: var(--color-dark);
	background-color: var(--color-accent);
	/*border: 1px #d79900 solid;*/
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 0px;
	margin: 0px;
}
hr {
	border: solid;
	background-color: var(--color-accent);
	color: var(--color-accent);
	height: 1px;
}
.DivCountMsg {
	font-family: var(--font-family);
	font-weight: normal;
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
	color: var(--color-primary); /*FOR SO*/
}

.DivNewsDetails
{
	font-family: var(--font-family);
	font-weight: normal;
}

.LabelNewsArticleTitle
{
	font-family: var(--font-family);
	font-weight: bolder;
	font-size: var(--font-size-base);
    line-height: var(--line-height-base);
}

.LabelNewsArticle
{
	font-family: var(--font-family);
	font-weight: normal;
	font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
}
.centered
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 50%;
	height: 50%;
	margin: auto;
}

table.CadMapPopup {
	font-family: var(--font-family);
	font-weight: normal;
	font-size: var(--font-size-base);
    line-height: var(--line-height-base);
	color: var(--color-neutral);
}
.MenuLabel
{
	white-space: nowrap;
	font-family: var(--font-family);
	font-weight: bold;
	color: var(--color-neutral); /*FOR SO*/
	font-size: var(--font-size-lg);
    line-height: var(--line-height-lg);
	text-align: right;
	margin-left: 30px;
}
/*For CAD Page Main Table*/
.CADMainTable
{
	width: 984px;
}
.CADGrid * {
	white-space: nowrap;
	font-family: var(--font-family);
	font-weight: normal;
	font-size: var(--font-size-xs);
    line-height: var(--line-height-xs);
}
.CADGridHeader {
	background-color: var(--color-primary); 
	color: var(--color-white);
	white-space: nowrap;
	font-family: var(--font-family);
	font-weight: normal;
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
}
.CADGridEven {
	background-color: var(--color-accent);
	/*white-space: nowrap;*/
	font-family: var(--font-family);
	font-weight: normal;
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
}
.CADGridOdd {
	background-color: var(--color-white);
	/*white-space: nowrap;*/
	font-family: var(--font-family);
	font-weight: normal;
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
}
.CADGridDiv
{
	/*height: 300px;*/ /*Original*/ /*width:100%;*/
	width: 980px;
	table-layout: fixed;
	/*overflow: scroll;*/
}
.RequiredFieldInfo {
	font-family: var(--font-family);
	color: var(--color-red);
	font-weight: normal;
    font-size: var(--font-size-sm);
    line-height: var(--line-height-sm);
}
.ReportHeader {
	font-family: var(--font-family);
	font-weight: bold;
	color: var(--color-primary);
    font-size: var(--font-size-base);
    line-height: var(--line-height-base);
}
.ReportLabel
{
	font-family: var(--font-family);
	font-weight: normal;
	font-size: 12px;
}
.ReportInfo
{
	font-family: var(--font-family);
	font-weight: bolder;
	font-size: var(--font-size-base);
    line-height: var(--line-height-base);
}

a:link {
	color: var(--color-red);
}
a:visited {
	color: var(--color-red);
}
a:hover {
	color: var(--color-red);
	text-decoration: none;
}
a:active {
	color: var(--color-red);
}

.BackgroundNoEdit
{
	/*position: fixed; 	left: 0; 	top: 0;*/
	z-index: 10;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter: alpha(opacity=30);
}
.NavigationButton {
	border: none;
	background-color: transparent;
	font-size: var(--font-size-lg);
	display: none;
}
	.NavigationButton:hover {
        cursor: pointer;
		color: var(--color-red);
		display: none;
	}

.newFont {
	font-family: 'Source Sans Pro' !important;
	font-size: 18px !important;
}
.noPrint 
{
    display:none;
    visibility:collapse;
}

#UpdatePanel2 table {
    margin-left: auto;
    margin-right: auto;
}