/* Layout boxes */

/* Center in ie5 , as the margin auto is ignored...*/
body {
	margin: 0px;
	padding: 0px;
	background:#34436d;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom:20px;
}
h1,h2,h3,h4, a:link,.quote, .datatable tbody td,.news .date, #leftnav a:visited {
	color: #E68A00;
}

/*
#section1 h1, #section1 h2, #section1 h3, #section1 h4, #section1 a:link, #section1 .quote, #section1 .datatable tbody td, #section1 .news .date, #section1 #leftnav a:visited {
	color: #8f1200;
}

#section2 h1, #section2 h2, #section2 h3, #section2 h4, #section2 a:link, #section2 .quote, #section2 .datatable tbody td, #section2 .news .date, #section2 #leftnav a:visited {
	color: #e34620;
}

#section3 h1, #section3 h2, #section3 h3, #section3 h4, #section3 a:link, #section3 .quote, #section3 .datatable tbody td, #section3 .news .date, #section3 #leftnav a:visited {
	color: #e68a00;
}

#section4 h1, #section4 h2, #section4 h3, #section4 h4, #section4 a:link, #section4 .quote, #section4 .datatable tbody td, #section4 .news .date, #section4 #leftnav a:visited {
	color: #3b847f;
}

#section5 h1, #section5 h2, #section5 h3, #section5 h4, #section5 a:link, #section5 .quote, #section5 .datatable tbody td, #section5 .news .date, #home .titleknowledge, #section5 #leftnav a:visited, #section5 h3 a:link, #section5 h3 a:visited {
	color: #4d4633;
}

#section6 h1, #section6 h2, #section6 h3, #section6 h4, #section6 a:link, #section6 .quote, #section6 .datatable tbody td, #section6 .news .date, #home h1, #home h2, #home h3, #home h4, #home a:link, #home .quote, #default h1, #default h2, #default h3, #default h4, #default a:link, #default .quote, #default .datatable tbody td, #default .news .date, #section6 #leftnav a:visited {
	color: #062b50;
}

#section7 h1, #section7 h2, #section7 h3, #section7 h4, #section7 a:link, #section7 .quote, #section7 .datatable tbody td, #section7 .news .date, #section7 #leftnav a:visited {
	color: #0671b0;
}

#section8 h1, #section8 h2, #section8 h3, #section8 h4, #section8 a:link, #section8 .quote, #section8 .datatable tbody td, #section8 .news .date, #section8 #leftnav a:visited {
	color: #66959e;
}

#section9 h1, #section9 h2, #section9 h3, #section9 h4, #section9 a:link, #section9 .quote, #section9 .datatable tbody td, #section9 .news .date, #section9 #leftnav a:visited {
	color: #0671b0;
}
*/
.separatorLine {
	height: 10px;
	border-bottom: 1px solid #e68a00;
	margin: 0 0 5px 0;
}
/*
#section1 .separatorLine {
	height: 10px;
	border-bottom: 1px solid #8f1200;
	margin: 0 0 5px 0;
}

#section2 .separatorLine {
	height: 10px;
	border-bottom: 1px solid #e34620;
	margin: 0 0 5px 0;
}

#section3 .separatorLine {
	height: 10px;
	border-bottom: 1px solid #e68a00;
	margin: 0 0 5px 0;
}

#section4 .separatorLine {
	height: 10px;
	border-bottom: 1px solid #3b847f;
	margin: 0 0 5px 0;
}

#section5 .separatorLine {
	height: 10px;
	border-bottom: 1px solid #4d4633;
	margin: 0 0 5px 0;
}

#section6 .separatorLine {
	height: 10px;
	border-bottom: 1px solid #062b50;
	margin: 0 0 5px 0;
}

#section7 .separatorLine {
	height: 10px;
	border-bottom: 1px solid #0671b0;
	margin: 0 0 5px 0;
}

#section8 .separatorLine {
	display: none;
	height: 10px;
	border-bottom: 1px solid #66959e;
	margin: 0 0 5px 0;
}
*/
.separatorLine2 {
	height: 10px;
	border-bottom: 1px solid #cccccc;
	margin: 0 0 5px 0;
}
.quote {

}
#topBar {
	background:#fff;
	height:50px;
	position:relative;
}
#topBar #logo {
	width: 140px;
	height: 93px;
	position:absolute;
	top:0;
	left:20px;
}
#topBar  .search {
	position: absolute;
	right: 40px;
	@margin-right: 20px;
	top: 18px;
	width: 400px;
	text-align: right;
}
#topBar .search form {
	padding: 0;
	margin: 0;
}
#topBar .search .homelink{
	padding-right:10px;
	vertical-align:bottom;
	@vertical-align:middle;
}
#topBar .search input {
	padding: 0;
	margin: 0;
	width: 140px;
	color: #333;
	font-size: 11px;
	line-height: 14px;
	height: 14px;
}
#topBar .search a:link, #topBar .search a:visited {
	color: #34436D;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 0 5px;
	text-transform: uppercase;
	text-decoration: none;
}



