﻿
/*********************************************************************************************************************************
/* common.css    /
*********************************************************************************************************************************/
* {
  margin: 0;
  padding: 0;
}

html, body, a, h1, h2, h3, h4, h5, h6, div, p, ul, li, table, tr, td, th, input, select, textarea, label, button {
  color: #333333;
  font-family:  Verdana, Arial, sans-serif;
  font-size:11px;
}

html, body {
  padding:0;
  margin:0;
  height:100%;
  background-color:#e8e7e7;
  background-image:url(images/bg.gif);
  background-position: 0 0; 
  background-repeat:repeat-x;
  /*overflow-x: hidden;*/ /*IE 8 cannot display scroll*/
  /*-ms-overflow-x: hidden;*/
} 

a{
  cursor: pointer;
  text-decoration: none;
}

img {
  border:none;
}

ul {
  list-style: none;
}

a,
a:link,
a:visited {
  color: #00f;
}
a:focus,
a:hover,
a:active {
  color: #000066;
}

.floatLeft {
  float:left;
}

.floatRight {
  float:right;
}

div.noFloat {
    clear:both;
    font-size: 0px;
    line-height: 0px;
    height: 0px;
}

br.noFloat {
  clear: both;
  display: block;
  width: 0;
  height: 0;
}

div#placeholder {
  height:35px;
  background-image:url(images/bg_homepage_content.gif);
  background-position: 0 0;
  background-repeat:repeat-y;
}

em.registeredTrademark { 
  position:relative; 
  top:-4px; 
  margin: 0 1px 0 0;
} 
/*********************************************************************************************************************************
/*   navigation_without_manage_m.css    /
*********************************************************************************************************************************/
/*********************************************************************************************************************************
 * MAIN NAVIGATION
 *********************************************************************************************************************************/ 

div#stage div#mainNavigation ul#primaryNavigation {
  position: relative;
  left:2px;
}  
  
  
ul#primaryNavigation li {
  font-weight: bold;
    display:block;    
    float:left;
    margin:0;
    padding:0 0px 0 0;
    width:160px;
}

ul#primaryNavigation li a {
  display: block;
  height:22px;
  padding: 6px 0 0 20px;
  border-right:1px solid #ffffff;
  color: #000066;
  background-image:url(images/bg_main_navigation.gif);
  background-position: 0 0; 
  background-repeat:repeat-x;
}

ul#primaryNavigation li.selected a {
  background-position: 0 -28px;
}
     
ul#primaryNavigation li a:hover,
ul#primaryNavigation li a:focus,
ul#primaryNavigation li a:active {
  color: #ffffff;
  background:none;
  background-color: #000066;
}   

ul#primaryNavigation li ul {
  position: absolute;
  padding: 1px 0 0 0;
}

ul#primaryNavigation li ul li {
  display: none;
  width:241px;
  float: none;
  font-weight: normal;
  background-image:url(images/shadow_right.png);
  background-position: left top; 
  background-repeat:repeat-y;
  white-space:normal
} 

ul#primaryNavigation li:hover ul li {
  display: block;
}

ul#primaryNavigation li:hover ul {
  display:block;
}

ul#primaryNavigation li:hover ul.displayBlock {
  display:block;
}

ul#primaryNavigation li ul li.firstChild {
  width:241px;
  background:none;
  background-image:url(images/shadow_right_fc.png);
  background-position: left top; 
  background-repeat:no-repeat;
}  
    
ul#primaryNavigation li:hover ul li a,
ul#primaryNavigation li.selected ul li a {
  width:201px !important;
  height:auto;
  color: #666666;
  margin:0 3px 0 1px;
  padding: 6px 18px;
  color: #666666;
  border:none;
  background:none;
  background-image:url(images/dotted_line_navigation.gif);
  background-position: 0 0; 
  background-repeat:repeat-x;
}
      
ul#primaryNavigation li ul li a.secondLevelList {
  width:220px !important;
  height:19px;
  color: #666666;
  margin:0 0 0 1px;
  padding: 4px 0 0 19px;
  border:none;
  background:none;
  background-image:url(images/dotted_line_navigation.gif);
  background-position: 0 0; 
  background-repeat:repeat-x;
}      
      
ul#primaryNavigation li ul li.lastChild {
  width:241px;
  height:15px;
  background-image:url(images/shadow_bottom.png);
  background-position: left top; 
  background-repeat:no-repeat;
}     
      
ul#primaryNavigation li ul li a:hover,
ul#primaryNavigation li ul li a:focus,
ul#primaryNavigation li ul li a:active,
ul#primaryNavigation li ul li.selected a,
ul#primaryNavigation li.selected ul li.selected a {
  background-color: #000066;
  color: #ffffff;
}

/********************************************************
 * SPECIAL CASES: COMMUNITIES AND MANAGE/M
 ********************************************************/
    
    
ul#primaryNavigation li ul li#communitiesLogin input.formElement,
ul#primaryNavigation li ul li#manageLogin input.formElement {
  width:135px;
  margin:0 7px 0 0;
  display:block;
  border: 1px solid #c6c6c6;
  padding:1px 0 1px 3px;
  color:#666666;
}

ul#primaryNavigation li ul li#manageLogin select.formElement {
  float:left;
  width:214px;
  margin:0 7px 0 0;
  display:block;
  border: 1px solid #c6c6c6;
  padding:1px 0 1px 3px;
  color:#666666;
}


ul#primaryNavigation li ul li#communitiesLogin span.form,
ul#primaryNavigation li ul li#manageLogin span.form {
  background-color:#ff6600;
  display:block;
  width:250px;
  padding:20px 0 15px 20px;
  margin:0 0 0 1px;
  background:none;
  background-image:url(images/dotted_line_navigation.gif);
  background-position: 0 0; 
  background-repeat:repeat-x;
}

ul#primaryNavigation li ul li#communitiesLogin a#passwordReminder,
ul#primaryNavigation li ul li#communitiesLogin a#passwordReminder:link,
ul#primaryNavigation li ul li#communitiesLogin a#passwordReminder:visited {
  display:block;
  color:#bababa;
  width:auto !important;
  height:auto;
  padding:0 0 0 13px;
  background:none;
  background-image:url(images/icons.gif);
  background-position:left -684px;
  background-repeat:no-repeat;
  margin: 0 0 0 74px;
}

ul#primaryNavigation li ul li#communitiesLogin a#passwordReminder:hover,
ul#primaryNavigation li ul li#communitiesLogin a#passwordReminder:focus,
ul#primaryNavigation li ul li#communitiesLogin a#passwordReminder:active {
  color:#000066;
  background-image:url(images/icons.gif);
  background-position:left -935px;
}

ul#primaryNavigation li ul li#communitiesLogin span.form strong,
ul#primaryNavigation li ul li#manageLogin span.form strong {
  display:block;
  padding:0;
  margin:0 0 8px 0;
  color:#000066;
}


ul#primaryNavigation li ul li#communitiesLogin span.form span.inputBlock {
  display:block;
  clear:both;
  padding:0 0 13px 0;
}

ul#primaryNavigation li ul li#manageLogin span.form span.inputBlock {
  display:block;
  clear:both;
  padding:0 0 15px 0;  
}

ul#primaryNavigation li ul li#communitiesLogin span.form span.inputBlock span.row,
ul#primaryNavigation li ul li#manageLogin span.form span.inputBlock span.row {
  display:block;
  clear:both;
  margin:0 0 5px 0;
}

ul#primaryNavigation li ul li#communitiesLogin span.form span.selectBlock,
ul#primaryNavigation li ul li#manageLogin span.form span.selectBlock {
  display:block;
  clear:both;
}


ul#primaryNavigation li ul li#communitiesLogin span.form label,
ul#primaryNavigation li ul li#manageLogin span.form label {
  display:block;
  width:64px;
  color:#333333;
  margin: 2px 10px 0 0;
  padding:0;
  float:left;
}

/*********************************************************************************************************************************
 * BREAD CRUMB NAVIGATION
 *********************************************************************************************************************************/   

div#stage div#breadCrumbNavigation {
  
  background-image: url('images/dotted_line_cccccc.gif');
  background-position: bottom left; 
  background-repeat:repeat-x;
  margin:0 2px 32px 2px;
  font-size:10px;
}               

div#breadCrumbs {
  display:block;
  overflow: hidden;
  padding:8px 17px 8px 10px;
  margin:0px; 
  color:#b1b1b1; 
}

div#breadCrumbs span 
{
  font-size:10px;
  color:#b1b1b1;
  padding:2px;
  margin:0;
}

div#breadCrumbs span > a:first-child + span + span
{
  display: none;
}


div#breadCrumbs a,
div#breadCrumbs a:link,
div#breadCrumbs a:visited
{
  color: #888888;
  margin: 0px;
  padding: 0px;
  font-size:10px;
}
      
ul#breadCrumbs li a:focus,
ul#breadCrumbs li a:hover,
ul#breadCrumbs li a:active {
  color: #000066;
} 

ul#breadCrumbs li.selected a,
ul#breadCrumbs li.selected a:link,
ul#breadCrumbs li.selected a:visited {
  color:#b1b1b1;
  cursor:text;
  background:none;
}


/*********************************************************************************************************************************
 * CONTENT NAVIGATION
 *********************************************************************************************************************************/

ul#contentNavigation {
  padding:1px 0 0 0;
}

ul#contentNavigation li {
  display:inline;
}

ul#contentNavigation li.firstChild div {	
	color:#000066;
	line-height:15px;
	font-weight:bold;
	margin-bottom:10px;
}

ul#contentNavigation li a,
ul#contentNavigation li a:link,
ul#contentNavigation li a:visited {
  display:block;
  color:#000066;
  line-height:15px;
  font-weight:bold;
  margin-bottom:10px;
}

ul#contentNavigation li ul li {
  display:inline;
}

ul#contentNavigation li ul li a,
ul#contentNavigation li ul li a:link,
ul#contentNavigation li ul li a:visited {
  display:block;
  color:#888888;
  line-height:15px;
  font-weight:normal;
  padding:0 0 0 13px;
  background-image:url(images/icons.gif);
  background-position:1px -684px;
  background-repeat:no-repeat;
  margin:0;
  margin-bottom:10px;
}

ul#contentNavigation li ul li a:focus,
ul#contentNavigation li ul li a:hover,
ul#contentNavigation li ul li a:active,
ul#contentNavigation li ul li.selected a,
ul#contentNavigation li ul li.selected a:link,
ul#contentNavigation li ul li.selected a:visited {
  color:#000066;
  background-image:url(images/icons.gif);
  background-position:1px -935px;
}


div#slidingContentNavigationBlock {
  position:absolute;
  left:2px;
  width:20px;
  height:450px;
  overflow:hidden;
  z-index:80;
}
        
div#slidingContentNavigation {
  position:relative;
  left:-255px;
  width:275px;
  height:450px;
}
        
div#slidingContentNavigation div.visibleArea {
  position:relative;
  width:275px;
  height:435px;
  overflow:hidden;
}

div#slidingContentNavigation ul#contentNavigation {
  position:relative;
  margin:17px 29px 23px 20px;
}
       
        
div.open {
  background-image:url(images/contentNavigationOpen.gif);
  background-position:right 0;
  background-repeat:no-repeat;
}
        
div.close {
  background-image:url(images/contentNavigationClose.gif);
  background-position:right 0;
  background-repeat:no-repeat;
} 

/*********************************************************************************************************************************
 * META   NAVIGATION
 *********************************************************************************************************************************/ 

div#header ul#metaNavigation {
  position:absolute;
  top:7px;
  display:block;
  z-index: 2;
}

