.buttonscontainer {
 width: 140px;
 color: #FFFFFF;
}

.buttons a {
 color: #000000;
 background-color: #FFFFFF;
 width: 110px;
 padding: 2px;
 padding-left: 3px;
 border: 1px solid gray;
 display: block;
 border-left:10px solid #116300;
 font: 13px Arial, sans-serif;
 font-weight: bold;
 text-decoration: none;
 text-align: left;
 margin-top: 1px;
 margin-left: 5px;
}

.buttons a:hover {
 border-left: 10px solid #FFFF00;
 text-decoration:none;
 color: #003562;
}

a.navlink  {
 color: #FAF8FF;
 background-color: #9A9865;
 width: 100%;
 padding: 0px;
 padding-left: 0px;
 border: 0;
 display: inline;
 border-left:0;
 font: 13px Arial, sans-serif;
 font-weight: none;
 text-decoration: underline;
 text-align: left;
 margin-top: 0px;
}

a:hover.navlink  {
 color: #FAF8FF;
 width: 100%;
 padding: 0px;
 padding-left: 0px;
 border: 0;
 display: inline;
 border-left:0;
 font: 13px Arial, sans-serif;
 font-weight: bold;
 text-decoration: underline;
 text-align: left;
 margin-top: 0px;
}


.topbutton a
{
 color: #FAF8FF;
 background-color: #9C9C63;
 width: 100%;
 padding: 2px;
 padding-left: 3px;
 border: 0px solid gray;
 display: inline;
 font: 13px Arial, sans-serif;
 font-weight: bold;
 text-decoration: none;
 text-align: left;
 margin-top: 1px;
}

.topbutton a:hover {
 text-decoration:none;
 color: #FAF8FF;
 }
 
#copyright {
 text-align:center;
 font-size:10px;
}

#end
{
 text-align:center;
 font-size:10px;
}
.comment{
 color:#0E02A8;
 font-size:12px;
}

.newrow
{
 background-color: #f1e4ce;
}

.text {
 color:#FFFFFF;
 margin-left: 5px;

}

body {
 background-color:#FFFFFF;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 padding: 0px;
 margin: 0px;
}


#error {
 color:#FF0000;
 text-align:center;
}

#message {
 color:#000000;
}

h1 {
 color:#000000;
 text-align:center;
 font-size:26px;
}

h2 {
 color:#110091;
 text-align:center;
 font-size:22px;
}

h3 {
 color:#007FFF;
 text-align:center;
font-size:18px;
}

th.normalhead {
 color:#000000;
 text-align:center;
 font-size:20px;
 background-color:#9C9C63; 
}

th.smallhead {
 color:#000000;
 text-align:center;
 font-size:14px;
 background-color:#9C9C63;
}

td.info {
 color:#FFFFFF;
 text-align:center;
}

p {text-align:left;}

li {text-align:left;}