#logo2 {
	display: none;
}

#bigcontainer .homebtn {
	position: absolute;
	right: 220px;
	@margin-right: 20px;
	top: -32px;
	width: 16px;
	height: 16px;
	text-align: left;
}
#bigcontainer #content .search {
	position: static;
	width: 100%;
	text-align: left;
	top: inherit;
	right: inherit;
}
#default #content .search input {
	padding: 0;
	margin: 0;
	width: 150px;
	color: #333;
	font-size: 11px;
	line-height: 14px;
	height: 14px;
}


.liner {
	color: red;
	width: 95%;
	padding: 0;
	margin: 10px 0;
	height: 5px;
	display: block;
}



#bigcontainer #content .search a:link, #bigcontainer #content .search a:visited {
	color: #062b50;
	font-size: 10px;
	font-weight: bold;
	margin: 0 0 0 5px;
	text-transform: none;
	text-decoration: none;
}
#topnav {
	margin:0 20px 0 170px;
	height:55px;
}
#topnav ul {
	height:55px;
	padding: 0;
	margin: 0 0 30px 0;
	display: block;
}

#topnav img {
	margin: 0;
	padding: 0;
}



#home p, #home .intro {
	
}

#bigcontainer {
	position: relative;
	margin: 0px 20px 20px 20px;
	background: #fff;
	padding: 35px 4px 4px 4px;
	display: block;
}

#container {
	/*width: 100%;
	position: relative;
	zoom:1;*/
}

.containerbis {
	width: 100%;
	position: relative;
}

#container img.imgLeft {
	padding: 5px 5px 5px 0;
	border: none;
}

#container img.imgRight {
	padding: 5px 0 5px 5px;
	border: none;
}

#content {
	position: relative;
	/*float: left;
	width: 80%;*/
	
	margin: 0 ;
	padding:0 20px 0 185px;
	text-align: left;
	font-size: 12px;
	/*display: block;*/
	display:block;
	min-height:600px;
	_height:600px;
	z-index:50;
}
#home #content {
	padding:0 20px;
}
#home #content .contentCol {
	margin: 25px 0 5px 0;
	float: left;
	width: 60%;
}
#home #content .contentCol2 {
	margin: 25px 0 5px 0;
	float: left;
	width: 40%;
}
#home #content .contentCol2 h3{
	margin-top:0;
}

#content .threeCol tr td {
	width: 33%;
	padding-top: 20px;
}

#content .threeCol tr td td {
	width: auto;
	padding-top: 5px;
}

#content .twoCol tr td {
	width: 50%;
	padding-top: 20px;
}

#content .twoCol tr td td {
	width: auto;
	padding-top: 20px;
}

#content .threeCol, #content .twoCol {
	padding: 10px;
}

#content .threeCol p, #content .twoCol p {
	width: 90%;
}

