html {
	height: 100%;
}

body {
	background-color: #38AC4B;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

#container {
	background-color: #FFFFFF;
	background-image: url(../images/smartcard_back_extend.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	width: 80%;
	padding: 0px;
	margin: 0px auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #39AB49;
	border-left-color: #39AB49;
	position: relative;
}

#banner {
	background-image:  url(../images/smartcard_pic_blokecheck.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 250px;
}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}

#text {
	color: #000000;
	line-height: 18px;
	text-align: left;
	padding: 0px;
	margin-left: 255px;
	margin-right: 30px;
	margin-bottom: 10px;
	margin-top: 0px;
}

#text h1 {
	font-family: "Courier New", Courier, mono;
	font-size: 2.25em;
	color: #12593B;
	line-height: 25px;
	margin-top: 0px;
}

#text h2 {
	font-weight: bold;
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}

#text h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #990000;
	line-height: 16px;
	margin-bottom: 10px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

#text a {
	color: #000099;
}

#text a:hover {
	color: #990000;
	text-decoration: none;
}

#text ul {
	list-style-type: square;
	margin-top: 0px;
}

#text ol li {
	padding-bottom: 15px;
}

#text li {
	padding-bottom: 5px;
}

#text .box {
	margin-bottom: 20px;
	padding: 15px;
	border-top: 1px solid #D9DA73;
	border-right: 1px solid #999900;
	border-bottom: 1px solid #999900;
	border-left: 1px solid #D9DA73;
}

#text .box p {
	padding: 0px;
	margin-bottom: 0px;
}

table.authentication {
	width: auto;
}

table.authentication td {
	padding: 8px;
	background-color: #FFFFCC;
	border: 1px solid #CACC2B;
}

table.authentication td.centre {
	text-align: center;
}

#links {
	width: 195px;
	float: left;
	padding-left: 30px;
}

#exboxlink, #boxlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #CBCC2C;
	width: 195px;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

#exboxlink li, #boxlink li {
	list-style-type: none;
}

#exboxlink a, #boxlink a {
	color: #000000;
	text-decoration: none;
	display: block;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-left: 8px;
	padding-top: 7px;
	padding-bottom: 7px;
	height: 17px;
}

#exboxlink a:hover, #boxlink a:hover {
	text-decoration: none;
	background-color: #D9DA73;
}

#exboxlink a.application {
	color: #990000;
}

#leftlinks {
	padding: 0px;
	margin: 25px 0px;
	list-style-type: none;
}

#leftlinks li {
	display: block;
	margin-top: 8px;
}

#leftlinks a {
	text-decoration: none;
}

.leisurelifestyle {
	background-image:  url(../images/leisure_lifestyle.jpg);
	height: 85px;
}

.librarycatalogue {
	background-image:  url("../images/library_catalogue.gif");
	height: 85px;
}

.leisurelifestyle, .librarycatalogue {
	background-repeat: no-repeat;
	display: block;
	width: 183px;
	border: 1px solid #999999;
}

.leisurelifestyle:hover, .librarycatalogue:hover {
	border: 1px solid #333333;
}

#helpline {
	background-color: #CACC2B;
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: right;
	clear: both;
	height: 50px;
	background-image: url(../images/helpdesk.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#helpline p {
	margin: 0px;
	padding: 0px;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #084C35;
	text-align: center;
	margin: 0px;
	padding-bottom: 15px;
	padding-top: 12px;
	clear: both;
}

#footer ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

#footer li {
	display: inline;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
	padding-right: 2px;
	padding-left: 5px;
}

#footer a:hover {
	text-decoration: none;
}

#footer .produced {
	color: #FFFF99;
	display: block;
	margin-top: 6px;
}

.imagedescription {
	display: none;
}

#validate {
	margin-top: 50px;
	text-align: left;
}

div#container { 
	width: 80%;
	min-width: 750px;
	width:expression(document.body.clientWidth < 938? "750px": "80%" );
}
.superscript {
	font-size: 9px;
	font-weight: normal;
}

