﻿/* EastLink style sheet - common.css */
*
{
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
html, body, form
{
	height: 100%;
	text-align: center;
	font-size: 0.90em;
}
input, select, textarea
{
	border: solid 1px #31B8F6;
	color: #333;
	background: white;	
	font-size: 0.95em
}
input:hover, select:hover, textarea:hover
{
	background: #ccc	
}
table.grid, table.grid td
{
	border: solid 1px #ccc;
	border-collapse: collapse;
}
table.grid .altRow1
{
	background-color: #fff
}
table.grid .altRow2
{
	background-color: #eee	
}
table.grid .fieldTitle
{
	background-color: #31B8F6;
	color: White;	
	font-weight: bold;
}
table.grid .fieldTitle a
{
	color: white	
}
img
{
	border: 0;
}
.wrapper
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
	text-align: left;
}
h1
{
	color: #7cad38;
	font-size: 2.0em;
	font-weight: bold;
	padding-bottom: 25px;
	margin-bottom: 20px;
	background: url(../images/h1-bg.png) 0 100% no-repeat;	
	position: relative;
}
h1 span
{
	position: relative;
	color: #e76620;
	font-size: 0.5em;
	font-weight: bold;
	padding: 0;
}
h2
{
	margin-bottom: 10px;
	padding: 10px 0;
	color: #7cad38;
	font-size: 1.3em;
	background: url(../images/h2-bg.png) 0 100% no-repeat
}
h2 span
{
	padding-left: 15px;
	background: url(../images/h2-bullet.png) 0 50% no-repeat
}
h2 a
{
	text-decoration: none	
}
h2 a:hover
{
	text-decoration: underline	
}
h3
{
	margin-bottom: 10px;
	padding: 5px 0;
	color: #4b872e;
	font-size: 1.1em;
	text-indent: 12px;
	background: url(../images/h3-bullet.png) 0 50% no-repeat
}
h4
{
	margin-bottom: 10px;
	padding: 5px 0;
	font-size: 1.1em;
}
p
{
	padding: 0 0 15px;
}
strong, b
{
	font-weight: bold;
}
a
{
	color: #e76620;
}
a:hover
{
	text-decoration: none;
}
a.button
{
	height: 14px;
	padding-left: 7px;
	background: url(../images/btn-small-left.png) 0 0 no-repeat;
	color: #dde21e;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
}
a.button span
{
	height: 14px;
	padding-right: 5px;
	background: url(../images/btn-small-right.png) 100% 0 no-repeat;
}
ul
{
	padding-left: 35px;
}
#content li
{
	list-style-image: url(../images/bullet.png);
	line-height: 1.4em	
}

.smalltext
{
	font-size: 0.85em;
	color: #666	
}

.greytext
{
	color: #666666;
	font-weight: bold	
}

.errortext
{
	color: #f00;
}

/* Containers */

#header-container, #main-container, #lower-container, #footer-container
{
	width: 100%;
	z-index: 1;
}
#header-container
{
	background: #fff url(../images/header-bg.png) 50% 0;
}

/* Page Layout */

#header
{
	width: 760px;
	height: 129px;
	margin: 0 auto;
	position: relative;
}
#header h1
{
	text-indent: -99999px;
	display: none;
}
#main
{
	width: 760px;
	color: #5f5f5f;
	margin: 0 auto;
}

/* Top Nav */

.topnav
{
	display: inline;
	position: absolute;
	list-style: none;
	right: 0;
	top: 0;
}

.topnav li
{
	float: left;
	margin-left: 5px;
}

.topnav li a
{
	height: 38px;
	display: block;
	outline: none
}

.topnav li a span
{
	text-indent: -99999px;
	display: block;
}

.topnav li.btn-motorwayInfo a
{
	width: 117px;
	background: url(../images/btn-motorwayInfo.png) 0 0 no-repeat;
}

.topnav li.btn-tolls a
{
	width: 40px;
	background: url(../images/btn-tolls.png) 0 0 no-repeat;
}

.topnav li.btn-howCanIPay a
{
	width: 96px;
	background: url(../images/btn-howCanIPay.png) 0 0 no-repeat;
}

.topnav li.btn-news a
{
	width: 52px;
	background: url(../images/btn-news.png) 0 0 no-repeat;
}

.topnav li.btn-mapsAndTools a
{
	width: 106px;
	background: url(../images/btn-mapsAndTools.png) 0 0 no-repeat;
}

.topnav li a:hover
{
	background-position: 0 -38px;
}

/* Sub Nav */

.subnav
{
	display: inline;
	position: absolute;
	list-style: none;
	right: 0;
	top: 53px;
}

.subnav li
{
	float: left;
	margin-left: 4px;
}

.subnav li a
{
	width: 50px;
	height: 22px;
	display: block;
	outline: none
}

.subnav li a span
{
	text-indent: -99999px;
	display: block;
}

.subnav li.btn-home a
{
	background: url(../images/btn-home.png) 0 0 no-repeat;
}

.subnav li.btn-faq a
{
	background: url(../images/btn-faq.png) 0 0 no-repeat;
}

.subnav li.btn-enquiries a
{
	background: url(../images/btn-enquiries.png) 0 0 no-repeat;
	width: 58px
}

#select-language
{
	position: absolute;
	top: 100px;
	right: 0;
	color: #4B872E
}

/* Floats, Clearing and Clearfix */

.floatleft
{
	float: left;
	display:block
}

.floatright
{
	float: right;
	display:block
}

.clearfloats
{
	float: none;
	clear: both;	
}

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix
{
	height: 1%;
}
.clearfix
{
	display: block;
}
/* End hide from IE-mac */
