/* @override http://dev.walkingmen.com/abe_starterkit/extras/styles_starterkit.css */

@media screen, print {

/************************************************************************************************************** Global */

* {
	margin: 0;
	padding: 0;
}

:focus {
	-moz-outline-style: none;


/*

removes dotted line around links in firefox */
}

.clearer {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

body {
	font-family: verdana;
	font-size: 12px;
	padding-bottom: 40px;
	color: #5a6578;
	text-align: center;
	background: #f2f4f9 url(../images/bg_page.png) repeat-x;
}

img {
	border: none;
}

/******************************************************************************************************** Splash Page */

#splashbox {
	width: 466px;
	margin: auto;
	margin-top: 100px;
}

#splashbox .splLogoEco {
	float: left;
}

#splashbox .langbox {
	width: 227px;
	height: 208px;
	background: url(../images/splash_box.gif) no-repeat;
	margin-top: 16px;
}

#splashbox .langbox h1 {
	color: #FFF;
	text-align: left;
	font-size: 16px;
	margin-top: 10px;
	margin-left: 16px;
}

#splashbox .langbox p {
	color: #478bc6;
	text-align: left;
	padding: 22px 22px 22px 22px;
	line-height: 20px;
	font-size: 12px;
}

#splashbox a, .splashbox a:link, .splashbox a:visited {
	text-decoration: none;
	color: #478bc6;
}

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

#logobox {
	width: 800px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}

#logobox h1 {
	color: #69a9e0;
	font-size: 12px;
	text-align: center;
	font-weight: 100;
	padding-bottom: 10px;
}

#fullpage {
	width: 957px;
	margin: 0 auto;
	text-align: left;
}

/******************************************************************************************************** Header */

#header {
	height: 74px;
	position: relative;
}

#header .left {
	position: absolute;
	top: 10px;
	left: 0;
}

#header .right {
	top: 42px;
	right: 0;
	position: absolute;
	width: 650px;
	text-align: right;
}

#footer .left .language {
	width: 80px;
	margin-left: 10px;
	background: red;
}

#footer .left .language a, #footer .left .language a:link, #footer .left .language a:visited {
	color: #f67413;
	text-decoration: none;
	padding: 0 5px;
	margin-top: 4px;
}

#footer .left .language a.active {
	color: #7085af;
}

#header .right a, #header .right a:link, #header .right a:visited {
	color: #f67413;
	text-decoration: none;
	padding: 0 12px 0 12px;
	border-right: solid 2px #eee;
	float: right;
	margin-top: 4px;
}

#footer .left a, #footer .left a:link, #footer .left a:visited {
	color: #f67413;
	text-decoration: none;
	padding: 0 5px;
	margin-top: 4px;
}

#header .right a:hover, #footer .left a:hover {
	text-decoration: underline;
}

#header .right a.active, #header .right a.active:link, #header .right a.active:visited {
	color: #7085af;
}

#footer .left a.active, #footer .left a.active:link, #footer .left a.active:visited {
	color: #7085af;
	opacity: 0.5;
}

#header .right a.last, #header .right a.last:visited, #header .right a.last:link {
	border-right: none;
}

#header .right .submit {
	border: none;
	padding: 0;
	height: 23px;
	width: 26px;
	background: url("../images/button_search.gif") no-repeat;
	float: right;
}

#header .right form {
	display: inline;
	margin: 0 10px 0 0;
}

#header .right form input {
	width: 138px;
	border: none;
	outline: none;
	background: #eee;
	color: #999;
	height: 23px !important;
	font-size: 12px;
	padding: 5px;
	float: right;
}

/******************************************************************************************************** Navigation */

#nav {
	width: 957px;
}

/* Top navigation */

#nav .nav1 {
	height: 52px;
	width: 957px;
}

#nav .nav1 a {
	float: left;
}

/* Sub navigation */

#nav .nav2 {
	margin: 0;
	padding: 10px 0 10px 0;
}

#nav .nav2 .item {
	padding: 2px 22px;
	border-right: solid 1px #eee;
	display: inline;
}

#nav .nav2 .last {
	border-right: none;
}

#nav .nav2 .item a {
	text-decoration: none;
	color: #fff;
	padding: 2px 5px;
}

#nav .nav2 .item a:hover, #nav .nav2 .item .active {
	background: #fff;
}

#nav .orange {
	background: #ffad43;
}

