/* colors

#005B99  dark blue (fonts)
#80ADCC  medium blue (footer)
#C9DCE9  light blue 1 (left nav)

#D7E7C2  dark green (horizon)
#D7E7C2  light green (top nav)

 */
 
 
/* GLOBAL FORMATTING */

body {
		margin: 0;
		padding: 0;
		background-color: #F3F3F3;
		color: #333333;
	    }
		
body, input {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 76%;
	}
	
textarea {
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
			font-size: 100%;
	}
	
select {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		margin: 10px 5px 0 0;
		font-size: 100%;
		/*width: 160px;*/
		color: #333333;
		background: #F0F5F9;
	}

	/*font size specs for accssibility aid*/
	p {font-size: 12px;
	}
	/*/*/
	a{
	}
	body p {
	font-size: x-small; 
	voice-family: "\"}\""; voice-family:inherit; font-size: small;}
	html>body p {
		font-size: small
		}
	/* */
	
a {
		text-decoration: none;
		color: #006699;
	}
.accessAid {
		position: absolute;
		height: 0;
		overflow: hidden;
		display: none;
	}
	
	a:hover {
	text-decoration: underline;
	}
	
h1 {
	font-size: 1.7em; 
	line-height: 2.2em;
	color: #005B99;
	margin-top: 0em;
	margin-bottom: 0.6em;
	}
	
	
h2 {
	font-size: 1.2em; 
	line-height: 1.3em;
	font-weight: bold;
	color: #005B99;
	margin-top: 1em;
	margin-bottom: 0.3em;
	}
	
h3 {
	font-size: 1em; 
	font-weight: bold;
	color: #333333;
	margin-top: 1em;
	margin-bottom: 0em;
	}



/* HEAD FORMATTING FOR GERMAN SITE */

/* logo positioning */
#header {
width: 950px;
height: 65px;
text-align: right;
background-color: #FFFFFF;
}

#header img{
margin: 5px 5px 5px 0;
border: 0;
}


/* build horizon line */
#horizon {
width: 950px;
height: 12px;
background: url(../images/horizon.gif);
background-repeat: repeat-x;
background-color: #D7E7C2;
}


/* create top menu */
#topNav {
position: relative; z-index: 100;
font-size: 0.9em;
width: 940px;
float: left;
background: #D7E7C2; 
margin: 0;
border: 0;
padding: 0.5em 0 0.5em 10px;
}

#topNav a:link {color: #006699; text-decoration: none; } 
#topNav a:visited {color: #006699;} 
#topNav a:hover {color: #006699; text-decoration: underline;}

#topNav ul { margin: 0; padding: 0; background: #D7E7C2;}

#topNav li { 
position: relative; list-style: none; margin: 0; float: left; width: auto; 
}
  
#topNav li a {
display: block; 
padding: 0 5px 0 5px;
text-decoration: none; 
width: auto;
border-right: none;
}

#topNav li li a {padding: 0.5em; margin: 0; border: none;}

#topNav>ul a {width: auto;}

#topNav ul ul {position: absolute; width: 15em; display: none;}

#topNav ul.level1 li.submenu:hover ul.level2, 
#topNav ul.level2 li.submenu:hover ul.level3 {display:block;}

#topNav ul.level2 {top: 1.1em; left: -1px; background: #D7E7C2; border-bottom: 1px solid #006699; border-left: 1px solid #006699; border-right: 1px solid #006699;}
#topNav ul.level3 {top: 0em; left: 14.5em; border: 1px solid #006699; }

/* #topNav li.submenu:hover {background-color: #fff; } --- deactivated white parent menu entry */
/* #topNav ul.level2 a:hover, #topNav ul.level3 a:hover {background: #fff;} --- deactivated white hover background*/

#topNav li ul li {float: none;}

#topNav li.sfhover ul {display: block;} /* use js generated class for MSIE hover effect */

/* MSIE hacks */
* html #topNav ul.level2 { /* tan hack to call only MSIE */ 
top: 1.3em; }

* html #topNav li ul li { /* tan hack to call only MSIE */ 
display:inline;
float: none;
}

* html #topNav li ul li a { /* tan hack to call only MSIE */ 
display:block;
padding: 0 0.5em 0.5em 0.5em;
line-height: 1em;
}



/* positions head functions on the right */
#utilities {
position: absolute; left: 780px; top:-0.1em; 
width: 300px;
padding: 0.5em 0 0.5em 0;
margin: 0;
border: 0;
}

