/*
// 	Copyright 1999-2005 theCode AG, Berlin.  All rights reserved.
// 	--------------- CONFIDENITIAL - VERTRAULICH -----------------
*/

#M2Target { /* styles for the iframe used to receive "mailto:" redirects */
    width: 1px;
    height: 1px;
    position: absolute;
    left: -100px;
    top: -100px;
    border: none;
}

.CMSSimpleText input.AtomTextField {
    width: 80%;
}

a.linkbullet img {
	border: none;
	vertical-align: baseline;
}

table.CMSCSVTable {
    border-collapse: collapse;
}
table.CMSCSVTable td,
table.CMSCSVTable th {
    border: 1px solid #666;
    font-size: 11px;
    padding: 3px;
    vertical-align: top;
}

table.CMSCSVTable .CMSRow0 th {
    vertical-align: middle;
    background-color: #eee;
}

table.CMSCSVTable th {
    border: 2px solid #333;
    vertical-align: top;
    background-color: #eee;
}

table.CMSCSVTable .CMSOddCol {
    background-color: #f8f8f8;
}


table.CMSCSVTable .CCTLeft { text-align: left; }
table.CMSCSVTable .CCTCenter { text-align: center; }
table.CMSCSVTable .CCTRight { text-align: right; }


/***** PLACEMENTCONTAINER *****/
/* Here are also BE-Styles included for backward compatibility */

div.BE_placement_container,
div.CMS_placement_container {
	position: relative;
}
div.BE_placement_anchor,
div.CMS_placement_anchor {
	position: relative;
}
div.BE_placement_element,
div.CMS_placement_element {
	position: absolute;
}

div.BEplacementcontainersection,
div.CMSplacementcontainersection {
/*
  width: 100%;
  border-top: 1px dotted black;
  border-left: 1px dotted black;
  border-bottom: 1px dotted #cccccc;
  border-right: 1px dotted #cccccc;	*/
}

/* space around floating image */
div.CMSParagraphFloatImage table {
  margin: 1em;
}


/***** CMSFeedreaderTemplate styles - added by martinh *****/

div.CMSFeed {
	padding-top: 20px;
	padding-bottom: 20px;	
	}
	
div.CMSFeedHead {
	background: #e1e3b9;
	padding: 5px;
	padding-top: 10px;
	overflow: auto;
	}

div.CMSFeedHead h1 {
	color: #748fa5;
	font-size: 20px;
	font-weight: bold;
	}

div.CMSFeedHead img {
	float: right;
	}
	
div.CMSFeedContent {
	background: #cfdde6;
	padding: 5px;
	}

div.CMSFeedContent dl {
	}
	
div.CMSFeedContent dl dt {
	padding-bottom: 2px;
	font-weight: bold;
	}

div.CMSFeedContent dl dd.publishedDate {
	padding-bottom: 2px;
	color: #8b8b8b;
	font-size: 9px;
	}
	
div.CMSFeedContent dl dd.description {
	padding-bottom: 5px;
	}
	

/***** CMSFeedReaderTemplateAjax styles - added by martinh *****/

.CMSFeedReaderTemplateAjax .CMSTemplateEditPanel .field {
	width: 100%;
}

.CMSFeedReaderTemplateAjax .CMSTemplateEditPanel select.field {
	height: 100%;
}

/* patch for IE < 7 */
* html .CMSFeedReaderTemplateAjax .CMSTemplateEditPanel select.field {
	height: 80px;
}

.CMSFeedReaderTemplateAjax ul.CMSFeedAggregatedEntries {
	list-style: none;
	margin: 0;
	padding: 0;
}

.CMSFeedReaderTemplateAjax ul.CMSFeedAggregatedEntries li.CMSFeedAggregatedEntry {
	margin: 20px 0;
	padding: 5px;
	border: 1px dotted gray;
}

.CMSFeedReaderTemplateAjax ul.CMSFeedAggregatedEntries .CMSFeedTitle {
	font-weight: bold;
}

