﻿TD
{
	vertical-align: top;
}

div
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6
{
	color: #BA0000;
}

a, a:visited
{
	color: #1931BE;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

.clear
{
	clear: both;
}

.breadCrumbs
{
	font-size: 90%;
	font-weight: bold;
	padding-left: 5px;
	padding-top: 5px;
}

.breadCrumbs a, .breadCrumbs a:visited
{
	color: #BA0000;
	text-decoration: none;
}

.breadCrumbs a:hover
{
	text-decoration: underline;
}

.pageTitle
{
	color: #BA0000;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 5px;
	text-align: center;
}

/*council control styles*/
.textbox
{
	border: solid 1px #bbbbbb;
	height: 20px;
}

.fieldName
{
	background-color: #819EC2;
	color: Black;
	padding: 5px 0;
	vertical-align: top;
}

.dataField
{
	background-color: #F5E1AC;
	padding-left: 3px;
}

.modalPopupBankers
{
	background-color: #006796;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	color: White;
	padding: 5px;
	width: 650px;
}

.modalFieldName
{
	background-color: #006796;
	vertical-align: top;
	width: 110px;
}

.modalField
{
}

/* links styles */
.linksHeading
{
	border-bottom: 1px solid Black;
	border-left: 1px solid Black;
	display: block;
	font-size: 12pt;
	margin: 15px 0px 5px 5px;
	padding: 3px 0 0px 8px;
	width: 130px;
}

.linkName
{
	display: block;
	margin: 5px 0 12px 5px;
	width: 180px;
}

/*fire control styles*/
.fireImg
{
	float: left;
	text-align: center;
	width: 30%;
}

.fireImg a, .fireImg a:visited
{
	font-size: 90%;
}

.stationInfo
{
	float: right;
	width: 69%;
}

.stationInfo #tbl
{
	background-color: #cccccc;
	width: 400px;
}

.stationInfo #tbl td
{
	padding: 5px;
}

.stationInfo .hdr
{
	background-color: #819EC2;
	color: White;
}

.stationInfo .infoName
{
	background-color: White;
	width: 125px;
}

.stationInfo .info
{
	background-color: White;
}

.hpFont
{
	font-family: Palatino Linotype, Book Antiqua3, Palatino6, serif;
	font-size: 12pt;
}

/*conveniece centers*/
.tblHdr
{
	background-color: #819EC2;
	vertical-align: top;
}

.tblDetail
{
	background-color: White; /*	font-size: 90%;	*/
	text-align: center;
	vertical-align: top;
}

.modalPopupAgendas
{
	background-color: White;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	color: Black;
	padding: 5px;
	width: 150px;
}

.modalPopupConCenters
{
	background-color: #F5E1AC;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 5px;
	width: 600px;
}

/*calendar styles*/
.calLabel
{
	background-color: #dddddd;
	font-weight: bold;
	padding: 3px 0 3px 5px;
}

.calText
{
	background-color: #92B8D1;
	color: Black;
	padding: 3px 0 3px 5px;
}

/* Online Forms & Docs */
#onlineForms h3
{
	display: block;
	margin: 15px 0 5px 0;
	padding: 5px;
	border: 2px solid #F1E06D;
	border-top: none;
	border-right: none;
}

#onlineForms a
{
	display: block;
	margin-left: 20px;
	padding: 3px;
	font-size: 115%;
}

#onlineForms a:hover
{
	text-decoration: underline;
}

#onlineForms a img
{
	margin-right: 5px;
}

/* Style for boards & commissions */
.cellPadding
{
	padding-left: 5px;
}

/* CRSA taxBill */
.tbTbl
{
	background-color: #777777;
	width: 100%;
}

.tbTbl TR
{
	background-color: White;
	text-align: left;
}

.tbTbl TD
{
	padding: 1px 3px;
}

.tbTbl .tbHdr
{
	background-color: #F5E1AC;
	color: Black;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}

.tbTbl .tbHdrLt
{
	background-color: #F5E1AC;
	color: Black;
	font-weight: bold;
	padding: 3px;
	text-align: left;
}

.tbHdrLt
{
	background-color: #F5E1AC;
	color: Black;
	font-weight: bold;
	padding: 3px;
	text-align: left;
}

.tbHdr
{
	background-color: #F5E1AC;
	color: Black;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}

.tbHdrLt
{
	background-color: #F5E1AC;
	color: Black;
	font-weight: bold;
	padding: 3px;
	text-align: center;
}

.tbRowCntr
{
	background-color: White;
	text-align: center;
}

.bold
{
	font-weight: bold;
}

.lt
{
	text-align: left;
}

.rt
{
	text-align: right;
}

.ctr
{
	text-align: center;
}

/* JQuery Modal */
/* The Window's CSS z-index value is respected (takes priority). If none is supplied,
  the Window's z-index value will be set to 3000 by default (in jqModal.js). You
  can change this value by either;
    a) supplying one via CSS
    b) passing the "zIndex" parameter. E.g.  (window).jqm({zIndex: 500}); */

.jqmWindow
{
	background-color: #F5E1AC;
	border: inset 1px #555555;
	color: #111111;
	display: none;
	left: 50%;
	margin-left: -300px;
	padding: 12px;
	position: fixed;
	top: 17%;
	width: 600px;
}

.jqmOverlay
{
	background-color: #000;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow
{
	position: absolute;
	top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) +     'px' );
}
