﻿.Report
{
    overflow: auto;
}
.text14_normal
{
    font-size: 14px;
    color: #000000;
    font-weight: normal !important;
}
.text28
{
    font-size: 28px;
}
.bold {
	font-weight: bold;
}
.right
{
	text-align: right;
}
.center
{
	text-align: center;
}
#lblStartDate, #lblEndDate, #lblAgency {
    font-weight: normal !important;	
}
.white
{
    color: white;
}
span.selectLabel {
	width: 170px;
	display: inline-block;
}
th.selectLabel {
	width: 180px;
	text-align: center;
	text-transform: uppercase;
}
div.select {
	width: 200px;
	margin: auto;
	text-align: right;
}
select.select {
	width: 150px;
}
.GetLogButton {
	min-height: 30px;
}
/*@media only screen and (min-width:980px)*/
#logo {
    width: 430px;
    height: 118px;
    background: transparent url(../Images/logo.jpg) no-repeat left top;
}

#logo_PR {
    margin-top: -10px;
    width: 790px;
    height: 130px;
    background: transparent url(../Images/PRMailHeader.jpg) no-repeat left top;
}
#logo, #logo_PR {
    left: 0;
    top: 0;
    text-indent: -9999px;
}

#CrimeStoppers_wrapper {
	width: 100%;
	background-color: #ffffb0;
}
#CrimeStoppers
{
	border: 1px solid #000000;
	padding: 5px;
	margin: 5px 0 20px 0;
	border-collapse:collapse;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
}
#CrimeStoppers a
{
	text-decoration:none;
	color: #ff0000;
}
/* Report Styles -------------------------------------------- */
.Report_Settings {
	font-family: "Oswald",sans-serif !important;
    text-align: center;
}
table.Report_Settings {
	margin: auto;
}
.Report_Title
{
	font-family: "Oswald",sans-serif !important;
	text-transform: uppercase;
    text-align: center;
    font-size: 18Px;
	color: white;
	background-color: #222;
}
.Report_Disclaimer
{
    text-align: center;
    color: Red;
    background-color: White;
    border: 1px solid Red;
    /*margin: 0 2px 0 2px;*/
    width: 700px;
    margin: auto;
}
/* Report Table Styles -------------------------------------------- */
table.Report_Narrow
{
    width: 350px;
    margin: auto;
}
.Report_Narrow tr
{
    text-align: center;
}
table.Report_Detail
{
    margin: auto;
    table-layout: auto;
    border-collapse: collapse;
    white-space: nowrap;
    vertical-align: top;
    background-color: #cccccc;
    border: 2px solid #000000;
}
.Report_Detail td
{
    border: 1px solid #000000;
    background-color: #ffffff;
    padding: 3px 3px 3px 3px;
    font-size: 12px;
}
.Report_SmallFont td
{
    font-size: 11px;
}
.Report_Detail td .Report_SmallerFont
{
    font-size: 10px;
}
.Report_Detail th
{
    border: 1px solid #000000;
    text-align: center;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: bold;
    padding: 3px 3px 3px 3px;
    background-color: #d2ac6b;
}
.Report_Detail td > span, .Report_Detail td > div
{
    white-space: nowrap;
}
/* OVERRIDE: Find nested tables and fix margin */
table.Report_Detail table.Report_Detail
{
    margin: 0;
    width: 100%;
    border: 0 solid #000000;
}
input.Log_btnNewCriteria
{
    margin-top: 10px;
}
/* Booking Log Styles */
td.BL_ChargesHolder
{
    padding: 0;
    margin: -1px;
	border-collapse: collapse;
	border-spacing: 0;
	vertical-align: top;
}
table.BL_Charges
{
    padding: 0;
    margin: -1px;
	height: 100%;
	border: solid 1px black;
	border-width: 0;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
tr.BL_Charges
{
    padding: 0;
    margin: 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
tr.BL_Charges td
{
    padding: 3px;
    margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 1px;
    overflow: hidden;
}
table.BL_NoCharges, tr.BL_NoCharges, td.BL_NoCharges
{
    width: 100%;
    padding: 3px;
    margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	border-width: 0;
}
th.BL_FM, td.BL_FM {
	width: 30px;
	-moz-min-width: 30px;
	-ms-min-width: 30px;
	-o-min-width: 30px;
	-webkit-min-width: 30px;
	min-width: 30px;
}

th.BL_Charge, td.BL_Charge {
	width: 110px;
	-moz-min-width: 110px;
	-ms-min-width: 110px;
	-o-min-width: 110px;
	-webkit-min-width: 110px;
	min-width: 110px;
}

th.BL_Location, td.BL_Location {
	width: 150px;
	-moz-min-width: 150px;
	-ms-min-width: 150px;
	-o-min-width: 150px;
	-webkit-min-width: 150px;
	min-width: 150px;
}

th.BL_Agency, td.BL_Agency {
	width: 48px;
	-moz-min-width: 48px;
	-ms-min-width: 48px;
	-o-min-width: 48px;
	-webkit-min-width: 48px;
	min-width: 48px;
}

th.BL_FM, th.BL_Agency
{
    font-size: 11px;
}
td.BL_Charge, td.BL_Location
{
    font-size: 9px;
}
/* -------------------------------------------- */