
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.5em;
}

.clearfix{
	clear: both;
}

.menu{
	font-weight: bold;
}

.page-header h1{
	font-weight: bold;
	font-size: 40px;
	color: #173161;
}

.container{
	width: 80%;
	margin: auto;
}

#left-block{
	float: left;
	width: 30%;	
	padding: 20px;
}

#right-block{
	float: right;
	width: 70%;	
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
}
/*#right-block-top{
	display:table-cell; 
	vertical-align:middle;
}*/
#right-block-top h2{
	font-weight: bold;
	font-size: 28px;
}
#right-block-mid{
	padding-top: 48px;
	font-family: Luminari, fantasy;
	font-size: 82px;
}
#right-block-mid p1{
	float: left;
	font-size: 77px;
	color: #5D6D7E;
}
#right-block-mid p2{
	float: left;
	color: #1ABC9C;
}
#right-block-mid p3{
	float: left;
	color: #148F77;
}
#right-block-mid p4{
	float: left;
	color: #0E6251;
}
#right-block-mid p5{
	color: #99A3A4;
	font-weight: bold;
	font-size: 20px;
	font-family: Courier New, monospace;
}
#right-block-down{
	padding-left: 130px;
	padding-top: 60px;
	color: #99A3A4;
	font-weight: bold;
	font-size: 18px;
	font-family: Courier New, monospace;
}

.link-top {
    width: 100%;
    height: 2px;
    border-top: solid #ACC0D8 2px;
}

.mid-block{
	padding-left: 15px;
	padding-right: 15px;
}

.bottom{
	font-size: 10px;
	color: gray;
	text-align:center;
}

#searchblock{
	height: 145px;
}
.btn-submit{color:#fff;background-color:#148F77;border-color:#146c43}
.btn-submit:hover{color:#fff;background-color:#117864;border-color:#146c43}
.btn-submit:focus{color:#fff;background-color:#0E6251;border-color:#146c43}


.tableDiv{
	height: 500px;
	overflow-y: scroll;	
}

table.reference{margin: auto;}
table.reference,table.tecspec{border-collapse:collapse;width:80%;margin-bottom:4px;margin-top:4px}
table.reference tr:nth-child(odd){background-color:#EBEDEF}
table.reference tr:nth-child(even){background-color:#fff}
table.reference tr.fixzebra{background-color:#f6f4f0}
table.reference th{color:#fff;background-color:#283747;border:1px solid #fff;font-size:18px;padding:3px;line-height:2em;vertical-align:top;text-align:left}
table.reference td a:link,table.reference td a:visited{text-decoration: none; color:#1B4F72}
table.reference td a:active,table.reference td a:hover{color:#5DADE2}
table.reference td{line-height:2em;min-width:24px;border:1px solid #AEB6BF;padding:5px;padding-top:7px;padding-bottom:7px;vertical-align:top}