#utilities a:link {color: #333333; border-right: 0;} 
#utilities a:visited {color: #333333;} 
#utilities a:hover {color: #333333; }

#utilities ul {margin: 0; padding: 0; }
#utilities li {
position: relative; list-style: none; margin: 0; float: left; width: auto; border-left: 1px solid #333333; border-right: 0; 
}
  


/* builds breadcrumb */
#breadcrumb {
position: relative;
width: 100%;
float: left;
color: #005B99;
margin: 0 0 0.5em ;
background-color: #FFFFFF;
}

* html #breadcrumb {
float: none;
}

#breadcrumb p {
font-size: 0.8em;
float: left;
width: 200px; /* width for IE5 */
w\idth: 190px; /* width for other browsers */
height: 2em;
text-align: right;
padding: 0.9em 10px 0 0;
margin: 0;
background-image: url(../images/bg.gif);
background-position: left;
background-repeat: repeat-y;
}

#breadcrumb ul {
display: block;
width: auto;
background: #FFFFFF;
padding-top: 0.7em;
margin: 0;
}
 
#breadcrumb li {
font-size: 0.8em;
float: left;
display: block;
padding-left: 10px;
background-color: #FFFFFF;
background-image: url(../images/breadcrump_arrow.gif);
background-repeat: no-repeat;
margin-left: 10px;
}



/* PAGE LAYOUT */

#pageContainer {
	width: 950px;
	height: 100%;
	text-align: left;
	margin-left: auto; 
	margin-right: auto;
	background-image: url(../images/background_content-green.png);
	background-position: center;
	background-repeat: repeat-y;	
}


/* LEFT COLUMN */

#leftContainer {
		width: 200px;   
		float: left;
		padding: 0px 0 10px 0px;
		margin: 0px 0 0 0;
		font-size: 0.9em;
		}
		
/* left navigation */

p#currentSubsite {
		font-weight: bold;
		margin: 0;
		font-size: 1em;
		}

p#currentSubsite a {
		padding: 0.7em 20px 0.7em 10px;
		display: block;
		color: #005B99;
		background: #C9DCE9;
		}

p#currentSubsite a:hover {
		background-color: #DDEDD2;
		}
		
		
#leftNav a {
		display: block;
		}
		
#leftNav p {
		font-weight: bold;
		padding: 5px 10px 5px 10px;
		margin: 0px;
		background: #C9DCE9;
		font-size: 1em;
		}
	
#leftNav ul {
		list-style: none;
		margin: 0;
		padding: 0.4em 10px 1em 10px;
		font-weight: normal;
		display: block;
		}

#leftNav li {
		padding: 0.4em 0 0.4em 0;
		}

#leftNav ul ul {
		background: #DDEDD2;
		margin: 0.5em -10px 0 -10px;
		padding: 0.3em 10px 0.2em 10px;
		font-weight: normal;
		}

#leftNav li li {
		padding: 0.2em 0 0.2em 10px;
		}

.firstIsOpen {
		margin: -0.3em -10px -5px -10px;
		padding: 0.7em 10px 0.7em 10px;
		background: #FFFFFF;
		display: block;
		font-weight: bold;
		}

.isOpen {
		font-weight: bold;
		margin: 0 0 -0.5em 0;
		}
		
/* MSIE hacks */
		
* html #leftNav ul ul{
		padding-top:0;
		}

* html .firstIsOpen { 
	text-indent: 5px;
	margin-top: 0.2em;
	border: 5px solid #ffffff;
	}
	
/* MSIE 5 hacks */

* html #leftNav li {
	display:inline;
	margin: 0;
	voice-family:"\"}\""; 
  	voice-family:inherit;
	display:block;
	}
#clearHack {}

* html #leftNav li a { 
	display:block;
	padding: 0.3em 10px 0.3em 0;
	voice-family:"\"}\""; 
  	voice-family:inherit;
	padding:0;
}
#clearHack {}

* html #leftNav li li a {
	padding-left: 10px;
	voice-family:"\"}\""; 
  	voice-family:inherit;
	padding:0;
	}
#clearHack {}

* html #leftNav li li li a { 
	padding-left: 20px;
	voice-family:"\"}\"";  
  	voice-family:inherit;
	padding:0;
	}
#clearHack {}

* html #leftNav li li li li a { 
	padding-left: 30px;
	voice-family:"\"}\""; 
  	voice-family:inherit;
	padding:0;
	}
