/* general style sheet */

.header
{
	border-bottom: solid 2px black;
	margin-bottom: 10px;
	width: 100%;
}
.document 
{
	width: 100%;
}

.title 
{
	font-weight:bold;
}

.header .title
{
	font-size:1.2em;
}

h1 
{
	font-size:2.0em;
	margin-bottom:8px;
}
h2 
{
	font-size:1.60em;
	margin-bottom:4px;
}
h3 
{
	font-size:1.20em;
	margin-bottom:2px;
}
p 
{
	margin-top:0px;
	margin-bottom:10px;
}

/* tab strips */

.menutab 
{
  background-color: #e0e0e0;
}
.menutabselected
{
	  background-color: #ffffff;
}

.info 
{
	color: #000080;
}
.error
{
	color: #800000;
}
.bold
{
  font-weight:bold;
}

/* news styles */
.news 
{
	padding-left: 20px;
	border-bottom: solid 2px Black;
}

.news .notices 
{
	padding: 5 5 10 5;
}
.news .weather 
{
	padding: 5 5 10 5;
	width: 280px;
}
.newsright 
{
	padding-right: 0px;
}

/* gallery teaser */
.galleryteaser 
{
	border: solid 1px Black;
	background-color:#f8f8f8;
	width: 240px;
	margin-bottom: 10px;
	border-collapse: collapse;
}

.galleryteaser .title 
{
	font-weight: bold;
	background-color:Black;
	color:White;
	padding: 3 3 3 3;	
}
.galleryteaser .image
{
	text-align: center;
	padding: 15px;
}

/* gallery */
.galleryimage img
{
	border: solid 1px black;
}

.gallery2image 
{
	width: 200px;
}

.gallery2image .title 
{
	padding-left: 30px;
}

.gallery2image .imagetext 
{
	padding-left: 30px;
}

.thumbnails
{
/*	border-bottom: solid 2px black;*/
	padding: 0px;
	margin: 0px;
}
.thumbnails a
{
	padding-left: 3px;
	padding-right: 3px;
}

/* forum teaser */

.forumteaser
{
	background-color:#f8f8f8;
	border: solid 1px Black;
	border-collapse: collapse;
	width: 240px;
	margin-top: 20px;
}
.forumteaser td 
{
		padding: 3px;
}
.forumteaser .title
{
	font-weight: bold;
	background-color:Black;
	color:White;
}

/* messages */
.messages 
{
	background-color:#f8f8f8;
	border: solid 1px Black;
	border-collapse: collapse;
	width: 240px;
}

.extramessage
{
	width: 240px;
}

.messages td
{
	padding:3px;
}
.messages .title
{
	font-weight: bold;
	background-color:Black;
	color:White;
}
.messages .title a
{
	text-decoration: none;
	color: White;
}

.messages .list .item 
{
	margin-bottom:3px;
/*	width: 240px;*/
}
.messages span
{
}
.messages .username
{
	font-weight: bold;
}
.messages .username a
{
	color: Black;
}
.messages .message
{
}
.messages .date
{
	color: Gray;
}
.messages .inputname
{
	width: 40px;
}
.messages .inputmsg
{
	width: 100px;
}
.messages .inputmsg2
{
	width: 140px;
}
.messages .button 
{
	width: 40px;
}

/* list styles */
.list
{
	margin-top: 20px;
	width: 600px;
}


.list .folder 
{
	font-size: 0.9em;
	border-bottom: solid 1px black;
	font-weight: bold;
}

.list .image
{
	width: 140px;
}
.list .author 
{
	font-style: italic;
}
.list .field
{
	font-weight: bold;
}
.list .extra
{
	color: Gray;
}

.list .docitem,
.list .galleryfolderitem,
.list .eventitem,
.list .videoitem
{
  margin-bottom:20px;
}

.list .aditem
{
  margin-bottom:10px;
  background-color: #f0f0f0;
  border: solid 1px black; 
  
}

.list .title
{
  font-weight:bold;
}

.list .title a
{
	text-decoration: none;
	color: Black;
}

.list .text
{
}

.list .image
{
	padding: 0 0 5px 10px;
}

.list .link
{
  padding-top:4px;
}

.list .link a
{
  text-decoration: none; 
  margin-right: 20px;
}

.list .time 
{
	color: Gray;
}

.list .documents
{
	width: 600px;
}

/* document styles */

.document 
{
}

.document .author
{
	font-style: italic;
}

.document .time
{
	color: Gray;
}

.document .body
{
	padding: 10px 10px 0px 0px;
}

.document .ingress
{
	font-weight: bold;
}

.document .text 
{
}

.document .text2
{
	padding: 0px 0px 0px 20px;
}

.document .images
{
}

.document .imagetext
{
	color: Gray;
}

/* calendar */
.calendar 
{
	margin: 0 0 10 0;
	width: 400px;
}

.calendar .header 
{
	border: none;
}
.calendar .header .title 
{
	font-weight: bold;
}

.calendar .month 
{
	margin-top: 10px;
	
/*	background-color:#e0e0e0;*/
border-bottom:solid 1px black;
	font-weight:bold;
}
.calendar .spacer 
{
	height: 5px;
}

