/* Stylesheet related to all template styles eg. navigation, subnavigation, page headers, default content
   styles, menus, and so on.  for page-specific styles, they can be embedded in the actual html for simplicity.
 */

	TABLE { font-family: arial; font-size: 9pt; }
	A { color: #ff0000; text-decoration: none; }
	A:hover { text-decoration: underline; color: #666; }

	.midTableCell { border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; }
	.endTableCell { border-bottom: 1px solid #ddd; }
	.SBnav { color: #999; }
	.SBnav:hover { text-decoration: none; }

	.SLnav { color: #69c; font-weight: normal; }
	.SLnav:hover { color: #369; text-decoration: underline; font-weight: normal; }

	.SBnavRowHiliteOn { background-color: #FFFFFF; }
	.SBnavTableCell { 
			height: 30px;
			border-bottom: 1px dashed #ddd;
			font-family: arial, verdana;
			font-size: 9pt; 
			background-color: #3366FF;
			padding-left: 15px;
	}

	.ContentStyle { padding-top: 25px; padding-bottom: 100px; padding-left: 15px; padding-right: 15px; text-align: justify; color: #555; }

        .ContentHeader { padding-right: 15px; font-weight: bold; font-family: arial-narrow; color: #666; }

        .ContentHeader2 { padding-left: 0px; font-family: arial-narrow, verdana, arial; font-weight: bold; color: #666; }

        .SLnavStyle { padding-bottom: 0px; }

	.formButtonsMain { border: 1px solid #ccc; color: #fff; font-weight: bold; font-size: 7pt; background-image: url('http://www.nkmissions.com/nw/imgs/loginBG.gif');  }

	.formInputsMain { border: 1px solid #ccc; font-size: 9pt; }
	



/* Dave's Styles here */

		/* ----- active discussions styles ----- */ 		
		div#active_discussions {
			border:1px solid black;
		}
		div#active_discussions a:link { 
			color:  navy; 
			}
		div#active_discussions a:visited { 
			color:  navy; 
			}
		div#active_discussions a:active { 
			color:red; 
			}
		div#active_discussions a:hover {
			color:red; 
			text-decoration: underline;
			}
		a.title_link:link, a.title_link:visited,a.title_link:active,a.title_link:hover {
			font: 10px arial, helvetica, verdana, sans-serif;
			font-weight:normal;
			} 
		div#active_discussions a.profile_link:link, a.profile_link:visited, a.profile_link:active, a.profile_link:hover {
			font: 10px arial, helvetica, verdana, sans-serif;
			text-decoration: underline;
			}	
		div#active_discussions table {
			width:530;
			}
		div#active_discussions table th{
			font-weight:bold;
			color:white;
			background:#A1AAD2;
		}
		div#active_discussions table td{
			color:black;
			}
		div#active_discussions table td.title{
			width:70%;
			}	
		div#active_discussions table td.post{
			font: 10px arial, helvetica, verdana, sans-serif; 
			}
		div#active_discussions table tr.titles {
			font: 10px arial, helvetica, verdana, sans-serif; 
			color: navy; 
			}
		div#last_comment, div#post_date{
			color:navy;
			}
		div#active_discussions table td.td_center {
			text-align:center;
			}
		div#active_discussions table tr.weblog1 {
			background:#f0f0ff;
			}
		div#active_discussions table tr.weblog2 {
			background:#eef6f6;
			}
		/* ----- END active discussions styles ----- */


	/*  Title bar with green background*/
	 .title1 {
	  margin:0px 0px 0px 0px;
	  font-family: verdana,trebuchet,sans-serif;
	  font-size:   11px;
	  text-align:center;
	  color:       #FFFFFF;
	  font-weight: bold; 
	  background-color: #008080;
	  border:1px solid #34596C;
	  padding:1px;
	}
	
	/*  Title bar with dark green background*/
	 .title2 {
	  margin:0px 0px 0px 0px; 
	  font-family: verdana,trebuchet,sans-serif;
	  font-size:   12px;
	  text-align:center;
	  color:       #FFFFFF;
	  font-weight: bold; 
	  background-color: #666633;
	  border:1px solid #34596C;
	  padding:1px;
	}
	
	/*  Title bar with dark green background and big letters*/
	 .title3 {
	  margin:0px 0px 0px 0px;
	  font-family: verdana,trebuchet,sans-serif;
	  font-size:   16px;
	  text-align:center;
	  color:       #FFFFFF;
	  font-weight: bold; 
	  background-color: #666633;
	  border:1px solid #34596C;
	  padding:1px;
	}

.lgTextBold {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   20px;
 color:       #000097;
 font-weight: bold;
}

.medText {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   14px;
 color:       #000000;
 font-weight: normal;
}

.medTitle {
 font-family: Arial;
 font-size:   16px;
 color:       #993300;
 font-weight: bold;
}

.smText {
 font-family: Arial;
 font-size:   9px;
 color:       #000000;
 font-weight: normal;
}

H2 {
 font-family: verdana,trebuchet,sans-serif;
 font-size:   20px;
 color:       #000097;
 font-weight: bold;
}