#clearHack {}


		
/* In the Hanau web site, the topmenu is mirrored by the left menu*/
/* Hide the top level of the menu on the left side */

body.hanauMainSite #leftNav ul.level1 li.isClosed {
	display: none;
	}

body.hanauMainSite #leftNav ul.level2 li.isClosed {
	display: block;
	}

body.brazetec div#leftContainer div#language {
	margin: 10px 10px;
    padding: 3px;
    width: auto;
	}

#language img{
	border: none;
    width: 3.5em;
    vertical-align: middle;
	margin: 1px;
	}

/* content formatting */

#contentContainer {
		width: 540px;
		margin: 0;
        margin-top: 15px;
		padding: 0px 0px 4em 10px; 
		float: left; 
		}

/* Wider contentContainer on a 2 column layout */
body.intranet2Cols #contentContainer {
		width: 730px;
		}

body #contentContainer {
		overflow: hidden;
		}

#content, #toc {
	width: 100%;
	w\idth: auto;
	height: 100%;
}
	
#contentContainer p {
		margin: 0em 0em 1em 0em;
		font-size: 1em;
		line-height: 1.3em;
		}

#contentContainer li {
		margin: 0 0 0 -22px;
		list-style-image: url(../images/list_img.gif);
		padding-bottom: 0.2em;
		}

#contentContainer ol li {
		list-style-image: none;
		list-style-type: decimal;
		}

#contentContainer a {
		text-decoration: underline;
		color: #333333;
		}
#contentContainer a:hover {
		color: #005B99;
		}

#contentContainer .bold {
		font-weight: bold;
		}
		
		/* table formatting */
		
#contentContainer table {
		border: 0;
		border-collapse: collapse;
		font-size: 1em;
		margin-bottom: 1em;		
		}
		
#contentContainer th {
		border: 0;
		padding: .5em;
		background-color: #C9DCE9;
		font-size: 1em;
		color: #005B99;
		}

#contentContainer th.spanHeader {
		font-style: italic;	
		}
		
#contentContainer td {
		border: 1px solid #C9DCE9;
		padding: 5px;
		text-align: left;
		font-size: 1em;	
		}
		
#contentContainer table.figures td {
		text-align: right;
		}
		
#contentContainer tfoot {
		border-top: 2px solid #C9DCE9;
		border-bottom: 2px solid #C9DCE9;
		font-weight: bold;
		}

		
	/* images and captions - classes to be appliead via page editor (matching pixel size of image) */
		
#contentContainer img.imageLeft200 {
		width: 200px;
		margin: 5px 10px 10px 0em;
		float: left;
		}
		
#contentContainer img.imageLeft350 {
		width: 350px;
		margin: 5px 10px 10px 0em;
		float: left;
		}
		
#contentContainer img.imageLeft {
		margin: 5px 10px 10px 0em;
		float: left;
		}
	
#contentContainer img.imageRight200 {
		width: 200px;
		margin: 5px 0em 10px 10px;
		float: right;
		}

#contentContainer img.imageRight350 {
		margin: 5px 0em 10px 10px;
		float: right;
		width: 350px;
		}
		
#contentContainer img.imageRight {
		margin: 5px 0em 10px 10px;
		float: right;
		}

#contentContainer  img.imageFullsize {
		margin: 0 0 10px 0;
		}
		
#contentContainer p.captionLeft200 {
		clear: both;
		color: #005B99;
		float: left;
		margin: 0 10px 10px 0;
		font-size: 0.8em; 	
		}
		
#contentContainer p.captionLeft350 {
		clear: both;
		color: #005B99;
		float: left;
		margin: 0 10px 10px 0;
		font-size: 0.8em; 	
		}
		
#contentContainer p.captionFullsize {
		clear: both;
		color: #005B99;
		float: left;
		margin: 0 10px 10px 0;
		font-size: 0.8em; 	
		}
		
#contentContainer p.captionRight200 {
		clear: both;
		color: #005B99;
		float: left;
		margin: 0 0 10px 10px;
		font-size: 0.8em; 	
		}

#contentContainer p.captionRight350 {
		clear: both;
		color: #005B99;
		float: left;
		margin: 0 0 10px 10px;
		font-size: 0.8em; 	
		}
		
#contentContainer p.captionLeft200 {
		width: 200px;	
		}
		
#contentContainer p.captionLeft350 {
		width: 350px;	
		}
		
#contentContainer p.captionRight200 {
		float: right;
		width: 200px;	
		}
		
#contentContainer p.captionRight350 {
		float: right;
		width: 350px;	
		}
		