.contentCol .intro{
	position: relative;
	padding: 0px 0px 15px 0px;
	color: #0671B0;
	line-height: 1.3em;
	font-size: 20px;
}
#home #content .contentCol, #home #content .contentCol2{
	margin-bottom:50px;
}
#home .contentCol .intro{
	color: #E68A00;
	padding:0;
}
#home .contentCol .intro p{
	color: #E68A00;
	line-height: 1.3em;
	font-size: 19px;
	margin:0;
	padding:0;
}
#home .contentCol .intro b, #home .contentCol .intro strong{
	font-size:23px;
	font-weight:normal;
}
#home .contentCol .body, #home .contentCol .body p{
	color:#999;
	font-size:13px;
	line-height:17px;
}
#home .contentCol .body{
	margin-top:15px;
}
#home .contentCol .subtitle, #home .contentCol .subtitle p{
	color:#062b50;
	font-size:16px;
	line-height:18px;
}
#home div.dottedLine{
	border-bottom:1px dotted #ccc;
	margin:20px 0;
}
.contentCol {
	position: relative;
	padding-top: 0px;
	text-align: left;
}
.contentCol p{
	width: 100%;
}
#content .contentCol img, #content .threeCol img, #content .twoCol img {
	margin: 0;
	padding: 0;
}

.contentCol .countdown, .contentCol .countdownW, .contentCol .countdownD {
	width: 359px;
	margin: 0;
	height: 83px;
	background: url(../../images/btn_sepa_2.gif) no-repeat;
	position: relative;
	top: 0;
}


.alreadyXBanks {
	width: 268px;
	margin: 0;
	height: 106px;
	background: url(../../images/bg_already.png) no-repeat 0 0;
	position: relative;
	top: 0;
	display: block;
}

.alreadyXBanks table{
	padding: 15px 0 10px 12px;
	@padding: 0;
	@margin: 15px 0 0 12px;
}

.alreadyXBanks tr{
	vertical-align: top;
}

.alreadyXBanks td{
	width: 122px;
	color: #014A99;
	font-size: 13px;
	line-height: 140%;
}

.alreadyXBanks td b,.alreadyXBanks td strong{
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 8px;
	display: block;
}

.widther {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
}

.week, .weeks {
	position: absolute;
	top: 20px;
	left: 159px;
	width: 50px;
	height: 40px;
	font-size: 30px;
	line-height: 1em;
	text-align: center;
	color: #ff9b01;
	font-weight: bold;
}

.week {
	background: url(../../images/countdown_week_2.gif) no-repeat 50% 100%;
}

.weeks {
	background: url(../../images/countdown_weeks_2.gif) no-repeat 50% 100%;
}

.day, .days {
	position: absolute;
	top: 20px;
	left: 213px;
	width: 50px;
	height: 40px;
	font-size: 30px;
	line-height: 1em;
	text-align: center;
	color: #ff9b01;
	font-weight: bold;
}

.day {
	background: url(../../images/countdown_day_2.gif) no-repeat 50% 100%;
}

.days {
	background: url(../../images/countdown_days.gif) no-repeat 50% 100%;
}

.countdownW .week, .countdownW .weeks {
	top: 20px;
	left: 165px;
}

.countdownW .day, .countdownW .days {
	display: none;
}

.countdownW .and {
	display: none;
}

.countdownD .week, .countdownD .weeks {
	display: none;
}

.countdownD .day, .countdownD .days {
	top: 20px;
	left: 165px;
}

.countdownD .and {
	display: none;
}

.countdown .and {
	position: absolute;
	background: url(../../images/countdown_and_2.gif) no-repeat center top;
	top: 13px;
	width: 51px;
	height: 57px;
	left: 187px;
}

#left {
	width: 156px;
	position:absolute;
	z-index:100;
}
/*
#section1 #left, #section6 #left, #section8 #left, #default #left, #section9 #left{
	top: -30px;
} 
*/
#right {
	width: 175px;
	float: right;
	height: 100%;
	padding: 54px 5px 5px 5px;
}