.CMSFeedReaderTemplateAjax ul.CMSFeedAggregatedEntries .CMSFeedDate {
	font-size: 0.8em;
	line-height: 0.8em;
	color: gray;
	text-align: right;
}

.CMSFeedReaderTemplateAjax ul.CMSFeedAggregatedEntries .CMSFeedDescription {
}

.CMSFeedReaderTemplateAjax table.CMSFeedReaderTemplateAjaxConfig td {
	border: none;
}

    /* ++++++++ CMSDownloadMediaCategory ++++++++ */

.CMSDownloadMediaCategory ul {
  list-style: none;
  margin: 5px 0 10px 0;
  padding: 0;
}

.CMSDownloadMediaCategory li {
  display: block;
  padding: 5px;
  background: no-repeat 0 0;
}

.CMSDownloadMediaCategory .CMSMediaIcon {
	float: left;
}

.CMSDownloadMediaCategory .info {
	padding-left: 32px;
}

.CMSDownloadMediaCategory .clearer {
	clear: both;
	
	font-size: 1px;
	line-height: 1px;
}

.CMSHighlightArea span.CMSSearchHighlight.t1 {

}
.CMSHighlightArea span.CMSSearchHighlight.t2 {

}
.CMSHighlightArea span.CMSSearchHighlight.t3 {

}
.CMSHighlightArea span.CMSSearchHighlight.t4 {

}
.CMSHighlightArea span.CMSSearchHighlight.t5 {

}

	/* ++++++++ CMSRotationContainer ++++++++ */