#contentContainer p.captionFullsize {
		width: 520px;	
		}
		
		
/* right column formatting */

#rightContainer {
		margin-top: 15px;
		margin-right: 10px;
		width: 180px;
		float: right;
        font-size: .9em;
		}
		
* html #rightContainer { /* tan hack to call only MSIE */
		margin-right: 5px;
		width: 180px;
		float: right;
		}
		
#rightContainer div {
		clear: left;
		width: 180px;
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		}
		
#rightContainer p {
		padding: 0 10px;
		margin: 0;
		font-size: 0.9em;
		}

#rightContainer img {
		float: left;
		margin: 0.2em 10px 0.5em 0px;
		border: 1px solid #005B99;
		}
		
#rightContainer select {
	margin: 10px 0 0 10px;
	font-size: 0.8em;
	width: 160px;
	color: #333333;
	background: #F0F5F9;
}

#rightContainer input {
	margin: 0 0 10px 10px;
	font-size: 0.8em;
	width: 150px;
	color: #333333;
	background: #FFFFFF;
	padding: 2px;
}

#rightContainer input.button75px {
	width: 75px;
}
		
		
/* right column pane formatting */

.brazetec #rightContainer div {
		background: #E5F5F6;
        background: rgb(229,246,220);
        background-color: #f1f1f1;
        border-top: 1px solid #fcfcfc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #fcfcfc;

		}

.brazetec #rightContainer ul {
		list-style: none;
		margin: 0;
		padding: 0 5px 0 10px;;
		}
		
.brazetec #rightContainer li {
		margin: 0;
		padding: 4px 0 0 0;
}
		
.brazetec #rightContainer h2 {
		background: #CEECEE;
		background: rgb(197,236,178);
		padding: 5px 10px;
		font-size: 0.9em;
		margin: 0;
		color: #005B99;
        color: white;
		font-size: 1em;
        background-color: rgb(16, 121, 49);

		}
		
.brazetec #rightContainer h3 {
		font-size: 0.9em;
		padding-left: 5px;
		margin: 0.5em 0 0.5em 0;
		color: #005B99;
		font-weight: normal;
		}
		
.brazetec #rightContainer p {
		margin: 5px 0 0 0;
		}

.brazetec #rightContainer a {
        margin: 0.5em 0 0 0;
		padding: 0;
        font-size: 1em;
        }

#news li { 
        padding: 0;
        margin: 0;
        display: inline;
        }
        
#subscribe {
		background: #FBF3E5;
		}

#subscribe h2 {
		background: #F7E8CE;
		padding: 1px 10px;
		font-size: 0.9em;
		margin: 0;
		color: #005B99;
		}
		
		
/* formatting banner pane */	

#banners {
		padding: 15px 0px 5px 0px;
		text-align: center;
		} 
		
#banners img {
		border: 0px solid rgb(0, 91, 153);
		}
				
				
/* formatting features pane */

#features, #topicMonth, #topicMonthText {
	background: #FBF3E5;
}

#features h2 {
		background: #F7E8CE;
		padding: 5px 10px;
		font-size: 0.9em;
		margin: 0;
		color: #005B99;
		}
		
#features h3 {
		font-size: 0.9em;
		padding-left: 10px;
		margin: 0.5em 0 0.5em 0;
		color: #005B99;
		font-weight: normal;
		}

#features img, #topicMonth img {
		float: left;
		border: 1px solid #005B99;
		margin: 5px 10px 5px 10px;
		}
		
* html #features img, * html #topicMonth img { /* tan hack to call only MSIE */
		margin: 5px 5px 5px 9px;
		}
		
* html #features img.large, * html #topicMonth img.large { /* class to be used to prevent text float issues if image width is more than 60px */
		/*display: block; CAUSES WRONG IMG WIDTH ! */
		margin: 5px 0px 5px 9px;
		}


/* global (home + other pages) pane formatting */

a.more {
		clear: left;
		display: block;
		color: #005B99;
		padding: 0 0 0 20px;
		background: url(../images/arrow.gif) no-repeat left;
		margin: 0.5em 0 0.5em -3px;
		}
		
a.moreAll {
        clear: left;
		display: block;
		font-weight: bold;
		color: #005B99;
		font-size: 0.9em;
		margin: 1em 0 0 0;
   		padding: 0 0 0 10px;
		}


/* footer formatting */
#footerContainer {
		clear: both;
        position: relative; 
		width: 950px;
		w\idth: 940px;
		height: 30px;
		background: #80ADCC;
		padding: 5px 0 5px 10px;
		}
		