ul#metaNavigation li {
  float: left;
  display: inline; /* msie 6.x float rendering patch \*/
}
  
ul#metaNavigation li.firstChild {
  margin-left:21px;
}
    
ul#metaNavigation li a,
ul#metaNavigation li a:link,
ul#metaNavigation li a:visited {
  display:block;
  margin: 0 28px 0 0;
  color: #ffffff;
}
      
ul#metaNavigation li a:focus,
ul#metaNavigation li a:hover,
ul#metaNavigation li a:active,
ul#metaNavigation li.selected a {
  color: #000066;
}

/*********************************************************************************************************************************
 * 404 - ALTERNATIVE NAVIGATION
 *********************************************************************************************************************************/


div.alternativeNavigation {
  background-color:#eeeeee;
  clear:both;
  height:100%;
}
 
div.alternativeNavigation h3 {
  color:#000066;
  margin:0 0 12px 0;
} 
 
div.leftNavigation div.content,
div.rightNavigation div.content {
  margin:13px 14px 0 14px;
  padding:0 0 25px 0;
}
 
div.rightNavigation div.content p {
  padding:0;
  margin:0 0 22px 0;
  color:#666666;
  line-height:15px;
}
 
div.leftNavigation {
  float:left;
  border-right: 1px solid #ffffff;
  width:50%;
}
 
div.rightNavigation {
  overflow:hidden;
}

ul#alternativeNavigation li.firstChild {
  display:block;
  padding:0 0 15px 0;
}
 
ul#alternativeNavigation li a.linkArrowLeft {
  color:#666666;
  margin-bottom:3px;
}
 
ul#alternativeNavigation li a.linkArrowLeft:hover {
  color:#000066;
}


/*********************************************************************************************************************************
 * DISABLE NAVIGATION ENTRIES
 *********************************************************************************************************************************/


div#stage div#mainNavigation ul#primaryNavigation li.entryDisabled,
div#header ul#metaNavigation li.entryDisabled {
  display:none;
} 
/*********************************************************************************************************************************
/*   grids.css    /
*********************************************************************************************************************************/

div#stage {
  position: relative;
  width: 960px;
  height:100%;
  background-color:#ffffff;
  background-image:url(images/bg_homepage_content.gif);
  background-position: 0 0; 
  background-repeat:repeat-y;
  text-align:left;
  margin: 0 auto;
  z-index:1;
  
}

div#header {
  position:relative;
  width: 960px;
  height:117px;
  background-position: left top;
	background-image: url(images/bg_head.gif);
	background-repeat:no-repeat;
  margin: 0 0 30px 0;
}


div#header div#searchFormContainer {
  position:absolute;
  left:734px;
  top:6px;
  z-index:6;
}

div#header div#loggedInStatus {
  position:absolute;
  left:734px;
  top:49px;
  z-index:6;
  clear:both;
}

div#header div#loggedInStatus span.salutation {
  display:block;
  color:#000066;
  line-height:15px;
}

div#header div#loggedInStatus span.text {
  display:block;
  color:#ffffff;
  line-height:15px;
  margin: 0 0 1px 0;
}

div#header div#searchFormContainer input.formElement {
  border: none;
  padding:2px 0 3px 3px;
  margin:0 6px 0 0;
  background-color:#fff8e6;
  color:#000066;
  font-size:10px;
  width:182px;
  float:left;
}


div.alternativeNavigation div.searchFormContainer input.formElement {
  border-top: 1px solid #848484;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  border-left: 1px solid #848484;
  padding:1px 0 2px 3px;
  margin:0 6px 0 0;
  color:#5c5c5c;
  font-size:10px;
  width:205px;
  float:left;
}

div#header div#searchFormContainer input.btnArrow {
  display: block;
  width: 17px;
  height: 17px;
  font-size: 0;
  overflow: hidden;
  background-position: left -890px;
	background-image: url(images/icons.gif);
  cursor:pointer;
	float:left;
}

div#header img.logo {
  position:absolute;
  left:21px;
  top:58px;
}

div#stage div#mainNavigation {
  position:absolute;
  left:0;
  top:117px;
  width:960px;
  height:29px;
  padding:1px 0 0 0;
  background-image:url(images/bg_main_navigation_bar.gif);
  background-position: 2px 1px; 
  background-repeat:no-repeat;
  z-index:90;
}

div#stage div#mediaStage {
  background-color:#ffffff;
  background-image:url(images/bg_homepage_content.gif);
  background-position: 0 0; 
  background-repeat:repeat-y;
  z-index:2;
}

body.homepage div#stage div#mediaStage {
  padding:0 0 32px 0;
}

body.grid_m div#stage div#mediaStage,
body.grid_404 div#stage div#mediaStage {
  padding:0 0 32px 0;
}


body.grid_s div#stage div#mediaStage {
  padding:0 0 40px 0;
}

body.grid_c div#stage div#mediaStage,
body.grid_i div#stage div#mediaStage {
  padding:0 0 30px 0;
}

div#stage div#mediaStage img {
  position:relative;
  left:2px;
}

body.grid_m div#stage div#mediaStage img,
body.grid_404 div#stage div#mediaStage img,
body.grid_s div#stage div#mediaStage img,
body.grid_i div#stage div#mediaStage img {
  width:956px;
}

div#stage div#mediaStage div#flashContainer {
  position:relative;
  left:2px;
  width:956px;
  background-color:#cbcbcb;
  padding: 0 0 10px 0;
}

body.grid_s div#stage div#mediaStage div#flashContainer {
  position:relative;
  left:2px;
  width:956px;
}

div#content {
  width: 960px;
  height:auto;
  background-color:#ffffff;
  background-image:url(images/bg_homepage_content.gif);
  background-position: 0 0; 
  background-repeat:repeat-y;
  padding:0;
  margin:0;
}

/*********************************************************************************************************************************
 * FOOTER - COMMON
 *********************************************************************************************************************************/

div#footer {  
  background-color:#ffffff;
  background-image:url(images/bg_homepage_content.gif);
  background-position: 0 0; 
  background-repeat:repeat-y;
  padding-top:40px;
  height:60px;
} 

div#footer div.footer, div.footer_long {
  clear:both;
  background-image:url(images/dotted_line_cccccc.gif);
  background-position: 0 0; 
  background-repeat:repeat-x;
  padding: 5px 0 40px 0;
  margin:0 21px 0 21px;
}

div#footer div#footerNavigation {
  margin: 1px 35px 0 0;
  overflow:hidden;
}

div#footer div#footerNavigation span.copyright {
  background:none;
  line-height:15px;
  display:block;
  margin: 0 18px 0 0;
  color:#bababa;
  float:left;
}

div#footer a.linkArrowLeft {
  float:left;
  color:#bababa;
  margin: 0 18px 0 0; 
}


div#footer a.iconArrowUp {
  float:right;  
}

/*********************************************************************************************************************************
 * GRIDS - COMMON
 *********************************************************************************************************************************/
 
div#stage div#content div#columns {
  margin-left: 21px;
}

div#stage div#content div#column2 {
  float:left;
}



/*********************************************************************************************************************************
 * GRID H - HOMEPAGE
 *********************************************************************************************************************************/
  
body.homepage div#stage div#content div#columns div#column1 {
  width:186px;
  margin-right: 35px;
  float:left;
}
 
body.homepage div#stage div#content div#columns div#column2 div#column2a {
  width:442px;
  margin: 0 35px 0 0;
  float:left;
}

body.homepage div#stage div#content div#columns div#column2 div#column2a div.section1 {
  margin-bottom:40px;
  clear:both;
}

body.homepage div#stage div#content div#columns div#column2 div#column2a div.section1 div.teaserBlock3 h1 {
  margin-bottom:11px;
  font-family: Arial, Verdana, sans-serif;
  font-size:20px;
  font-weight:normal;
  color:#000066;
}  

body.homepage div#stage div#content div#columns div#column2 div#column2a div.section1 div.linkBlock {
  padding:12px 0 17px 0;
  margin-bottom:0;
}

body.homepage div#stage div#content div#columns div#column2 div#column2a div.section1 div.linkBlock a.linkArrowLeft {
  margin:0;
}
 
body.homepage div#stage div#content div#columns div#column2 div#column2b {
  width:220px;
  float:left;
}


body.homepage div#stage div#content div#columns div#column1 div.section1 {
  padding-bottom:7px;
}

body.homepage div#stage div#content div#columns div#column2 div#column2b div.section1 {
  padding-bottom:35px;
}

body.homepage div#stage div.footer {
  margin-left:21px;
  margin-right:21px;
}
 
 
/*********************************************************************************************************************************
 * GRID C
 *********************************************************************************************************************************/
 
body.grid_c div#stage div#content div#columns {
  margin-left: 21px;
}
 
body.grid_c div#stage div#content div#columns div#column1,
body.grid_c_b div#stage div#content div#columns div#column1 {
  width:212px;
  margin: 0 25px 0 0;
  float:left;
}
 
body.grid_c div#stage div#content div#columns div#column2 {
  width:701px;
}

body.grid_c div#stage div#content div#columns div#column2 div#column2a {
  width:456px;
  margin: 0 20px 0 0;
  float:left;
}
 
body.grid_c div#stage div#content div#columns div#column2 div#column2a div.teaserBlock1,
body.grid_i div#stage div#content div#columns div#column2 div#column2a div.teaserBlock1 {
  margin-bottom:25px;
}

body.grid_c div#stage div#content div#columns div#column2 div#column2a div.linkBlock h1 {
  color:#000066;
  font-size:11px;
  line-height:15px;
  font-weight:bold;
  padding:0;
  margin-bottom:10px;
}

body.grid_c div#stage div#content div#columns div#column2 img.colHeadImage,
body.grid_i div#stage div#content div#columns div#column2 img.colHeadImage {
  position:relative;
  display:block;
  margin-top:-31px;
  margin-bottom:30px;
  width:701px;
  height:200px;
}  


body.grid_c_b div#stage div#content div#columns div#column2 div#column2a {
  width:681px;
  float:left;
}

body.grid_c_b div#stage div#content div#columns div#column2 div#column2a div.innerColumn2a {
  clear:both;
  width:456px;
}
 
body.grid_c_b div#stage div#content div#columns div#column2 div#column2a div.widgetBlock {
  margin-bottom:30px;
}

body.grid_c div#stage div#content div#columns div#column2 div#column2b {
  width:205px;
  margin: 0;
  float:left;
} 

body.grid_c div#stage div#content div#columns div#column2 div#column2b div.profileBlock {
  margin-bottom:30px;
  clear:both
}
 
body.grid_c div#stage div.footer,
body.grid_c_b div#stage div.footer {
  margin-left: 258px;
  margin-right:21px;
} 
   
/*********************************************************************************************************************************
 * GRID I
 *********************************************************************************************************************************/
 
body.grid_i div#stage div#content div#columns {
  margin-left: 21px;
}
 
body.grid_i div#stage div#content div#columns div#column1 {
  width:212px;
  margin: 0 25px 0 0;
  float:left;
}
 
body.grid_i div#stage div#content div#columns div#column2 div#column2a {
  width:641px;
  margin: 0;
  float:left;
}

body.grid_i div#stage div#content div#columns div#column2 div#column2a div.contentHead {
  clear:both;
  overflow:hidden;
} 
 
 
body.grid_i div#stage div.footer {
  margin-left: 258px;
  margin-right:61px;
}
 body.grid_i div#stage div.footer_long {
  margin-left: 21px;
  margin-right:21px;
}
 
/*********************************************************************************************************************************
 * GRID M - CONTACT
 *********************************************************************************************************************************/
 