div.CMSRotationContainerElement {
	display: none;
}
div.CMSRotationContainerElement.CMSEditing {
	display: block;
	background: #FFF7DE;
	margin-bottom: 2px;
	padding: 0 10px;
}
div.CMSRotationContainerInner {
	overflow: hidden;
}

	/* ++++++++ CMSGalleryTemplate ++++++++ */

  div.CMSGalleryContent {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    overflow:hidden;
  }
  
  .CMSGalleryContent .CMSGalleryNavigation {
    position: absolute;
    left:0;
    width: 100%;
    text-align: center;
    height: 16px;
    line-height: 16px;
    margin: 0 2px;

  }
  
  .CMSGalleryNavPosTop .CMSGalleryNavigation {
    top: 0;
  }
  
  .CMSGalleryNavPosBottom .CMSGalleryNavigation {
    bottom: 0;
  }
  

  
  .CMSGalleryNavPosTop .CMSGalleryBottomSpace {
    height: 0; display: none;
  }
  
  .CMSGalleryNavPosBottom .CMSGalleryTopSpace {
    height: 0; display: none;
  }
  
  .CMSGalleryNavPosBottom .CMSGalleryBottomSpace {
    height: 25px; 
    display: block; 
    clear: both;
  }
  
  .CMSGalleryNavPosTop .CMSGalleryTopSpace {
    height: 25px; 
    display: block;
  }
  
  .CMSGalleryContent .CMSGalleryNavigation .Left {
    float: left; 
    width: 30%; 
    text-align: left;
  }
  
  .CMSGalleryContent .CMSGalleryNavigation .Right {
    float: right; 
    width: 30%; 
    text-align: right;
  }
  

  .CMSGalleryContent .CMSGalleryThumb {
    float: left;
    overflow: visible;
    margin: 8px 8px 10px 8px;
    position: relative;
  }
  
  .CMSGalleryContent .CMSGalleryPicture {
    overflow: hidden;
	position: relative;
	margin: 0;
	float: left;
  }
  
  .CMSGalleryContent .CMSGalleryTools {
  	float: right;
  	text-align: left;
  	width: 150px;
  	overflow: hidden;
  }
  
  .CMSGalleryTools .vote td {
  	text-align: center;
  }
  
  .CMSGalleryTools p.title {
  	font-weight: bold;
  }
  
  .CMSGalleryContent .CMSGalleryThumb .CMSGalleryRating {
  	position: absolute;
  	bottom: -12px;
  	left:0;
  	width: 100%;
  	height:9px;
  	overflow:hidden;
  }
  
  .CMSGalleryContent .CMSGalleryThumb .CMSGalleryRating img {
  	position: static;
  	margin-right: 6px;
	padding:0;
  }
  
  .CMSGalleryContent .CMSGalleryThumb img,
  .CMSGalleryPicture img {
  	position: absolute;
  }
  
  .CMSGalleryContent .CMSGalleryClear {
    clear: left;
  }  

	/* CMSGalleryTemplate special styles for the PicBrowser ##################### */
	
	.CMSGalleryPicBrowserWrapper  {
		text-align:center;
	}
	
	
	.CMSGalleryPicBrowserWrapper div.CMSGalleryContent {
		width:550px;
		height:370px;
		border:none;
	}
	
	.CMSGalleryPicBrowserWrapper .CMSGalleryPicture {
		top: 6px;
		left: 12px;
	}
	
	  
	.CMSGalleryPicBrowserWrapper  .CMSGalleryNavPosTop .CMSGalleryTopSpace {
	    height: 56px;     
	  }
	  
	.CMSGalleryPicBrowserWrapper .CMSGalleryNavPosBottom .CMSGalleryNavigation {
		padding-bottom:20px;
	}
	
	.CMSGalleryPicBrowserWrapper .CMSGalleryNavPosTop .CMSGalleryNavigation {
		padding-top:20px;
	}
	  
	
	
	.CMSGalleryPicBrowserWrapper .CMSGalleryTools {
		position:relative;
		top:6px;
		right:6px;
		width: 188px;
		height: 295px;
		background-color:#e0e0e0;
		font-size:11px;
		font-family:verdana,sans-serif;
		line-height:1.2em;
	}
	
	.CMSGalleryPicBrowserWrapper .CMSGalleryTools p.title {
		position:absolute;
		width:168px;
		height:50px;
		top:10px;
		left:10px;
		margin:0px 0px 10px 0px;
		padding:0;
		overflow:hidden;	
	}
	
	.CMSGalleryPicBrowserWrapper .CMSGalleryTools p.piccount,
	.CMSGalleryPicBrowserWrapper .CMSGalleryTools p.score,
	.CMSGalleryPicBrowserWrapper .CMSGalleryTools p.rank,
	.CMSGalleryPicBrowserWrapper .CMSGalleryTools p.vote,
	.CMSGalleryPicBrowserWrapper .CMSGalleryTools p.recommend,
	.CMSGalleryPicBrowserWrapper .CMSGalleryTools p.share,
	.CMSGalleryPicBrowserWrapper .CMSGalleryTools p.slideshow,
	.CMSGalleryPicBrowserWrapper .CMSGalleryTools table.vote {
		position:absolute;
		width:178px;
		left:10px;
		margin:0;
		padding:0;
		overflow:hidden;	
	}
	
	.CMSGalleryPicBrowserWrapper .CMSGalleryTools p.piccount {
		height:20px;
		top:70px;
	}
	
	
	
	.CMSGalleryPicBrowserWrapper .CMSGalleryTools p.score {
		height:30px;
		top:100px;
	}
	
	.CMSGalleryPicBrowserWrapper .CMSGalleryTools p.rank {
		height:20px;
		top:140px;
	}
	
	.CMSGalleryPicBrowserWrapper .CMSGalleryTools p.vote {
		height:20px;
		top:170px;
	}
	
	.CMSGalleryPicBrowserWrapper .CMSGalleryTools table.vote {
		height:40px;
		top:180px;
	}
	
	.CMSGalleryPicBrowserWrapper .CMSGalleryTools td.vote input {
		width:100px;
		font-size:11px;
	}
	
	.CMSGalleryPicBrowserWrapper .CMSGalleryTools td.vote {
		text-align:right;
	}
	
	.CMSGalleryPicBrowserWrapper .CMSGalleryTools p.recommend,
	.CMSGalleryPicBrowserWrapper .CMSGalleryTools p.share {
		height:20px;
		top:255px;
	}
	
	.CMSGalleryPicBrowserWrapper .CMSGalleryTools p.slideshow {
		height:20px;
		top:275px;
	}
  