h1 {
	font-size: 11px;
	line-height: 1em;
	padding: 0;
	margin: 0;
	font-weight: normal;
	position: relative;
	width: 80%;
}

h2 {
	font-size: 20px;
	line-height: 1.3em;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: normal;
	position: relative;
	width: 80%;
}

h3 {
	font-size: 16px;
	line-height: 1.3em;
	padding: 0;
	margin: 20px 0 5px 0;
	font-weight: normal;
	position: relative;
	width: 80%;
}
#home h3.titleknowledge {
	font-size: 16px;
	line-height: 1.3em;
	padding: 0;
	margin: 9px 0 5px 0;
	font-weight: normal;
	position: relative;
	width: 80%;
}

.threeCol h3 {
	margin-top: 0;
}

.twoCol h4 {
	margin-top: 0;
	padding-bottom: 5px;
}

h4 {
	font-size: 13px;
	line-height: 1.3em;
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: normal;
	position: relative;
	width: 80%;
}

h4 .howmany {
	font-size: 10px;
	color: #000;
	width: 80%;
}

h4 .howmany a:link, h4 .howmany a:visited {
	font-weight: bold;
	color: #062b50 !important;
	display: inline;
	width: 80%;
}

h5 {
	font-size: 11px;
	line-height: 1.3em;
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: bold;
	position: relative;
	width: 80%;
}

h6 {
	font-size: 18px;
	line-height: 1.3em;
	padding: 0;
	margin: 30px 0 20px 0;
	font-weight: normal;
	position: relative;
	width: 80%;
	color: #ba0000;
}

.intro {
	font-size: 13px;
	color: #666;
	line-height: 1.4em;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: normal;
	width: 100%;
}

p,li {
	font-size: 12px;
	line-height: 1.3em;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: normal;
	}

p{
	
	/*width: 80%;*/
}

td p {
	font-size: 12px;
	line-height: 1.3em;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: normal;
	width: 90%;
}

.trick p {
	font-size: 12px;
	line-height: 1.3em;
	padding: 0;
	margin: 0px 0px 0px 0px;
	font-weight: normal;
	width: 90%;
}

#content ul {
	padding: 0 0 0 30px;
	margin: 0;
}

#section1 #content ul li {
	list-style: url(../../images/bullet1.gif);
	/*width: 80%;*/
}

#section2 #content ul li {
	list-style: url(../../images/bullet2.gif);
	/*width: 80%;*/
}

#section3 #content ul li {
	list-style: url(../../images/bullet3.gif);
	/*width: 80%;*/
}

#section4 #content ul li {
	list-style: url(../../images/bullet4.gif);
	/*width: 80%;*/
}

#section5 #content ul li {
	list-style: url(../../images/bullet5.gif);
	/*width: 80%;*/
}

#section6 #content ul li, #default #content ul li {
	list-style: url(../../images/bullet6.gif);
	/*width: 80%;*/
}

#section7 #content ul li {
	list-style: url(../../images/bullet7.gif);
	/*width: 80%;*/
}

#section8 #content ul li {
	/*list-style: url(../../images/bullet8.gif);*/
	/*width: 80%;*/
}

#section9 #content ul li {
	list-style: url(../../images/bullet7.gif);
	/*width: 80%;*/
}

a.top {
	margin: 0;
	position: absolute;
	right: 0px;
	top: 7px;
	border: none;
	width: 31px;
	height: 7px;
	display: block;
}

.topPositioner {
	position: relative;
}