body.grid_m div#stage div#content div#columns {
  margin-left: 61px;
}
 
body.grid_m div#stage div#content div#columns div#column2 div#column2a {
  width:320px;
  margin: 0 30px 0 0;
  float:left;
}
 
body.grid_m div#stage div#content div#columns div#column2 div#column2b {
  width:488px;
  float:left;
}
 
body.grid_m div#stage div.footer {
  margin-left: 61px;
  margin-right:61px;
} 
 
 
/*********************************************************************************************************************************
 * GRID S - SPECIAL
 *********************************************************************************************************************************/
 
body.grid_s div#stage div#content div#columns {
  margin-left: 41px;
}
 
body.grid_s div#stage div#content div#columns div#column2 div#column2a {
  width:653px;
  margin: 0 40px 0 0;
  float:left;
}
 
body.grid_s div#stage div#content div#columns div#column2 div#column2b {
  width:205px;
  margin: 0;
  float:left;
}


body.grid_s div#stage div.footer {
  margin-left: 40px;
  margin-right:21px;
}



/*********************************************************************************************************************************
 * GRID 404
 *********************************************************************************************************************************/
 
body.grid_404 div#stage div#content div#columns {
  margin-left: 61px;
}
 
body.grid_404 div#stage div#content div#columns div#column2 div#column2a {
  width:258px;
  margin: 0 30px 0 0;
  float:left;
}
 
body.grid_404 div#stage div#content div#columns div#column2 div#column2b {
  width:550px;
  margin: 0;
  float:left;
}


body.grid_404 div#stage div.footer {
  margin-left: 60px;
  margin-right:61px;
}  



/*********************************************************************************************************************************
/*   buttons_and_links.css    /
*********************************************************************************************************************************/
/*******************
 * LINK ELEMENTS
 *******************/
 
 a.linkArrowLeft,
 a.linkArrowLeft:link,
 a.linkArrowLeft:visited {
   display:block;
   color:#bababa;
   width:auto;
   height:auto;
   padding:0 0 0 12px;
   margin:0;
   background:none;
   background-image:url(images/icons.gif);
   background-position: 1px -683px; 
   background-repeat:no-repeat;
   line-height:15px;
 }
 
 a.linkArrowLeft:focus,
 a.linkArrowLeft:hover,
 a.linkArrowLeft:active,
 div#stage div#content div#columns div#column2a a.linkArrowLeft:focus,
 div#stage div#content div#columns div#column2a a.linkArrowLeft:hover,
 div#stage div#content div#columns div#column2a a.linkArrowLeft:active, 
 div#footer div#footerNavigation a.linkArrowLeft:focus, 
 div#footer div#footerNavigation a.linkArrowLeft:hover, 
 div#footer div#footerNavigation a.linkArrowLeft:active {
   color:#000066;
   background-image:url(images/icons.gif);
   background-position: 1px -934px; 
   
 } 
 
body.grid_m .contentBlock a.linkArrowLeft{
   color:#888888;
   padding:0 0 0 14px; 
 } 
 
 
a.linkArrowRight,
a.linkArrowRight:link,
a.linkArrowRight:visited {
  display:block;
  float:left;
  color:#ffffff;
  padding:0 15px 0 0;
  margin:0;
  background:none;
  background-image:url(images/link_arrow_white.gif);
  background-position: right 5px; 
  background-repeat:no-repeat;
  line-height:13px;
}
 
a.linkArrowRight:focus,
a.linkArrowRight:hover,
a.linkArrowRight:active {
  color:#000066;
  background-image:url(images/link_arrow-a.gif);
 }

a.linkArrowRightBold,
a.linkArrowRightBold:link,
a.linkArrowRightBold:visited {
  background-image:url(images/icons.gif);
  background-position:0 -747px;
  background-repeat:no-repeat;
  color: #000066;
  font-weight: bold;
  padding: 0 0 0 13px;
}

a.linkArrowRightBold:focus,
a.linkArrowRightBold:hover,
a.linkArrowRightBold:active {
  background-image:url(images/icons.gif);
  background-position:0 -935px;
  background-repeat:no-repeat;
  color: #000066;
  font-weight: bold;
  padding: 0 0 0 13px;
}
 
 div#stage div#content div#columns a.noArrow, 
 div#stage div#content div#columns a.noArrow:link, 
 div#stage div#content div#columns a.noArrow:visited {
   display:block;
   padding:0;
   color:#999999;
   font-size: 10px;
   font-weight:normal;
   line-height:12px;
 }
 
 
 div#stage div#content div#columns div#column1 div.section1 a.noArrow, 
 div#stage div#content div#columns div#column1 div.section1 a.noArrow:link, 
 div#stage div#content div#columns div#column1 div.section1 a.noArrow:visited {
   margin: 0 0 9px 0;
 }
 
 
 div#stage div#content div#columns div#column2 div#column2a div.section1 a.noArrow, 
 div#stage div#content div#columns div#column2 div#column2a div.section1 a.noArrow:link, 
 div#stage div#content div#columns div#column2 div#column2a div.section1 a.noArrow:visited {
   margin: 0 0 2px 0;
   overflow:hidden;
 }
 
 div#stage div#content div#columns div#column1 div.section2 a.noArrow,
 div#stage div#content div#columns div#column1 div.section2 a.noArrow:link,
 div#stage div#content div#columns div#column1 div.section2 a.noArrow:visited,
 div#stage div#content div#columns div#column2 div#column2b div.section1 a.noArrow,
 div#stage div#content div#columns div#column2 div#column2b div.section1 a.noArrow:link,
 div#stage div#content div#columns div#column2 div#column2b div.section1 a.noArrow:visited,
 div#stage div#content div#columns div#column2 div#column2b div.section2 a.noArrow,
 div#stage div#content div#columns div#column2 div#column2b div.section2 a.noArrow:link,
 div#stage div#content div#columns div#column2 div#column2b div.section2 a.noArrow:visited {
   margin: 0 0 13px 0;
 }
 
 
 div#stage div#content div#columns a.noArrow:focus,
 div#stage div#content div#columns a.noArrow:hover,
 div#stage div#content div#columns a.noArrow:active {
   color:#000066;
 }
 
 
 input.btnArrow,
 input.btnArrowIE6 {
  display: block;
  width: 17px;
  height: 17px;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
  border:none;
  background-image: url(images/icons.gif);
	background-position: 0 -292px;
}


input.btnArrow:hover,
input.btnArrowMouseoverIE6 {
  background-position: 0 -309px;
}


a.btnDefault,
a.btnDefault:link,
a.btnDefault:visited,
input.btnDefault,
input.btnDefault:link,
input.btnDefault:visited,
input.btnDefaultIE6 {
  display:block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000066;
  width:auto;
  overflow: visible;
  border: #b0b0b0 1px solid;
  padding: 1px 10px 2px 14px;
  background-position: left 550px;
  background-image: url(images/bg_btn.gif);
  line-height:12px;
  cursor:pointer;
}

a.btnDefault,
a.btnDefault:link,
a.btnDefault:visited {
  padding: 2px 13px 3px 17px;
}

input.btnDefault:focus,
input.btnDefault:hover,
input.btnDefault:active,
a.btnDefault:focus,
a.btnDefault:hover,
a.btnDefault:active,
input.btnDefaultMouseoverIE6 {
  background-position: left bottom;
  margin:0;
}


a.searchResultBack img {
  background-image: url(images/icons.gif);
  background-position: 0 -1006px;
}
a.searchResultBack:hover img {
  background-position: 0 -1021px;
}
a.searchResultStart img {
  background-image: url(images/icons.gif);
  background-position: 0 -976px;
}
a.searchResultStart:hover img {
  background-position: 0 -991px;
}
a.searchResultEnd img {
  background-image: url(images/icons.gif);
  background-position: 0 -1036px;
}
a.searchResultEnd:hover img {
  background-position: 0 -1051px;
}
a.searchResultForward img {
  background-image: url(images/icons.gif);
  background-position: 0 -1066px;
}
a.searchResultForward:hover img {
  background-position: 0 -1081px;
}


a.tableInlineLink,
a.tableInlineLink:link,
a.tableInlineLink:visited{
  font-size:10px;
  color:#666666;
  text-decoration:underline;
}
a.tableInlineLink:focus,
a.tableInlineLink:hover,
a.tableInlineLink:active{
  color:#000066;
}


/*********************************************************************************************************************************
/*   icons.css    /
*********************************************************************************************************************************/
/*********************************************************************************************************************************
 * ICONS
 *********************************************************************************************************************************/

div.icons {
  float:right;
  margin-top:5px;
  padding:0 0 0 20px;
}

body.homepage div.icons {
  margin-top:3px;
}

body.grid_c div#stage div#content div#columns div#column2 div#column2b div.icons {
  margin-bottom:40px;
}

a.icon {
  display:block;
  background-image:url(images/icons.gif);
  background-repeat:no-repeat;
  margin-left:10px;
}

div.icons a.icon {
  float:left;
}



a.iconRSS,
a.iconRSS:link,
a.iconRSS:visited {
  background-position: 0 0;
}

a.iconRSS:focus,
a.iconRSS:hover,
a.iconRSS:active {
  background-position: 0 -19px;
}

a.iconTaf,
a.iconTaf:link,
a.iconTaf:visited {
  background-position: 0 -38px;
}

a.iconTaf:focus,
a.iconTaf:hover,
a.iconTaf:active {
  background-position: 0 -57px;
}

a.iconStar,
a.iconStar:link,
a.iconStar:visited {
  background-position: 0 -76px;
}
a.iconStar:focus,
a.iconStar:hover,
a.iconStar:active {
  background-position: 0 -95px;
}

a.iconPrint,
a.iconPrint:link,
a.iconPrint:visited {
  background-position: 0 -114px;
}
a.iconPrint:focus,
a.iconPrint:hover,
a.iconPrint:active {
  background-position: 0 -133px;
}

a.iconMagnify,
a.iconMagnify:link,
a.iconMagnify:visited {
  background-position: 0 -152px;
}
a.iconMagnify:focus,
a.iconMagnify:hover,
a.iconMagnify:active {
  background-position: 0 -171px;
}

a.iconArrowUp,
a.iconArrowUp:link,
a.iconArrowUp:visited {
  width: 17px;
  height: 17px;
  background-position: 0 -190px;
}
a.iconArrowUp:focus,
a.iconArrowUp:hover,
a.iconArrowUp:active {
  width: 17px;
  height: 17px;
  background-position: 0 -207px;
}

a.iconArrowPlay,
a.iconArrowPlay:link,
a.iconArrowPlay:visited {
  width: 17px;
  height: 17px;
  background-position: 0 -224px;
}
a.iconArrowPlay:focus,
a.iconArrowPlay:hover,
a.iconArrowPlay:active {
  width: 17px;
  height: 17px;
  background-position: 0 -241px;
}

a.iconArrowForward,
a.iconArrowForward:link,
a.iconArrowForward:visited {
  width: 17px;
  height: 17px;
  background-position: 0 -258px;
}
a.iconArrowForward:focus,
a.iconArrowForward:hover,
a.iconArrowForward:active {
  width: 17px;
  height: 17px;
  background-position: 0 -275px;
}

a.iconArrowRight,
a.iconArrowRight:link,
a.iconArrowRight:visited {
  width: 17px;
  height: 17px;
  background-position: 0 -292px;
}
a.iconArrowRight:focus,
a.iconArrowRight:hover,
a.iconArrowRight:active {
  width: 17px;
  height: 17px;
  background-position: 0 -309px;
}
a.iconArrowLeft,
a.iconArrowLeft:link,
a.iconArrowLeft:visited {
  width: 17px;
  height: 17px;
  background-position: 0 -414px;
}
a.iconArrowLeft:focus,
a.iconArrowLeft:hover,
a.iconArrowLeft:active {
  width: 17px;
  height: 17px;
  background-position: 0 -431px;
}