/* CMSNodeBrowserTemplate */

      .CMSBrowserContainer {
        margin: 0 auto;
        height: 10em;
      }
      
      .CMSBrowserCol {
        position: relative;
        width: 160px;
        float: left;
        margin: 0 8px 0 0;
        height: 10em;
        overflow: auto;
        border: 1px inset;
      }
      
      .CMSBrowserEntry {
        border-bottom: 1px dotted;
        padding: 2px 0;
        cursor: pointer;
      }
      
      div.CMSBrowserEntry:hover {
      	background: #eee;
      }
      
      .CMSBrowserMark {
        width: 1em;
        height: 1em;
        float: right;
        background-image: url(/WO_TC/theCMS.framework/WebServerResources/gfx/browserarrow.gif);
        background-repeat: no-repeat;
        background-position: 2px 2px;
      }
      
      .CMSBrowserHint {
      	margin: 4px;
      	padding: 4px;
      	border: 1px dotted gray;
      	cursor: pointer;
      	font-size: 0.9em;
      	text-align: center;
      	background: #eee;
      }
      
      .CMSBrowserSelected,
      div.CMSBrowserSelected:hover {
        background-color: #ccc;
        color: white;
      }
      
      .CMSBrowserBack {
        visibility: hidden;
        width: 30px;
        margin: 0 0 2px 2px;
        height: 1.3em;
        background: #ccc;
        cursor: pointer;
        background-image: url(/WO_TC/theCMS.framework/WebServerResources/gfx/browserarrowback.gif);
        background-repeat: no-repeat;
        background-position: 2px 4px;
      }
      .CMSNodeBrowserClear {
      	clear: both;
      }

/*
   FILE UPLOAD STYLES 
*/

/*####### Upload  ############*/

.CMSMailForm {
  position: relative;
}

.TCFileUploadComponent #uploadError,
.TCFileUploadComponent #uploadResult {
  text-align: center;
  border: 2px solid #fff;
  clear: both;
  padding: 5px;
  margin: 5px;
}

.TCFileUploadComponent #uploadError {
  color: #c00;
  border-color: #c00;
  background: #fff;
}

.TCFileUploadComponent #uploadResult span,
.TCFileUploadComponent #uploadError span {
  font-weight: bold;
}

.TRJobSpotForm #statusDisplay {
  border: 1px solid;
}

.TCFileUploadComponent #statusDisplay .uploadStatus {
  margin: 5px;
  font-size: 0.8em;
  text-align: right;
}

.TCFileUploadComponent #statusDisplay .progressBar {
  clear: both;
  margin: 5px;
}
.TCFileUploadComponent #statusDisplay .progressBar .border {
  background: url('/WO_TC/theCMS.framework/WebServerResources/gfx/progress-remainder.gif') repeat-x;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
  width: 100%;
}

.TCFileUploadComponent #statusDisplay .progressBar .background {
  background: url('/WO_TC/theCMS.framework/WebServerResources/gfx/progress-bar.gif') repeat-x;
  height: 18px;
  width: 0%;
  text-align: left;
}

.TCFileUploadComponent #statusDisplay .progressBar .foreground {
  color: #eee;
  font-weight: bold;
  padding: 1px 5px;
}

.TCFileUploadComponent .close {
  float: left;
  margin: -1em 0 0 -1em;
  _margin: -1em 0 0 0;
}

/*########################*/
/***** FORMEVALUATION *****/
/*########################*/

#SongListeningSMSGroupAnalysis fieldset,
#CMSFormEvalutation fieldset {
  margin: 0.5em;
  padding: 1em;
}

#SongListeningSMSGroupAnalysis legend,
#CMSFormEvalutation legend {
  background: #748FA5;
  color: #fff;
  padding: 3px;
  font-size: 1.1em;
  text-transform: uppercase;
}

#SongListeningSMSGroupAnalysis fieldset fieldset legend,
#CMSFormEvalutation fieldset fieldset legend {
  background: #fff;
  color: #000;
  text-transform: none;
  font-weight: bold;
  margin-top: 2em;
}

