body {
	background: #f4ebcc;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	margin: auto;
}

img {
	border: none;
}

a {
	color: #73941b;
}
a:hover {
	color: #27b0d5;
}

div.column {
	float: left;
}
div.wrapper {
	clear: both;
	font-size: 1px;
	height: 2px;
	line-height: 2px;
}

div#container {
	width: 1004px;
	margin: auto;
}
ul.compact {
	list-style-type: none;
	margin: 0px 0px 3px 0px;
	padding: 0px;
}
ul.compact li {
	font-size: 11px;
}
ul.half {
	float: left;
	width: 50%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.third {
	float: left;
	width: 33%;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

/* form styles */
form {
	margin: 0px;
}

select, input, textarea {
	font-family: arial, sans-serif;
	font-size: 1.0em;
}

div.middle label {
	font-weight: bold;
	display: block;
	float: left;
	width: 85px;
}

input[type=text], textarea {
	border: solid 1px #dcd4b8;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
}

button {
	background: #a5c642 url('/gfx/buttonbg.gif') repeat-x top;
	color: #FFFFFF;
	border: solid 1px;
	border-color: #7fb339;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
}
div.middle button {
	font-size: 14px;
}

/* header */

div#header {
	position: relative;
	height: 95px;
	background: url('/gfx/headerbg.png') no-repeat #abd735;
}
img#logo {
	position: absolute;
	left: 9px;
	top: 16px;
}
ul#nav {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 8px;
	top: 62px;
}
ul#nav li {
	float: left;
	margin-right: 4px;
	background: url('/gfx/navlibg.gif') left top no-repeat;
}
ul#nav li a {
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
	line-height: 22px;
	padding: 0px 10px 0px 10px;
	background: url('/gfx/navabg.gif') right top no-repeat;
}
ul#nav li a:hover {
	color: #6c7c34;
}

/* left column */

div.column.left {
	width: 182px;
	line-height: 1.3em;
	padding-left: 2px;
}
div.left div.section {
	padding: 7px;
	background: #FFFFFF url('/gfx/left_sectionbg.gif') left bottom no-repeat;
	width: 160px;
	margin-top: 10px;
	position: relative;
}
div.left div.section h3 {
	font-size: 12px;
	font-family: tahoma, arial, helvetica, sans-serif;
	background: url('/gfx/left_h3bg.gif') no-repeat left top;
	width: 160px;
	margin: 0px;
	padding: 7px 7px 0px 7px;
	position: relative;
	left: -7px;
	top: -7px;
}
div.left h3 a {
	color: #000000;
	text-decoration: none;
}
div.left ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	line-height: 1.5em;
}
div.left p {
	margin: 0px 0px 2px 0px;
}

/* middle column */

div.column.middle {
	width: 546px;
}
div.middle div.section {
	padding: 7px 7px 3px 7px;
	margin-top: 10px;
	line-height: 1.5em;
	background: #FFFFFF url('/gfx/middle_sectionbg.gif') left bottom no-repeat;
	width: 530px;
	position: relative;
}

div.middle h1 {
	background: #97b33e url('/gfx/h1bg.gif') no-repeat;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 24px;
	margin: 10px 0px;
	padding: 3px 7px;
	height: 64px;
	line-height: 31px;
}

div.middle div.section h1 {
	font-weight: normal;
	line-height: 1.2em;
	margin: 0px;
	height: auto;
	color: #9bc529;
}

div.middle div.section h2 {
	font-weight: normal;
	line-height: 1.2em;
	margin: 14px 0px;
	color: #97b33e;
	font-size: 18px;
}

div.middle div.section h1.first, div.middle div.section h2.first, div.middle div.section p.first {
	position: relative;
	left: -7px;
	top: -7px;
	width: 530px;
	padding: 7px 7px 0px 7px;
	background: url('/gfx/middle_secttopbg.gif') left top no-repeat;
	margin: 0px;
}

div.middle h2 a, div.middle h3 a {
	text-decoration: none;
	color: inherit;
}

div.middle h3 {
	font-size: 12px;
	font-family: tahoma, arial, helvetica, sans-serif;
	margin: 12px 0px;
}

div.middle p {
	margin: 10px 0px;
}

/* right column */

div.column.right {
	width: 272px;
	line-height: 1.3em;
}
div.right div.section {
	padding: 7px;
	background: #FFFFFF url('/gfx/right_sectionbg.gif') left bottom no-repeat;
	margin: 10px 0px 0px 8px;
	width: 250px;
	position: relative;
	overflow: hidden;
}
div.right div.section h3 {
	font-size: 12px;
	font-family: tahoma, arial, helvetica, sans-serif;
	background: url('/gfx/right_h3bg.gif') no-repeat left top;
	width: 250px;
	margin: 0px;
	padding: 7px 7px 0px 7px;
	position: relative;
	left: -7px;
	top: -7px;
}
div.right ul {
	line-height: 1.5em;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
div.right p {
	margin: 2px 0px;
	font-size: 11px;
}
div.right h3 a {
	text-decoration: none;
	color: inherit;
}

div#footer {
	text-align: center;
	color: #79735d;
	font-size: 11px;
	background: url('/gfx/footerbg.png') center bottom no-repeat;
	line-height: 20px;
	padding: 12px 0px 3px 0px;
	margin-bottom: 5px;
}
div#footer a {
	color: #79735d;
}