a.iconClose,
a.iconClose:link,
a.iconClose:visited {
  width: 13px;
  height: 13px;
  background-position: 0 -326px;
}

a.iconClose:focus,
a.iconClose:hover,
a.iconClose:active {
  width: 13px;
  height: 13px;
  background-position: 0 -339px;
}
a.iconClose.blue,
a.iconClose.blue:link,
a.iconClose.blue:visited {
  width: 13px;
  height: 13px;
  background-position: 0 -524px;
}

a.iconClose.blue:focus,
a.iconClose.blue:hover,
a.iconClose.blue:active {
  width: 13px;
  height: 13px;
  background-position: 0 -537px;
}

a.iconDelicious {
  background-position: 0 -448px;
}

a.iconMrWong {
  background-position: 0 -467px;
}

a.iconDigg {
  background-position: 0 -486px;
}

a.iconWebnews {
  background-position: 0 -505px;
}


span.phone,
span.mobile,
span.fax,
span.email {
  display:block;
  color:#666666;
  padding:0 0 0 20px;
  background-image:url(images/icons.gif);
  background-repeat:no-repeat;
  margin:0 0 3px 0;
}

span.phone {
  background-position: 0px -361px;
  overflow:hidden; 
}

span.mobile {
  background-position: 2px -1115px;
  overflow:hidden; 
}

span.fax {
  background-position: 0px -381px; 
}

span.email {
  background-position: 0px -399px; 
}

/*********************************************************************************************************************************
/*   elements.css    /
*********************************************************************************************************************************/
/*********************************************************************************************************************************
 * CONTENT HEAD
 *********************************************************************************************************************************/

div.contentHead {
  clear:both;
  overflow:hidden;
  margin-right:20px;
}

div#column2a div.contentHead {
  clear:both;
  overflow:hidden;
  margin:0;
}

div.contentHead div.headlines {
  overflow:hidden;
  margin: 0 0 14px 0;
}

body.grid_c div#stage div#content div#columns div#column2 div.contentHead div.headlines,
body.grid_c_b div#stage div#content div#columns div#column2 div#column2a div.contentHead div.headlines {
  overflow:hidden;
  margin: 0 0 14px 0;
  width:456px;
}

div.contentHead div.headlines div.date {
  color:#999999;
  line-height:16px;
  margin: 0 0 14px 0;
}

div.contentHead div.headlines h1 {
  font-size: 24px;
  font-family: Arial, Verdana, sans-serif;
  font-weight: normal;
  line-height: 28px;
  margin:0;
  padding: 0 0 1px 0;
  color:#000066;
}

div.contentHead div.headlines h2, .paragraph_title h2 {
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;
  padding:0 0 5px 0;
  color: #999999;
  margin:0;
}

/*********************************************************************************************************************************
 * CONTENT BLOCK
 *********************************************************************************************************************************/

div.contentMediaBlock {
  clear:both;
}

body.grid_i div.contentMediaBlock div.contentBlock,
body.grid_c_b div.contentMediaBlock div.contentBlock {
  overflow:hidden;
  padding:0 20px 0 0;
}

div.contentBlock div.textBlock {
  font-size: 11px;
  color: #333333;
  line-height:17px;
  padding-bottom:21px;
}

div.contentBlock div.textBlock h3 {
  font-size: 11px;
  line-height:17px;
  font-family: Verdana, Arial, sans-serif;
  padding:0;
}

div.listBlock {
  padding-bottom:16px;
}


div.listBlock h3,
div.tableBlock h3 {
  font-size: 11px;
  line-height:17px;
  font-family: Verdana, Arial, sans-serif;
  padding:0;
}

div.listBlock h3 {
  margin:0 0 4px 0;
}

div.tableBlock h3 {
  margin:0 0 12px 0;
}

div.listBlock ul li {
  font-weight:normal;
  line-height:15px;
  background-image:url(images/bullet_point.gif);
  background-position: 0 7px; 
  background-repeat:no-repeat;
  padding:0 0 0 12px;
  margin:0 0 6px 0;
}
                  


/*********************************************************************************************************************************
 * LINK BLOCK
 *********************************************************************************************************************************/


div.linkBlock {
  background-image:url(images/dotted_line_cccccc.gif);
  background-position: 0 0; 
  background-repeat:repeat-x;
  padding: 23px 0 0 0;
  margin-bottom:25px;
}

div.contentBlock div.linkBlock {
  background:none;
  padding:0;
}

div.linkBlock h1 {
  padding:0;
  margin:0 0 10px 0;
  color:#000066;
}

div.linkBlock ul {
  margin: 0 0 25px 0;
}

div.linkBlock ul li {
  display: inline;
}

div.linkBlock ul li a,
div.linkBlock ul li a:link,
div.linkBlock ul li a:visited {
  display:block;
  font-weight:normal;
  color:#888888;
  line-height:15px;
  padding:0 0 0 13px;
  background-image:url(images/icons.gif);
  background-position: 1px -684px; 
  background-repeat:no-repeat;
  margin-bottom:5px;
}

div.linkBlock ul li a img {
  height:8px;
}
div.linkBlock ul li a span {
  display:block;
  color:#333333;
}

div.linkBlock ul li a:hover {
  color:#000066;
  background-image:url(images/icons.gif);
  background-position: 1px -935px; 
}

div.linkBlock ul li a:hover span {
  color:#000066;
}



/*********************************************************************************************************************************
 * EVENT BLOCK
 *********************************************************************************************************************************/

div.eventBlock {
  margin-bottom:25px;
}



/*********************************************************************************************************************************
 * MEDIA BLOCK
 *********************************************************************************************************************************/

      
div.mediaBlock {
  padding: 3px 0 3px 0;
}

  

body.grid_i div.contentMediaBlock div.mediaBlock,
body.grid_c_b div.contentMediaBlock div.mediaBlock {
  float:right;
  width:205px;
}

div.media {
  clear:both;
  overflow:hidden;
  padding: 0 0 32px 0;
}


div#column2a div.media img.mediaImage {
  display:block;
  border:1px solid #e4e4e4;
  margin-bottom:15px;
  width:639px;
}

div#column2b div.media img.mediaImage,
div#column2a div.contentMediaBlock div.media img.mediaImage {
  border:none;
  margin-bottom:5px;
  width:205px;
  height:133px;
}

div.media div.caption {
  color:#999999;
  line-height:17px;
  overflow:hidden;
  padding-top:1px;
}

div.contentMediaBlock div.media div.caption {
  line-height:15px;
}

/*********************************************************************************************************************************
 * SIMPLE SEARCH
 *********************************************************************************************************************************/


div.searchResultsBlock div.bar {
  clear:both;
  overflow:hidden;
}

div.searchResultsBlock div.bar div {
  color:#ffffff;
}

div.searchResultsBlock div.bar div.navigationBlock {
  float:right;
  width:400px;
  margin:7px 0 0 0;
}

div.searchResultsBlock div.bar div.navigationBlock div.navigation {
  float:right;
}

div.searchResultsBlock div.bar div.navigationBlock div.navigation span.text,
div.searchResultsBlock div.bar div.navigationBlock div.navigation a {
  display:block;
  float:right;
  margin:0 0 0 10px;
}

div.searchResultsBlock div.bar div.navigationBlock div.navigation span.text {
  padding: 0 5px 0 5px;
  line-height:15px;
}

div.searchResultsBlock div.bar div.languageSelectionBlock {
  margin:6px 0 0 0;
  float:left;
}



div.searchResultsBlock div.bar div.languageSelectionBlock a,
div.searchResultsBlock div.bar div.languageSelectionBlock a:link,
div.searchResultsBlock div.bar div.languageSelectionBlock a:visited {
  display:block;
  float:left;
  color:#9494b9;
  font-weight:bold;
  line-height:15px;
  margin:0 20px 0 0;
}

div.searchResultsBlock div.bar div.languageSelectionBlock a:hover,
div.searchResultsBlock div.bar div.languageSelectionBlock a:focus,
div.searchResultsBlock div.bar div.languageSelectionBlock a:active {
  color:#ffffff;
}

div.searchResultsBlock div.bar div.languageSelectionBlock a.selected,
div.searchResultsBlock div.bar div.languageSelectionBlock a.selected:link,
div.searchResultsBlock div.bar div.languageSelectionBlock a.selected:visited {
  color:#ffffff;
  cursor:text;
}

div.searchResultsBlock div.bar div.navigation div.backward, 
div.searchResultsBlock div.bar div.navigation div.forward {
  float:right;
}



/*********************************************************************************************************************************
 * SITEMAP
 *********************************************************************************************************************************/


ul.sitemap {
	margin: -25px 0 0 0;
}
ul.sitemap li {
	background: url(images/dotted_line_cccccc.gif) repeat-x top left;
	margin: 21px 0 0 0;
	padding: 22px 350px 0 15px;
	width: 276px;
}
ul.sitemap li a {
	margin: 0 0 0 -15px;
	float:left;
	/*white-space:*/
}
ul.sitemap li ul {
	margin: -1px 0 0 276px;
	padding: 0 0 0 25px;
	vertical-align:text-top;
}
ul.sitemap li ul li {
	background: none;
	width: 320px;
	margin: 0 0 0 0;
	padding: 0 0 0 13px;
}
ul.sitemap li ul li a,
ul.sitemap li ul li a:link,
ul.sitemap li ul li a:visited {
  background: url(images/icons.gif) no-repeat 1px -683px;
	color: #888888;
	display: block;
	font-weight: normal;
	line-height: 15px;
	margin: 0 0 3px -13px;
	padding: 0 0 0 14px;
	float: none;
}
ul.sitemap li ul li a:focus,
ul.sitemap li ul li a:hover,
ul.sitemap li ul li a:active{
	background: url(images/icons.gif) no-repeat 1px -934px;
	color: #000066;
	
}


/*********************************************************************************************************************************
 * iFrame
 *********************************************************************************************************************************/
/* 
 #content iframe {
 	width: 860px;
	height: 500px;
 }
 
 #content iframe#eBase {
   width: 681px;
   
 }*/
 
/*********************************************************************************************************************************
/*   tables.css    /
*********************************************************************************************************************************/

div.scrollBlock,
div.tableBlock {
  margin-bottom:24px;
}

div.scrollBlock div.head {
  border: 1px solid #d8d8d8;
  width:621px;
}

div.scrollBlock div.scroll {
  width:641px;
  height:242px;
  overflow:auto;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  background-color:#f8f8f8;
  margin-bottom:16px;
}

div.scrollBlock div.scroll ul li {
  background-color:#ffffff;
  border-bottom: 1px solid #d8d8d8;
  padding: 4px 10px 6px 10px;
}

div.searchResultsBlock {
  margin-top: 36px;
}

div.scrollBlock div.captionBlock,
div.tableBlock div.captionBlock {
  font-size: 11px;
  color: #999999;
  line-height:17px;
  padding-bottom:6px;  
}

table {
  width:100%;
  border-collapse: collapse;
  margin-bottom:20px;
}

table.table1 colgroup col {
  width:100%;
}

table.table2 colgroup col {
  width:50%;
}

table.table3 colgroup col {
  width:33%;
}

table.table4 colgroup col {
  width:25%;
}

table.board colgroup col.col1 {
  width:115px;
}