#nav .orange .nav3 {
	background: #ffcf89;
}

#nav .orange .item a:hover, #nav .orange .item .active {
	color: #ffad43;
}

#nav .green {
	background: #aac95c;
}

#nav .green .nav3 {
	background: #cfdd9b;
}

#nav .green .item a:hover, #nav .green .item .active {
	color: #aac95c;
}

/* Crumbs + print + font-size buttons */

#nav .nav3 {
	height: 29px;
}

#nav .nav3 .crumbs {
	float: left;
	margin: 5px 0 0 5px;
	font-size: 12px;
}

#nav .nav3 .crumbs a {
	height: 16px;
	background: url("../images/nav_crumbs.gif") no-repeat right 4px;
	padding: 0px 16px 0 8px;
	text-decoration: none;
	color: #737373;
	font-size: 11px;
	text-transform: capitalize;
}

#nav .nav3 .crumbs a.last {
	background: none;
}

#nav .nav3 .crumbs a:hover {
	text-decoration: underline;
}

#nav .nav3 .extra {
	float: right;
	margin: 0px 20px;
	font-size: 11px;
	color: #967A51;
	vertical-align: top;
	position: relative;
}

#nav .nav3 .extra span {
	float: left;
	margin: 9px 10px 0 10px;
}

/********************************************************************************************* Content */

#content {
	padding: 10px 44px;
	min-height: 350px;
	_height: 350px;
	position: relative;
	zoom:1;
}

#content #socialNav {
	margin: 5px 0 10px;
	width: 100px;
	display: block;
}

#content #socialNav .visitUs a img {
	vertical-align: bottom;
}

#content #socialNav .addthis_toolbox {
	display: block;
	width: 200px;
}

#content #socialNav .addthis_button {
	background-image: url(../images/link_addThis_icon.gif);
	background-repeat: no-repeat;
	min-height: 16px;
	color: #5a6578;
	padding-left: 18px;
	float: left;
	text-decoration: none;
	cursor: pointer;
}

#content div.TwocolsBox {
	width: 48%;
	float: left;
	padding: 0 10px 10px;
	position: relative;
}

#content div.TwocolsBox h2 {
	width: 100%;
}

#content .landingPageBox {
	background: url(../images/bg_landing_box.gif) no-repeat;
	min-height: 300px;
	zoom:1;
}

#content .landingPageBox div.TwocolsBox h1 ,#content .landingPageBox div.TwocolsBox p, #content .landingPageBox div.TwocolsBox ol, #content .landingPageBox div.TwocolsBox ul, #content .landingPageBox div.TwocolsBox h2, #content .landingPageBox div.TwocolsBox h3,  #content .landingPageBox table.mallette {
	margin-left: 15px;
}

#content .landingPageBox div.TwocolsBox h1 {
	color: #5A6578;
	padding-top: 30px;
	margin-bottom: 15px;
}

#content .landingPageBox #Mvideo {
	margin-top: 10px;
}

.orange, #content.orange td {
	color: #f4a237;
}

.black {
	color: #666;
}

.blue {
	color: #7085af;
}

.green {
	color: #aac95c;
}

#content.green {
	background: #fff url('../images/bg_green_grad.gif') repeat-x;
}

div#content.orange {
	background: #fff url('../images/bg_orange_grad.gif') repeat-x;
}

#content span.tooltip, #content img.tooltip {
	color: #aac95c;
	cursor: pointer;
}

#content span.tooltip {
	border-bottom: dashed 1px #aac95c;
}

#content h1 {
	color: #fff;
	font-size: 26px;
	font-weight: normal;
	margin: 0 0 8px 0;
}

#content h2 {
	font-size: 18px;
	color: #666;
	font-weight: normal;
	width: 580px;
}

#content h3 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 10px 0;
}

#content h4 {
	color: #5a6578;
	margin: 0 0 22px 38px;
	font-size: 12px;
	font-weight: normal;
}

#content h5 {
	font-size: 16px;
	font-weight: bold;
	margin: 5px 0 0 20px;
}

#content .h6 {
	font-size: 14px;
	font-weight: normal;
	margin: 10px 0 8px 15px;
	color: #5a6578;
}

#content .intro {
	font-size: 12px;
	margin: 5px 0;
	color: #666;
}

#content .logout {
	text-align: right;
	font-size: 12px;
	margin: 5px 0 10px;
	color: #e2761b;
}

