/*
 * Global Styles - Makes elements for all OS / Browsers the same
 */
html, body {
   background-color: #a7b5c0;
   background-image: url(../png/background-content.png);
   background-repeat: repeat-y;
   color: #000000;
   font-family: Arial;
   font-size: 11px;
   height: 100%;
   margin: 0px;
}
body {
   background: #a7b5c0;
}
a:link, a:visited {
   color: #000;
   text-decoration: none;
}
a:hover, a:active {
   color: #dc291e;
}
.select a{
	color: #dc291e;
}
table, tbody, tr, td {
   border-spacing: 0px;
   margin: 0px;
   padding: 0px;
   vertical-align: top;
}
img {
   border: 0px;
   display: block;
}
a img {
   border:0;
   text-decoration: none;
}
.unsichtbar {
   height:1px;
   left:-6000px;
   position:absolute;
   top:-6000px;
   width:1px;
}
.red {
	color: #dc291e;
}
.break {
	border: 0 solid #999999;
	clear: both;
	height: 10px;
	overflow: hidden;
	width: 10px;
}
.clearBoth {
	clear: both;
}
h4 {
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
}
/*
 * Intro Styles - Styles for the Intro-Page
 */
#header {
   background-color: #899caa;
   background-image: url(../png/background-header.png);
   background-repeat: repeat-y;
   height: 105px;
   left: 0px;
   position: absolute;
   top: 0px;
   width: 1001px;
}
#lowerBody {
   height: 100%;
   width: 100%;
}
#upperBackground {
   background-color: #899caa;
   height: 105px;
}
#leftContent {
   width: 195px;
	padding-top: 30px;
	/*font-size: 11px;*/
}
#rightContent {
	padding-left: 25px;
	margin: 0px;
}
#contentTable {
    width: 950px;
}
#lowerPadding {
   height: 10px;
}
/*
 * Page Styles - Styles for the Page-Layout
 */
/* *** Start-Page *** */
.startLogo {
	position: relative;
	top: 105px;
	left: 0px;
	width: 800px;
}
.openerBox {
	background-color: #fff;
	width: 350px;
	margin: 120px 0 0 450px;
}
.openerHeader {
	font-size: 16px;
	font-weight: bold;
	color: #dc291e;
	text-align: right;
	border-bottom: 1px solid #A7b5c0;
	margin: 0px 12px 28px 0;
	padding: 12px 0px 7px 0px;
}
.openerHeader span {
	font-weight: normal;
}
.openerContent {
	text-align: center;
   padding: 0 5px 28px 0;
}
.openerTitle {
   font-size: 14px;
	font-weight: bold;
	padding: 0 5px;
}
.openerLocation {
   padding: 0 5px;
}
.openerLocation span {
   color: #dc291e;
}
/* *** PAGES *** */
#supportLink {
   position:absolute;
   top:0;
   right:0;
   color:#899CAA;
}
ul, ol, li {
   margin : 0;
   padding : 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
ul {
   list-style : none;
}
fieldset {
	border: 0;
}
.headerContent {
	height: 105px;
   position: relative;
}
.headerLeft {
   float: left;
   height: 105px;
   position: relative;
	width: 285px;
}
.logo {
	background-color: #ffffff;
	height: 70px;
	width: 285px;
}
.ticker {
   background-color: #ffffff;
	color: #8a9dab;
	/*font-size:11px;*/
	margin-top: 19px;
	text-align: center;
	/*line-height: 16px;*/
}
.headerRight {
   height: 105px;
	margin-left: 285px;
	padding-left: 18px;
}
/*
 * Menu Styles - Styles for the Header
*/
.main-nav {
   margin: 15px 2px 0 18px;
   width: 142px;
   float: left;
} 
.main-nav li {
   color: #ffffff;
	font-size: 12px;
	font-weight: bold;  
   height: 17px;
   width: 142px;
	margin-bottom: 2px;
} 
.main-nav li a {
   height: 17px;
   line-height: 17px;
   width: 142px;
   display: block;
   color: #fff;
   text-decoration: none;
   text-align: left;
	padding-left: 6px;
}
.main-nav li a:link, .main-nav li a:visited {
   color: #fff;
   display: block;
   background: url(../gif/m_main.gif) no-repeat;
}
.main-nav li a:hover, .main-nav li #current {
   color: #dc291e;
   background:  url(../gif/m_main_over.gif)  no-repeat;
}
.sub-nav {
	width: 525px;
	height: 100%;
	float: left;
}
.sub-nav ul {
	padding-top: 13px;
	height: 92px;
}
.sub-nav li {
   position: relative;
   width: 170px;
   margin: 2px 2px 2px 2px;
   float: left;
}
.sub-nav li a {
   font-size: 10px;
   line-height: 15px;
   padding-left: 2px;
   text-transform: uppercase;
}
.sub-nav li a:link, .sub-nav li a:visited {
   color: #FFF;
   display: block;
   background-color: #afbbc5;
}
.sub-nav li a:hover, .sub-nav li #current {
   color: #dc291e;
   background-color: #fff;
}
/*
 * Styles for the LEFT-Page-Content
 */