div.searchResultsBlock table {
  margin:1px 0 1px 0;
}

div.scrollBlock div.scroll ul li.coloured,
table tr.coloured,
table td.coloured {
  background-color:#eeeeee;
}

table th,
table td {
  border: 1px solid #d8d8d8;
  color:#666666;
  font-size:10px;
  line-height:15px;
  padding: 6px 10px 5px 10px;
  vertical-align:top; 
}

table.searchResults th,
table.searchResults td {
  font-size:11px;
  color:#333333;
  line-height:17px;
}


div.contactForm div.head,
div.contactFormConfirm div.head,
div.registrationForm div.head,
div.changePasswordForm div.head,
div.loginForm div.head,
div.searchResultsBlock div.bar,
div.scrollBlock div.head,
table th {
  background-color:#0f0f58;
  background-image:url(images/bg_table.gif);
  background-position: 0 0; 
  background-repeat:repeat-x;
  text-align:left;
  font-weight:normal;
  padding: 4px 10px 6px 10px;
  font-size:11px;
  color:#ffffff;
}

div.searchResultsBlock div.bar {
  height:30px;
  padding: 0 10px 0 16px;
}

table td h1 {
  color:#333333;
  font-size:10px;
  line-height:15px;
  margin:0;
}

table td h1.listHeadline {
  margin: 0 0 7px 0;
}

table td.agenda h1.listHeadline {
  float:left;
  width:399px;
  margin: 0 21px 7px 0;
}

table td.agenda span.responsibilities {
  display:block;
  float:left;
  width:119px;
  color:#888888;
}


table td.paragraph {
  background-color:#d6d6d6;
  background-image:url(images/bg_table_paragraph.gif);
  background-position: 0 0; 
  background-repeat:repeat-x;
  padding: 2px 10px 5px 10px;
}

table td.paragraph,
table td.paragraph p {
  color:#000066;
  font-weight:bold;
}

table.searchResults td {
  padding: 2px 10px 5px 16px;
}

table td.image {
  padding:0;
}

table td.image img {
  width:75px;
  height:90px;
}

table td ul {
  font-size:10px;
  line-height:15px;
  font-family: Verdana, Arial, sans serif;
  margin: 0 0 5px 0;
  padding:0;
}

table td p,
table td ul li {
  font-size:10px;
  line-height:15px;
  color:#666666;
  font-family: Verdana, Arial, sans serif;
  padding:0;
  margin:0 0 6px 0;
}



table td ul.bullet li {
  background-image:url(images/bullet_point.gif);
  background-position: 0 7px; 
  background-repeat:no-repeat;
  padding:0 0 0 10px;
}

table td.agenda {
  width:549px;
  padding-right:0;
  background-image:url(images/1x1_d8d8d8.gif);
  background-position: 419px 0;
  background-repeat:repeat-y;
}

table td.agenda ul li {
	width: 539px;
}

table td.agenda ul li span {
	display:block;
	width:389px;
	float:left;
}

table td.agenda ul li ul {
	padding:0;
	margin: 0 0 0 410px;
	vertical-align:text-top;
}

table td.agenda ul li ul li {
	float:left;
	background: none;
	padding:0;
	margin:0;
	width:119px;
}

table td.agenda ul li ul li span {
  width:auto;
  color: #888888;
	display: block;
	font-weight: normal;
	line-height: 15px;
	float:none;
}

div.scrollBlock div.scroll a.linkArrowLeft,
div.scrollBlock div.scroll a.linkArrowLeft:link,
div.scrollBlock div.scroll a.linkArrowLeft:visited,
table td a.linkArrowLeft,
table td a.linkArrowLeft:link,
table td a.linkArrowLeft:visited {
  font-size:10px;
  line-height:15px;
  color:#666666;
   background-position: 1px -683px; 
}
/*********************************************************************************************************************************
/*   forms.css    /
*********************************************************************************************************************************/

div.section {
  border: 1px solid #d8d8d8;
  background-color:#eeeeee;
  margin:0 0 1px 0;
}

div.section div.sectionBlock {
  padding:10px 15px 5px 15px;
}

div.section div.sectionBlock div.row {
  margin:0 0 10px 0;
}

div.section div.sectionBlock p {
  margin:0 0 8px 0;
  color:#999999;
}

div.section div.sectionBlock div.scroll {
  height:242px;
  margin-bottom:16px;
  overflow:auto;
  width:297px;
  background-color:#ffffff;
  border-top: 1px solid #848484;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  border-left: 1px solid #848484;
  float:left;
}



div.section div.sectionBlock div.scroll div.contentBlock {
  margin:3px;
}

div.section div.sectionBlock div.scroll div.contentBlock div.textBlock {
  line-height:15px;
  padding:0 0 21px 0;
}

div.section div.sectionBlock div.scroll h3 {
  color:#333333;
  padding:0;
  margin: 0 0 3px 0;
}

div.section div.sectionBlock div.scroll p {
  color:#333333;
  margin: 0 0 25px 0;
}

div.section div.sectionBlock div.label,
div.section div.sectionBlock div.labelRight {
  float:left;
  margin:0 0 8px 0;
}

div.section div.sectionBlock div.formElement {
  float:left;
  margin:0 0 10px 0;
}

div.section div.sectionBlock div.formTextElement {
  float:left;
  height:19px;
  margin:0 0 10px 0;
  font-weight:bold;
}

div.section div.sectionBlock div.label label {
  display:block;
  margin:0 10px 0 0;
  color:#333333;
}
div.contentBlock div#errorMessage {
 color:#999999;
 font-weight:bold;
}

div.section div.sectionBlock p.error,
div.section div.sectionBlock div.label label.error,
div.section div.sectionBlock div.labelRight label.error,
div.contentBlock div#errorMessage span.error {
  color:#db0000;
}

div.section div.sectionBlock div.label label.labelHead,
div.section div.sectionBlock div.labelRight label.labelHead {
  font-weight:bold;
}

div.section div.sectionBlock div.space5 {
  float:left;
  width:5px;
}

div.section div.sectionBlock div.space20 {
  float:left;
  width:20px;
}

div.section div.sectionBlock input.formElement,
div.section div.sectionBlock select.formElement,
div.section div.sectionBlock textarea.formElement {
  border-top: 1px solid #848484;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  border-left: 1px solid #848484;
  margin: 0;
}



div.section div.sectionBlock input.formElement {
  padding:3px 0 2px 3px;
  font-size:10px;
  color:#5c5c5c;
}

div.section div.sectionBlock select.formElement {
  padding:1px 0 0 0;
  font-size:10px;
  color:#5c5c5c;
}

div.section div.sectionBlock select.formElement option {
  padding:1px 0 1px 0;
}

div.section div.sectionBlock textarea.formElement {
  padding:2px 0 2px 3px;
  font-size:10px;
  color:#5c5c5c;
}

div.section div.sectionBlock div.checkbox {
  float:left;
  width:28px;
  margin: 0 0 0 0;
}

/*********************************************************************************************************************************
 * SEARCH
 *********************************************************************************************************************************/

div.searchInterface {
  margin: 0 0 30px 0;
}

div.searchInterface div.section div.sectionBlock {
  padding: 17px 15px 2px 15px;
}
div.searchInterface div.section div.sectionBlock {
  width:609px;  
}

div.searchInterface div.section div.sectionBlock div.formColumn {
  float:left;
  width:395px;
}

div.searchInterface div.section div.sectionBlock div.infoColumn {
  float:left;
  width:209px;
  color:#666666;
  line-height:17px;
}

div.searchInterface div.section div.sectionBlock div.label label {
  width:80px;
}

div.searchInterface div.section div.sectionBlock div.label label.labelHead {
  color:#000066;
}

div.searchInterface div.section div.sectionBlock input.formElement {
  width:280px;
}

div.searchInterface div.section div.sectionBlock select.formElement {
  width:286px;
}

div.searchInterface div.section div.sectionBlock select#period {
  width:76px;
}

div.searchInterface div.section div.sectionBlock select#day {
  width:60px;
}

div.searchInterface div.section div.sectionBlock select#month {
  width:60px;
}

div.searchInterface div.section div.sectionBlock select#year {
  width:76px;
}

div.searchInterface div.section div.sectionBlock .formElement {
  margin:0 0 10px 0;
}

div.searchInterface div.section div.sectionBlock div#linkAdvancedSearch {
  padding:2px 0 0 0;
}

div.searchInterface div.section div.sectionBlock div#linkAdvancedSearch a.linkArrowLeft {
  color:#888888;
}

div.contentBlock div#errorMessage {
 padding:0 0 24px 0;
}

/*********************************************************************************************************************************
 * CONTACT
 *********************************************************************************************************************************/
 
 
div.contactForm,
div.registrationForm {
  padding:5px 0 0 0;
}

div.contactForm div.head,
div.registrationForm div.head {
  width:466px;
  border: 1px solid #d8d8d8;
  border-bottom:none;
}

div.contactForm div.error,
div.contactForm div.confirmation,
div.registrationForm div.error,
div.registrationForm div.confirmation {
  display:none;
}  

div.contactForm div.section div.sectionBlock,
div.registrationForm div.section div.sectionBlock {
  width:456px;
}



div.contactForm div.section div.sectionBlock div.label,
div.registrationForm div.section div.sectionBlock div.label {
  width:157px;
}

div.registrationForm div.section div.sectionBlock div.labelRight {
  width:428px;
}

div.contactForm div.section div.sectionBlock input.formElement,
div.registrationForm div.section div.sectionBlock input.formElement {
  width:294px;
}

div.contactForm div.section div.sectionBlock select.formElement,
div.registrationForm div.section div.sectionBlock select.formElement {
  width:298px;
}

div.contactForm div.section div.sectionBlock textarea.formElement {
  width:294px;
  height:90px;
}


div.contactForm div.confirmation div.sectionBlock {
  height:483px;
  
}


div.contactForm div.confirmation div.sectionBlock h3 {
  margin: 0 0 2px 0;
}

div.contactForm div.confirmation div.sectionBlock p,
#CT_ajaxContent div.contactForm div.confirmation div.sectionBlock p {
  color:#333333;
  line-height:17px;
  margin: 0 0 17px 0;
  padding:0;
}

#CT_ajaxContent div.changePasswordForm div.section div.sectionBlock p,
#CT_ajaxContent div.loginForm div.section div.sectionBlock p {
  padding:0;
}

div.contactForm div.confirmation div.sectionBlock a.linkArrowLeft,
div.contactForm div.confirmation div.sectionBlock a.linkArrowLeft:link,
div.contactForm div.confirmation div.sectionBlock a.linkArrowLeft:visited,
#CT_ajaxContent div.contactForm div.confirmation div.sectionBlock a.linkArrowLeft,
#CT_ajaxContent div.contactForm div.confirmation div.sectionBlock a.linkArrowLeft:link,
#CT_ajaxContent div.contactForm div.confirmation div.sectionBlock a.linkArrowLeft:visited {
  color:#888888;
}

div.contactForm div.confirmation div.sectionBlock a.linkArrowLeft:hover,
div.contactForm div.confirmation div.sectionBlock a.linkArrowLeft:focus,
div.contactForm div.confirmation div.sectionBlock a.linkArrowLeft:active,
#CT_ajaxContent div.contactForm div.confirmation div.sectionBlock a.linkArrowLeft:hover,
#CT_ajaxContent div.contactForm div.confirmation div.sectionBlock a.linkArrowLeft:focus,
#CT_ajaxContent div.contactForm div.confirmation div.sectionBlock a.linkArrowLeft:active {
  color:#000066;
}


