html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial;
	font-size: 12px;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;
	background-color: #ffffff;
}
a{
	color:#0E6BA4;
}
a:hover{
	text-decoration:underline;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

#leftcol {
	float: left;
	width: 275px;
}

#logo {
	background-image: url(../img/logo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 70px;
	margin-top: 30px;
}
#logo_siilinjarvi{
	background-image: url(../img/logo_siilinjarvi.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	height: 70px;
	margin-top: 30px;
}
#leftcontent {
	margin: 0px 25px 20px 17px;
}

#leftcontent div.title {
	background-color: #333333;
	background-image: url(../img/header_bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	height: 23px;
	line-height: 23px;
	padding: 0px 10px;
	margin: 20px 0px 5px 0px;
}

table.searchfields {
	width: 240px;
	margin-left: 0px;
}

table.searchfields td.title {
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
}

table.searchfields td.input {
	text-align: right;
}

#leftcontent input.text,
#leftcontent select {
	border: 1px solid #aaaaaa;
	width: 150px;
}

table.searchconfig {
	width: 240px;
	margin-left: 10px;
}

table.searchconfig td {
	vertical-align: top;
}

table.searchconfig td.title {
	text-align: right;
	padding-right: 5px;
	padding-top: 2px;
	font-weight: bold;
}

ul.quicksearch,
ul.extlinks {
	list-style-type: none;
	margin: 0;
	padding: 10px 20px 10px 25px;
}

ul.quicksearch li a,
ul.extlinks li a,
a.leftboldlink {
	font-weight: bold;
	text-decoration: none;
	color: #01924F;
	font-size: 13px;
}

ul.quicksearch li a:hover {
	text-decoration: underline;
}

ul.extlinks li a {
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}

ul.extlinks li a:hover {
	text-decoration: underline;
}

#content {
	margin-left: 275px;
	padding: 20px 0px 20px 30px;
}

#alphadir {
	margin-left: 25px;
	margin-bottom: 10px;
}

#alphadir table {
	width: 500px;
	border-collapse: collapse;
}

#alphadir table td {
	padding: 0px;
	text-align: center;
}

#alphadir a {
	text-decoration: none;
	color: #000000;
}

#alphadir a:hover {
	text-decoration: underline;
}

div.phonecatpage,
div.footeractions {
	width: 540px;
}

div.phonecatpage div.pagetop {
	/*background-image: url(../img/phonecatpage_top.jpg);
	background-repeat: no-repeat;
	background-position: top left;*/
	height: 0px;
}

div.phonecatpage div.pagebottom {
	/*background-image: url(../img/phonecatpage_bottom.jpg);
	background-repeat: no-repeat;
	background-position: top left;*/
	height: 19px;
}

div.phonecatpage div.pagemiddle {
	/*background-image: url(../img/phonecatpage_bg.jpg);
	background-repeat: repeat-y;
	background-position: top left;*/
	padding: 0px 40px 20px 60px;
}

div.phonecatpage table.entry table.property td {
	padding: 2px 0px;
	vertical-align: top;
}

div.phonecatpage table.entry table.property td.key {
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
}

div.phonecatpage table.entry {
	border-collapse: collapse;
	width: 100%;
	font-size:12px;
}
div.phonecatpage table.entry td.eob{
	border-bottom: 1px solid #aaaaaa;
}
div.phonecatpage table.entry tr.row {
	height: 16px;
}

div.phonecatpage table.entry td {
	padding: 2px 0px;
	vertical-align: top;
}

div.phonecatpage table.entry td.middle {
	width: 125px;
}

div.phonecatpage table.entry td.right {
	width: 110px;
	text-align: right;
}

div.phonecatpage table.pageheader {
	border-collapse: collapse;
	width: 100%;
	border-bottom: 1px solid #aaaaaa;
}

div.phonecatpage table.pageheader td {
	padding: 2px 0px;
}

div.phonecatpage table.pageheader td.middle {
	width: 125px;
}

div.phonecatpage table.pageheader td.right {
	width: 110px;
	text-align: right;
}

div.phonecatpage div.pageactions {
	text-align: right;
	margin-top: 10px;
}

div.footeractions {
	text-align: center;
}

div.footeractions a {
	color: #000000;
}

#tooltip {
	position: absolute;
	z-index: 100;
	border: 1px solid #aaa;
	background-color: #fff;
	padding: 10px;
}
table.entry td h1{
	margin:0px 0px 5px 0px;
	font-size:16px;
}
table.entry td.title{
	width:20%;
	text-align:right;
}
ul.categorylist{
	width:540px;
}
ul.categorylist li{
	list-style-type:none;
	padding:3px 0px;
}
ul.categorylist li a.alphabet,
ul.categorylist li a.classname,
ul.categorylist li a.category{
	float:left;
	display:block;
}
div.clear{
	clear:both;
}
ul.categorylist li table td.mainclass{
	width:5%;
	vertical-align:top;
}
ul.categorylist li table td.mainclassname{
	width:85%;
	vertical-align:top;
}
ul.categorylist li table td.classrange{
	width:10%;
	vertical-align:top;
}
div.fullname{
	font-size:14px;
	font-weight:bold;
}