.searchBox {
   position: relative;
	width: 151px;
	height: 16px;
	/*margin-top: 30px;*/
	padding-left: 20px;
}
.searchBox input {
   border: 1px solid #dc291e;
   background-color: #fff;
   display: block;
   float: left;
   overflow: hidden;
	font-size: 10px;
   width: 130px;
   height: 12px;
	padding: 0 0 2px 2px;
}
.searchBox img {
	float: left;
   display: block;
   cursor: pointer;
}
/* calendar */
.calendarBox {
	width: 143px;
	margin: 14px 0 0 20px;
	padding: 7px 0 7px 9px;
	border: 1px solid #dc291e;
	text-transform: uppercase;
   background-color: #fff;
	overflow: hidden;
}
.calendarBox #monthName {
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	padding: 0 7px 3px;
	margin: 0 0 5px -9px;
	width: 140px;
	white-space: nowrap;
	border-bottom: solid 1px #8a9dab;
}
.calendarBox #leftArrow {
	float: left;
}
.calendarBox #rightArrow {
	float: right;
}
.calendarBox #monthHead {
	display:block;
	margin-left:4px;
	margin-right:4px;
	position:relative;
}
.calendarBox li a {
	float: left;
	width: 16px;
	height: 13px;
}
.calendarBox li {
   border: 1px solid #dc291e;
	float: left;
	margin: 1px 0 0 1px;;
	text-align: center;
	width: 16px;
	height: 13px;
	overflow: hidden;
}
.calendarBox .inactive {
	border: 1px solid #ffffff;
}
.calendarBox .empty {
	border: 1px solid #ffffff;
}
.calendarBox li .chosen {
	color: #fff;
	background-color: #dc291e;
}
/* Ende - Kalender */
.cBlueLine {
	border-bottom: 1px solid #8a9dab;
   height: 0;
   padding-left:-14px;
   width: 152px;
   margin: 0 0 7px -7px;
}
.cWeek li {
	margin: 2px;
	width: 15px;
	height: 13px;
	text-align: center;
	float: left;
}
.cWeek span {
	color: #dc291e;
}
.cDays li {
   border: 1px solid #dc291e;
	float: left;
	margin: 1px;
	text-align: center;
	width: 15px;
	height: 13px;
}
.cDays li span {
	color: #fff;
	background-color: #dc291e;
}
/* Programm-Box */
cSelect ul {
	padding-top: 7px;
}
.cSelect li {
   border: 1px solid #dc291e;
	float: left;
	margin: 3px;
	text-align: center;
	width: 15px;
	height: 13px;
}
.cSelect li a:hover, .cSelect li a:active {
	color: #fff;
	background-color: #dc291e;
}
.cSelect .active {
	color: #fff;
	background-color: #dc291e;
}
/* Event-Select-Box */
#eventSearchBox {
   position: relative;
	border: 1px solid #fff;
	width: 138px;
	line-height: 12px;
	margin: 14px 0 0 20px;
	background-image: url(../png/bg_event.png);
   background-repeat: repeat-x;
	padding: 0 7px 7px 7px;
	overflow: hidden;
}
#eventSearchBox label, #eventSearchBox input, #eventSearchBox select {
  display: block;
  float: left;
}
#eventSearchBox label {
	margin-top: 7px;
}
.eSelect select {
   border: 1px solid #dc291e;
   background-color: #fff;
   font-size: 11px;
   width: 140px;
   height: 18px;
}
.eDate input {
   border: 1px solid #dc291e;
   background-color: #fff;
   overflow: hidden;
   width: 57px;
   font-size: 11px;
	padding: 2px;
}
.goBox {
   position: relative;
	width: 18px;
	right: 5px;
	height: 16px;
	display: block;
	float: right;
}
#eventSearchBox img {
	float: left;
   display: block;
   cursor: pointer;
}
form br {
  clear: left;
}
/* *** leftMenue *** */
.leftMenue {
	width: 154px;
	margin: 14px 0 0 20px;
	text-transform: uppercase;
}
.leftMenue li a {
   display: block;
   color: #000;
   font-weight: normal;
   text-decoration: none;
   text-align: center;
	border: 1px solid #fff;
	background-image: url(../png/bg_event.png);
   background-repeat: repeat-x;
	float: left;
}
.leftMenue li a:link, .leftMenue li a:visited {
   color: #000;
}
.leftMenue li a:hover {
   color: #dc291e;
}
li.mSeek {
	width: 152px;
	height: 12px;
	margin-bottom: 14px;
	m\argin-bottom: 7px; /* IE Hack */
}
li.mImprint {
	width: 82px;
	margin: 0px 0px 14px 0px;
	padding-right: 6px;
	float: left;
}
li.mContact {
	margin: 0px 0px 14px 0px;
}
li.mSeek a {
	width: 152px;
}
li.mImprint a {
	width: 82px;
}
li.mContact a {
	float: left;
	width: 62px;
}
li.mWinner a {
	width: 150px;
	margin-top: 10px;
	m\argin-top: 5px; /* IE Hack */
}
li.mWinner {
	width: 150px;
	height: 12px;
}