/*********************************************************************************************************************************
 * REGISTRATION
 *********************************************************************************************************************************/

div.registrationForm input#user_id {
  background-color:#d4d0c8;
}  


div.registrationForm div.confirmation div.sectionBlock {
  height:500px;
}

div.registrationForm div.confirmation div.sectionBlock h3 {
  margin: 0 0 2px 0;
}

div.registrationForm div.confirmation div.sectionBlock p,
#CT_ajaxContent div.registrationForm div.confirmation div.sectionBlock p {
  color:#333333;
  line-height:17px;
  margin: 0 0 17px 0;
  padding:0;
}

div.registrationForm div.confirmation div.sectionBlock a.linkArrowLeft,
div.registrationForm div.confirmation div.sectionBlock a.linkArrowLeft:link,
div.registrationForm div.confirmation div.sectionBlock a.linkArrowLeft:visited {
  color:#888888;
}

div.registrationForm div.confirmation div.sectionBlock a.linkArrowLeft:hover,
div.registrationForm div.confirmation div.sectionBlock a.linkArrowLeft:focus,
div.registrationForm div.confirmation div.sectionBlock a.linkArrowLeft:active {
  color:#000066;
}

/*********************************************************************************************************************************
 * CHANGE PASSWORD
 *********************************************************************************************************************************/


div.changePasswordForm div.head {
  border: 1px solid #d8d8d8;
  border-bottom:none;
}


div.changePasswordForm div.section div.sectionBlock {
  width:367px;
}

div.changePasswordForm div.section div.sectionBlock div.label {
  width:167px;
}

div.changePasswordForm div.section div.sectionBlock div.formTextElement,
div.changePasswordForm div.section div.sectionBlock input.formElement {
  width:195px;
}

/*********************************************************************************************************************************
 * LOGIN FAILURE
 *********************************************************************************************************************************/


div.loginForm div.head {
  border: 1px solid #d8d8d8;
  border-bottom:none;
}

div.loginForm div.section div.sectionBlock {
  width:286px;
}

div.loginForm div.section div.sectionBlock div.label {
  width:86px;
}

div.loginForm div.section div.sectionBlock input.formElement {
  width:195px;
}


div.loginForm div.section div.sectionBlock a.linkArrowLeft {
  margin: 0 0 7px 85px;
  font-size:10px;
}
/*********************************************************************************************************************************
/*   teaser.css    /
*********************************************************************************************************************************/
/*********************************************************************************************************************************
 * COMMON
 *********************************************************************************************************************************/

div.teaser,
a.teaser {
  display: block;
  clear:both;
  overflow:hidden;
  height:100%;
}

a.teaser {
  cursor: pointer;
}

a.teaserDisabled {
  cursor:text;
}

a.teaserDisabled span.nowrap {
  display:none;
}  

div.teaser strong,
a.teaser strong {
  display:block;
  font-size:11px;
  line-height:15px;
  color:#000066;
  margin: 0 0 4px 0;
}

a.teaser span.date {
  display:block;
  font-size: 10px;
  color:#999999;
  line-height: 15px;
  margin: 0 0 3px 0;
}

div.teaser span.text,
a.teaser span.text ,
a.teaser:link span.text ,
a.teaser:visited span.text {
  display:block;
  color:#333333;
  line-height:15px;
  overflow:hidden;
}

a.teaser:focus span.text,
a.teaser:hover span.text,
a.teaser:active span.text {
  color:#000066;
}


.nowrap {
  white-space:nowrap;
  clear:both;
  display:inline;
}


a span.more,
a:link span.more,
a:visited span.more,
a.teaser span.more,
a.teaser:link span.more,
a.teaser:visited span.more {
  white-space:nowrap;
  color:#888888;
}

a:focus span.more,
a:hover span.more, 
a:active span.more,
a.teaser:focus span.more,
a.teaser:hover span.more,
a.teaser:active span.more {
  color:#000066;
}

a span.arrow,
a.teaser span.arrow {  
  background-image: url(images/icons.gif);
  background-position: 3px -718px;
  background-repeat: no-repeat;
  padding-bottom:3px;
}

body.homepage div#column1 a.teaser span.arrow,
body.homepage div#column2b a.teaser span.arrow,
body.homepage div#column2a div.section1 div.teaserBlock3 a.teaser span.arrow,
body.grid_c div#column2b div.teaserBlock1 a.teaser span.arrow,
body.grid_c div#column2b div.teaserBlock2 a.teaser span.arrow {
  padding-bottom:3px; 
}

a:focus span.arrow,
a:hover span.arrow,
a:active span.arrow,
a.teaser:focus span.arrow,
a.teaser:hover span.arrow,
a.teaser:active span.arrow,
body.homepage div#column2b a.teaser:focus span.arrow,
body.homepage div#column2b a.teaser:hover span.arrow,
body.homepage div#column2b a.teaser:active span.arrow {
  background-image: url(images/icons.gif);
  background-position: 0 -863px;
}

a span.arrow img,
a.teaser span.arrow img {
  width:13px;
  height:13px;
}

body.homepage div#column1 a.teaser span.arrow img,
body.homepage div#column2b a.teaser span.arrow img,
body.homepage div#column2a div.section1 div.teaserBlock3 a.teaser span.arrow img,
body.grid_c div#column2b div.teaserBlock1 a.teaser span.arrow img,
body.grid_c div#column2b div.teaserBlock2 a.teaser span.arrow img {
  width:13px;
  height:12px;
}
  

div.teaser img.teaserImage,
a.teaser img.teaserImage {
  float:left;
  margin: 0 10px 0 0;
}


/*********************************************************************************************************************************
 * CLASS: teaserImage
 *********************************************************************************************************************************/


body.homepage div#column1 a.teaser img.teaserImage,
body.homepage div#column2b div.section1 div.teaserBlock1 a.teaser img.teaserImage,
body.grid_c div#column2b div.teaserBlock1 a.teaser img.teaserImage,
body.grid_s div#column2b div.teaserBlock1 a.teaser img.teaserImage {
  margin: 0;
  float:none;
  width:205px;
  height:95px;
}

body.homepage div#column2b div.section1 div.teaserBlock2 a.teaser img.teaserImage,
body.homepage div#column2b div.section2 div.teaserBlock1 a.teaser img.teaserImage,
body.grid_c div#column2a div.teaserBlock1 a.teaser img.teaserImage,
body.grid_i div#column2a div.teaserBlock1 a.teaser img.teaserImage,
body.grid_i div#column2a div.downloadBlock div.teaser img.teaserImage,
body.grid_i div#column2a div.downloadBlock a.teaser img.teaserImage,
body.grid_i div#column2a div.eventBlock a.teaser img.teaserImage {
  padding-bottom:15px;
}

body.homepage div#column2b div.section1 div.teaserBlock2 a.teaser img.teaserImage,
body.homepage div#column2b div.section2 div.teaserBlock1 a.teaser img.teaserImage, 
body.grid_c div#column2a div.teaserBlock1 a.teaser img.teaserImage,
body.grid_i div#column2a div.teaserBlock1 a.teaser img.teaserImage,
body.grid_i div#column2a div.downloadBlock div.teaser img.teaserImage,
body.grid_i div#column2a div.downloadBlock a.teaser img.teaserImage,
body.grid_i div#column2a div.eventBlock a.teaser img.teaserImage {
  padding-top:4px;
}

body.grid_c div#column2b div.teaserBlock2 a.teaser img.teaserImage {
  display:block;
  float:right;
  margin:0;
}



/*********************************************************************************************************************************
 * IMAGE SIZES
 *********************************************************************************************************************************/



body.homepage div#column1 a.teaser img.teaserImage {
  width:186px;
  height:95px;
}

body.homepage div#column2a div.section1 div.teaserBlock3 a.teaser img.teaserImage {
  width:205px;
  height:133px;
}

body.homepage div#column2b div.section1 div.teaserBlock1 a.teaser img.teaserImage {
  width:220px;
  height:95px;
}

body.homepage div#column2b div.section1 div.teaserBlock2 a.teaser img.teaserImage,
body.homepage div#column2b div.section2 div.teaserBlock1 a.teaser img.teaserImage,
body.grid_c div#column2b div.teaserBlock2 a.teaser img.teaserImage {
  width:70px;
  height:65px;
}


body.grid_c div#column2a div.teaserBlock1 a.teaser img.teaserImage,
body.grid_i div#column2a div.teaserBlock1 a.teaser img.teaserImage,
body.grid_i div#column2a div.eventBlock a.teaser img.teaserImage {
  width:124px;
  height:80px;
}


body.grid_i div#column2a div.downloadBlock div.teaser img.teaserImage,
body.grid_i div#column2a div.downloadBlock a.teaser img.teaserImage {
  width:70px;
}


body.grid_c div#column2b div.teaserBlock1 a.teaser img.teaserImage,
body.grid_s div#column2b div.teaserBlock1 a.teaser img.teaserImage {
  width:205px;
  height:95px;
}

/*********************************************************************************************************************************
 * CLASS: teaser
 *********************************************************************************************************************************/

body.homepage div#column1 div.section2 div.teaserBlock1 a.teaser,
body.homepage div#column2a div.section1 div.teaserBlock3 a.teaser,
body.homepage div#column2b div.section1 div.teaserBlock1 a.teaser,
body.homepage div#column2b div.section1 div.teaserBlock2 a.teaser,
body.homepage div#column2b div.section2 div.teaserBlock1 a.teaser,
body.grid_c div#column2b div.teaserBlock1 a.teaser,
body.grid_s div#column2b div.teaserBlock1 a.teaser {
  margin-bottom: 10px;
  background-image: url(images/teaser_bg.jpg);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #eeeeee;
}


body.homepage div#column2b div.section1 div.teaserBlock2 a.teaser,
body.homepage div#column2b div.section2 div.teaserBlock1 a.teaser {
 padding-top:11px;
}



body.homepage div#column2a div.section1 div.teaserBlock2 a.teaser,
body.grid_c div#column2a div.teaserBlock1 a.teaser,
body.grid_i div#column2a div.teaserBlock1 a.teaser,

body.grid_i div#column2a div.downloadBlock a.teaser,
body.grid_i div#column2a div.downloadBlock div.teaser,
body.grid_i div#column2a div.eventBlock a.teaser,
body.grid_i div#column2a div.newsBlock a.teaser,
body.grid_i div#column2a div.agendaBlock a.teaser {
  background-image:url(images/teaser_border_bottom.gif);
  background-position: 0 0; 
  background-repeat:repeat-x;
}

body.homepage div#column2a div.section1 div.teaserBlock2 a.teaser {
  padding: 11px 0 0 0;
  /*margin: 0 0 11px 0;*/
}

body.grid_c div#column2a div.teaserBlock1 a.teaser,
body.grid_i div#column2a div.teaserBlock1 a.teaser,
body.grid_i div#column2a div.downloadBlock div.teaser,
body.grid_i div#column2a div.downloadBlock a.teaser,
body.grid_i div#column2a div.eventBlock a.teaser,
body.grid_i div#column2a div.newsBlock a.teaser,
body.grid_i div#column2a div.agendaBlock a.teaser {
  padding: 12px 0 0 0;
  /*margin: 0 0 11px 0;*/
}

body.homepage div#column2a div.section1 div.teaserBlock1 a.teaser {
  margin: 0 0 10px 0;
}


body.homepage div#column1 div.section1 div.teaserBlock1 a.teaser {
  margin-bottom: 31px;
}

body.grid_c div#column2b div.teaserBlock2 a.teaser {
  min-height:91px;
  margin-bottom: 10px;
  background-image: url(images/teaser_bg.jpg);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color: #eeeeee;
}