#content .logout a, #content .logout a:link, #content .logout a:visited {
	font-size: 12px;
	margin: 5px 0;
	color: #666;
}

#content form {
	margin-left: 38px;
}

#content form h4 {
	margin: 11px 0 22px 0;
}

#content table th {
	color: #ccc;
	font-size: 10px;
	text-align: left;
}

#content table td {
	color: #000;
	font-size: 12px;
}

#content input {
	border: 1px solid #ccc;
	background: #eee;
	padding: 3px 5px;
	color: #5a6578;
	width: 300px;
}

#content input.bigger {
	width: 200px;
}

#content .bigger {
	width: 200px;
}

#content input.smaller {
	width: 70px;
}

#content input.RadioInput {
	width: auto;
	height: auto;
	margin: 5px 5px 0 0;
	background: none;
	border: none;
	padding: 0;
}

#content .contactform input {
	border: 1px solid #ccc;
	background: #eee;
	padding: 3px 5px;
	color: #5a6578;
	width: 200px;
}

#content .day {
	width: 55px;
}

#content .month {
	width: 100px;
}

#content .year {
	width: 70px;
}

#content .tva {
	width: 55px;
}

#content .submit {
	border: none;
	height: 22px;
	width: 67px;
	background: url("../images/button_continue.gif") no-repeat;
	color: #fff;
	font-size: 12px;
	margin: 16px 16px;
}

#content .submit2 {
	border: none;
	margin: 16px 0 16px 16px;
	height: 22px;
	width: 67px;
}

#content .dwnlxl {
	border: none;
	margin: 10px 0 10px 430px;
	padding: 3px 5px 3px 0;
	height: 22px;
	cursor: pointer;
}

#content .backbtn {
	border: none;
	margin: 10px 10px 10px 0;
	padding: 3px 0 3px 5px;
	height: 22px;
}

#content .dwnlword {
	border: none;
	margin: 10px 0 10px 10px;
	padding: 3px 5px 3px 0;
	height: 22px;
}

#content ul li {
	color: #999;
	list-style-position: outside;
	list-style-type: none;
	line-height: 14px;
	font-size: 12px;
	margin: 10px 0 0 15px;
}

#content ul.bulletYes li {
	list-style-type: disc;
	margin-bottom: 10px;
}

#content ol li {
	color: #999;
	list-style-position: outside;
	line-height: 14px;
	font-size: 12px;
	margin: 10px 0 0 25px;
}

#content a {
	color: #5a6578;
}

#content #theForm a, #content #theForm a:link, #content #theForm a:active {
	color: #081ac0;
}

#content #theForm a:visited {
	color: #5a6578;
}

#content hr {
	border: solid 1px #eee;
	outline: none;
	margin: 22px 0 18px;
}

#content .column {
	width: 436px;
	margin-bottom: 40px;
}

.ulTwoCols {
	width: 100%;
	margin-bottom: 10px;
}

.ulTwoCols li {
	width: 45%;
	float: left;
}

#content .mallette h1 {
	font-size: 14px;
}

#content .mallette {
	margin: 42px 0;
}

#content .mallette th {
	color: #5a6578;
	font-size: 18px;
	font-weight: normal;
}

#content .mallette td {
	vertical-align: top;
	padding-right: 5px;
}

#content .mallette .subtext {
	font-size: 10px;
	margin: 6px 0 0 0;
}
#content #stepBullets{
	position:absolute;
	top:30px;
	left:0px;
}
#content #stepTooltip{
	margin: 5px;
	//background: white;
	font-size: 0.8em;
	color: #999;
	width: 210;
}


.searchNav{
	text-align:center;
	color:#666;
	width:450px;
	border-top:1px solid #ccc;
	padding:5px;
}
.searchNav a{
	text-decoration:none;
}
.searchNav a:hover{
	text-decoration:underline;
}
.searchNav .prev{
	color:#aaa;
	float:left;
}
.searchNav .next{
	color:#aaa;
	float:right;
}

/********************************************************************************************* Home Page */

#home {
	background: #e0e5f0 url('../images/home_bkg.gif') repeat-x;
	font-family: verdana;
	margin: 0;
	padding: 0;
	zoom:1;
}
#home #navHomeSpacer{
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
	color: #e0e5f0;
	background-color: #e0e5f0;
}