/*
 * rightContent Styles - Styles for the Page-Content
*/
.pathway {
 	/*font-size: 11px;*/
	font-weight: bold;
	color: #fff;
	line-height: 17px;
	margin-top: 13px;
}
/*
/* sendAfriend - Printer
*/
.sendPrint a {
	float: left;
	text-align: right;
}
.sendPrint {
	float: right;
	text-align: right;
}
.sendPrint img {
	display: inline;
}
.sendPrint .backLink{
	margin-right: 10px;
	position: relative;
	top: 0px;
	font-weight: normal;
	
}

.mainContent {
   position: relative;
	width: 755px;
	background-color: #fff;
	padding: 20px 14px 26px 0px;
}
.mainContent .header {
	border-bottom: 1px solid #899caa;
	width: 741px;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 5px 14px;
	margin: 0px;
}
.dateLine {
	font-weight: bold;
	line-height: 24px;
	background-image: url(../png/bg_event.png);
   background-repeat: repeat-x;
	margin-left: 14px;
	padding-left: 2px;
	width:753px;
}
.dateLine span {
	font-weight: normal;
	color: #dc291e;
}
/*
/* navContent-Styles 
*/
.contentNav {
	color: #000;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
   margin: 5px 0 0px 14px;
	text-align: right;
	height: 42px;
}
.contentNav li {
   display:inline;
   margin-left: 3px;
   padding:0;
}
.contentNav ul {
   margin-bottom: 14px;
}
.contentNav span {
   float: right;
}
/*
/* rightContent - spielplan 
*/
.eventRow {
	color: #8a9dab;
	font-weight: bold;
	border-bottom: 1px solid #000;
   width: 741px;
	padding: 14px 0px 18px 14px;
}
.eventDateBox {
	width: 100px;
	font-size: 10px;
	color: #dc291e;
	float: left;
}
.eventTimeBox {
	position: relative;
	width: 43px;
	height: 25px;
	background-color: #dc291e;
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}
.eventTimeBox span {
	font-size: 16px;
	font-stretch: ultra-condensed;
	vertical-align: top;
}
.eventBox {
	font-weight: bold;
	margin-left: 104px;
	line-height: 15px;
}
.eventBox a {
	font-size: 12px;
	float: left;
        padding-left: 3px;
}
.eventBox span {
	color: #dc291e;
}
.eventBox img {
	padding: 2px 0 2px 9px;
}
.location {
	font-size: 11px;
	font-weight: normal;
	color: #dc291e;
}
/*
/* rightContent - programm 
*/
.repertoire {
	overflow: hidden;
}
.repertoire li {
	color: #8a9dab;
	width: 346px;
	height: 66px;   /* statt 56px */
	padding: 28px 17px 2px 14px;
	float: left;
}
.repertoire li a {
	font-size: 12px;
   font-weight: bold;
}
.repertoire .imgBG {
	width: 92px;
	height: 58px; /*statt 52px */
	margin-right: 18px;
	float: left;
	/*background-color: #bac3d3;*/
   background: url(../png/missing_image.png) no-repeat;
}
.repertoire li .info{
padding-left: 110px;
}
/*
/*  detailContent
*/
.detailContent {
	width: 100%;
}
.detailContent .header {
   border-bottom: 1px solid #000;	
}
.detailContent h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
.detailContent h2 {
	font-size: 16px;
	font-weight: bold;
	color: #dc291e;
	margin: 0px;
}
.shortInfo {
	color: #8a9dab;
	font-size: 10px;
	line-height: 24px;
}
.shortInfo span {
	color: #dc291e;
}
.termin {
   color: #000;
	font-size: 10px;
	font-weight: normal;
}
.termin span {
   color: #dc291e;
}
.termin img {
	display: inline;
}
.team {
	font-size: 10px;
	font-weight: normal;
	margin-top: 12px;
	text-transform: uppercase;
}
.team a:link, .team a:visited {
	color: #dc291e;
}
.team a:hover, .team a:active {
   color: #000;
}
.weitereTermine {
   height:93px;
   overflow:hidden;
	margin: 10px 0;
   color: #000;
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
}
.weitereTermine img {
   margin-left: 10px;
	display: inline;
}
.weitereTermine a {
	font-weight: normal;
}
.author{
	text-align: right;
	font-weight: bold;
}
#sendaFriendForm
{
   display:none;
}
#sendaFriend input,
#sendaFriend textarea{
 width: 350px;
 height: 21px;
 border: solid 1px #6E6E6E;
 color: #6E6E6E;
 font-size: 13px;
 padding: 2px;
 background: #ffffff;
}
/*
/* Sponsoren
*/
.sponsor img {
   padding: 10px 0px 10px;
}
/*
/* BILDER rechts
*/
.infoContent {
	width: 100%;
}
.infoText {
   padding: 0 0px 26px 14px;
	margin-right: 6px;
	width: 505px;
	float: left;
}
.infoText a {
   font-weight: bold;
}
.infoImages {
	margin-left: 525px;
	width: 210px;
	font-size: 10px;
	line-height: 15px;
	padding-left: 20px;
	p\adding-left: 15px; /* als IE6 Hack vorher */
	margin-bottom: 10px;
}
.infoImages img {
	border: 1px solid #bac3d3;
}
/*
/* Location Detail
*/
.locContent {
	width: 100%;
}
.locText {
   padding: 0 14px 26px 0px;
	margin-left: 205px;
	width: 535px;
	w\idth: 530px;  /* als IE6 Hack */
}
.locText a {
   font-weight: bold;
}
.locImages {
	/*margin-left: 525px;*/
	float: left;
	width: 185px;
	font-size: 10px;
	line-height: 18px;
	padding-left: 14px;
	/*_padding-left: 15px; /* als IE6 Hack */
}
.locImages img {
	border: 1px solid #bac3d3;
	margin-bottom: 5px;
}
.locImages img img {
	margin-top: 5px;
}
/*
/* footer
*/
.footer {
   border-top: 1px solid #000;	
	clear: both;
	font-size: 10px;
	text-align: left;
   padding: 5px 0 0px 14px;
	text-transform: uppercase;
}
.footer li {
   display: inline;
   margin-left: 3px;
   padding:0;
}
/*
/* rightContent - buehnen 
*/
.stages {
   padding-left: 34px;
	overflow: hidden;
}
.stages .stageEntry {
   position: relative;
	width: 144px;
	height: 40px;
	padding: 26px 10px 2px 26px;
	float: left;
}
.stages .stageEntry a {
	color: #dc291e;
	font-size: 12px;
   font-weight: bold;
   text-decoration: none;
}
.stages .stageEntry a:link, .stages .stageEntry a:visited {
   color: #dc291e;
}
.stages .stageEntry a:hover {
   color: #8a9dab;
}
.blueFlag {
	position: absolute;
	left: -2px;
	top: 28px;
}
#prodMaterial {
	font-size: 12px;
	font-weight: bold;
	margin: 15px 0 20px 80px;
	visibility: hidden;
	z-index: 0;
}
/*
/* PRESSE-Seiten 
*/
/* Mainmenu - PRESSE */
.presse {
	font-size: 12px;
	font-weight: bold;
   padding-left: 14px;
	overflow: hidden;
}
.presse img {
	float: left;
	margin-right: 8px;
}
.presse a:link, .presse a:visited {
	color: #dc291e;
}
.presse a:hover, .presse a:active {
   color: #000;
}
.presse ul li {
	margin-top: 30px;
}
.presse ul li ul li {
	margin: 7px 0 7px 115px;
	list-style: none;
}
/* PRESSEINFO-BUEHNEN */
.presseBuehne {
   padding: 40px 0 0px 14px;
	overflow: hidden;
}
.presseBuehne .left {
	float: left;
	width: 545px;
}
.presseBuehne .left ul.nav li {
	display: inline;
	
}
.presseBuehne .left ul.nav li a:active {
	color: #ff0000;
}