#footerContainer a:link {color: #005B99; padding-left: 10px;}

#footerContainer p {
		font-size: 0.8em;
		font-weight: bold;
		color: #005B99;
		margin-top: 10px;
		}

#contentContainer table.tableblank, #contentContainer table.tableblank tbody, #contentContainer table.tableblank td {
	border-width: 0px;
    border-style: none;
    border-color: white;
}

#contentContainer table input {
	font-size: 100%;
}

#contentContainer p.P-Disclaimer {
	font-size: .8em;
	line-height: 140%;
	text-align: center;
	padding: 0.2em 0.5em;
	margin: 1em 0;
	background-color: #C9DCE9;
	color: #005B99;
	border-bottom: 2px solid #E0F7FF;
	border-right: 2px solid #E0F7FF;
	border-left: 1px solid #005B99;
	border-top: 1px solid #005B99;
}



/* PANES FOR BRAZETEC */



/* formatting investor + environment pane */
	
#investors, #environment {
	background: #F0F5F9;
	width: 265px;
	padding: 0 0 10px 0 ;
	float: left;
}

* html #investors, #environment  { /* tan hack to call only MSIE */
    width: 260px;
}

#environment {
	background: #EBF2E1;
	margin: 0 0 0 10px;
}

#investors .more, #environment .more {
	clear: both;
	display: block;
	color: #005B99;
	padding: 0 0 0 20px;
	background: url(../images/arrow.gif) no-repeat left;
	margin: 1em 0 0.5em -3px;
	text-decoration: none;
	}

#investors h2, #environment h2 {
	font-size: 0.9em;
	padding: 1px 10px;
	margin: 0;
	color: #005B99;
	background: #B2CDE0;
	}
	
#environment h2 {
	background: #D7E7C2; 
	}
	
#investors h3, #environment h3, #investors h5, #environment h5 {
	font-size: 0.9em;
	margin: 0.5em 0 0.5em 10px;
	color: #005B99;
	font-weight: normal;
	}
	
#investors h5, #environment h5 {
	font-weight: bold;
	}

#investors p, #environment p {
	font-size: 0.9em;
	margin: 5px 0 0 10px;
}

#investors img, #environment img {
	float: right;
	border: 1px solid #005B99;
	margin: 10px;
	}
	
#investors ul, #environment ul {
	font-size: 0.9em;
	margin: 0 0 10px 10px;
	}
	
* html #investors ul { /* tan hack to call only MSIE*/ 
	margin: 0 0 0 48px;
	}
* html #environment ul { /* tan hack to call only MSIE*/ 
	margin: 0 0 0 48px;
	}

#investors li, #environment li {
	list-style-image: url(../images/list_img.gif);
	padding: 0 0 5px 0;
	}
	
/* formatting investor ticker */

#homeTicker h1 {
	font-size: 0.9em;
	padding-left: 10px;
	margin: 0.5em 0 0.5em 0;
	color: #005B99;
	font-weight: normal;
	}
	
#homeTicker marquee {
	font-size: 0.9em;
	width: 240px; 
	height: 15px; 
	margin: 5px 0 0 10px;
	background-color: #FFFFFF; 
	border: 1px solid #B2CDE0;
	}
	
* html  #homeTicker font { /* tan hack to call only MSIE */
	font-size: 0.9em;
	}
	
.copyright {
	padding-left: 10px;
	font-size: 0.8em;
	margin-bottom: 5px;
	}
	
* html  #homeTicker font.copyright { /* hack to call only MSIE */
	position: relative; left: 10px; /* set value for MSIE 5 */
	voice-family: "\"}\""; voice-family:inherit; /* override value for MSIE >5 */
	position: static;
	}

#homeTicker .highlight {
	font-weight: bold; 
	color: #005B99;
	}
	
	
/* left  formatting */

body.brazetec #leftContainer {
    background-color: #DEEFD6;
    background-color: rgb(231, 247, 222); /* here */

    }
    
body.brazetec #leftContainer ul {
		list-style: none;
		margin: 0 5px 0 10px;
		padding: 0;
		padding-left: 0;
		}
		
body.brazetec #leftContainer  li {
		/*margin: 0;
		padding: 0 10px;
                   */
        display: inline;
}
		