body.grid_i div#column2a div.newsBlock a.teaser,
body.grid_i div#column2a div.agendaBlock a.teaser {
  margin: 0 0 12px 0;
}

body.grid_i .searchResults a.teaser {
  margin: 4px 0 14px 0;
}
/*********************************************************************************************************************************
 * CLASS: date
 *********************************************************************************************************************************/

body.homepage div#column2a div.section1 div.teaserBlock1 a.teaser span.date {
  margin: 0 0 2px 0;
}


body.grid_i div#column2a div.newsBlock a.teaser span.date {
  font-size:11px;
  float:left;
  width:85px;
  margin: 0 10px 0 0;
}


/*********************************************************************************************************************************
 * CLASS: text
 *********************************************************************************************************************************/


body.homepage div#column1 a.teaser span.text,
body.homepage div#column2b div.section1 div.teaserBlock1 a.teaser span.text,
body.grid_c div#column2b div.teaserBlock1 a.teaser span.text,
body.grid_s div#column2b div.teaserBlock1 a.teaser span.text {
  float:none;
}


body.homepage div#column1 a.teaser span.text,
body.homepage div#column1 a.teaser:link span.text,
body.homepage div#column1 a.teaser:visited span.text,
body.homepage div#column2a div.section1 div.teaserBlock3 a.teaser span.text,
body.homepage div#column2a div.section1 div.teaserBlock3 a.teaser:link span.text,
body.homepage div#column2a div.section1 div.teaserBlock3 a.teaser:visited span.text,
body.homepage div#column2b a.teaser span.text,
body.homepage div#column2b a.teaser:link span.text,
body.homepage div#column2b a.teaser:visited span.text,
body.grid_s div#column2b a.teaser span.text ,
body.grid_s div#column2b a.teaser:link span.text ,
body.grid_s div#column2b a.teaser:visited span.text {
  color:#666666;
}


body.homepage div#column2a div.section1 div.teaserBlock1 a.teaser span.text,
body.homepage div#column2a div.section1 div.teaserBlock1 a.teaser:link span.text,
body.homepage div#column2a div.section1 div.teaserBlock1 a.teaser:visited span.text,
body.homepage div#column2a div.section1 div.teaserBlock2 a.teaser span.text,
body.homepage div#column2a div.section1 div.teaserBlock2 a.teaser:link span.text,
body.homepage div#column2a div.section1 div.teaserBlock2 a.teaser:visited span.text,
body.grid_c div#column2a div.teaserBlock1 a.teaser span.text,
body.grid_c div#column2a div.teaserBlock1 a.teaser:link span.text,
body.grid_c div#column2a div.teaserBlock1 a.teaser:visited span.text,
body.grid_i div#column2a div.teaserBlock1 a.teaser span.text,
body.grid_i div#column2a div.teaserBlock1 a.teaser:link span.text,
body.grid_i div#column2a div.teaserBlock1 a.teaser:visited span.text,
body.grid_i div#column2a div.downloadBlock div.teaser span.text,
body.grid_i div#column2a div.downloadBlock div.teaser:link span.text,
body.grid_i div#column2a div.downloadBlock div.teaser:visited span.text,
body.grid_i div#column2a div.downloadBlock a.teaser span.text,
body.grid_i div#column2a div.downloadBlock a.teaser:link span.text,
body.grid_i div#column2a div.downloadBlock a.teaser:visited span.text,
body.grid_i div#column2a div.eventBlock a.teaser span.text,
body.grid_i div#column2a div.eventBlock a.teaser:link span.text,
body.grid_i div#column2a div.eventBlock a.teaser:visited span.text {
  line-height:17px;
  padding-bottom:11px;
}

body.grid_c div#column2a div.teaserBlock1 a.teaser span.text,
body.grid_c div#column2a div.teaserBlock1 a.teaser:link span.text,
body.grid_c div#column2a div.teaserBlock1 a.teaser:visited span.text,
body.grid_i div#column2a div.teaserBlock1 a.teaser span.text,
body.grid_i div#column2a div.teaserBlock1 a.teaser:link span.text,
body.grid_i div#column2a div.teaserBlock1 a.teaser:visited span.text {
  min-height:88px;
} 
 
body.homepage div#column2a div.section1 div.teaserBlock1 a.teaser:focus span.text,
body.homepage div#column2a div.section1 div.teaserBlock1 a.teaser:hover span.text,
body.homepage div#column2a div.section1 div.teaserBlock1 a.teaser:active span.text,
body.homepage div#column2a div.section1 div.teaserBlock2 a.teaser:focus span.text,
body.homepage div#column2a div.section1 div.teaserBlock2 a.teaser:hover span.text,
body.homepage div#column2a div.section1 div.teaserBlock2 a.teaser:active span.text,
body.grid_c div#column2a div.teaserBlock1 a.teaser:focus span.text,
body.grid_c div#column2a div.teaserBlock1 a.teaser:hover span.text,
body.grid_c div#column2a div.teaserBlock1 a.teaser:active span.text,
body.grid_i div#column2a div.teaserBlock1 a.teaser:focus span.text,
body.grid_i div#column2a div.teaserBlock1 a.teaser:hover span.text,
body.grid_i div#column2a div.teaserBlock1 a.teaser:active span.text,
body.grid_i div#column2a div.downloadBlock a.teaser span.text,
body.grid_i div#column2a div.downloadBlock a.teaser:link span.text,
body.grid_i div#column2a div.downloadBlock a.teaser:visited span.text,
body.grid_i div#column2a div.downloadBlock a.teaser:focus span.text,
body.grid_i div#column2a div.downloadBlock a.teaser:hover span.text,
body.grid_i div#column2a div.downloadBlock a.teaser:active span.text,
body.grid_i div#column2a div.eventBlock a.teaser span.text,
body.grid_i div#column2a div.eventBlock a.teaser:link span.text,
body.grid_i div#column2a div.eventBlock a.teaser:visited span.text,
body.grid_i div#column2a div.eventBlock a.teaser:focus span.text,
body.grid_i div#column2a div.eventBlock a.teaser:hover span.text,
body.grid_i div#column2a div.eventBlock a.teaser:active span.text {
  color:#333333;
}




body.grid_i div#column2a div.agendaBlock a.teaser span.text,
body.grid_i div#column2a div.agendaBlock a.teaser:link span.text,
body.grid_i div#column2a div.agendaBlock a.teaser:visited span.text,
body.grid_i div#column2a div.agendaBlock a.teaser:focus span.text,
body.grid_i div#column2a div.agendaBlock a.teaser:hover span.text,
body.grid_i div#column2a div.agendaBlock a.teaser:active span.text {
  color:#888888;
}


body.homepage div#column2a div.section1 div.teaserBlock3 a.teaser span.text, 
body.homepage div#column2a div.section1 div.teaserBlock3 a.teaser:link span.text, 
body.homepage div#column2a div.section1 div.teaserBlock3 a.teaser:visited span.text {
  color:#666666;
  padding-top: 10px;
  padding-bottom:10px;
  height:103px;
  width:217px;
}


body.homepage div#column2b div.section1 div.teaserBlock2 a.teaser span.text,
body.homepage div#column2b div.section2 div.teaserBlock1 a.teaser span.text,
body.grid_s div#column2b div.teaserBlock1 a.teaser span.text {
  padding-bottom: 13px;
}

body.homepage div#column2b div.section1 div.teaserBlock2 a.teaser span.text,
body.homepage div#column2b div.section2 div.teaserBlock1 a.teaser span.text {
  width:130px;
}

body.homepage div#column1 div.section2 div.teaserBlock1 a.teaser span.text,
body.homepage div#column2b div.section1 div.teaserBlock1 a.teaser span.text,
body.grid_c div#column2b div.teaserBlock1 a.teaser span.text,
body.grid_s div#column2b div.teaserBlock1 a.teaser span.text {
  margin: 0 10px 0 10px;
  padding: 11px 0 15px 0;
}

body.homepage div#column1 div.section1 div.teaserBlock1 a.teaser span.text {
  padding: 0 0 12px 0;
}


body.grid_c div#column2b div.teaserBlock2 a.teaser span.text {
  color:#666666;
  padding: 7px 10px 12px 10px;
}

body.homepage div#column1 div.teaserBlock1 a.teaser:focus span.text,
body.homepage div#column1 div.teaserBlock1 a.teaser:hover span.text,
body.homepage div#column1 div.teaserBlock1 a.teaser:active span.text,
body.homepage div#column1 div.teaserBlock2 a.teaser:focus span.text,
body.homepage div#column1 div.teaserBlock2 a.teaser:hover span.text,
body.homepage div#column1 div.teaserBlock2 a.teaser:active span.text,
body.homepage div#column2a div.section1 div.teaserBlock3 a.teaser:focus span.text,
body.homepage div#column2a div.section1 div.teaserBlock3 a.teaser:hover span.text,
body.homepage div#column2a div.section1 div.teaserBlock3 a.teaser:active span.text,
body.homepage div#column2b div.section1 div.teaserBlock1 a.teaser:focus span.text,
body.homepage div#column2b div.section1 div.teaserBlock1 a.teaser:hover span.text,
body.homepage div#column2b div.section1 div.teaserBlock1 a.teaser:active span.text,
body.homepage div#column2b div.section1 div.teaserBlock2 a.teaser:focus span.text,
body.homepage div#column2b div.section1 div.teaserBlock2 a.teaser:hover span.text,
body.homepage div#column2b div.section1 div.teaserBlock2 a.teaser:active span.text,
body.homepage div#column2b div.section2 div.teaserBlock1 a.teaser:focus span.text,
body.homepage div#column2b div.section2 div.teaserBlock1 a.teaser:hover span.text,
body.homepage div#column2b div.section2 div.teaserBlock1 a.teaser:active span.text,
body.grid_c div#column2b div.teaserBlock2 a.teaser:focus span.text,
body.grid_c div#column2b div.teaserBlock2 a.teaser:hover span.text,
body.grid_c div#column2b div.teaserBlock2 a.teaser:active span.text,
body.grid_s div#column2b div.teaserBlock1 a.teaser:focus span.text,
body.grid_s div#column2b div.teaserBlock1 a.teaser:hover span.text,
body.grid_s div#column2b div.teaserBlock1 a.teaser:active span.text {
  color:#000066;
}

/* html body.grid_c div#column2b div.teaserBlock2 a.teaser span.text {
  float:left;
}*/



body.grid_i div#column2a div.newsBlock a.teaser span.text,
body.grid_i div#column2a div.agendaBlock a.teaser span.text {
  overflow:hidden;
  background-image: url(images/icons.gif);
  background-repeat: no-repeat;
  background-position: 0 -747px;
  padding: 0 0 0 16px;
}  

body.grid_i div#column2a div.newsBlock a.teaser:hover span.text,
body.grid_i div#column2a div.agendaBlock a.teaser:hover span.text {
  background-image: url(images/icons.gif);
  background-position: 0 -935px;
}


/*********************************************************************************************************************************
 * CLASS: headline
 *********************************************************************************************************************************/


body.homepage div#column2a div.section1 div.teaserBlock1 a.teaser strong.headline {
  font-size: 24px;
  font-family: Arial, Verdana, sans-serif;
  font-weight: normal;
  line-height: 28px;
  color: #000066;
  margin-bottom: 3px;
  margin-right: 39px;
}


body.grid_c div#column2b div.teaserBlock2 a.teaser strong.headline {
  background-color:#eeeeee;
  background-image: url(images/1x1_ffffff.gif);
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size:11px;
  color:#000066;
  margin: 0;
  padding: 5px 10px 6px 10px;
}