.presseBuehne .right {
	margin-left: 550px;
	text-align: right;
	width: 185px;
	font-size: 10px;
	line-height: 18px;
	padding-left: 5px;
	/*_padding-left: 2px; /* als IE6 Hack */
}
.presseBuehne img {
	border: 1px solid #bac3d3;
	margin-bottom: 5px;
	display: inline;
}
/* PRESSE - Material  */
#buehneInhalte div {
	display: block;
	margin-top: 28px;
	z-index: 200;
}
#buehneInhalte div ul .presseHead{
   font-weight: bold;
	margin-top: 12px;
}
#buehneInhalte div ul .presseRow{
	margin-top: 3px;
	margin-left: 20px;
}

/* thickbox PRESSEINFO-PRODUKTION */
#presseInfo {
	
}
#presseInfoContent {
	margin-top: 20px;
	padding-bottom: 20px;
}
#presseInfoContent table {
	padding-bottom: 2px;
}
#presseInfoContent td.presseImg {
	width: 320px;
   border: 1px solid #8a9dab;
	padding: 2px;
	vertical-align: middle;
}
#presseInfoContent td.presseText {
	width: 320px;
	padding: 0 2px 2px 10px;
	vertical-align: bottom;
}
#presseInfoContent td.presseText a {
	font-weight: bold;
}
/*
/* personDetail
*/
#personDetail {
	display: none;
}
#personContent {
	float:left;
	width: 658px;
	margin-top: 15px;
	padding-bottom: 25px;
}
.personFoto {
	float: left;
	width: 145px;
	padding-top: 5px;
}
.personFoto img {
	border: 1px solid #bac3d3;
}
.personText {
	margin-left: 155px; /* war 145 */
	padding-left: 15px;
}
#personContent .personText a {
	font-weight: bold;
}
/*
/* KONTAKT page
*/
#contactForm {
	display: none;
}
form#contact {
	position: absolute;
	top: 95px;
	right: 30px;
	width: 630px;
	height: 400px;
	font-size: 12px;
}
form#contact label {
	line-height: 1.8;
	vertical-align: top;
	width: 80px;
	float: left;
}
form#contact fieldset li {
	padding-bottom: 5px;
	width: 100%;
	float: left;
}
form#contact fieldset fieldset {
	border: 1px solid #dc291e;
	margin:3px 0pt 0pt;
}
form#contact fieldset fieldset label {
	display:block;
	width:auto;
}
#contact .gender {
	float: left;
	width: 115px;
}
#contact .gender label{
	width: 55px;
}
#contact .gender input {
	width: 20px;
	border: 0;
}
#contact .fields {
	margin: 0 0 0 220px;
}
form#contact em {
	color:red;
}
form#contact input, form#contact  textarea {
	width: 315px;
	border: 1px solid #dc291e;
}
form#contact select {
	width: 200px;
	border: 1px solid #dc291e;
	line-height: 20px;
	margin-left: 2px;
}
form#contact .tel {
	border: 1px solid #bac3d3;
}
/*
/* WINNER page
*/
#winnerForm {
	display: none;
}
form#winner {
	position: absolute;
	top: 95px;
	right: 30px;
	width: 630px;
	height: 400px;
	font-size: 12px;
}
form#winner label {
	line-height: 1.8;
	vertical-align: top;
	width: 80px;
	float: left;
}
form#winner fieldset li {
	padding-bottom: 5px;
	width: 100%;
	float: left;
}
form#winner fieldset fieldset {
	border: 1px solid #dc291e;
	margin:3px 0pt 0pt;
}
form#winner fieldset fieldset label {
	display:block;
	width:auto;
}
#winner .gender {
	float: left;
	width: 115px;
}
#winner .gender label{
	width: 55px;
}
#winner .gender input {
	width: 20px;
	border: 0;
}
#winner .fields {
	margin: 0 0 0 220px;
}
form#winner em {
	color:red;
}
form#winner input, form#contact  textarea {
	width: 315px;
	border: 1px solid #dc291e;
}
form#winner select {
	width: 200px;
	border: 1px solid #dc291e;
	line-height: 20px;
	margin-left: 2px;
}