.top {
	background: url(../../images/top3.gif) no-repeat left center;
	border: none;
}
/*
#default .top {
	background: url(../../images/top6.gif) no-repeat left center;
	border: none;
	position: absolute;
	right: 0;
	top: 6px;
}
#section1 .top {
	background: url(../../images/top1.gif) no-repeat left center;
	border: none;
}

#section2 .top {
	background: url(../../images/top2.gif) no-repeat left center;
	border: none;
}

#section3 .top {
	background: url(../../images/top3.gif) no-repeat left center;
	border: none;
}

#section4 .top {
	background: url(../../images/top4.gif) no-repeat left center;
	border: none;
}

#section5 .top {
	background: url(../../images/top5.gif) no-repeat left center;
	border: none;
}

#section6 .top, #default .top {
	background: url(../../images/top6.gif) no-repeat left center;
	border: none;
}

#section7 .top {
	background: url(../../images/top7.gif) no-repeat left center;
	border: none;
}

#section8 .top {
	background: url(../../images/top8.gif) no-repeat left center;
	border: none;
}

#section9 .top {
	background: url(../../images/top7.gif) no-repeat left center;
	border: none;
}
*/
.trick .top {
	display: none;
}

#left img {
	padding: 0;
	margin: 5px 0;
}

#left ul {
	padding: 0;
	list-style: none;
	margin: 0;
	width: 156px;
}

#left li {
	padding: 0px 0 1px 0;
	margin: 0;
	font-size: 11px;
	display: block;
	width: 100%;
}

#left li a:link, #left li a:visited {
	padding: 3px 5px 5px 5px;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	background: #fff;
	display: block;
	line-height: 1.2em;
	vertical-align: middle;
}

#left li a:hover, #left li a:visited:hover {
	text-decoration: none;
	background: #f5f5f5;
}

#left ul#nav li a.highlighted {
	text-decoration: none;
	background: #f5f5f5;
}

#content ul.list3col {
	padding: 0;
	margin: 10px 0 0 0;
	width: 98%;
}

#section1 #content ul.list3col li {
	padding: 0;
	margin: 0 10px 10px 0;
	width: 30%;
	float: left;
	list-style: none !important;
}

#footer {
	clear: both;
	padding: 0;
	margin: 20px 0 5px 0;
	border-top:2px solid #E68A00;
	position:relative;
	height:22px;
}

#footer p {
	font-size: 9px;
	color: #666;
	margin: 5px 0 0 10px;
	padding: 0;
	width:auto;
}
#footer p.right{
	position:absolute;
	right:0px;
	top:0px;
	text-align:right;
}
#footer a:link, #footer a:visited {
	font-size: 9px;
	color: #666;
	margin: 5px 0 0 0px;
	padding: 0;
}

#topnav ul {
	margin: 0;
	padding: 0;
}

#footer ul {
	margin: 0;
	padding: 0;
	height: 3px;
	background: #66959e;
}

.box-inner ul {
	width: 100%;
	margin: 0 15px;
	padding: 0;
}

#topnav li {
	height: 55px;
	float: left;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	list-style: none inside;
	display: block;
	padding: 0;
	margin: 0;
}

#footer li {
	height: 3px;
	line-height: 3px;
	font-size: 2px;
	float: left;
	display: block;
	list-style: none inside;
	padding: 0;
	margin: 0;
}

.box-inner li {
	height: 2px;
	line-height: 2px;
	font-size: 2px;
	float: left;
	list-style: none inside;
	display: block;
	padding: 0;
	margin: 0 0 2px 0;
}

.footera {
	background: #8f1200;
	width: 12%;
}

.footerb {
	background: #e3462d;
	width: 13%;
}

.footerc {
	background: #e68a00;
	width: 12%;
}

.footerd {
	background: #3b847f;
	width: 13%;
}

.footere {
	background: #4d4633;
	width: 12%;
}

.footerf {
	background: #062b50;
	width: 13%;
}

.footerg {
	background: #0671b0;
	width: 12%;
}

.footerh {
	background: #66959e;
	width: 12%;
}

#nav1a {
	background:url('../../images/topnav_sep.gif') no-repeat top right;
	width: 9%;
}
#nav1b {
	background:url('../../images/topnav_sep.gif') no-repeat top right;
	width: 10%;
}
#nav1c {
	background:url('../../images/topnav_sep.gif') no-repeat top right;
	width: 17%;
}
#nav1d {
	background:url('../../images/topnav_sep.gif') no-repeat top right;
	width: 14%;
}
#nav1e {
	background:url('../../images/topnav_sep.gif') no-repeat top right;
	width: 13%;
}
#nav1f {
	background:url('../../images/topnav_sep.gif') no-repeat top right;
	width: 12%;
}
#nav1g {
	background:url('../../images/topnav_sep.gif') no-repeat top right;
	width: 14%;
}
#nav1h {
	width: 11%;
	overflow:hidden;
}

