﻿/*** STANDARD TAGS ***/
body {
	min-width: 900px;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3, h4, h5, h6 
{
	margin: 1em 0 .5em -1em;
	color: #777; 
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.9em;
	font-weight: bold;
}
h2 {
	font-size: 1.6em;
	font-weight: bold;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
}
h4 {
	font-size: 1.0em;
	font-weight: bold;
}
h5 {
	font-size: 0.9em;
	font-weight: bold;
}
h6 {
	font-size: 0.8em;
	font-weight: bold;
}

.indentHeading
{
	padding-left: 16px;
}

pre {
	font-family: monospace;
	font-size: 1.0em;
}

strong, b {font-weight: bold;}

acronym[title] {
	cursor:help;
	border-bottom:1px dotted #333333;
	font-size: 95%;
}

/*** CUSTOM TAGS ***/

/* Main copy section */
#copy {			
	width: 70%; 
	height: 100%;
	padding-left: 30px;
	padding-right: 20px;	
	padding-top: 1em;
	margin-left: 1em;
	z-index: 0;
	cursor: default;
}
* html #copy {padding:0 5em 4em 2em;}

/* Hide from IE5 Mac \*/
* html #copy {height:1%;}
/* End hide from IE Mac*/

#copy ol, #copy ul {
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	font-size: 1.0em;
	line-height: 1.6em;
	list-style-position:outside; 
}

#copy .flushlist {
	padding-left: 0;
	margin-left: 0;
}

* html #copy ul {/*padding-left:18px;*/}

* html #copy li {/*padding-left: 5em;*/}

#copy li 
{
    margin-bottom: .5em;
    margin-left: 1.5em;
}

#copy p {
	margin: 1.2em 0em;
	font-size: 1.0em;
	line-height: 1.6em;
}
#copy blockquote
{
	padding-right:5em;
	font-size: 1.0em;
	line-height: 1.6em;
}
#copy .pullQuote {
	float: right;
	display:inline;
	width: 25%;
	margin: 1em 0 1em 1em;
	font-size: 120%;
	font-weight: bold;
	line-height: 130%;
}

#copy .imgleft {
	float: left;
	display:inline;
	margin: 1em 1em 1em 0;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
}
#copy .imgright {
	float: right; 
	display:inline;
	margin: 1em 0 1em 1em;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
}
#copy .imgTopleft {
	float: left;
	display:inline;
	margin: .5em 1em .5em 0;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
}
#copy .imgTopright {
	float: right;
	display:inline;
	margin: .5em 0 .5em 1em;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;
}
#copy .imgCentered
{
	text-align: center;
}

#copy .onecol
{
	float:left;
	width: 100%;
	padding-top: 1em;
}
#copy .leftcol
{
	float: left;
	width: 47%;
}
#copy .rightcol
{
	float: right;
	width: 47%;
}

#copy a 
{
	color: #346909;
	text-decoration: none;
	border-bottom: dotted 1px;
}

#copy a:link 
{
	text-decoration:none;
	border-bottom: dotted 1px;
}

#copy a:hover
{
	color: #956805; 
	text-decoration: none;
	border-bottom: none;
}

#copy .textBox {
	border:1px solid #304012;
	background-color: #F2EED2;
	margin-top: .25em;
	width: 99%;
}

#copy .textBox:focus {background-color: #F2EED2; }

#copy .dropDownlist {
	margin-top: .25em;
	background-color: #F2EED2 !important;
}

#copy .radioButtonList 
{
	margin-left: 1em;
	margin-top: .25em;
}

#copy fieldset {
	padding: 1.5em;
	border:1px solid #304012;
}

#copy legend 
{
	color: #333333;
}


#copy .button {
    margin:1em 0;
    border:1px solid #8E985E;
    background-color: #F2EED2 /*#304012*/;
    color:#333;
    font-weight:bold;
    text-align: center;
}

/* Fee table */
.tblCFS
{
    font-size:.8em;
    margin-top: 3em;
}
.tblCFSnoLeftBorder
{
    border-left: none;
}
.tblCFS tr td
{
    border-left: solid 1px #CBC8AB;
}
.tblFees
{
    width:95%;
    border-collapse: collapse;
    border: solid 1px #CBC8AB;
    background-color: #ECE1AA; 
}
.tblFees thead
{
    background-color: #E8C06A; 
    font-weight: bold;
    font-size: 1.2em;
}
.tblFees .hdrRowMainHead
{
	border-bottom: none;
	background-color: brown;
	color: ivory;
	font-weight: bold;
}
.tblFees .hdrRow
{
    border-bottom: solid 1px #CBC8AB;
}
.tblFees tbody
{
    color: #444;
    font-weight: bold;
}
.tblFees tr td
{
    padding: 5px;
    border-top: solid 1px #CBC8AB;
    border-bottom: solid 1px #CBC8AB;

}
.tblFees .altrow
{
    background-color: #FBEAA9;
}