body.homepage div#column2a div.section1 div.teaserBlock1 a.teaser strong {
  color: #999999;
  margin: 0 0 17px 0;
}


body.homepage div#column2a a.teaser strong,
body.grid_i div#column2a div.downloadBlock div.teaser strong,
body.grid_i div#column2a div.downloadBlock a.teaser strong,
body.grid_i div#column2a div.eventBlock a.teaser strong,
body.grid_i div#column2a div.agendaBlock a.teaser strong {
  margin:0 0 2px 0;
} 

body.grid_i div#column2a div.newsBlock a.teaser strong {
  margin:0;
}

/*********************************************************************************************************************************
 * DOWNLOAD TEASER ADD-ONS
 *********************************************************************************************************************************/

a.teaser span.components,
div.teaser span.components {
  display:block;
  overflow:hidden;
}
  
div.teaser span.components span.data,
a.teaser span.components span.data {
  display:block;
  width:166px;
  margin: 0 0 0 30px;
  float:right;
  color:#333333;
}

div.teaser span.components span.data span.links,
a.teaser span.components span.data span.links {
  display:block;
  clear:both;
}

div.teaser span.components span.data span.links a.icon {
  float:left;
  margin:0 15px 0 0;
}



body.grid_i div#column2a div.downloadBlock div.teaser span.components span.data span.text,
body.grid_i div#column2a div.downloadBlock a.teaser span.components span.data span.text,
body.grid_i div#column2a div.eventBlock a.teaser span.components span.data span.text {
  margin:0 0 17px 0;
  padding:0;
}


/**********************************
 * TEASER - PRESS RELEASE
 **********************************/

div.newsBlock {
  margin: 0 0 25px 0;
}
/**********************************
 * TEASER - PROMINENT LINK
 **********************************/


div.prominentLinkBlock {
  margin: 0 0 25px 0;
}

div.prominentLinkBlock a.teaser {
  display:block;
  background-image:url(images/teaser_border_bottom.gif);
  background-position: 0 0; 
  background-repeat:repeat-x;
  padding: 1px 0 0 0;
  margin:0;
  line-height:14px;
}

div.prominentLinkBlock a.teaser span.background {
  display:block;
  background:none;
  background-image: url(images/bg_prominent_link.gif);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-color:#eaeaea;
  min-height:10px;
}

 

div.prominentLinkBlock a.teaser span.text {
  display:block;
  padding: 11px 10px 17px 10px;
  color:#666666;
  line-height:15px;
  overflow:hidden;
}  

div.prominentLinkBlock a.teaser:focus span.text, 
div.prominentLinkBlock a.teaser:hover span.text, 
div.prominentLinkBlock a.teaser:active span.text {
  color:#000066;
}

div.prominentLinkBlock a.teaser strong {
  display:block;
  margin-bottom:9px;  
  background-image: url(images/icons.gif);
  background-repeat: no-repeat;
  background-position: 0 -614px;
  padding: 0 0 0 12px;
  color:#000066;
  line-height:13px;
}

div.prominentLinkBlock a.teaser:hover strong {
  background-image: url(images/icons.gif);
  background-position: 0 -630px;
}

/**********************************
 * EDIT PROFILE TEASER
 **********************************/

.profileBlock h2 {
	background: url(../img/bg_table.gif) top left repeat-x;
	display: block;
	height: 23px;
	margin: 0 0 1px 0;
	padding: 0 0 0 9px;
	color: #ffffff;
	line-height: 20px;
}
.profileBlock img {
	padding: 15px 16px 15px 15px;
	border: 1px solid #d8d8d8;
}
.profileBlock .profileDetails,
.profileBlock form {
	background: #eeeeee;
	border-top: 0px none;
	border-right: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	border-left: 1px solid #d8d8d8;
	padding: 3px 10px 7px 9px;
}
.profileBlock form {
	padding: 10px 10px 10px 10px;
}
.profileBlock .profileDetails h3 {
	color: #000066;
	line-height: 21px;
}
.profileBlock .profileDetails p {
	color: #666666;
	line-height: 15px;
}
.profileBlock form fieldset {
	border: 0px none;
}
.profileBlock form legend,
.profileBlock form label {
	display: none;
}

/*********************************************************************************************************************************
 * CLASS: Contact.css
 *********************************************************************************************************************************/


div.cards {
  clear:both;
  width:681px;
  padding:0 0 25px 0;
}

div.cards div.cardBlock {
  background-image:url(images/bg_contact_boxes.gif); /* cannot download */
  background-position: 0 0; 
  background-repeat:repeat-y;
  float:left;
}

div.cards div.cardBlock div.border {
  background-image:url(images/bg_contact_boxes_border.gif);
  background-position: 0 0; 
  background-repeat:no-repeat;
}

div.cards div.expander {
  overflow:hidden;
}

div.cardBlock div.card {
  padding:20px 0 0 0;
  width:328px;
  float:left;
}

div.cards div.cardBlock div.space {
  width:25px;
  float:left;
}

div.card div.photo {
  float:left;
  width:85px;
}

div.card div.photo img {
  padding:3px 0 20px 20px;  
}

div.cardBlock div.card div.data {
  padding:0 0 0 20px;
  width:203px;
  color:#333333;
  line-height:15px;
  float:left;
}

div.card div.data div.data1 {
  padding:0 0 8px 0;
}

div.card div.data div.data2 {
  padding:0 0 20px 0;
}

div.card div.data div.links {
  margin:0 0 20px 0;
}  

div.card div.data strong {
  color:#000066;
  display:block;
  font-size:11px;
  line-height:15px;
  margin:0 0 3px;
}  


div.card a.linkArrowLeft {
  float:right;
}

div.card a.btnDefault {
  float:left;
}

.contact{
    padding:10px 0px 15px 5px;
}
/*** Styles used in FCKEditor***/
.page_title {
	  font-size: 24px;
	  font-family: Arial, Verdana, sans-serif;
	  font-weight: normal;
	  line-height: 28px;
	  margin:0;
	  padding: 0 0 0 0;
	  color:#000066;
	  text-align:left;
}

.page_subtitle {
	  font-size: 11px;
	  font-family: Verdana, Arial, sans-serif;
	  padding:0 0 5px 0;
	  color: #999999;
	  margin:0;
	  text-align:left;
}

.paragraph_title {
	font-size: 11px;
	color: #333333;
	line-height:17px;
	font-family: Verdana, Arial, sans-serif;
	padding:0;
	font-weight:bold;
	text-align:left;
}
 
.paragraph_text {
  font-size: 11px;
  color: #333333;
  line-height:17px;
  color: #333333;
  font-family: Verdana, Arial, sans-serif;
  text-align:left;
}

.paragraph_bullet {
  background-image:url(images/bullet_point.gif);
  background-position: 0 7px; 
  background-repeat:no-repeat;
  padding:0 0 0 10px;
  font-size: 11px;
  color: #333333;
  line-height:17px;
  color: #333333;
  font-family: Verdana, Arial, sans-serif;
  text-align:left;
}

.caption{
	color:#999999;
	line-height:17px;
	overflow:hidden;
	padding-top:1px;
}

.link_separator {
  background-image:url(images/dotted_line_cccccc.gif);
  background-position: 0 0; 
  background-repeat:repeat-x;
  padding: 23px 0 0 0;
}

.link_header {
  padding:0px 0px 10px 0px;
  color:#000066;
}

.link,
.link :link,
.link :visited {
  display:block;
  font-weight:normal;
  /*color:#888888;*/
  color:#000066 !important;
  line-height:15px;
  padding:0 0 0 13px;
  background-image:url(images/icons.gif);
  background-position: 1px -684px; 
  background-repeat:no-repeat;
  margin-bottom:5px;
}

.link img {
  height:8px;
}

.link span {
  display:block;
  /*color:#333333;*/
  color:#000066;
}

.link:hover {
  color:#000066;
  background-image:url(images/icons.gif);
  background-position: 1px -935px; 
}

.link:hover span {
  color:#000066;
}

.phone,
.mobile,
.fax,
.email {
  display:block;
  color:#666666;
  padding:0 0 0 20px;
  background-image:url(images/icons.gif);
  background-repeat:no-repeat;
  margin:0 0 3px 0;
}

.phone {
  background-position: 0px -361px;
  overflow:hidden; 
}

.mobile {
  background-position: 2px -1115px;
  overflow:hidden; 
}

.fax {
  background-position: 0px -381px; 
}

.email {
  background-position: 0px -399px;
}

.email a, .email a:link, .email a:visited{
    color:#666666;
    cursor:pointer;
    
}

.email a:focus, .email a:hover, .email a:active {
    color:#000066;
    cursor:pointer;
    
}

.contact_div {
  clear:both;
  width:681px;
  padding:0 0 25px 0;
}

.contact_div  {
  background-image:url(images/bg_contact_boxes.gif); /* cannot download */
  background-position: 0 0; 
  background-repeat:repeat-y;
  float:left;
}

.contact_div  {
  background-image:url(images/bg_contact_boxes_border.gif);
  background-position: 0 0; 
  background-repeat:no-repeat;
}

.contact_div {
  overflow:hidden;
}

.history {
   padding-bottom:21px;
}

/*** Styles used in Customers***/
table.customer td,  table.customer th{
  border:0px;
  color:#666666;
  font-size:10px;
  line-height:15px;
  padding: 6px 10px 5px 10px;
  vertical-align:top; 
}
/*** Styles used in Gallery***/
.button {
  display:block;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000066;
  width:auto;
  overflow: visible;
  border: #b0b0b0 1px solid;
  padding: 1px 10px 2px 14px;
  background-position: left 550px;
  background-image: url(images/bg_btn.gif);
  line-height:12px;
  cursor:pointer;
}
a.button,
a.button:link,
a.button:visited {
  padding: 2px 13px 3px 17px;
}

input.button:focus,
input.button:hover,
input.button:active,
a.button:focus,
a.button:hover,
a.button:active {
  background-position: left bottom;
  margin:0;
}

.templateBox
{
   
}
table.templateBox th
{ 
    
    background-color:#d6d6d6;
    background-image:url(images/bg_table_paragraph.gif);
    background-position: 0 0; 
    background-repeat:repeat-x;
    padding: 2px 10px 5px 10px;
    font-size:11px;
    color:#333333;
    line-height:17px;
    font-weight:bold;
}
table.templateBox tr td
{
	background:none;
	vertical-align: top;	
	padding:  0 0 5px 10px;
	font-size:11px;
    color:#333333;
    line-height:17px;
	
}
table.templateBox tr td a {
    
}

div.buttonArea{
    padding: 10px 0px 20px 0px;
}

.boldLink,
.boldLink a,
.boldLink:link,
.boldLink:visited
{
	font-size:11px;
    color:#888888;
    line-height:17px;
    font-weight:normal;
}

.boldLink:focus,
.boldLink:hover,
.boldLink:active
{
      color:#000066;
}

/*** Styles used in Camera Login***/

.cameraLogin , .cameraChangePassword
{
  margin:0 7px 0 0;
  display:block;
  padding:1px 0 1px 3px;
  color:#666666;
  width:300px;
}

.cameraChangePassword
{
    width:500px;
}

.cameraLogin td, .cameraChangePassword td{
    border:0px;
}

.cameraLogin table, .cameraChangePassword table
{
    border: 1px solid #d8d8d8;
}

.cameraLogin table th, .cameraChangePassword table th,
.cameraLogin table td, .cameraChangePassword table td
{
    border:0px;
}

.cameraLogin table th, .cameraChangePassword table th
{
    font-weight:bold;
}