/* special: accomm */
body.accomm div#header {
	background: url('/gfx/headerbg_accomm.png') no-repeat #f46e34;
}
body.accomm ul#nav li {
	background: url('/gfx/navlibg_accomm.gif') left top no-repeat;
}
body.accomm ul#nav a {
	background: url('/gfx/navabg_accomm.gif') right top no-repeat;
}
body.accomm ul#nav a:hover {
	color: #7a4126;
}
body.accomm h1 {
	background: #f46d33 url('/gfx/h1bg_accomm.gif') no-repeat;
}
body.accomm div.section h1 {
	background: url('/gfx/middle_secttopbg.gif') left top no-repeat;
}
body.accomm div.section h1, body.accomm div.section h2 {
	color: #e1662f;
}
.accomm a {
	color: #db622d;
}
.accomm a:hover {
	color: #27b0d5;
}

/* special: trip */
body.trip div#header {
	background: url('/gfx/headerbg_trip.png') no-repeat #06baec;
}
body.trip ul#nav li {
	background: url('/gfx/navlibg_trip.gif') left top no-repeat;
}
body.trip ul#nav a {
	background: url('/gfx/navabg_trip.gif') right top no-repeat;
}
body.trip ul#nav a:hover {
	color: #166173;
}
body.trip h1 {
	background: #06baec url('/gfx/h1bg_trip.gif') no-repeat;
}
body.trip div.section h1 {
	background: url('/gfx/middle_secttopbg.gif') left top no-repeat;
}
body.trip div.section h1, body.trip div.section h2 {
	color: #15addc;
}
.trip a {
	color: #16a9d7;
}
.trip a:hover {
	color: #97b33e;
}

/* special: agenda */
body.agenda div#header {
	background: url('/gfx/headerbg_agenda.png') no-repeat #f9a623;
}
body.agenda ul#nav li {
	background: url('/gfx/navlibg_agenda.gif') left top no-repeat;
}
body.agenda ul#nav a {
	background: url('/gfx/navabg_agenda.gif') right top no-repeat;
}
body.agenda ul#nav a:hover {
	color: #7c581f;
}
body.agenda h1 {
	background: #f9a623 url('/gfx/h1bg_agenda.gif') no-repeat;
}
body.agenda div.section h1 {
	background: url('/gfx/middle_secttopbg.gif') left top no-repeat;
}
body.agenda div.section h1, body.agenda div.section h2 {
	color: #e69d2a;
}
.agenda a {
	color: #e09927;
}
.agenda a:hover {
	color: #27b0d5;
}


.common a:hover {
	color: #27b0d5;
}

/* event styles */

table.events {
	width: 100%;
	margin-top: 8px;
}
table.events td {
	vertical-align: top;
	padding: 2px 3px;
}
table.events tr td.date {
	width: 170px;
}
table.events tr.odd td {
	background-color: #f7f0d9;
}
table.events tr.even td {
	background-color: #fcfaf2;
}

div.right table.events {
	width: 250px;
	margin: 0px;
}
div.right table.events td {
	font-size: 11px;
}
div.right table.events td.date {
	width: auto;
	white-space: nowrap;
}

div.right table.calendar {
	width: 250px;
}
div.right table.calendar td {
	text-align: center;
}
div.right tr.odd td {
	background-color: #fcfaf2;
}
div.right tr.even td {
	background-color: #f7f0d9;
}
div.right td.inactive a {
	color: #BBBBBB;
}
div.right td.today {
	font-weight: bold;
}

/* company list styles */

ul.companylist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
ul.companylist li {
	margin: 2px 0px 0px 0px;
	padding: 3px;
}
ul.companylist li.odd, div.column.right ul.overview li.odd {
	background-color: #fcfaf2;
}
ul.companylist li.even, div.column.right ul.overview li.even {
	background-color: #f7f0d9;
}
ul.companylist li span.company {
	float: left;
	width: 420px;
}
ul.companylist li span.score {
	text-align: right;
	width: 100px;
	display: block;
	float: left;
}
ul.companylist li span.report {
	width: 420px;
	display: block;
	float: left;
}

img.button {
	vertical-align: middle;
}
div.pagenav {
	list-style-type: none;
	margin: 5px 0px;
	padding: 0px 0px 0px 4px;
}
div.pagenav a {
	display: block;
	float: left;
	width: 29px;
	text-align: center;
	margin: 4px 4px 0px 0px;
	line-height: 29px;
	border: solid 1px #7fb339;
	color: #FFFFFF;
	background: #a5c642 url('/gfx/buttonbg.gif') repeat-x top;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
div.pagenav a:hover {
	color: #FFFFFF;
}
div.pagenav a.active {
	background: #FFFFFF;
	color: #7fb339;
}


/* advert */

div.middle div.advert.a468middle {
	width: 468px;
	padding-left: 31px;
}
div.middle div.a468middle.first {
	position: relative;
	left: -7px;
	top: -7px;
	padding: 11px 38px 0px 38px;
	background: url('/gfx/middle_secttopbg.gif') left top no-repeat;
}