/*This is the core style sheet of sensors website.*/

body {
	font-family: "trebuchet MS", arial; 
	font-size: 14px;
	margin-left: 5px;
	margin-top: 15px;
}

a, a:visited {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}

a:hover {
	color: #999999;
}

table {
	border-collapse: collapse;
	border: 0;
	table-layout: fixed;
	width: 775px;
}

.headertext {
	font-weight: bold;
	color: #000066;
	text-align: center;
}

.navigationbar {
	background-color: #0033ff;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #ffffff;
	padding: 2px;
	text-align: center;
	width: 15%;
}

.navigationbar a, .navigationbar a:visited, .dbluenavbar a, .dbluenavbar a:visited, .footer a, .footer a:visited, .small a, .small a:visited {
	color: #ffffff;
}

.navigationbar a:hover, .dbluenavbar a:hover, .small a:hover {
	color: #999999;
}

.dbluenavbar {
	background-color: #000066;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #ffffff;
	padding: 2px;
	text-align: center;
	width: 15%;
}

.langsel {
	font-size: 10px;
	text-align: center;
}

.langsel a, .langsel a:visited {
	color: #000066;
	font-weight: bold;
}

.bread, .bread a, .bread a:visited {
	margin: 0;
	font-size: 11px;
}

/*Properties for the Link Bar on the left column of the pages */

.linkbar {
	vertical-align: top;
	background-color: #0033ff;
	border-right: 1px solid #ffffff;
	height: 500px;
}

.linkbar a, .linkbar a:visited {
	display: block;
	color: #ffffff;
	padding: 15px 12px;
}

.linkbar a:hover {
	color: #999999;
}

/*All properties for the Main content of all the pages */

.maincontent {
	vertical-align: top;
	margin-top: 0;
}

.bot {
	vertical-align: bottom;
	font-weight: bold;
	height: 20px;
}

#scroll {
	color: #000066;
   	margin-left:-114px;
}

#newsdate {
	color: #ffffff;
	background-color: #000066;
	padding-left: 10px;
	width:250px;
}

img {
	border-width: 0;
}

p {
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	line-height: 16px;
}

.header {
	font-weight: bold;
}

.centre {
	text-align: center;
}

dt {
	padding-left: 10px;
}

h1 {
	padding-left: 10px;
	color: #000066;
	font-size: 24px;
}

h2 {
	font-size: 20px;
	margin: 0;
}

td h2 {
	margin-top: 0;
}

td h1 {
	margin-top: 0;
}
}
li {
	text-align: left;
}
sidelist.li {
        list-style-image: url(../image/main/pdficontr.gif);
}
sup {
	font-size: 8px;
}

legend {
	font-size: 0.8em;
	font-weight: bold;
}

/*All properties for the footer */

.footer {
	background-color: #0033ff;
	text-align: center;
	color: #ffffff;
	font-size: 10px;
}

.footer td {
	border-top: 1px solid #ffffff;
}

.footer img {
	padding: 2px 5px;
	float: right;
}

.footer a:hover {
	color: #999999;
}

.rbottom b {
	display: block;
	height: 1px;
    overflow: hidden; 
	background: #0033ff;
}

b.r1 {
	margin: 0 5px;
}

b.r2 {
	margin: 0 3px;
}

b.r3 {
	margin: 0 1px;
}

b.r4 {
	margin: -1px 1px;
	height: 2px;
}