/*
	CSS for all web pages in Burkard site
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
}

.body_gen {
	/*font-size: 80%;*/
}

li {
	list-style: square
}

td {
	font-size: 80%;
}

th {
	font-size: 90%;
}

h1 {
	font-size: 115%; 
}

h2 {
	font-size: 110%; 
}

h3 {
	font-size: 105%; 
}

h4 {
	font-size: 95%; 
}

h5 {
	font-size: 90%; 
}

h6 {
	font-size: 75%; 
}

a:link {
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color:#000066; 
	font-weight: bold;
}

a:active {
	text-decoration: none;
	font-weight: bold;
}

.toplink {
	color: #CCCCCC; 
}

.toplink:hover {
	text-decoration: none;
	color: #FFFFFF; 
}

.toptext {
	font-size: 85%;
	color: #FFFFFF; 
}

.bottomlink {
}

.bottomlink:hover {
	text-decoration: none;
}

.bottomtext {
	font-size: 85%;
}

.smalltext {
	font-size: 80%;
}

.pdftext {
	font-size: 95%;
}

.bullettext {
	/*font-size: 90%; */
}

.tablink {
	color: #FFFFFF;
	font-size: 85%; 
}

.tablink:visited {
	text-decoration: none;
	color: #FFFFFF; 
}

.tablink:hover {
	text-decoration: underline;
	color: #FFFFFF; 
}

.tagItemHide {
	display: none;
} 

.tagItemShow {
	display: block;
	height: 300px;
	overflow: auto;
	padding: 15px 15px 15px 15px;
	/*background-color: #F5F5F5;*/
}

.tagItemShowNormal {
	display: block;
	width: 100%;
	padding: 15px 0px 2px 0px;
}

.tagFeaturesTable {
	width: 100%;
}

.tr_navbar {
	/*background-color: #CCCCCC;*/
	font-size: 100%;
}


