/* navigation elements */ @import url("navi.css");
/* general page elements */ @import url("pages.css");
/* frontpage content elements */ @import url("frontpage.css");
/* form elements */ @import url("forms.css");

/* colors: Vaisala Measurement Systems */ @import url("measurement_systems.css");


/* general styles */

body	{
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;

}

td {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.infoNavi, .infoContent {
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p	{
	margin-top: 0px;
	margin-bottom: 15px;
}

i	{
	font-style: italic;
}

b	{
	font-weight: bold;
}


/* general links */

a:link, a:active, a:visited	{
	text-decoration: none;
	color: #0000FF;
	font-weight: bold;
}

a:hover	{
	text-decoration: underline;
}


/* general headers */

h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #6F7170;
	margin-top: 5px;
	margin-bottom: 15px;
}

h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #6F7170;
	margin-top: 0px;
	margin-bottom: 10px;
}

h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 5px;
}

h4	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}

#footerPrint	{
	display: none;
}

.product_title {
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	margin-top: 5px;
	margin-left: 26px;
	color: #FFFFFF;
}
.contentTable {
	border-left: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	width: 958px;
}

.mainTD {
	width: 560px;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	padding: 2px;
	padding-top: 10px;
}

.leftTD {
	width: 199px;

}
.rightTD {
	width: 199px;
	padding: 2px;
}
.nav_header {
	background-color: #eeeeee;
	padding-left: 20px;
	padding-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: middle;
	height: 20px;
	font-weight: bold;
}
.help_header {
border-bottom: 1px solid #eeeeee;
}
.leftNav {
	background-repeat: no-repeat;
	background-position: bottom left;
}
.leftNav:hover {
}

.formHeader {
	width: 375;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	background-color: #eeeeee;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	height: 16px;
	font-size: 12px;
	font-weight: bold;
}
.formContent {
	width: 500px;
	border: 1px solid #333333;
	padding: 2px;
}

.header_box{
	background-color: #ffffff;
	border-left: 1px solid #999999;
	border-top: 0px solid #eeeeee;
	border-right: 0px solid #eeeeee;
	border-bottom: 1px solid #999999;
	width: 516px;
	height: 20px
	text-align: left;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 0px;
	font: 10px;
	font-weight: normal;
}
.link_box{
	background-color: #ffffff;
	border-left: 0px solid #999999;
	border-top: 0px solid #eeeeee;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	width: 380px;
	text-align: right;
	padding-left: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font: 10px;
	font-weight: normal;
}


.register_box {
	background-color: #f4f4f4;
	width: 65px;
	height: 12px;
	font-size: 10px;
	border: 1px solid #999999;
	text-align: center;

}

.login_box {
	background-color: #CCCCFF;
	width: 65px;
	height: 12px;
	font-size: 10px;
	border: 1px solid #999999;
	text-align: center;
}

.renew_box {
	background-color: #FFFFCC;
	width: 65px;
	height: 12px;
	font-size: 10px;
	border: 1px solid #999999;
	text-align: center;
}


.no_link {

	text-decoration: none;
}

.no_link:hover {

	text-decoration: none;
}