#SongListeningSMSGroupAnalysis form,
#CMSFormEvalutation form {
  background: #E0E0E0;
  padding: 1em;
}

#SongListeningSMSGroupAnalysis lable,
#CMSFormEvalutation label {
  float: left; 
  width: 10em;
  text-align: right;
  font-weight: bold;
}

#SongListeningSMSGroupAnalysis input,
#CMSFormEvalutation input {
  width: 20em;
  margin-left: 5px;
}

#SongListeningSMSGroupAnalysis select,
#CMSFormEvalutation select {
  margin-left: 5px;
}

#CMSFormEvalutation select.CMSFormEvaluation_SelectForm {
  width: 80%;
}

#SongListeningSMSGroupAnalysis fieldset table,
#CMSFormEvalutation fieldset table {
  margin-bottom: 1em;
}

#SongListeningSMSGroupAnalysis fieldset table th {
  white-space: nowrap;
}

#SongListeningSMSGroupAnalysis .SongListeningSMSGroup_errorMessage,
#CMSFormEvalutation .CMSFormEvaluation_errorMessage {
  background: #c00;
  color: #fff;
  font-weight: bold;
  padding: 5px;
  margin: 1em;
}

#SongListeningSMSGroupAnalysis fieldset p,
#CMSFormEvalutation fieldset p {
  clear: left;
  padding-top: 1em;
}

#CMSFormEvalutation .antiqueHintToggle {
  text-decoration: underline;
  cursor: pointer;
}



/***** CMSMessageComments - added by martinh *****/

.CMSMessageComments {
	margin: 0 20px;
	clear: both;
}

.CMSMessageComments .searchResult {
	margin-bottom: 10px;
}

.CMSMessageComments .noSearchResults {
	position: relative;
	left: -20px;
	font-weight: bold;
}

.CMSMessageComments .commentsBatchNavi {
	text-align: right;
	font-size: 0.95em;
	padding: 5px;
}
.CMSMessageComments .commentsBatchNaviTop {
	border-bottom: 3px solid #999;
}

.CMSMessageComments .commentsBatchNaviBottom {
	border-top: 3px solid #999;
}

.CMSMessageComments .commentsBatchNaviTop .commentsListInfo {
	color: #c00;
	font-weight: bold;
	float: left;
}


.CMSMessageComments .comments {

}

.CMSMessageComments .comment {
	overflow: hidden;
	padding: 3px 3px 3px 3px;
	clear: both;
	border-top: 1px solid #AAA;
	text-align: right;
	margin-bottom: 10px;
}

.CMSMessageComments .selected {
	border-left: 6px solid #bbb;
}

.CMSMessageComments .comment .commentModificationDate {
	padding-top: 3px;	
}


.CMSMessageComments .comment .commentModificationDate, 
.CMSMessageComments .comment .commentAuthorName {
	font-size: 0.8em;
	margin-right: 5px;
	text-align: left;
}



.CMSMessageComments .comment .recallComment, 
.CMSMessageComments .comment .citeComment, 
.CMSMessageComments .comment .gotoCitedComment, 
.CMSMessageComments .comment .gotoComment {
	font-size: 10px;	
	display: inline;
	text-align: right;
	margin-left: 5px;
}

.CMSMessageComments .comment .commentSubject {
	margin: 3px 0;
	font-weight: bold;
	text-align: left;
}

.CMSMessageComments .comment .commentMessage {
	margin: 3px 0;
	text-align: left;
}

.CMSMessageComments .comment .commentMessage quote, 
.CMSMessageComments .comment .commentQuote {
	margin: 5px;
	padding: 5px;
	border: 1px dashed black;
	display: block;
	text-align: left;
}

.CMSMessageComments .showAddNewComment {
	margin: 0;
	height: 3em;
	text-align: right;
}

.CMSMessageComments .showAddNewComment a {
	line-height: 3em;
	font-weight: bold;
}