#home .intro {
	width: 386px;
	padding-top: 60px;
}

#home .intro .introtitle {
	margin: 79px 0 0 105px;
}

#home .content {
	width: 656px;
	float: left;
	margin: 20px 0px 20px 20px;
}

#home .content .newsBox {
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 636px;
	padding: 10px;
	margin: 20px 0;
	background: #fff;
	opacity: 0.8;
}

#home .content .newsBox .splitTwo {
	float: left;
	display: block;
	width: 45%;
	margin: 2% 10px;
}

#home .content .newsBox .newsItem {
	margin: 0 0 15px 0;
}

#home .content .newsBox .newsItem p {
	margin: 0;
	padding: 0;
	font-size: 0.8em;
}

#home .content .newsBox a, #home .content .newsBox a:link, #home .content .newsBox a:visited {
	color: #ec6815;
}

#home .content .newsBox .newsItem a.newsTitle, #home .content .newsBox .newsItem a.newsTitle:link, #home .content .newsBox .newsItem a.newsTitle:visited {
	display: block;
	color: #ec6815;
	font-weight: bold;
	text-decoration: none;
	opacity: 1.2;
}

#home .content .newsBox .newsItem a.newsTeaser, #home .content .newsBox .newsItem a.newsTeaser:link, #home .content .newsBox .newsItem a.newsTeaser:visited, #home .content .newsBox .newsItem a.newsTeaser p {
	display: block;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	opacity: 1.2;
}

#home .content .newsBox a.newsTitle:hover, #home .content .newsBox a.newsTeaser:hover {
	text-decoration: underline;
}

/**********News in Content**********/
#content .newsItem {
	margin: 0 0 15px 0;
}
#content .twoColsBox .newsItem {
	margin: 0 0 15px 20px;
}
#content .twoColsBox .newsItem .newsDate{
	margin-left: 0;
}
#content .newsItem .newsLink{
	clear:both;
	text-decoration:none;
}
#content .newsItem .newsLink:hover{
	text-decoration:underline;
}
#content .newsItem .newsLink .title{
	display:block;
	margin-left:130px;
	height:85px;
	color: #EC6815;
	font-size: 17px;
	text-decoration:none;
	padding:5px 0 0 0 ;
}
#content .newsItem .newsLink img{
	float:left;
	margin-right:10px;
}
#content .newsItem p {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
}

#content a, #content a:link, #content a:visited {
	color: #ec6815;
}

#content .newsItem a.newsTitle, #content .newsItem a.newsTitle:link, #content .newsItem a.newsTitle:visited {
	display: block;
	color: #ec6815;
	font-weight: normal;
	text-decoration: none;
	font-size: 17px;
	margin:  5px 0 5px;
}

#content .newsItem a.newsTeaser, #content .newsItem a.newsTeaser:link, #content .newsItem a.newsTeaser:visited, #content .newsItem a.newsTeaser p {
	display: block;
	color: #333;
	font-weight: normal;
	margin: 0 0 5px;
	text-decoration: none;
	opacity: 1.2;
}

#content .newsItem.agenda a.newsTeaser{
	display: none;
}

#content a.newsTitle:hover, #content a.newsTeaser:hover {
	text-decoration: underline;
}

/**********END News in Content**********/
#content h1.newsTitle{
	color: #666;
	text-transform: uppercase;
}


#content .landingPageBox .twoColsBox #searchbox, #searchbox {
	width: 240px;
	float: right;
	margin: 60px 21px 0 20px;
	_margin: 60px 10px 0 20px;
}
#home #searchbox {
	margin: 20px 21px 0 20px;
	_margin: 20px 10px 0 20px;
}
#content .twoColsBox #searchbox{
	margin: 60px 0px 0 20px;
}

#content .oneCol{
	margin: 0 30px;
}

#content .splitTwo {
	float: left;
	display: block;
	width: 45%;
	margin: 20px 0;
}

#home .splitThree, #content .splitThree {
	float: left;
	display: block;
	width: 32%;
	margin: 20px 1% 20px 0;
}

#content .splitThree h2{
	text-transform: uppercase;
	width: 100%;
	margin: 0 0 20px 0;
}

.searchItem {
	width: 237px;
	margin: 0;
	padding: 0;
}

.searchItem2 {
	background: #eef3f9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 195px;
	margin: 0;
	padding: 10px;
}

