@charset "UTF-8";

/* CSS ERA Liising Inkasso. Espresso 2008 */

 
/* Main layout */

* {
	margin: 0;
}
html, body {
	height: 100%;
	background-image:url(../images/bck.png);
	background-repeat:repeat-x;
	font-family: "trebuchet ms", arial, sans-serif;
	text-align:justify;
	font-size: 12px;
	color:#474747;
	line-height:18px;
}
p {
	padding:6px 0;
	}
.LevMen a, .LevMen a:visited, .LevMen a:active, .LevMen a.menu {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	}
.LevMen ul, .LevMen li {
	list-style-type: none;
}
.LevMen a:hover {
	color:#000;
	}
.rightContent a, .rightContent a:active, .rightContent a:visited, .leftContent a, .leftContent a:active, .leftContent a:visited  {
	background-color:#e3e3e3;
	color:#000;
	padding:1px 3px;
	text-decoration:none;
	}
.rightContent a:hover, .leftContent a:hover {
	text-decoration:underline;
	} 
.separator {
	margin:5px 0 18px 0;
	background-color:#ccc;
	height:1px;
	}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
	width:900px;
}
.header {
	width:874px;
	height:101px;
	background-image:url(../images/header.png);
	text-align:right;
	padding:3px 13px;
	font-size:9px;
	color:#FFFFFF;
	}
.header a, .header a:visited, .header a:active {
	color:#FFFFFF;
	text-decoration:none;
	}
.header a:hover {
	text-decoration:underline;
	}
.footer, .push {
	height: 100px; /* .push must be the same height as .footer */
}
.footer {
	background-color:#e3e3e3;
	
}
		.footerCentered {
			width:856px;
			margin:0 auto;
			padding:22px;
			color:#888888;
			}
				.footerMen {
					font-size:11px;
					}
				.footerMen img {
					display:none;
				}
				.footerMen a {
					background-image:url(../images/1stLevMenSeparator2.png);
					background-repeat:no-repeat;
					background-position:right;
					padding:10px;
				}
				
.twoColumn {
	width:900px;
	margin:0;
	padding:0;
	}
.leftColumn {
	width:570px;
	vertical-align:top;
	}
		.LevMen {
			height:34px;
			padding:3px 0 0 19px;
			color:#FFFFFF;
			font-weight:bold;	
			}
				.LevMenSep {
					vertical-align:middle;
					padding:0 13px;
					}
		.leftPageHead {
			height:94px;
			padding:26px 80px 0 5px;
			}
				.leftPageHeadImg {
					float:left;
					margin-right:10px;
					}	
				.leftPageHeadTxt {
					font-size:13px;
					color:#000;
					font-style:italic;
					line-height:20px;
					}			
		.leftContent {
			padding:22px;
			}		
.rightColumn {
	width:321px;
	padding-right:9px;
	vertical-align:top;
	}
		.graphLogin {
			text-align:right;
			padding:14px 27px 0 0;
			height:106px;
			color:#343434;
			background-image:url(../images/loginBckBig.png);
			font-size:11px;				
			}
				.graphLoginUser, .graphLoginPass {
					background: url(../images/loginBoxTransp.gif) no-repeat;
					background-position: 0px -30px;
					border:none;
					font-size:11px;
					outline:none;
					width:181px;
					padding-top:8px;
					padding-left:6px;
					padding-bottom:8px;
					margin-top:2px;
					margin-right:-5px;
					}
				.graphLoginPass {
					background: url(../images/loginPassTransp.gif) no-repeat;
					background-position: 0px -30px;
					margin-top:6px;
					}
				.graphLoginUser:focus, .graphLoginPass:focus {
					background-position: 0px 0px;
					}	
				.graphLoginButton {
					margin:0 0 -9px -44px;	
					padding:0 3px 0 0;
					}
		.rightContent {
			background-color:#f7f7f7;
			padding:6px 22px 13px;
			margin:10px 0;
			}	
/* OO Classes */

.footerMen a, .footerMen a:active, .footerMen a:visited, a.lined, a.lined:visited, a.lined:active {
	text-decoration:underline;
	color:#343434;
	}
	
a.lined:hover, .footerMen a:hover {
	text-decoration:none;
	color:#343434;
	}
.alertHeadline {
	background-color:#000000;
	font-weight:bold;
	color:#fff;
	padding:2px 3px;
	}
.textHeadline, .moduletable_teenused h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;	
	margin:10px 0 0 0;
	font-weight:normal;
	}
.colorBlack {
	color:#000;
	}
.partnerLogo {
	padding:10px;
	}
.moduletable_teenused {
	vertical-align:top;
	text-align:left;
}
.moduletable_teenused img {
	display: none;
}
.moduletable_teenused h3 {
	margin-bottom: 20px;
}
.moduletable_teenused tr {
	margin-bottom: 4px;
	display: block;
}

/*
  ERA XML
*/
#era_xml {
  width: 562px;
}
#era_xml ul {
  margin: 0;
  padding: 0;
}
#era_xml li {
  list-style: none;
  padding: 5px 0;
}
#era_xml li a {
  background: none;
  display: block;
  font-weight: bold;
  line-height: 22px;
}
#era_xml li a:hover {
  background: #e3e3e3;
}
#era_xml li span {
  float: right;
  font-weight: normal;
}
#era_xml dl {
  clear: both;
    line-height:18px;
}
#era_xml dt {
  float: left;
  font-weight: bold;
}
#era_xml dd {
  float: right;
}