body.brazetec #leftContainer div {
		width: 180px;
		w\idth: 179px;
		margin: 0 0 10px 10px;
		padding: 0 0 10px 0;
		/*background: #F0F5F9;	*/
        background-color: #f1f1f1;
        border-top: 1px solid #fcfcfc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        border-left: 1px solid #fcfcfc;
		}
		
body.brazetec #leftContainer div#language {
		background: transparent;	
		}

body.brazetec #leftContainer h2 {
		padding: 5px 10px;
		margin: 0;
        color: white;
		font-size: 1em;
        background-color: rgb(16, 121, 49);
		}

body.brazetec #leftContainer #newsLeft h2 {
		/*background: #CEECEE;*/
		background: rgb(210,210,210);
		background-color: #B0FF8C;
        background: rgb(198, 239, 181);		
        color: rgb(16, 121, 49);
        }
		
body.brazetec #leftContainer h3 {
		margin: 1em 0 0.5em 0;
        padding: 0;
		color: #005B99;
		font-weight: normal;
		}

body.brazetec #leftContainer p#btLogo {
		margin: 15px 0 10px 0;
        padding: 3px 0;
		font-size: 1em;
		}
		
body.brazetec #leftContainer p#btLogo  img {
		margin: 0;
        padding: 3px 0;
		background-color: white;
		}
		
body.brazetec #leftContainer p {
		margin: 5px 0 0 0;
		font-size: 1em;
		}
		
body.brazetec #leftContainer a.more {
		display: block;
		color: #005B99;
		padding: 0 0 0 20px;
		background: url(../images/arrow.gif) no-repeat left;
		margin: 0.5em 0 0.5em -3px;
		font-size: 1em;
		}
		
body.brazetec #leftContainer a.moreAll {
        clear: left;
		display: block;
		font-weight: bold;
		color: #005B99;
		font-size: 1em;
		margin: 1em 0 0 0;
		}
		
/* events news formatting */


body.brazetec #events h3, #news h3 {
    font-weight: bold;
    font-size: 1em;
}

#events a, #news a, #subscribe a, #links a {
        clear: right;
		display: block;
		color: #005B99;
		margin: 0.5em 0 0 0;
		}
        
#events img, #news img, #subscribe img, #links img {
    float: right;
    width: 6em;
    padding-left: .2em;
}


#eventsLeft ul {
		list-style: none;
		margin: 0;
		padding: 0;
		margin-left: 0;
		padding-left: 0;
		}
		
#eventsLeft li {
		margin: 0;
		padding: 0;
}
		
#eventsLeft {
		width: 180px;
		w\idth: 179px;
		margin: 0 0 10px 10px;
		padding: 0 0 10px 0;
		background: #E5F5F6;	
		}
		
#eventsLeft h2 {
		background: #CEECEE;
		padding: 5px 10px;
		margin: 0;
		color: #005B99;
		font-size: 1em;
		}
		
#eventsLeft h3 {
		padding-left: 10px;
		margin: 1em 0 0.5em 0;
		color: #005B99;
		font-weight: normal;
		}
		
#eventsLeft p, #eventsLeft li  {
		margin: 5px 0 0 10px;
		font-size: 1em;
		}
		
#eventsLeft	a.more {
		display: block;
		color: #005B99;
		padding: 0 0 0 20px;
		background: url(../images/arrow.gif) no-repeat left;
		margin: 0.5em 0 0.5em -3px;
		font-size: 1em;
		}
		
#eventsLeft	a.moreAll {
        clear: left;
		display: block;
		font-weight: bold;
		color: #005B99;
		font-size: 1em;
		margin: 1em 0 0 0;
		}

body.brazetec #rightContainer  div {
    padding-bottom: 10px;
    margin-bottom: .8em;
    background: #f1f1f1; 
    position: relative; 
    border-left: 1px solid #fcfcfc;
    border-top: 1px solid #fcfcfc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

/*
body.brazetec #rightContainer div.out {
  display: block; 
  background: #aaa; 
  position: relative;
  margin: 1em 0;
  padding: 0;
  }
  
.in2 {
  display: block; 
  background: #bbb; 
  border: 1px solid #999; 
  position: relative;
  padding: 1px;
  margin: 1px;
  }
  
body.brazetec #rightContainer .in {
  background: #f1f1f1; 
  position: relative; 
  padding-bottom: 0;
  border-left: 1px solid #fcfcfc;
  border-top: 1px solid #fcfcfc;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  }

.ltin {
  left: -5px;
  }
  
.tpin {
  top: -6px;
  }
  
.rtin {
  left: 5px;
  }
*/