.summaryBox {
	background: #eef3f9;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 20px 0 0 0;
	padding: 20px;
}
.summaryBox h3{
	color: #666;
}
.summaryBox .buttonSummary{
	cursor: pointer;
}
#content .summaryBox a, #content .summaryBox a:link, #content .summaryBox a:visited{
	color: #5a6578;
}

#content .landingPageBox div.TwocolsBox .searchItem2 p, #content .landingPageBox div.TwocolsBox .searchItem2 h3, #content .landingPageBox div.TwocolsBox .searchItem2 ul {
	margin: 0 0 5px;
	padding: 0;
}

#content .landingPageBox div.TwocolsBox .searchItem2 h3 {
	font-size: 15px;
	color: #666;
	line-height: 130%;
	padding: 0 0 10px;
}

#content .landingPageBox div.TwocolsBox .searchItem h3, #searchbox .searchItem h3 {
	background: url('../images/home_searchItem_h3.gif') no-repeat 0 top;
	padding: 5px 13px;
	margin: 0;
}

#searchBox ul {
	width: 180px;
	margin: 0 0 0 20px;
	padding: 0;
}

#searchBox ul li {
	list-style-position: outside;
	margin: 0;
	padding: 0;
}

#searchbox ul.sidebar-news-list a{
	text-decoration:none;
}
#searchbox ul.sidebar-news-list a .date{
	color:#666;
	font-size:10px;
	display:block;
}
#searchbox ul.sidebar-news-list a:hover{
	text-decoration:underline;
}
.searchItem .bottom {
	background: url('../images/home_searchItem.gif') no-repeat 0 bottom;
	margin: 0 0 12px;
	position: relative;
	padding: 0 13px 17px;
}

.searchItem .bottomMap {
	background: url('../images/home_searchItem_Map.gif') no-repeat 0 bottom;
	margin: 0 0 12px;
	position: relative;
	min-height: 85px;
	@height: 110px;
	padding: 0 13px 17px;
}

.searchItem .bottomMapNl {
	background: url('../images/home_searchItem_Map_Nl.gif') no-repeat 0 bottom;
	margin: 0 0 12px;
	position: relative;
	padding: 0 13px 17px;
}


#content #searchBox .searchItem form, #home #searchBox .searchItem form {
	margin-left: 0px;
}

#content #searchBox .searchItem form input.loginname, #content #searchBox .searchItem form input.enewsMail, #home #searchBox .searchItem form input.loginname, #home #searchBox .searchItem form input.enewsMail {
	border: none;
	outline: none;
	background: url('../images/home_form_bkg.gif') no-repeat;
	height: 23px;
	width: 204px;
	padding: 4px 4px;
	margin: 5px 0;
	color: #5181c3;
	font-size: 12px;
}

#content #searchBox .searchItem form input.password, #home #searchBox .searchItem form input.password {
	border: none;
	outline: none;
	background: url('../images/home_pass_bkg.gif') no-repeat 0 0;
	height: 23px;
	width: 177px;
	padding: 4px 0 4px 4px;
	@padding: 5px 0 5px 5px;
	margin: 0px;
	color: #5181c3;
	font-size: 12px;
}

#content #searchBox .searchItem form input.submit, #home #searchBox .searchItem form input.submit{
	width: auto;
	border: none;
	background: none;
	padding: 0;
	color: transparent;
	height: auto;
	margin: 10px;
}

#content #searchBox .searchItem form input.go, #home #searchBox .searchItem form input.go {
	border: none;
	padding: 0;
	margin: 0;
	height: 23px;
	width: 27px;
	background: url("../images/home_arrow1.gif") no-repeat 0 0;
}

.searchItem form {
	margin: 0px;
	padding: 0px;
	display: block;
}

.searchItem .subtext {
	color: #676b74;
	font-size: 10px;
	padding-top: 8px;
	display: block;
}

.searchItem .subtext a, .searchItem .subtext a:visited, .searchItem .subtext a:active,.searchItem .subtext a:hover, .searchItem a, .searchItem a:link, .searchItem a:visited {
	color: #e38f2f;
	text-decoration: underline;
}
.searchItem .linkDivided{
	border-top: 1px solid #c4cee3;
	margin:10px 0 0;
	padding: 10px 0 0;
	display: block;
	font-size: 12px;
	line-height: 120%px;
}