.CMSMessageComments .addNewComment {
	margin: 0 0 -20px 0;
}

.CMSMessageComments .statusMessage {
	background: #cc3300;
	color: white!important;
	padding: 5px;
	width: 100%;
}

.CMSMessageComments .addNewCommentForm {
	border: 1px solid #666;
	background: #EEE;
	padding: 5px 5px 10px 5px;
	margin-bottom: 30px;
	margin-top: 10px;
}

.CMSMessageComments .addNewCommentForm form {
	margin: 0;
}

.CMSMessageComments .addNewCommentForm .clearer {
	clear: both;	
}

.CMSMessageComments .addNewCommentForm .label {

}

.CMSMessageComments .addNewCommentForm .field {
	margin-bottom: 5px;
}

.CMSMessageComments .addNewCommentForm .field input,
.CMSMessageComments .addNewCommentForm .field textarea,
.CMSMessageComments .addNewCommentForm .field select {
	width: 70%;
	border: 1px solid #666;
}

.CMSMessageComments .addNewCommentForm .field textarea {
	overflow: auto;
	height: 6em;
}

.CMSMessageComments .addNewCommentForm .field textarea#newCommentQuote {
	height: 4em;
}

.CMSMessageComments .addNewCommentForm .field textarea#newCommentMessage {
	height: 15em;
}

.CMSMessageComments .addNewCommentForm .newCommentButton {
	font-size: 1em;
	float: left;
}

.CMSMessageComments .addNewCommentForm .hideFormButton {
	font-size: 1em;
	float: left;
	margin-left: 20px;
}

/* patch for IE < 7 */
* html .CMSMessageComments .addNewCommentForm .hideFormButton {
	float: none;
	margin: 10px 0 0 0;
}

* html .CMSMessageComments .addNewCommentForm .newCommentButton {
	float: none;
}
/* end patch */


.CMSMediaIcon a img {
	border: none;
}


/***** CMSDownloadMedia - added by martinh *****/

a.CMSFakeDefaultButton, 
a.CMSFakeDefaultButton:active, 
a.CMSFakeDefaultButton:visited, 
a.CMSFakeDefaultButton:hover {
	font-size: 9px;
	text-transform: uppercase;
	background: #f0f0f0; 
	color: #666;
	border: 1px solid #666;
	text-decoration: none;
	padding: 1px 10px 1px 10px;
}

.CMSDownloadMedia .CMSMediaIcon {
	float: left;
	padding: 0 10px 20px 0;
}

.CMSDownloadMedia .CMSDownloadMediaInformation {
	margin-bottom: 15px;
	float: left;
}

.CMSDownloadMedia .CMSDownloadMediaInformation .CMSDownloadMediaTitle {
	font-size: 1em;
	font-weight: bold;
}

.CMSDownloadMedia .CMSDownloadMediaInformation .CMSDownloadMediaDate {
	font-size: 0.9em;
	padding-left: 5px;
}

.CMSDownloadMedia .CMSDownloadMediaInformation p {
	font-size: 0.9em;
	margin:3px 0 6px 0;
}

.CMSDownloadMedia .clearer {
	clear: both;
	
	font-size: 1px;
	line-height: 1px;
}

.CMSDownloadMedia .CMSMediaIcon a, 
.CMSDownloadMedia .CMSMediaIcon a:visited, 
.CMSDownloadMedia .CMSMediaIcon a:active,
.CMSDownloadMedia .CMSMediaIcon a:hover,
.CMSDownloadMedia .CMSDownloadMediaDownloadButton a, 
.CMSDownloadMedia .CMSDownloadMediaDownloadButton a:visited, 
.CMSDownloadMedia .CMSDownloadMediaDownloadButton a:active,
.CMSDownloadMedia .CMSDownloadMediaDownloadButton a:hover {
	border: none;
	text-decoration: none;
	background: none;
}

.CMSDownloadMedia .CMSDownloadMediaDownloadButton {
	background-image: url('/WO_TC/theCMS.framework/WebServerResources/gfx/mediadownloadbutton.gif');
	background-repeat: no-repeat;
	width: 140px;
	height: 25px;
	text-align: center;
	margin-top: 10px;
}