.calendar_day {color:#000000; text-align:center; font-style:italic;}
.calendar_today {color:#ffffff; background-color1:#137DBB; background-color:98905C; text-align:center; font-style:italic; font-weight:bolder;}
.calendar_items {text-align:center; color1:#100278; color:98905C; text-align:left;}
.calendar_table {border-width:thin; border-color:#000033; table-layout:auto;}

.currpage {
 color:#000000;
}

.complete {
 background-color:#00FF00;
 color:#000000;
}
.notcomplete {
 background-color:#CC0000;
 color:#ffffff;
}

.patroltoppane
{
 background-color:#9C9C63
}

.patrolsidepane
{
 background-color:#9C9C63
}

.patrolcontentpane
{
}

.patrolbottompane
{
 background-color:#9C9C63
}

table.table {
 background-color1: #545684;
 background-color: #9c9c63;
}

.row
{
 background-color: #FFFFFF;
}

.button {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-style       : normal;
  font-size        : 12px;
  font-weight      : bold;
  background-color : #9c9c63;
  color            : #000000;
  border           : 1px solid #373152;
}

.inputbox {
  font-family      : Verdana, Arial, Helvetica, sans-serif;
  font-size        : 12px;
  color            : #000000;
  background-color : #C2C27A;
  border           : 1px solid #373152;
}

form {
/* removes space below form elements */
 margin: 0;
  padding: 0;
}

.smalltext {
 font-size: small;
 color:#000000;
}

ul.bb-list-unordered { }
ol.bb-list-ordered { }
ol.bb-list-ordered-d { list-style-type:decimal; }
ol.bb-list-ordered-lr { list-style-type:lower-roman; }
ol.bb-list-ordered-ur { list-style-type:upper-roman; }
ol.bb-list-ordered-la { list-style-type:lower-alpha; }
ol.bb-list-ordered-ua { list-style-type:upper-alpha; }
ol.bb-listitem { }

.bb-code,
.bb-php {
  border: 1px solid black;
  padding: 10px;
  font-family: Courier;
  white-space: nowrap;
}

.bb-quote {
  border: 1px solid black;
  padding: 10px;
}

.bb-email { }
.bb-url { }

.bb-image {
  border-width: 0;
  border-style: none;
}

.frontpage
{
/*  border: 1px inset black; */
/*  padding: 5px; */
  padding: 10px;
  margin: 5px;
}

#infobar a, #infobar a:link, #infobar a:visited, #infobar a:active
{
 display: block;
 float: left;
 clear: both;
 width: 100%;
 color: #fff;
 background-color: #9c9c63;
 padding: .1em .3em .1em 2em;
 border-bottom: 1px inset;
 text-decoration: none;
 cursor: default;
}

#infobar a:hover {
 color: #fff;
 background-color: #373152;
}

#errorbar a, #errorbar a:link, #errorbar a:visited, #errorbar a:active
{
 display: block;
 float: left;
 clear: both;
 width: 100%;
 color: White;
 background-color: DarkRed;
 padding: .1em .3em .1em 2em;
 border-bottom: 1px inset;
 text-decoration: none;
 cursor: default;
}

#errorbar a:hover {
 color: HighlightText;
 background-color: Highlight;
}

fieldset
{
	width: 90%;
	margin:30px;
	padding:4px;
}

legend
{
	border: 1px solid #000;
	padding: 2px 6px;
	font-size:large;
	font-weight:bold;
}

.tab-wrapper
{
	padding:				1em 1.5em;
	border:					0px solid #eee;
}
.tab-menu
{
	list-style:				none;
	padding:				2px 0;
	line-height:	        17px;
	font-size:				12px;
	text-align:left;
}
.tab-menu li
{
	display:				inline;
	padding:                0;
	margin:					0 3px;
}
.tab-menu li a
{
	background-color: #9C9C63;
	color: #fff;
	padding: 5px 15px 5px 15px;
	height: 20px;
	border: 1px solid #000;
	text-align:center;
	vertical-align:middle;
	text-decoration: none;
}
.tab-menu li a:hover,
.tab-menu li a:focus
{
        background-color: #ACAC73;
  		color            : #fff;
}
.tab-menu li a:hover
{
        background-color: #ACAC73;
  		color            : #fff;
}
.tab-menu li.tab-selected a
{
        background-color: #fff;
		color: #000;
}

.left_title {
	width:140px;
	float:left;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

.left_title li {
	background-color: #9C9C63;
	color: #fff;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	height: 20px;
	border: 1px solid #000;
	text-align:center;
	vertical-align:middle;
	display: block;
}

.left_title a {
	color: #fff;
	cursor: pointer;
	height: 20px;
	width:124px;
	display:block;
	text-align:center;
	vertical-align:middle;
        text-decoration: none;

}

.left_title li:hover {
  background-color : #ACAC73;
  color            : #fff;
}

.left_title li.active {
	background: #fff;
	color: #000;
}

.left_title li.active a {
	color: #000;
	cursor: pointer;
	height: 20px;
	text-align:center;
}

.left_title li.mouseOver {
  background-color : #ACAC73;
  color            : #fff;
}

.top_title {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	margin-right: 15px;
	padding: 0px;
	height: 24px;
	text-align:center;
}

.top_title li {
	float:left;
	background-color: #9C9C63;
	color: #fff;
	padding: 2px 8px 2px 8px;
	margin-right: 2px;
	height: 20px;
	border: 1px solid #000;
	text-align:center;
	vertical-align:middle;
	display: block;
}

.top_title a {
	color: #fff;
	cursor: pointer;
	height: 20px;
	display:block;
	text-align:center;
	vertical-align:middle;
        text-decoration: none;
}

.top_title li:hover {
  background-color : #ACAC73;
  color            : #fff;
}

.top_title li.active {
	background: #fff;
	color: #000;
}

.top_title li.active a {
	color: #000;
	cursor: pointer;
	height: 20px;
	text-align:center;
}

.top_title li.mouseOver {
  background-color : #ACAC73;
  color            : #fff;
}

.error {
	font-family: Tahoma;
	font-size: 10pt;
	color: red;
	display:none;
}

.article
{
}

.articletitle
{
	margin:1px;
}

.articleinfo
{
	clear:both;
	text-align:right;
	color:#888;
	font-size:small;
}

.articlebottom
{
	clear:both;
	border-top: 1px solid black;
}
.articlepicture
{
	/*	float:left; */
	margin:10px;
	margin-top:1px;
/*	margin-top:5px; */
	text-align: center;
}

.articledetail
{
	padding:2px;
	clear:both;
}

.articlephotos
{
	padding:2px;
	margin-left:20px;
	width:100%;
	text-align:center;
}

.articlecomments
{
	padding:2px;
	margin-right:20px;
	width:100%;
}

.comments
{
	margin:5px;
	padding: 2px;
	border-bottom: 1px solid black;
	width:100%;
}

.commentname
{
	text-align:left;
	color:#888;
	font-size:small;
}

.articlecomments h3
{
	margin:1px;
}

.articlephotos h3
{
	margin:1px;
}

.checklist {
    border: 1px solid #ccc;
    list-style: none;
    height: 20em;
    overflow: auto;
    width: 16em;
}

.checklist, .checklist li { margin: 0; padding: 0; }

.checklist label {
    display: block;
    padding-left: 25px;
    text-indent: -25px;
}

.checklist label:hover { background: #335368; color: #feffff; }

* html .checklist label { height: 1%; }

.post
{
	padding:5px;
}

.signature
{
	padding:5px;
	margin-top:10px;
	border-top:1px solid #000;
}

.field .inputboxwrapper
{
  display: block;
  width: 70%;
  float: left;
  margin-bottom: 20px;
  text-align:left;
}

.field .inputbox {
	width: 90%;
}

.field .label {
	display: block;
	width:25%;
	float: left;
	margin-bottom: 20px;
	text-align: right;
	padding-right: 10px;
	font-weight:bold;
}


.field br {
	clear: left;
}

.submitWrapper {
	text-align:center;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
font-weight: bold;
color: #335368;
margin: 3px 8px;
text-decoration:none;
}

.tool-tip {
	color: #feffff;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	margin: 0;
	color: #C4D4DF;
	padding: 8px 8px 4px;
	background: #335368;
}
 
.tool-text {
	padding: 4px 8px 8px;
	background: #335368;
}

.searchButton {
  width: 32px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}

.selectImage{
	border-color:#00ff00;
	background-color:black;
}

.calendar_today {color:#ffffff; background-color:#00038a;border:1px solid #00038a;border-bottom:0px;}
.calendar_day {border:1px solid #00038a;border-bottom:0px;background-color: #FFFFFF;}
.calendar_spacer {border:1px solid #00038a;border-top:0px;background-color: #FFFFFF;}
.calendar_item {border:1px solid #00038a;border-top:0px;border-bottom:0px;background-color: #FFFFFF;padding:0px;}
.calendar_item_div {padding:1px;}
.calendar_year_view_head {border:1px solid #00038a; color:#000000; text-align:center; font-size:large; background-color:#fff;padding:4px;}
.calendar_year_view_row {border:1px solid #00038a;background-color: #FFFFFF;text-align:center;padding:4px;}
.calendar_year_view_row2 {border:1px solid #00038a;background-color: #FFFFFF;text-align:left;padding:0px;}
.calendar_year_view_row_today {color:#ffffff; background-color:#00038a; text-align:center; font-style:italic; font-weight:bolder;}
.calendar_head { text-align:center; background-color:#fff;color:#000000;border:1px solid #00038a;}
.calendar_bighead { text-align:center; font-size:large; background-color:#fff;color:#fff;border:1px solid #00038a;} 

.photoblocks {
	float:left;
	text-align:center;
	vertical-align:middle;
	width:150px;
	height:150px;
	margin: 5px;
	padding:5px;
	border: 3px double #777;
	display:block;
}

.photoblocks a
{
	border: 0px;
}

.tinytext
{
	color:#999;
	font-size:8pt;
}

.sidebox
{
  
}


.sidebox a  {
 line-height: 1.5em;
 color: #FAF8FF;
 background-color: #9A9865;
 width: 100%;
 padding: 0px;
 padding-left: 0px;
 border: 0;
 display: inline;
 border-left:0;
 font: 13px Arial, sans-serif;
 font-weight: none;
 text-decoration: underline;
 text-align: left;
 margin-top: 0px;
}

.sidebox a:hover  {
 line-height: 1.5em;
 color: #FAF8FF;
 width: 100%;
 padding: 0px;
 padding-left: 0px;
 border: 0;
 display: inline;
 border-left:0;
 font: 13px Arial, sans-serif;
 font-weight: bold;
 text-decoration: underline;
 text-align: left;
 margin-top: 0px;
}

.newsitem
{
  margin-top: 10px;
  border-bottom: 1px dashed #FAF8FF;
  padding-bottom: 5px;
}

.newsitem h3
{
	margin: 0;
}

.newsitem .smalltext
{
	padding-bottom: 10px;
}

.topicitem
{
  border-bottom: 1px dashed #FAF8FF;
  height: 180px;
}

.topicitem h3
{
	margin: 0;
}

.topicitem .smalltext
{
	margin-bottom: 10px;
}