.searchItem form .select {
	width: 205px;
	margin: 5px 0;
	color: #5181c3;
}

.searchItem #searchform {
	padding: 0;
	margin: 0;
}

#searchform input {
	border: none;
	background: none;
	margin: 10px 0 0;
	padding: 3px 5px 3px 0;
	color: none;
	width: auto;
	height: 22px;
}

#content .loginBox {
	border: 1px solid #eef3f9;
	background: #eef3f9;
	padding: 15px;
	margin: 10px 0;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #5A6578;
}
#content .loginBox label{
	color: #5A6578;
	width: 90px;
}

#content .loginBox table input{
	width: 150px;
}

#content .loginBox a, #content .loginBox a:link, #content .loginBox a:visited{
	color: #ec6815;
}

#content input.submitInput {
	border: none;
	background: none;
	margin: 10px 0;
	padding: 3px 5px 3px 0;
	color: none;
	width: auto;
	height: 22px;
}

#home h1 {
	color: #fff;
	font-size: 27px;
	font-weight: normal;
	line-height: 110%;
	margin: 0 0 10px;
	padding: 0;
}

#home h2 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin: -8px 0 0 0;
}

#home h3 {
	color: #5a6578;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}

#content p, #Home p {
	color: #5a6578;
	font-size: 12px;
	font-weight: normal;
	padding: 0 0 10px;
}





/********************************************************************************************* Footer */

#footer {
	background: #f2f4f9;
	padding: 11px 25px;
	height: 12px;
	@height: 34px;
	color: #7f9bc3;
	font-size: 10px;
	margin: 0;
	position: relative;
}

#footer a {
	color: #7f9bc3;
	text-decoration: underline;
}

#footer .left a {
	color: #f4a237;
	text-decoration: none;
}

#footer .left a:hover {
	text-decoration: underlin

e
;
}

}

.customselect {
	/*

style of DHTML Select Menu, main box */
	width: 200px;
	/*

default  width of main box */
	height: 23px;
	border: none;
	position: relative;
	text-indent: 3px;
	padding: 3px;
	cursor: pointer;
	background: url('../images/select-bkg2.gif') no-repeat;
	color: #5a81a0;
	font-family: verdana;
	font-size: 12px;
	margin: 0;
}

.customselect .dropdown {
	/*

style of Drop Down Menu that appears onMouseover */
	background: #fff;
	position: absolute;
	left: 0;
	width: 200p

x;
	/*de

fault width of drop down menu*/
	top: 0;
	border: 1px solid #ccc;
	border-bottom-width: 0;
	display: block;
	z-index: 5;
	font-weight: normal;
}

.customselect .dropdown a, .customselect .dropdown a:link {
	/*

style of Drop Down Menu's links */
	width: 100%;
	display: block;
	background: #f8fbfd;
	border-bottom: 1px solid #ccc;
	padding: 3px 0;
	text-indent: 5px;
	text-decoration: none;
	color: #5a81a0;
}

* html .customselect .dropdown a, * html  .customselect .dropdown a {
	/*

IE 6 (and below) hack */
width: 100%;
}

.customselect .dropdown a:hover, .customselect .dropdown a:hover {
	background: #94cde5;
	text-decoration: none;
}

#eventCalendar table.calendarTable {
	/

*width: 372px;
	*/
	border-spacing: 0px;
	position: relative;
}

#eventCalendar table.calendarTable thead td {
	height: 22px;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color: #676b74;
	background: #e2e3e4;
	width: 50px;
	text-align: center;
}

#eventCalendar table.calendarTable thead td small {
	font-size: 10px;
	color: #aaa;
}

#eventCalendar table.calendarTable thead th {
	width: 30px;
}

#eventCalendar table.calendarTable tbody th a, #eventCalendar table.calendarTable tbody th a:link, #eventCalendar table.calendarTable tbody th a:visited {
	text-decoration: none;
	color: #f19234;
	font-weight: bold;
	padding-right: 15px;
	background: url(../images/icon_check_week.cfm.gif) no-repeat right;
}

#eventCalendar table.calendarTable tbody td {
	height: 50px;
	width: 50px;
	background: #e2e3e4;
	border-right: 1px solid #e2e3e4;
	border-top: 1px solid #e2e3e4;
	position: relative;
	padding: 0;
	vertical-align: top;
}

