/* modified 10.10.2022*/

body{
	position: relative;
	background-color: #787878;
	font-family: verdana, arial, "ms sans serif", sans-serif;
	color: Gainsboro;
	margin: auto;
	height: 100%;
	font-size: 12px;
}

b{
	color: white;
}

ul{
	margin: auto;
	text-align: left;
	max-width: 400px;
}

.tooltip span {
	z-index: 10;
	display: none;
	padding: 10px 20px;
	margin-top: -32px;
	margin-left: 32px;
	text-align: left;
	box-shadow: 8px 8px 8px #000080;
	font-size: 10px;
}

.tooltip ul {
	margin: 0px;
	padding: 0px;
}

.tooltip img {
	height: 256px;
}
	
.tooltip:hover span {
	display: inline;
	position: absolute;
	font-weight: normal;
	color: Gainsboro;
	border: 1px solid #000000;
	background: #787878;
}

.navdrop_table{
	border-collapse: collapse;
	text-align: center;
	width: 100%;
	background-color: #787878;
	color: Gainsboro;
}

.navdrop_table td{
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid black;
}

.navdrop span {
    min-width: 100px;
	z-index: 10;
	display: none;
	margin-top: 1px;
	margin-left: -2px;
	text-align: left;
	box-shadow: none;
	font-size: 10px;
	line-height: 14px;
	box-shadow: 8px 8px 8px #000080;
}
	
.navdrop:hover span {
	display: inline;
	position: absolute;
	font-weight: normal;
	color: Gainsboro;
	background: #787878;
}

.navbox_table{
	margin-top: 5px;
	border-collapse: collapse;
	width: 100%;
	background-color: #000080;
	color: #787878;
}

.navbox_td{
	width: 20%;
	border: 1px solid black;
}

.navbox_table a{
	text-align: center;
}

.navbox_td:hover{
	background-color: #787878;
	font-weight: bold;
}

.navlink{
	display: block;
	font-size: 12px;
	line-height: 14px;
	color: Gainsboro;
	text-decoration: none;
}

.pageheader{
	background-color: #000080;
	border: 1px solid black;
	text-align: center;
	vertical-align: center;
	height: 62px;
}

.newsboxheader{
	color: Gainsboro;
	margin: auto;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}

.newsbox{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 25px;
	margin-top: 5px;
	border: 1px solid black;
	background-color: #000080;
	color: Gainsboro;
}

.projects{
	padding-left: 10px;
	padding-top: 10px;
}

.toplink{
	font-size: 12px;
	line-height: 14px;
	color: Gainsboro;
	text-decoration: none;
}

.genlink{
	font-size: 12px;
	line-height: 14px;
	color: #000080;
}

.bloglink{
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
	color: Gainsboro;
	text-decoration: none;
}

table.car_table{
	width: 100%;
	max-width: 500px;
	border: none;
}

table.mobsub_old{
	width: 100%;
	border-collapse: collapse;
}

table.proj_table{
	width: 100%;
	border-collapse: collapse;
}

tr.mobsub_old:nth-child(odd) {
    background-color: #878787;
}
	
td.newchassis{
	background-color: green;
}

td.left {
	width: 50%;
	text-align: right;
	padding-right: 10px;
}

td.right {
	text-align: left;
	padding-left: 10px;
}

td.td_l {
	width: 50%;
	text-align: right;
	padding-right: 10px;;
}

td.td_r {
	text-align: left;
	padding-left: 10px;
}


table.listing{
	width: 100%;
	border: none;
	border-collapse: collapse;
}

table.listing td {
	border: 1px solid Gainsboro;
	padding: 5px;
	text-align: left;
}

table.listing tr.separator {
	border-top: 3px solid Gainsboro;
}

table.listing tr:nth-child(odd) {
	background-color: #878787;
}

p{
	font-size: 12px;
	margin: 2px;
	line-height: 14px;
}

hr{
	border: none;
	border-top: 1px solid #000000;
	background-color: #787878;
	height: 1px;
}

img{
	max-width: 100%;
}
 
.ch_pre {
	height: 50px;
}
	
.blogimage{
	max-width: 100%;
	max-height: 200px;
}	
	
.blogentry{
	font-weight: bold;
    text-decoration-line: underline;
}	

.projectpage{
	text-align: center;
	margin: auto;
	max-width: 768px;
}

.in_calc{
	width: 50px;
}
	
@media screen and (min-width: 768px) {
	body{
		width: 1346px;
	}
	
	.general_image{	
		max-width: 100%;
		max-height: 200px;
	}

	.pageheader{
		margin-top: 20px;
		margin-left: 20px;
		margin-right: 20px;
	}
	
	.navbox{
		margin-left: 20px;
		margin-right: 20px;
	}

	.newsboxheader{
		margin-left: 70px;
	}

	.newsbox{		
		position: absolute;
		margin-left: 20px;
		width: 250px;
		height: 84%;
	}

	.newscontent{	
		padding-top: 5px;
		width: 100%;
		height: 98%;
	}	

	.blogcontent{
		border: 1px solid black;	
		padding: 5px;
		margin-top: 5px;
		margin-left: 20px;
		margin-right: 20px;
	}

	.maincontent{
		padding: 5px;
		display: block;
		border: 1px solid black;
		position: relative;
		margin-top: 5px;
		margin-left: 282px;
		margin-right: 20px;
		min-height: 1020px;
	}

	.table1{
		width: 100%;
		font-size: 12px;
	}

	.footer{
		position: static;
		margin-top: 5px;
		margin-left: 20px;
		margin-right: 20px;
		margin-bottom: 20px;
		
		background-color: #000080;
		border: 1px solid black;
		
		height: 18px;
		text-align: center;
		vertical-align: center;
		font-size: 10px;
		font-weight: bold;
		padding-top: 2px;
		line-height: 14px;
	}

}


@media screen and (max-width: 767px) {
	body{
		min-width: 304px;
		width: 100%;
	}
	
	.general_image{	
		max-width: 100%;
		max-height: inherit;
	}

	.pageheader{
		margin-top: 20px;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.navbox{
		margin-left: 0px;
		margin-right: 0px;
	}
 
	th.stick{
		font-size: 10px;
	}

	.newsboxheader{
		margin-left: 35%;
	}
		
	.newsbox{		
		position: relative;
		margin-left: 0px;
		margin-right: 0px;
		height: 130px;		
	}

	.newscontent{
		padding-top: 5px;
		width: 100%;
		height: 96%;
	}

	.blogcontent{	
		position: relative;
		border: 1px solid black;
		padding: 5px;
		margin-top: 5px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.maincontent{
		padding: 5px;
		border: 1px solid black;
		position: relative;
		margin-top: 5px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.table1{
		font-size: 10px;
	}

	.footer{
		text-align: center;
		position: relative;
		bottom: 20px;
		margin-top: 25px;
		margin-left: 0px;
		margin-right: 0px;
		
		background-color: #000080;
		border: 1px solid black;
		
		height: 18px;
		text-align: center;
		vertical-align: center;
		font-size: 10px;
		font-weight: bold;
		padding-top: 2px;
		line-height: 14px;
	}

}