hr {
	display: block ;
	height: 1px;
	margin: 0 ;
	@margin: -7px 0 ;
	padding: 0 ;
	color: #F00;
	border: 0;
	clear: both;
	visibility: hidden;
	line-height:1px;
}

.clear {
	clear: both;
	margin: 0;
	padding: 0;
	height: 2px;
}

.clearRight {
	clear: right;
	margin: 0;
	padding: 0;
	height: 2px;
	line-height: 2px;
	font-size: 2px;
}

.clearLeft {
	clear: left;
	margin: 0;
	padding: 0;
	height: 2px;
	line-height: 2px;
	font-size: 2px;
}

#topnav li a:link, #topnav li a:visited {
	margin: 0;
	color: #fff;
	text-decoration: none;
	padding: 20px 5px 0 5px;
	height: 35px;
	text-align:center;
	display: block;
}

#topnav li a:hover, #topnav li a:visited:hover {
	text-decoration: none;
	background: url(../../images/up_arrow.gif) no-repeat 48% 100%;
}

a:link, a, a:visited {
	text-decoration: none;
	border: none;
}

a:visited {
	color: #666;
}

a:hover, a:visited:hover {
	text-decoration: underline;
}

.box {
	padding: 10px 0;
	width: 70%;
	margin: 0;
	color: #fff;
}

#content .box h2 {
	padding: 0px 10px 6px 15px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

#content .box p {
	padding: 0px 15px 0px 15px;
	margin: 0;
	line-height: 19px;
	color: #fff;
}
#content .box p.comment {
	padding: 6px 15px 0px 15px;
	margin: 0;
	line-height: 19px;
	color: #fff;
}
#content .box a:link, #content .box a:visited{
	color: #fff;
}

#section1 #topnav #nav1a a:link,#section1 #topnav #nav1a a:visited {
	background: url(../../images/up_arrow.gif) no-repeat 48% 100%;
}

#section2 #topnav #nav1b a:link,#section2 #topnav #nav1b a:visited {
	background: url(../../images/up_arrow.gif) no-repeat 48% 100%;
}

#section3 #topnav #nav1c a:link,#section3 #topnav #nav1c a:visited {
	background: url(../../images/up_arrow.gif) no-repeat 48% 100%;
}

#section4 #topnav #nav1d a:link,#section4 #topnav #nav1d a:visited {
	background: url(../../images/up_arrow.gif) no-repeat 48% 100%;
}

#section5 #topnav #nav1e a:link,#section5 #topnav #nav1e a:visited {
	background: url(../../images/up_arrow.gif) no-repeat 48% 100%;
}

#section6 #topnav #nav1f a:link,#section6 #topnav #nav1f a:visited {
	background: url(../../images/up_arrow.gif) no-repeat 48% 100%;
}

#section7 #topnav #nav1g a:link,#section7 #topnav #nav1g a:visited {
	background: url(../../images/up_arrow.gif) no-repeat 48% 100%;
}

#section8 #topnav #nav1h a:link,#section8 #topnav #nav1h a:visited {
	background: url(../../images/up_arrow.gif) no-repeat 48% 100%;
}

.news, .updates {
	margin-bottom: 10px;
}

#section1 #content .nobullet li {
	list-style: url(../../images/spacer.gif);
}

#section2 #content .nobullet li {
	list-style: url(../../images/spacer.gif);
}

#section3 #content .nobullet li {
	list-style: url(../../images/spacer.gif);
}

#section4 #content .nobullet li {
	list-style: url(../../images/spacer.gif);
}

#section5 #content .nobullet li {
	list-style: url(../../images/spacer.gif);
}