.sendBox {
	position: relative;
	right: -342px;
	width: 50px;
}
.sendBox img {
	float: right;
   display: block;
   cursor: pointer;
}
/*
/* impressum hidden thickbox
*/
#imprintForm {
	display: none;
}
/*
/* Erweitert Suchen hidden thickbox
*/
#moreSearchForm {
	display: none;
}
/* kompletter Bereich */
#searchMoreContent {
	border: 1px solid #dc291e;
	background: #fff;
	margin-top: 15px;
	position: absolute;
	text-align: left;
	font-size: 12px;
}
/*** Feld Volltextsuche */
.suchForm {
   background:#FFFFFF none repeat scroll 0 0;
   border: 1px solid #dc291e;
   background-color: #fff;
	font-size:11px;
   overflow: hidden;
   margin-right: 5px;
   width: 345px;
   height: 14px;
	line-height: 14px;
	padding-top: 2px;
	padding-left: 2px;
}
.suchSubmit {
	color:#FE7701;
	font-weight:bold;
   cursor: pointer;
}
select.styled {
	opacity:0.0;
        filter:alpha(opacity=100);
	position:relative;
	width:140px;
	z-index:5;
}
span.select {
	background:transparent url(../png/select.png) no-repeat scroll 0 0;
	color:#000;
	height:18px;
	line-height:18px;
	overflow:hidden;
	padding-left: 2px;
	position:absolute;
	width:140px;
}
/* custom form elements */
span.checkbox, span.radio {
	clear:left;
	display:block;
	float:left;
	height:18px;
	padding:0 5px 0 0;
}
span.checkbox {
background:transparent url(../png/checkbox_red2.png) no-repeat scroll 0 0;
width:19px;
}
span.radio {
	background: transparent url(../png/radio_blue2.png) no-repeat scroll 0 0;
	width: 14px;
}
.sparten {
	font-size: 11px;
}
.checkSparten {
	float: left;
	width: 215px;
}
.checkSparten li, .checkMerkmale li {
	margin-bottom: 2px;
}
.checkMerkmale {
	float: left;
	width: 160px;
	font-size: 11px;
}
.suchSubmit2 {
	position: relative;
	left: 495px;
   cursor: pointer;
}
.zeitraum li {
	display: inline;
	float: left;
	margin: 0 15px 3px 0;	
}
/*
/* different corner types **
*/
.corner5 {
	position: absolute;
	right: -4px;
	top: 0;
}
.corner10 {
	position: absolute;
	right: -10px;
	top: 0;
}
.corner15 {
	position: absolute;
	right: -15px;
	top: 0;
}
.corner33 {
	position: absolute;
	right: -33px;
	top: 0;
}
.corner52 {
	position: absolute;
	right: -52px;
	top: 0;
}
/* cb-search-results */

.cbSearchResult{
	margin: 20px;
}
.cbSearchResult .cbSearchHeader{
	margin-top: 10px;
	margin-bottom: 10px;
}
.cbSearchResult .cbSearchPager{
    color: #dc291e;	
    text-align: right;
}
.cbSearchItem{
	margin-bottom: 10px;
}
.cbSearchItem .cbSearchTitle{
	font-weight: bold;
}
.cbSearchItem .cbSearchSummary{
	color: #8a9dab;
}
.cbSearchItem .cbSearchLink a{
	color: #dc291e;	
}
.errorBox{
	margin-top: 20px;
	padding: 20px;
	color: #c50000;
	font-weight: bold;
}