/**********************************/

.formContainerCrimeTip
{
	margin-top:0px; 
	padding-top:0px; 
	padding-left:10px; 
	padding-right:5px;
}

/* Crime Tip Form Headers */
.ctHeader_wrapper
{
	float:left; 
	width:103%; 
	height:2em; 
	letter-spacing:.1em; 
	word-spacing: .8em; 
	text-align:center; 
	background-color: #CBCEAC; 
	border-top: solid 1px #777; 
	border-bottom: solid 1px #777; 
	margin:0px; 
	margin-left: -10px;	
	padding-top:.4em; 	
}
.ctHeader_content
{
	color:#444; 
	font-weight:bold; 
	font-size: 1.4em; 
	vertical-align:middle
}

/* Crime Tip Form Field Adjustments (abstract - see IE6 css for implementation) */
.ctPara
{
}
.ctSI_CampusLoc
{
}
.ctCI_DateApprox
{
}
.ctCI_CrimeCity
{
}

/* and these are virtual */
.ctSus_Name
{
	margin-right:20px; 
}
.ctSus_Alias
{
	margin-right:10px; 
}
.ctSus_State
{
	float:left; 
	margin-left:0px; 
	margin-right:19px;
}
.ctSubmitter
{
	 margin-right:20px;
}

/*******************************/


/* Booking Search */
#formContainerBooking
{
	border: solid 1px #777;
	margin-bottom:15px;
	margin-top:15px;
}
#formContainerBooking .bookingHeader
{
	height:2em;
	letter-spacing:.1em; 
	word-spacing: .8em; 
	text-align:center; 
	background-color: #CBCEAC; 
	font-weight:bold; 
	font-size: 1.4em; 
	vertical-align:middle;
	padding-top:.4em;
	width:100%;
}
#formContainerBooking .bookingSearchContent
{
	width:100%;
	background-color: #E4E5D3;
	border-top: solid 1px #777;
	border-bottom: solid 1px #777;
}
#formContainerBooking .bookingSearchContent .bookingSearchControls
{	 
	padding-left:10px;
	padding-top:5px;
}
#formContainerBooking .FormNavButtonsBooking
{
	text-align:center;
	background-color: #CBCEAC; 
	width:100%;
}

/*** Booking Details ***/
.bookingDateDiv
{
	border-top:solid 1px #aaa;
	border-right:solid 1px #aaa;
	border-left:solid 1px #aaa;
	background-color: #CBCEAC;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
	margin-top:20px;
} 
.bookingChargeDiv
{
	background-color: #E4E5D3;
	border-right:solid 1px #aaa;
	border-bottom:solid 1px #aaa;
	border-left:solid 1px #aaa;
	padding-top:10px;
	padding-left:5px;
}
.tblBookingCharge
{
	margin-top:5px;
	width:100%;
}
.tblBookingCharge td, .tblBookingCharge th
{
	text-align:left;
	vertical-align:top;
}

.tblBookingCharge th.CodeColumn
{
	width:22%;
}
.tblBookingCharge th.ChargeColumn
{
	width:28%;
}

.tblBookingCharge th.DispositionColumn
{
	width:39%;
}

.tblBookingCharge th.BailColumn
{
	width:11%;
}
/***************************************/


/* Hack */
.clearfix:after {
  content: "."; 
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.clearfix {display:block;}

/* Hides from IE-mac \*
* html .clearfix,
* html .clearfix * {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac *
***/


/* Extra - Misc */
.redtext
{
	color: #AB0505;	
	font-weight: bold;
	font-size: 1em;
}

.TvSitemap		/* Sitemap Treeview */
{
	line-height: 1.5em;
}


/*** disable graphic on NNO page when printing ***/
.NNO2009bg
{
	background-image: none;
}


@media print 
{
	
/* Hide anything that shouldn't be printed */
.noprint
{
	visibility:hidden;
}

}	


