/*	lt blue: 6C9BC2
	dk blue: 197FB0
	maroon:	 A40046
*/
html,body
{
	height:100%;
	font-family: sans-serif;
	margin: 0;
	/*background-color: #197FB0;*/
}
form
{
	margin: 0;
}

textarea {
	font-family: sans-serif;
	width:300px;
	height:150px;
}

td
{
	vertical-align: top;
}
.membersTitle
{
	padding-left:10px;padding-top: 10px; padding-bottom: 10px;
	background-color: #197FB0;
	color: white;
}
.subquestion
{
	text-indent: 50px;
}
.question
{
	margin-top: 150px;
}
.spacingRow
{
	height: 30px;
}
form
{
	margin: 0;
}
table
{
	/*background-color: #6C9BC2;*/
}
#logoCell
{
	background-color: #197FB0;
}
.total td
{
	border-top: thin solid black;
	border-bottom: thin solid black;
	text-align: right;
}
.totalCol
{
	width: 40px;
	text-align: right
}
.value
{
	text-align: right;
}
.altrow
{
	background-color: #33CCFF;
}
.altrow table
{
	background-color: #33CCFF;
}
.nav
{
	font-weight: bold;
	text-align: center;
	background-color: #197FB0;
	padding-right:5px;
}
.nav td
{
	padding-bottom: 10px;
}
.nav a
{
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	color: white;
}
.nav a:HOVER
{
	text-decoration: underline;
}
.readonly
{
	background-color: #6C9BC2;
	border: thin solid black;
}
.lhsNav
{
	background-color: #197FB0;
	text-align:center;
	height: 100%;
}
table.navLinks
{
	width:100%;
	height: 100%;
}
.navLinks td
{
	text-align: center;
	padding-top: 10px;
	font-size: smaller;
}
.navLinks td a
{
	color: white;
	text-decoration: none;
	font-weight: bold;
}
.navLinks td a:HOVER
{
	text-decoration: underline;
}
.adminContent
{
	padding-left: 20px;
}
.editLink
{
	font-size: smaller;
	color: green;
	text-decoration: underline;
	cursor: pointer;
}
.deleteLink
{
	font-size: smaller;
	color: red;
}
.errorMessage
{
	color: red;
	font-size: smaller;
}
.altRow2
{
	background-color: WhiteSmoke;	/*Gainsboro*/
}
.loginTitle
{
	font-size: 24pt;
	font-weight: bold;
	color: white;
}
.loginSiteName
{
	color: white;
}
.pageTitle
{
	font-size: 24pt;
	font-weight: bold;
}
.pageSubTitle
{
	font-size:16pt;
	font-weight: bold;
}
.acceptSub,.declineSub,.cancelSub
{
	color: green;
	font-weight: bold;
	font-size: smaller
}
.declineSub
{
	color: red;
}
.subbedDay
{
	text-decoration: line-through;
}
.loginMessage
{
	color: white;
}
.loginTable
{
	background-color: #197FB0; 
	position: relative; 
	top: 50px; 
	left: 200px; 
	border: 20px solid #197FB0;
	width: 60%;
}
.isFinancial
{
	color: Green;
}
.notFinancial
{
	color: red;
}
.helpText
{
	background-color: #FFFFCC;
	font-size: smaller;
}
.searchResultHeaderLinks a
{
	font-weight: bold;
	color: #197FB0;
}
.assignMember
{
	position: relative;
	cursor: default;
}
.unassigned, .memberDetails
{
	border: thin solid silver;
	background-color: #CCFFFF;
}
.assignOnHover
{
	border: thin solid black;
}
.assignHeader
{
	width: 100%;
	color: white;
	background-color: #197FB0;
	font-weight: bold;
	text-align: center;
}
.assignEditMember
{
	position: absolute; 
	top: 100px; 
	left: 200px; 
	font-size: small; 
	background-color: white; 
	width: 250px; 
	height: 150px;
	border: thin outset;
	display: none;
}
.assignEditMemberTitle
{
	width: 100%;
	background-color: #197FB0;
	color: white;
	font-weight: bold;
	cursor: default;
}
.assignMemberDetail
{
	font-size: x-small;
}
.unassignedHeader
{
	font-weight: bold;
}
.nextPatrol
{
	font-weight: bold;
	margin-top: 10px;
}
.nextPatrol a
{
	font-weight: normal;
}
.suspendedMember
{
	color: red;
}
.membersSubHeader
{
	font-weight: bold;
	font-size: large;
	margin-bottom: 10px;
	color: #A40046;
	font-family: Arial Black, Arial, sans-serif;
}
.memberOver
{
	background-color: blue;
}
.cancelLink
{
	font-size: smaller;
	color: red;
	text-decoration: underline;
	cursor: pointer;
}
.newsHeadline
{
	font-weight: bold;
}
.newsStory
{
	font-size: smaller;
	width: 80%;
}
.newsStory img
{
	float:left;
	margin-right: 10px;
}
.newsTable
{
	font-size: smaller;
}
.newsByline
{
	font-size: smaller;
	font-style: italic;
}
.newsTable a
{
	color: blue;
}
.newsStory pre
{
	font-family: sans-serif;
	font-size: 10pt;
}
.reportHeader
{
	font-weight: bold;
	color: white;
	background-color: black;
	text-align: center;
}
.spacedOutList li
{
	margin-bottom: 10px;
}
/* Places a large Dev/Testing marker on ecah page. See config.php and the IN_DEV global variable */
.inDev
{
	background-image: url('../shared/inDevPic.gif');
	background-repeat: no-repeat;
	background-position: right bottom;
}
#mainContent
{
	padding-left:10px;padding-top: 10px;
	padding-right: 50px;
}

.smsreport {
	border:1px solid #000000;
	font-size:12px;
}

.smsreport td {
	border-right:1px solid #000000;
	border-bottom:1px solid #000000;
	padding:2px;
	
}