#section6 #content .nobullet li {
	list-style: url(../../images/spacer.gif);
}
#section8 #content .nobullet li {
	list-style: url(../../images/spacer.gif);
}

#default #content .nobullet li {
	list-style: url(../../images/spacer.gif);
}

.news .icon, .updates .icon, .box .icon {
	width: 10px;
	height: 17px;
	float: left;
	display: block;
	margin-right: 10px;
}

#content .threeCol ul {
	padding: 0;
	list-style: none;
	margin: 0;
}

#content .threeCol li {
	padding: 0px 0 10px 0;
	margin: 0;
	font-size: 11px;
	line-height: 1.3em;
	display: block;
}

#content .news a:link, #content .updates a:link {
	color: #000;
}
#content .updates a:link{
	display:block;
	margin-left:20px;
}

#home #content .contentCol .more a {
	color: #062b50;
	font-size: 11px;
	font-weight: bold;
}

/*
#content a.readMore {
	color: #062b50;
	font-size: 11px;
	font-weight: bold;
}
*/

h3 .date {
	color: #000;
	padding-left: 5px;
	font-size: 12px;
	padding-right: 5px;
}

.news .date {
	color: #8f1200;
	font-weight: bold;
	padding-right: 5px;
}

.updates .date {
	color: #4d4633;
	font-weight: bold;
	padding-right: 5px;
	float:left;
	display:block;
}

.logintable {
	border: none;
	margin: 0;
	padding: 0;
}

.logintable td {
	padding: 0.4em 0.5em;
	font-size: 12px;
}

.datatable {
	width: 80%;
	border-collapse: collapse;
	border: none;
	margin: 0 0 15px 0;
}

caption, .caption {
	margin: 10px 0 10px 5px;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.datatable th, .datatable td {
	padding: 0.4em 0.5em;
	font-size: 12px;
}

.datatable thead {
	color: #fff;
}

.datatable td {
	text-align: center;
}

.datatable tbody td {
	border-bottom: 1px solid #ccc;
}

.datatable tbody .left {
	color: #000 !important;
}

.datatable .left {
	text-align: left;
}
.datatable thead, .box {
	background: #E68A00;
}
/*
#section1 .datatable thead, #section1 .box {
	background: #8f1200;
}

#section2 .datatable thead, #section2 .box {
	background: #e3462d;
}

#section3 .datatable thead, #section3 .box {
	background: #e68a00;
}

#section4 .datatable thead, #section4 .box {
	background: #3b847f;
}

#section5 .datatable thead, #section5 .box {
	background: #4d4633;
}

#section6 .datatable thead, #default .datatable thead, #section6 .box, #default .box {
	background: #062b50;
}

#section7 .datatable thead, #section7 .box {
	background: #0671b0;
}

#section8 .datatable thead, #section8 .box {
	background: #66959e;
}

#section9 .datatable thead, #section9 .box {
	background: #0671b0;
}
*/
.WMTODO {
	background: fuchsia;
	color: #fff;
}

.refiner {
	background: url(../../images/bg_refiner.jpg) repeat-x;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 8px;
}

#section5 .refiner {
	border: 2px solid #4d4633;
}

#default .refiner {
	/*border: 2px solid #062b50;*/
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 8px 8px 8px 0px;
}

.refiner h3 {
	margin-top: 0px;
}

.refiner select {
	width: 150px;
	margin: 0px 10px 5px 0px;
}

form {
	padding: 0;
	margin: 0;
}

.result .updates a:link, .result .updates a:visited {
	color: #4d4633 !important;
	font-weight: bold;
}

#content a.inblack {
	color: black;
}