#eventCalendar table.calendarTable tbody td a.event, #eventCalendar table.calendarTable tbody td a.event:link, #eventCalendar table.calendarTable tbody td a.event:visited, #eventCalendar table.calendarTable tbody td a.event:active {
	height: 50px;
	width: 50px;
	display: block;
	overflow: hidden;
	background: #c2c4c7 url('../images/calendar_icon.gif') no-repeat 17px 17px;
	text-decoration: none;
}

#eventCalendar table.calendarTable tbody tr td a.event:hover {
	background-color: #f19234;
}

#eventCalendar table.calendarTable tbody tr.active td {
	background-color: #e3dcd6;
}

#eventCalendar table.calendarTable tbody tr.active td a.event {
	background-color: #eaba8c;
}

#eventCalendar table.calendarTable tbody tr.active td a.event:hover {
	background-color: #f19234;
}

#eventCalendar table.calendarTable tbody td span.date {
	position: absolute;
	text-align: right;
	display: block;
	color: #999;
	font-size: 10px;
	width: 46px;
	padding: 2px;
}

#eventCalendar table.calendarTable td.weekend, #eventCalendar table.calendarTable td.weekend a.event:link {
	width: 28px;
	background-position: 7px 20px;
}

#eventCalendar table.calendarTable thead td.weekend {
	color: #999;
}

#eventCalendar table.calendarTable td.weekend span.date {
	width: 24px;
}

#eventCalendar table.calendarTable tbody th {
	width: 30px;
	padding-right: 5px;
	font-size: 13px;
	font-weight: normal;
	color: #676b74;
}

#eventCalendar .calenderNav {
	color: #f08c28;
	font-size: 15px;
	text-transform: uppercase;
	text-align: center;
	width: 372px;
	font-weight: bold;
	padding: 4px 0;
	line-height: 19px;
}

#eventCalendar .calenderNav a.calendarPrevious, #eventCalendar .calenderNav a.calendarNext {
	text-decoration: none;
	line-height: 19px;
	padding: 0 5px;
}

#eventCalendar .calenderNav a.calendarPrevious {
	background: url('../images/calendar_Previous.gif') no-repeat center 5px;
}

#eventCalendar .calenderNav a.calendarNext {
	background: url('../images/calendar_next.gif') no-repeat center 5px;
}

#calendarDetails ul.calendarList {
	margin-left: 16px;
}

#calendarDetails ul.calendarList li {
	list-style: disc;
	color: #f19234;
	line-height: 12px;
	padding: 2px 0;
	margin: 0;
}

#calendarDetails ul.calendarList li a {
	color: #f19234;
	text-decoration: none;
	font-size: 12px;
}

#calendarDetails ul.calendarList li a:hover {
	text-decoration: underline;
}

/********************************************************************************************* Sitemap */

table.sitemap {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.sitemap td {
	width: 20%;
}

table.sitemap thead tr {
	vertical-align: top;
}

table.sitemap thead td {
	padding: 10px 5px 5px;
	border-bottom: 1px solid #f18c28;
}

table.sitemap tbody td {
	padding: 5px;
}

table.sitemap thead a, table.sitemap thead a:link, table.sitemap thead a:visited {
	font-size: 15px;
	text-decoration: none;
}

table.sitemap tbody a, table.sitemap tbody a:link, table.sitemap tbody a:visited {
	text-decoration: none;
}

table.sitemap thead a:hover, table.sitemap tbody a:hover {
	text-decoration: underline;
}

#content table.sitemap tbody ul li {
	color: #f19234;
	line-height: 12px;
	padding: 2px 0;
	margin: 0 0 0 15px;
	list-style-type: disc;
}

sup {
	font-size: 0.5em;
}

#content p.blackSection {
	color: #666;
	line-height: 185%;
}

@media screen {

#printheader {
	display: none;
}

}

@media print {

#printheader {
	height: 70px;
	border-bottom: solid 1px #ccc;
}

a {
	text-decoration: none;
}

#header {
	display: none;
}

#nav {
	display: none;
}

#content .submit {
	background: none;
	border: solid 1px #ddd;
}

#searchbox {
	display: none;
}

#home .intro h1 {
	margin: 0px;
}

#home .intro {
	float: none;
}

#home .content {
	float: none;
	width: auto;
}

#footer {
	border-top: solid 1px #ccc;
}

#footer .left {
	display: none;
}

#footer .right a {
	display: none;
}

}
