﻿@import url("style1.css");
/* TABLE FORMATING */
.search_criteria {
	width:870px;
	border: thin #8FBC8F ridge;
	border-spacing:3px 6px;
}
.event_column{
	background-color:#FFF8DC;
	width: 135px; 
	padding-left:10px
}
.description_column {
	width: 720px;	
	background-color:#FFF8DC;
	padding:0px 5px 0px 5px;
}
.example {
	color:maroon;
	font-style:italic;
	font-weight:bold;
}
.database_content_table {
	color:#226511;
	width:100%;
	border: thin #8FBC8F ridge;
	border-spacing: 6px 6px;
}
.database_content_date{
	width: 384px;	
	background-color:#FFF8DC;
	padding: 3px 2px 3px 6px;
}
.database_content_paper{
	width: 186px;	
	background-color:#FFF8DC;
	padding: 3px 2px 3px 6px;
}
.database_content_description{
	width: 720px;	
	background-color:#FFF8DC;
	padding: 3px 2px 3px 6px;
}

.display_content_hearder {
	color:#226611;
	width:925px;
	margin-bottom:0px;	
}

.display_content_hearder {
	color:#226611;
	width:925px;
	margin-bottom:0px;	
}
.contact_comment {
	font-size: small;
	color:#778899;
}
.leader_text {
	color: #226611;
	font-weight: bold;
	 font-size: large;
}