.divIlluLeft {
	display: inline;
	float: left;
	padding: 0px 8px 3px 0px;
	margin: 0px 0px 2px 0px;
	color: #666;
	font-size: 8pt;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.divIlluRight {
	display: inline;
	float: right;
	padding: 0px 0px 3px 8px;
	margin: 0px 0px 2px 0px;
	color: #666;
	font-size: 8pt;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.actualSelection {
	color: #000;
	list-style: none inside;
	padding: 0;
	font-size: 12px;
	margin: 0 10px;
}

a.resultSerie {
	padding: 0;
	margin: 0 10px 0 0;
	font-size: 12px;
}

#content ol.resultlist, #content ul.resultlist {
	list-style: decimal outside;
	list-style-image: none;
}

#content ol.resultlist p, #content ul.resultlist p {
	font-size: 12px;
}

.detailcontent {
	display: block;
}
#content #article h1 {
	font-size:17px;
	line-height:34px;
	height:34px;
	padding-bottom:15px;
	border-bottom:1px solid #ccc;
	width:auto;
}
#content #article div.actionButtons{
	position:absolute;
	right:0px;
	top:0px;
}
#content #article div.actionButtons a img{
	border:none;
}
#content #article h2{
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	margin:20px 0 -5px 0;
	width:auto;
}
#content #article .box h2 {
	padding: 0px 10px 6px 15px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform:none;
}
#content #article h3{
	font-size:18px;
	color:#e3462d;
	font-weight:normal;
	margin:0 0 12px 0;
	width:auto;	
}
#content #article h3 small{
	font-size:14px;
	display:block;
	line-height:14px;
}
#content #article h4{
	color:#636363;
	font-size:11px;
	text-transform:uppercase;
	width:auto;	
}
#content #article h5{
	color:#E3462D;
	font-size:12px;
	font-weight:bold;
}
#content #article p, #content #article div.intro{
	width:auto;
}
#content #article div.otherArticles{
	border:1px solid #ccc;
	padding:2% 2% 2% 4%;
	position:relative;
	margin-top:60px;
	width:94%;
}
#content #article div.otherArticles .bigPdfBtn{
	position:absolute;
	top:16px;
	right:16px;
}
#content #article div.otherArticles .bigPdfBtn img{
	border:none;
}
#content #article div.otherArticles h1{
	font-weight:bold;
	padding:0;
	border:none;
}
#content #article div.otherArticles ul{
	margin:10px 0;
	padding:0;
	list-style:none;
}
#content #article div.otherArticles ul li {
	list-style:none;
	list-style-image:none;
	color:#636363;
	padding:0px;
	margin:0px;
	font-size:11px;
	line-height:14px;
}
#content #article div.otherArticles ul li a {
	color:#e3462d;
}
#content #article .box{
	width:auto;
}
#content #article .articleList{
	width:100%;
}
.articleList table {
	display:none;
}
#content #article .articleList a.blueLink{
	color:#0671b0;
	text-decoration:underline;
}
#content #article .articleList a.blueLink:hover{
	color:#062B50;
}
#content #article .articleList .leftColumn{
	width:48%;
	margin-right:2%;
	float:left;
}
#content #article .articleList .rightColumn{
	width:48%;
	margin-left:2%;
	float:left;
}
#content #article ul.archiveList li {
	margin:0;	
}
#content #article ul.archiveList li a:link, #content #article ul.archiveList li a {
	color:#000;	
}
#content #article ul.archiveList li a:visited {
	color:#666;	
}
form.searchField input.textInput{
	height:15px;
	width:125px;
	border:1px solid #ccc;
	font-size:11px;
	line-height:15px;
	margin-right:4px;
	color:#666;
}
form.searchField a{
	font-size:11px;
	font-weight:bold;
}





#topBar, 
#topnav,
#left,
a.top,
#footer p,
#footer p.right a
{
	display:none !important;
}
#content{
	padding:0 !important;
}
#footer p.right{
	display:block !important;
}
.datatable thead, .box {
	background:none;
	border:1px solid #E68A00;
}
.datatable thead *, .box * {
	color:#000 !important;
} 
body{
	background:none !important;
}
#printHeader {
	display:block !important;
	padding-bottom:10px;
	border-bottom:2px solid #E68A00;
}
.navMobile,
.actionButtons_mobile,
.actionButtons,
.right_social {
	display: none;
}