.calendar .item 
{
}

.calendar .time
{
	font-weight: bold;
}
.calendar .title
{
	font-weight: normal;
}
.calendar .comment
{
	color:#008000;
}

/* links */
.links 
{
}
.links .column 
{
	width: 25%;
}
.links a 
{
	text-decoration: none;
/*	color: Black;*/
}
.links a:hover
{
  text-decoration: underline;
}

.links .folder 
{
	font-weight:bold;
}
.links .submitform
{
	border-top:solid 1px black;
}

/* forum */
.forum 
{
	margin-bottom: 20px;
}
.forum .header 
{
	border-bottom: none;
}
.forum .header .title
{
}
.forum .header .showcount 
{
	color: Gray;
}
.forum .info 
{
	width: 120px;
}
.forum .user
{
	font-weight: bold;
}
.forum .user a 
{
	/*text-decoration: none;*/
	color: Black;
}

.forum .link
{
	color: Black;
}

.forum .text
{
	width: 400px;
}

.forumlist
{
	/*border-left: solid 2px black;*/
	padding-left: 20px;
}
.forumlist table 
{
	width: 240px;
	border: none;
}
.forumlist td
{
	border-collapse:collapse;
}

.forumlist a 
{
	text-decoration: none;
	color: Black;
}
.forumlist a:hover
{
  text-decoration: underline;
}

.forumlist .new 
{
	font-weight:bold;
}
.forumlist .item
{
/*	background-color:#e0e0e0;*/
}
.forumlist .altitem 
{
/*	background-color:#f0f0f0;*/
}
.forumlist .pager 
{
/*	background-color:#808080;
	color:White;*/
}

/* data tables */

.datatable  
{
	border: solid 1px black;
}

.datatable td
{
	padding: 4px;
}
.datatable .header td
{
	background-color: #0050a0;
	color: White;
	font-weight:bold;
	height: 20px;
	padding: 4px;
}
.datatable .header a 
{
	color: White;
}
.datatable .item
{
	background-color: #f0f0f0;
}
.datatable .altitem
{
	background-color: #eaeaea;
}
.datatable .pager 
{
	background-color: #c0c0c0;
	color: Black;
}

.datatable .menu td
{
	padding-right: 10px;
}
.datatable .menu a 
{
	color: Black;
	
}

.datatable2 .header td
{
	background-color: #0050a0;
	color: White;
	font-weight:bold;
	height: 20px;
	padding: 4px;
}

/* input forms */

.inputform 
{
  background-color: #f0f0f0;
  border: solid 1px #253E87;
  border-collapse: collapse;
}
.inputform td
{
  background-color: #f0f0f0;
  padding: 3px;
}

.inputform .title td
{
  font-weight: bold;
  background-color:#253e87;
  color: White;
  padding: 4;
}

.inputform .footer td
{
/*  background-color: #e0e0e0;*/
  padding-bottom:8px;
  padding-top:10px;
}

.inputform .field
{
  font-weight: bold;
}

.inputform .section
{
  font-weight: bold;
  padding-top:20px;
  border-bottom: solid 1px #000000;
}
.inputform .question
{
  padding-top:10px;
}

/* userprofile */

.userprofile 
{
  background-color: transparent;
  border: none;
}
.userprofile td
{
  background-color: transparent;
}

.userprofile .title td
{
  border-bottom: solid 2px black;
  margin-bottom: 30px;
  font-size: 1.1em;
}


.userprofile .footer td
{
  padding-bottom:8px;
  padding-top:10px;
}

.userprofile .field
{
  font-weight: bold;
  width: 160px;
}

.userprofile .section
{
  font-weight: bold;
  padding-top:20px;
  border-bottom: solid 1px #000000;
}
.userprofile .question
{
  padding-top:10px;
}
.userprofile .infocolumn table
{
	padding-right: 10px;
	width: 400px;
}
.userprofile .imagecolumn
{
	width: 240px;
	padding-left: 10px;
/*	border-left:solid 2px black;*/
	margin-left:20px;
}
.userprofile .interview
{
	width: 600px;
}
.userprofile .interview .title
{
	margin-top:20px;
	font-weight: bold;
	font-size:1.6em;
}
.userprofile .interview .question
{
  font-weight: bold;
}
.userprofile .interview .reply
{
	font-style: italic;
}
.userprofile .buttons
{
	padding-top:30px;
	padding-bottom:10px;
}

/* rich text editor */
.texteditor .editor {
	BORDER: #808080 1px ridge; 
	OVERFLOW: auto; 
	BACKGROUND-COLOR: white;
}
	
.toolbar TD 
{
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; HEIGHT: 18px; 
	Margin: 0px;
}
.toolbar div {
}
.toolbar img { 
	margin: 3px;
	margin-bottom: 0px;
}
.toolbar .button { /*BACKGROUND-COLOR: buttonface*/ }
.toolbar .buttondown { BACKGROUND-COLOR: #8494b5 }
.toolbar .buttonover { BACKGROUND-COLOR: #b5bdd6 }