.CMSDownloadMedia .CMSDownloadMediaDownloadButton span {
	padding-left: 9px;
	color: #666;
}

.CMSDownloadMedia .CMSDownloadMediaDownloadButton a {
	display: block;
	line-height: 25px;
}

.CMSDownloadMedia .CMSDownloadMediaDownloadButton a {
	font-size: 1em;	
}

.CMSDownloadMedia table.CMSDownloadMediaConfig td {
	border: none;
}

/***** CMSSearchResultsEnhanced - added by silvio *****/

.CMSSearchResultsEnhanced .stringSearchFor {
	display: block;
	padding-bottom: 5px;
}

.CMSSearchResultsEnhanced .stringPublishedFrom {
	display: block;
	padding: 15px 0 5px 0;
}

.CMSSearchResultsEnhanced .stringBetweenDates {
	padding: 0 10px 0 10px;
}

.CMSSearchResultsEnhanced .stringBeforeSelection {
	display: block;
	padding: 15px 0 5px 0;
}

.CMSSearchResultsEnhanced .extendedSearchByDate,
.CMSSearchResultsEnhanced .extendedSearchByFields {
	font-size: 1em;
	padding-top: 5px;
}

.CMSSearchResultsEnhanced .extendedSearchByDate input,
.CMSSearchResultsEnhanced .extendedSearchByFields input {
	vertical-align: middle;
}

.CMSSearchResultsEnhanced .extendedSearchByDate span,
.CMSSearchResultsEnhanced .extendedSearchByFields span {
	padding-left: 5px;
}

.CMSSearchResultsEnhanced table {
	display: inline;
}

.CMSSearchResultsEnhanced input,
.CMSSearchResultsEnhanced select {
	margin-bottom: 5px;	
}

.CMSSearchResultsEnhanced select {
	font-size: 1em;
}

.CMSSearchResultsEnhanced .CMSSearchResultCount {
	font-weight: bold;	
}


.CMSSearchResultsEnhanced p.CMSSearchResultPageBrowser span.stringResultPage {

}

.CMSSearchResultsEnhanced p.CMSSearchResultPageBrowser span {
	padding: 0 5px 0 5px;
	float: left;
}


.CMSSearchResultsEnhanced ul li .smallFont {
	font-size: 0.9em;	
}



.CMSSearchResultsEnhanced .clearer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	
	height: 20px;
}

.CMSSearchResultsEnhanced a img {
	border: none;
}

.CMSSearchResultsEnhanced a.aggregateSearch span {
	line-height: 14px;
}

.CMSSearchResultsEnhanced a.aggregateSearch img {
	padding-right: 5px;
	display: inline;
	vertical-align: middle;
}

/***** CMSWikiIndex - added by martinh *****/

.CMSWikiIndex {
	margin-top: 20px;
}

.CMSWikiIndex .column {
	width: 45%;
	float: left;
	margin: 15px 10px;
}

.CMSWikiIndex .initialLetter {
	border: 1px solid #999;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 3px;
}

.CMSWikiIndex .notfirst {
	margin-top: 15px;
}

div.HSeminarBrowserTemplate div.item {
	margin-left: 15px;
}

.CMSFloatDiv_right {
	float: right;
	margin-left: 1em;
}

.CMSFloatDiv_left {
	float: left;
	margin-right: 1em;
}

.CMSFloatDiv {
	margin-bottom: 1em;
}

.CMSFloatDiv_none {
	text-align: center;
}

.CMSFloatDiv .fdhead,
.CMSFloatDiv .fdcaption,
.CMSFloatDiv .fdimage {
	font-size: 80%;
	text-align: center;
}

.CMSPlayMedia .CMSPlayMediaProgressBarContainer {
	margin: 2px;
	background-color: #cceedd;
	border: 1px solid #aacccc;
}

.CMSPlayMedia .CMSPlayMediaProgressBar {
	height: 10px;
	background-color: #aacccc; 
}
