

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- basics
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
/* reset */
* {
	margin: 0;
	padding: 0;
	}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
	}

img {
	border:0px;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- colors
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.neutralColorTrans {background-color: transparent}
.neutralColorWhite {background-color: #fff}
.neutralColorLight {background-color: #e8e8e8}
.neutralColorMedium {background-color: #ccc}
.neutralColorStrong {background-color: #999}
.neutralColorBlack  {background-color: #000}
.teaserColor {background-color: #B8CB00;}
.secondColorStrong {background-color: #aaa;}
.secondColorMedium {background-color: #ddd;}
.secondColorLight {background-color: #eee;}
.primColorStrong {background-color: #336699;}
.primColorMedium {background-color: #B0C3DE;}
.primColorLight {background-color: #DCE0EA;}

.cmsTxtColorStrong0 { color: #436976; }
.cmsTxtColorStrong1 { color: #666666; }
.cmsBgColorStrong0  { background-color: #8CABB9; }
.cmsBgColorStrong1  { background-color: #CCCCCC; }
.cmsBgColorMedium0  { background-color: #DDE6EC; }
.cmsBgColorLight0   { background-color: #FFFFFF; }



body {
	font-family:Arial,Helvetica, "Sans Serf";
	font-size:13px;
	line-height:1.3em;
		background:#fff url(http://www.dso-berlin.de/content/header5_ger.jpg) top center no-repeat !important;
		}

div#wrapper {
	width:1000px;
	margin:0em auto;
	border:solid 0px #b1b1b1;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- nav
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
nav ul {
	list-style-type:none;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- top
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
#top {
	margin-bottom:0em;
	border:0px solid #ccc;
	padding:0.0em 0em 0em 0em;
	}

#top h1 {
	font-size:24px;
	line-height:2em;
	display:none;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- menu / calendar menu
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
/*--- menu --- */
ul#hmenu {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
	}

ul#hmenu li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
	}

ul#hmenu li a {
	float: left;
	padding:6px 0px 0px 9px;
	height:24px;
	color:#555;
	font-size:105%;
	font-family:Georgia, Times;
	font-weight:normal;
	}

ul#hmenu li div.hmDropDown ul li a {
	font-family:Arial,Helvetica, "Sans Serf";
	}

ul#hmenu li a.active {
	color:#ff0000;
	}

ul#hmenu li:hover a, ul#hmenu li a:hover, ul#hmenu li a.active:hover {
	background-color:#ff0000;
	color:#fff;
	}

ul#hmenu li.hmitem1 a {

	width: 67px;
	}

ul#hmenu li.hmitem2 a {

	width: 76px;
	}

ul#hmenu li.hmitem3 a {
	width: 112px;
	}

ul#hmenu li.hmitem4 a {
	width: 40px;
	}

ul#hmenu li.hmitem5 a {
	width: 78px;
	}

ul#hmenu li.hmitem6 a {
	width: 105px;
	}

ul#hmenu li.hmitem7 a {
	width: 154px;
	}

ul#hmenu li .hmDropDown {
	position: absolute;
	top: 30px; left: 0;
	padding: 20px 20px 20px 20px;
	float: left;
	width:655px;
	height:95px;
	background-color:#fff !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)" !important;
	filter: alpha(opacity=85);
	opacity: .85 !important;
	border-top:5px solid #ff0000;
	display: none;
	}

ul#hmenu li.hmitem1 .hmDropDown {
	left: 0px;
	}

ul#hmenu li.hmitem2 .hmDropDown {
	left: -76px;
	}

ul#hmenu li.hmitem3 .hmDropDown {
	left: -161px;
	}

ul#hmenu li.hmitem4 .hmDropDown {
	left: -282px;
	}

ul#hmenu li.hmitem5 .hmDropDown {
	left: -331px;
	}

ul#hmenu li.hmitem6 .hmDropDown {
	left: -418px;
	}

ul#hmenu li.hmitem7 .hmDropDown {
	left: -532px;
	}


ul#hmenu li .hmDropDown ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
	float: left;
	border-bottom:solid 0px red;
	}

ul#hmenu li .hmDropDown ul:last-child {
	margin-left: 30px;
	}

/*--- spec because in this case last-child is also first-child and doesn't need margin-left--- */
ul#hmenu li .hmDropDown ul#ddi_e10239:last-child {
	margin-left: 0px;
	}

ul#hmenu .hmDropDown ul li {
	width: 100%;
	color: #fff;
	}

ul#hmenu .hmDropDown ul li a {
	float: none;
	text-indent: 0; /*--Reset text indent--*/
	width:100% !important; /*--Reset JS --*/
	height: auto;
	background: none;
	padding: 1px 5px 2px 15px;
	display: block;
	text-decoration: none;
	color: #020202;
	font-weight:normal;
	}

ul#hmenu .hmDropDown ul li a:hover, ul#hmenu .hmDropDown ul li a.active {
	color: #ff0000;
	 background:transparent;
	/* background-position: 5px 12px; */
	}

/*--- calendar menu --- */
ul#cmenu {
	margin:97px 0px 0px 10px;
	padding:0px;
	height:37px;
	border:solid 0px red;
	}

ul#cmenu li {
	padding:0px;
	height:37px;
	border-left:1px solid #bcbcbc;
	}

#top ul#cmenu li a {
	padding:0em 0em 0em 0.5em;
	font-family:Arial,Helvetica, "Sans Serf";
	font-size:1.0em;
	}

ul#cmenu a:link, ul#cmenu a:visited {
	color:#a1a1a1;
	}

/*--- Logo, Translate Serach --- */
div#topfncts {
	margin:0px 0px 0px 0px;
	padding:0px;
	border:solid 0px #fff;
	}

#tlogo {
	float:left;
	margin:41px 0px 0px 15px;
	width:140px;
	}

#tlang {
	float:left;
	margin:5px 0px 0px 589px;
	width:130px;
	color:#fff;
	border:solid 0px #fff;
	}

* html #tlang {
	margin:5px 0px 0px 359px !important; /*--- ie6 --- */
	} 

#tsearch {
	float:left;
	margin:0px 0px 0px 0px;
	width:125px;
	border:solid 0px #fff;
	}

#tsearch form {
	margin:0px 0px 0px 0px;
	padding:0px;
	width:130px;
	border:0px;
	background: transparent url(common/img/search_bg.png) top left no-repeat;
	border:solid 0px #fff;
	}

#tsearch form input#raw {
	margin:0px;
	padding:0px 0px 0px 5px;
	width:95px;
	height:16px;
	border:0px;
	color:#555;
	background:transparent;
	}

#btnSearch {
	background:transparent;
	width:25px;
	height:18px;
	border:0px !important;
	}

#tlang {
	color:#fff;
	text-align:right;
	}

#tlang a {
	padding:0px 10px 0px 0px;
	}

#tlang a:link, #tlang a:visited, #tlang a:active {
	color:#fff;
	text-decoration:none;
	}

#tlang a:hover {
	text-decoration:underline !important;
	}

#tlang span {
	color:#abaaaa !important;
	}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- flow
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

#flow {
	margin:1.45em 0em 0em 0em;
	border-right:1px solid #ccc;
	border-bottom:2px solid #ccc;
	border-left:0px;
	padding:1em 2.0em 1em 1.28em;
	width:690px;
	float:left;
	}

#flow img {
	/* margin:0.5em 1em 1em 1em; */
	/* float:right; */
	}

#fheader {
	width:690px;
	margin:10px 6px 15px 0px;
	padding:0px 0px 10px 0px;
	border-bottom:solid 1px #a6a6a6;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- subnav
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
#subnav {
	margin:0px 0px 20px 0px;
	padding:0px 0px 23px 0px;
	width:100%;
	border-bottom:0px solid #ededed;
	}

#subnav ul {
	float:left;
	margin:0px 0px 0px 5px;
	padding:0px;
	width:225px;
	list-style-type:none;
	border:0px solid red;
	}

/* #subnav ul:first-child{margin-left:5px;}  */

#subnav ul li {
	margin:0px;
	padding:0px 0px 0px 10px;
	background:transparent url(common/img/arrowBrowseNext_hi.png) 0px 2px no-repeat;
	}

#subnav ul li a:link, #subnav ul li a:visited {
	color:#666;
	}

#subnav ul li a:hover, #subnav ul li a:active{
	color:#ff0000;
	}

#subnav ul li.hi a {
	color:#ff0000;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- aside
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

.aside {
	margin:0em;
	padding:0em;
	}

.aside h1 {
	margin:0px 0px 0px 10px;
	padding:1.95em 0em 0.25em 0.05em;
	width:217px;
	font-family:Georgia, Times;
	color:#ff3333 !important;
	font-weight:normal;
	border-bottom:solid 1px #9f9f9f;
	}

/*-- vlist bg --*/	
.tl { background: url(common/img/vlist_tl.png) top left no-repeat;
	}

.tr { background:url(common/img/vlist_tr.png) top right no-repeat;
	}

.br { background:url(common/img/vlist_br.png) bottom right no-repeat;
	}

.bl { background:url(common/img/vlist_bl.png) bottom left no-repeat;
	}

.bl h1{
	padding-top:23px;
	}

.aside ul {
	padding:1em 1em 2.6em 0.85em;
	}

.aside ul li ul {
	padding:0em 0em 0em 0.45em;
	}

.aside ul a {
	line-height:1.4em;
	text-decoration:none;
	color:#666;
	}

.aside ul li.current a.active, .aside ul a:hover {
	text-decoration:none;
	color:#ff3333;
	}

.aside ul a.active {
	color:#ff3333;
	}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- asideright
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
#asideright {
	float:right;
	width:252px;
	margin:1.45em 0em 0em 0em;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- asideleft
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
#asideleft {
	display:none;
	float:left;
	width:200px;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- footer
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
#footer {
	clear:both;
	border: 1px solid #fff;  /*!!! */
	}

#footer ul#hmenuBottom {
	margin-top:20px;
	padding:5px 0px 30px 0px;
	list-style-type:none;
	border-top:solid 1px #a6a6a6;
	}

#footer ul#hmenuBottom li {
	float:left;
	margin:0px;
	padding:0px 6px 0px 6px;
	font-size:95%;
	line-height:12px;
	border-right: 1px solid #dcdcdc;
	}

#footer ul#hmenuBottom li:first-child {
	padding-left:1px;
	}

#footer ul#hmenuBottom li:last-child {
	padding-right:0px;
	border-right: 0px solid #dcdcdc;
	}


#footer ul#hmenuBottom li a:link, #footer ul#hmenuBottom li a:visited {
	color:#a5a5a5;
	}

#footer ul#hmenuBottom li a:hover, #footer ul#hmenuBottom li a:active {
	color:#ff0000;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- misc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
.clearfloating, .clearhere {
	clear:both;
	margin:0px;
	padding:0px;
	height:0px;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- addservices_lo
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
ul#addservices_lo {
	float:right;
	margin:10px 0px -8px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
	}

ul#addservices_lo li {
	float:left;
	margin:0px 5px 0px 0px;
	padding:0px;
	}

ul#addservices_lo li a:link, ul#addservices_lo li a:visited {
	display:block;
	width:16px;
	height:16px;
	margin:0px;
	padding:0px;
	border:solid 0px red;
	}

ul#addservices_lo li.btnfbook a:link, ul#addservices_lo li.btnfbook a:visited {
	background: transparent url(common/img/iconFBook.png) top left no-repeat;
	}

ul#addservices_lo li.btntwitter a:link, ul#addservices_lo li.btntwitter a:visited {
	background: transparent url(common/img/iconTwitter.png) top left no-repeat;
	}

ul#addservices_lo li.btngplus a:link, ul#addservices_lo li.btngplus a:visited {
	background: transparent url(common/img/iconGPlus.png) top left no-repeat;
	}

ul#addservices_lo li.btngplus a:link, ul#addservices_lo li.btngplus a:visited {
	background: transparent url(common/img/iconGPlus.png) top left no-repeat;
	}

ul#addservices_lo li.btnmailto a:link, ul#addservices_lo li.btnmailto a:visited {
	background: transparent url(common/img/iconMail.png) top left no-repeat;
	}

ul#addservices_lo li.btngplus a:link, ul#addservices_lo li.btngplus a:visited {
	width:24px;
	}

ul#addservices_lo li a:hover, ul#addservices_lo li a:active{
	background-position: 0px -16px !important;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- teasermisc
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
div#teasermisc {
	margin:0px;
	padding;0px;
	background: transparent url(common/img/teaserEvent_bg.png) bottom right no-repeat;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- addservices_hi
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
ul#addservices_hi {
	margin:10px 0px 0px 10px;
	padding:0px;
	list-style-type:none;
	}

ul#addservices_hi li {
	float:left;
	margin:0px 9px 0px 0px;
	padding:0px;
	}

ul#addservices_hi li:last-child {
	margin:0px 0px 0px 0px;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- fbLikeBox 
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
div#fbLikeBox {
	margin:5px 0px 20px 0px;
	padding:0px 0px 10px 0px;
	border-bottom:0px solid #a6a6a6;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- rocBox
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
div#rocBox {
	margin:5px 22px 20px 11px;
	padding:0px 0px 10px 0px;
	border-bottom:0px solid #a6a6a6;
	}

div#rocHint {
	float:left;
	margin:0px 0px 0px 0px;
	width:140px;
	font-size:70%;
	}

div#rocLogo{
	float:right;
	margin:4px 0px 0px 0px;
	width:60px;
	text-align:right;
	font-size:70%;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- text
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

.form, div, p, ol, ul, li, em, sup, sub, table, tr, th, td {
	font-family:Arial,Helvetica, "Sans Serf";
	color : #555;
	font-size: 100%;
	}

h1, h2,  h3, h4, H5, .heading1, .heading2, .heading3, .heading4, .heading5 {
	font-family:Georgia, Times;
	color:#555;
	font-weight:normal;
	}

h1#docTitle {
	float:left;
	width:500px;
	padding-left:0px;
	margin:0px 0px -6px 0px !important;
	/* margin:10px 0px -6px 0px !important; */
	border:solid 0px red;
	}

h1#docTitle {
	margin:10px 0px -2px 0px !important\9
	}

h1 {
	font-size:130%;
	line-height:1.2em;
	}

/* Opera only */
noindex:-o-prefocus, h1 {
	font-size:120%;
	}

h2 {
	font-size:125%;
	}

#flow h1, #flow h2 {
	margin:0em 0em 0.3em 0em;
	}

#flow h2  {
	margin:1.8em 0em 0.45em 0em;
	font-size:125%;
	}

#flow h2.h2Underline, h2#pageTitle  {
	margin:1.8em 0em 0.45em 0em;
	padding:0px 0px 7px 0px;
	border-bottom:1px solid #a6a6a6
	}

h2.socMedHint, h2.fbHint {
	margin:25px 22px 5px 10px;
	padding:0px 0px 6px 0px;
	
	width:auto;
	font-size:130% !important;
	border-bottom:1px solid #a6a6a6;
	}

h2.fbHint {
	margin:75px 22px 5px 10px;
	}

h3 {
	font-family:Arial,Helvetica, "Sans Serf";
	margin:1em 0em 0em 0em;
	font-size:100%;
	font-weight:bold;
	}

h4 {
	margin:1.5em 0em 0.15em 0em;
	font-size:105%;
	}

h5 {
	margin:1.5em 0em 0.15em 0em;
	font-size:100%;
	font-style:italic;
	}

#flow p {
	margin:0.3em 0em 0.4em 0em;
	padding:0em 0.2em 0.1em 0em;
	line-height:1.45em;
	}

#flow p.emphasis{
	border-right:solid 1px #ccc;
	border-bottom:solid 2px #ccc;
	}

#flow p.description {
	font-weight:bold;
	}

#flow p.caption {
	font-style:italic;
	}

#flow p.emailAddress {
	margin:-13px 0px 0px 0px;
	}

blockquote {
	margin:0.3em 0em 0.9em 0em;
	padding:0px 0px 0px 20px;
	}
#page ul {
	margin:0.3em 0em 0.4em 1.2em;
	padding:0px 0px 0px 0px;
	line-height:1.6em;
	}

#page ol{
	margin:0.3em 0em 0.4em 1.5em;
	padding:0px 0px 0px 0px;
	line-height:1.6em;
	}

hr {
	height:1px;
	border:0px;
	background-color:#a6a6a6;
	}

/*--- Links --- */
a {
	color:#d24e4e;
	background:transparent;
	text-decoration:none !important;
	font-weight:normal;
	outline:none;
	}

a:visited {
	color:#d24e4e;
	}

a:focus, a:hover, a:active {
	color:#ff0000;
	text-decoration:none;
	}

/* get rid of those system borders being generated for a tags */
a, a:active, a:hover {
	outline:none;
	text-decoration:underline;
	}

a>img {
	border-width:1px; /*None of the border properties will have ANY effect unless the border-style property is set */
	border-style:none;
	}

span.mono {
	padding:0 .3em;
	font-family:"Courier New", Courier, monospace;
	font-style:normal;
	color:#56636f;
	background:#f4f5f6;
	border:1px #aab2ba dotted;
	}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- ZMSGraphic
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

div.ZMSGraphic {
	background-color:transparent; 
	margin: 5px 0px 0px 0px;
	}

div.ZMSGraphic.left {
	text-align:left;
	margin:0;
	padding:0;
	}
	
div.ZMSGraphic.right {
	text-align:right;
	margin-left:8px;
	padding-top:3px;
	}

div.ZMSGraphic.center {
	text-align:center;
	}

div.ZMSGraphic.floatleft { 
	float:left;
	margin-right:8px !important;
	margin-right:-16px; /* strange IE 6 */
	padding:0;
	padding-top:3px;
	}

div.ZMSGraphic.floatright { 
	float:right;
	margin-left:8px !important;
	}

div.ZMSGraphic.center { 
	text-align:center;
	padding:0;
	margin-top:10px;
	}

div.graphic.alignleft {
	float:left;
	text-align:right;
	padding:0;
	margin-right:8px;
	margin-top:0px;
	}
	
div.graphic.alignright {
	float:right;
	text-align:right;
	padding:0px;
	margin-left:8px;
	margin-top:10px;
	}

div.ZMSGraphic div.text {
	padding: 0px;
	padding-top:0px;
	margin:-1px 0px 0px 0px;
	font-size:80%;
	}

div.ZMSGraphic.floatright div.text {
	margin:-1px 0px 0px 10px;
	}

div.ZMSGraphic div.text p {
	padding: 0px;
	padding-top:0px;
	line-height:14px !important;
	margin:0;
	}

a.zoom img.zoom {
	width: 23px;
	height: 21px;
	}

a.fancybox img {
	padding:1px 1px 3px 1px;
	background:none;
	background-color:transparent; 
	}

.floatright .graphic {
	margin:0px 0px 3px 10px;
	padding:0px;
	border: solid 0px red;
	}

.floatleft .graphic {
	margin:-5px 10px 3px 0px;
	padding:0px;
	border: solid 0px red;
	}

#fancybox-overlay {
	background: #000 !important;
	opacity: 0.75 !important; /* standard: ff gt 1.5, opera, safari */
	-ms-filter: "alpha(opacity=75)" !important; /* ie 8 */
	filter: alpha(opacity=75) !important; /* ie lt 7 */
	-khtml-opacity: 0.75 !important; /* safari 1.x */
	-moz-opacity: 0.75 !important; /* ff lt 1.5, netscape */
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- ZMSTeaser
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
div#teaserRight
	{
	width:180px;
	margin:0px;
	font-size:85%;
	border:solid 0px red;
	}

div#teaserLeft {
	margin:0px 0px 0px 0px;
	width:200px;
	font-size:85%;
	border:solid 0px red;
	}

div.ZMSTeaserContainer
	{
	padding:1px;
	margin-bottom:10px;
	}



div.ZMSTeaserContainer div.graphic.alignright {
	margin-left:0px;
	margin-top:0px;
	}


div.ZMSTeaserContainer div.graphic.alignleft {
	margin-left:0px;
	margin-top:0px;
	}

div.ZMSTeaserElement
	{
	}

div.ZMSTeaserElement div.title a:link,
div.ZMSTeaserElement div.title a:visited,
div.ZMSTeaserElement div.title
	{
	font-weight:bold;
	text-decoration:none;
	padding: 2px;
	display: block;
	font-size:105%;
	color:#444;
	}

div.ZMSTeaserElement div.title a:hover,
div.ZMSTeaserElement div.title a:active
	{
	text-decoration:none;
	color:#000;
	}

div.ZMSTeaserElement div.text a:link,
div.ZMSTeaserElement div.text a:visited,
div.ZMSTeaserElement div.text
	{padding:5px;
	color:#6A6A6A;
	font-size:110%;
	}

div.ZMSTeaserElement div.text p
	{
	padding:0px;
	margin:0px;
	}

div.note {
	border-left: 1px solid #FCCD64;
	border-bottom: 1px solid #FCCD64;
	margin: 8px;
	padding: 4px;
	background: #FCFECC url(content/metaobj_manager/ZMSNote.zmsnote_bg.gif) top right no-repeat;
	}

/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- ZMSTable
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */

table.ZMSTable{
	width:100% !important;
	border-collapse:separate;
	margin-bottom:0.5em;
	border-top:0px #888 solid;
	border-bottom:0px #888 solid;
	}

table.ZMSTable tbody th { border-bottom:0px solid #fff; text-align:left; }
table.ZMSTable tbody td { border-bottom:0px solid #eee; }

table.ZMSTable th {
	margin:0px;
	padding:8px 5px 7px 5px;
	background-color:#F7F0F0;
	font-size:1.2em;
	}

table.ZMSTable th p {
 	margin:0px;
 	padding:0px;
 	color:#333333;
 	}

table.ZMSTable td {
	padding:8px 5px 7px 5px;
	background-color:#F8F8F8;
	}

table.ZMSTable td p {
	margin:0px;
	padding:0px;
	}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- concerto calendar
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
/*--- teaser right --- */
div#teasernextconcert {
	margin:0px;
	padding:0px 0px 10px 0px;
	background: transparent url(common/img/teaserEvent_bg.png) bottom right no-repeat;
	}

.tEwrapper {
	margin:20px 0px 0px 0px;
	padding:0px 0px 10px 10px;
	width:240px;
	border:solid 0px red;
	}

h1.tEHint {
	margin:0px 0px 15px 0px;
	padding:0px 0px 5px 0px;
	color:#555 !important;
	width:220px;
	font-size:130%;
	}

.tEDay {
	float:left;
	width:50px;
	margin:0px;
	padding:2px 0px 0px 0px;
	font-family:Georgia, Times;
	font-size:280%;
	color:#555;
	}

/* IE6 */
* html .tEDay {
	line-height:36px;
	} 


.tEdetails {
	float:left;
	margin:0px;
	padding:0px;
	width:180px;
	}

p.tEdate {
	margin:0px;
	padding:0px;
	font-size:100%;
	color:#ff0000;
	font-weight:normal;
	}

p.tEconductor, .tEArtists, .tEcname {
	margin:0px;
	padding:0px;
	font-size:100%;
	color:#555;
	font-weight:bold;
	}

p.tEconductor {
	text-transform:uppercase;
	}

div.tEfunctions{
	margin:10px 0px 0px 0px;
	padding:0px;
	}

div.tEfunctions p {
	float:left;
	margin:0px;
	padding:0px;
	}
	
div.tEfunctions p.goDetail {
	margin:0px 20px 0px 0px;
	padding:0px;
	}



/*--- overview - cal search --- */
div.cFilterWrapper {
	margin:0px 0px 0px 0px;
	padding:2px 0px 22px 0px;
	border-bottom:solid 1px #a6a6a6;
	}

/* * * interim * * */
body#e8188 div.cFilterWrapper, body#e129 div.cFilterWrapper, body#e130 div.cFilterWrapper, body#e131 div.cFilterWrapper, body#e34412 div.cFilterWrapper, body#e132 div.cFilterWrapper, body#e8083 div.cFilterWrapper, body#e23749 div.cFilterWrapper, body#e10182 div.cFilterWrapper, body#e17806 div.cFilterWrapper, body#e35220 div.cFilterWrapper, body#e36627 div.cFilterWrapper, body#e484 div.cFilterWrapper, body#e23468 div.cFilterWrapper, body#e36455 div.cFilterWrapper, body#e8486 div.cFilterWrapper, body#e304 div.cFilterWrapper, body#e294 div.cFilterWrapper, body#e31914 div.cFilterWrapper, body#e15772 div.cFilterWrapper, body#e4331 div.cFilterWrapper {
	display:none;
	}

div.cfHint {
	float:left;
	width:88px;
	padding:3px 0px 0px 0px;
	font-weight:bold;
	}

div.cfForm {
	float:left;
	width:595px;
	margin:0px;
	padding:0px 0px 0px 0px;
	}

form.eSearchForm {
	margin:0px;
	padding:0px;
	background:transparent url(common/img/arrowRed_lo.png) 580px 25px no-repeat;
	border:solid 0px red;
	}

form.eSearchForm fieldset {
	border:0px;
	}

form.eSearchForm p {
	float:left;
	margin:0px 10px 0px 0px;
	}

form.eSearchForm p.eSaison select {
	width:103px;
	}

form.eSearchForm p.eMonth select {
	width:103px;
	}

form.eSearchForm p.eType select {
	width:103px;
	}

/*--- ie6 --- */
* html form.eSearchForm p.eType select {
	width:95px; !important; 
	} 

form.eSearchForm label {
	padding:0px 0px 0px 0px;
	font-weight:bold !important;
	color:#555;
	}

form.eSearchForm select {
	margin:1px 8px 0px 0px;
	color:#555;
	border: solid 1px #d2d2d2;
	}

form.eSearchForm input[type=text]{
	margin:1px 5px 0px 0px;
	width:103px;
	color:#555;
	border: solid 1px #d2d2d2;
	}

/*--- ie6 --- */
* html form.eSearchForm input {
	margin:1px 5px 0px 0px;
	width:102px;
	color:#555;
	border: solid 1px #d2d2d2;
	} 


form.eSearchForm p.cfSubmit {
	float:right;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:14px;
	width:14px;
	text-align:right;
	}

/*--- ie6 --- */
* html form.eSearchForm p.cfSubmit {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border: 0px solid red !important;
	} 

input.cFSubmit {
	border:0px;
	padding:0px;
	margin-top:20px;
	text-indent:-10000px;
	width:20px;
	background:transparent;
	}

/*--- ie6 --- */
* html input.cFSubmit {
	margin-top:40px;
	border: 0px solid red !important;
	} 


input.cFSubmit:hover {
	cursor:pointer;
	}

/* * * autocomplete * * */
.ac_results {
	padding: 0px;
	border: 1px solid #d2d2d2;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
	}

.ac_loading {
	background: white url('common/img/indicator.gif') right center no-repeat;
	}

.ac_odd {
	background-color: #eee;
	}

.ac_over {
	background-color: #ff0000;
	color: white;
	}

/*--- overview --- */
div.oEwrapper {
	margin:0px 0px 10px 0px;
	padding:10px 0px 6px 0px;
	border-bottom:solid 1px #a6a6a6;
 	color:#555;
	}

div.oEDay {
	float:left;
	width:90px;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
 	font-family:Georgia, Times;
 	font-size:450%;
 	color:#555;
	}

/* IE6 */
* html div.oEDay {
	margin:-20px 0px 0px 0px;
	line-height:58px;
	} 

div.oEinfo {
	float:left;
	width:154px;
	margin:0px 10px 0px 0px;
	padding:0px 0px 0px 0px;
	}

span.oEStart {
	font-weight:normal;
	}

div.oEdetails {
	float:left;
	width:422px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

p.oEtitle {
	margin:-2px 0px 1px 0px !important;
	padding:0px;
	font-weight:bold;
	border:solid 0px red;
	}

div.oEactors {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

span.oEconductor {
	text-transform:uppercase;
	font-weight:bold;
	color:#ee3124;
	}

span.oEartists {
	text-transform:none;
	font-weight:bold;
	color:#ee3124;
	}

div.oEcomposers {
	margin:15px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	}

div.oEfunctions {
	margin:0px 0px 0px 0px;
	padding:0px;
	}

div.oEfunctions p {
	float:left;
	margin:0px 0px 0px 0px !important;
	padding:0px;
	}

div.oEfunctions p.oEgoDetail {
	margin:0px 20px 0px 0px !important;
	padding:0px;
	}

#flow h2.chgMonthHint {
	margin:70px 0px 9px 0px;
	padding:0px 0px 6px 0px;
	font-size:185%;
	font-weight:normal;
	border-bottom:solid 1px #a6a6a6;
	}

/*--- concerto detail --- */
div.dEwrapper {
	margin:0px 0px 10px 0px;
	padding:10px 0px 6px 0px;
	border-bottom:solid 1px #a6a6a6;
 	color:#555;
	}

div.dEDay {
	float:left;
	width:90px;
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 0px;
 	font-family:Georgia, Times;
 	font-size:450%;
 	color:#ff3333;
	}

/* IE6 */
* html div.dEDay {
	margin:0px 0px 0px 0px;
	line-height:40px;
	} 

div.dEinfo {
	float:left;
	width:154px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

span.dEStart {
	font-weight:bold;
	}

div.dEdetails {
	float:left;
	width:432px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

div.dEactors {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	}

p.dEconductor {
	margin:0px 0px -2px 0px !important;
	padding:0px 0px 0px 0px !important;
	font-weight:bold;
	color:#ee3124;
	text-transform:uppercase;
	}

p.dEartists {
	margin:0px 0px -2px 0px !important;
	padding:0px 0px 0px 0px !important;
	}

span.dEartist {
	font-weight:bold;
	color:#ee3124;
	}

div.dEcomposers {
	margin:15px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	font-weight:bold;
	}


div.deWItems {
	margin:15px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	}

div.dEwcn {
	margin:10px 0px 0px 0px;
	padding:0px;
	text-align:left;
	font-weight:bold;
	}

table.dEwitem {
	width:100%;
	margin:0px 0px 0px -2px;
	padding:0px 0px 0px 0px;
	border:solid 0px red;
	}

td.eitem {
	padding:0px;
	width:265px;
	text-align:left;
	vertical-align:top;
	}

td.eitempeep {
	padding:0px;
	width:90px;
	text-align:left;
	vertical-align:top;
	}

a.gopeep {
	padding:0px 0px 0px 15px;
	background:transparent url(common/img/iconArrowBlack.png) top left no-repeat;
	}

a.gopeep:hover {
	background:transparent url(common/img/iconArrowRed.png) top left no-repeat;
	}

p.dEensemble {
	margin:12px 0px 0px 0px !important;
	font-weight:bold;
	color:#ee3124;
	}
	
p.dEdescription {
	margin:20px 0px 0px 0px !important;
	padding:0px 0px 0px 0px !important;
	}
	
p.dEtype {
	margin:-1px 0px 0px 0px !important;
	padding:0px 0px 0px 0px !important;
	}

ul.dEaddInfo {
	margin:15px 0px 10px 0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
	}

ul.dEaddInfo li {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 22px;
	background: transparent url(common/img/iconArrowBlack.png) top left no-repeat;
	}

ul.dEaddInfo li:hover {
	background: transparent url(common/img/iconArrowRed.png) top left no-repeat;
	}

h2.dETitle {
	margin:0px 0px 5px 0px !important;
	padding:0px;
	font-weight:bold;
	font-size:100% !important;
	font-family:Arial,Helvetica, "Sans Serf";
	}

p.dEensembleChorus {
	margin:12px 0px 0px 0px !important;
	padding:0px;
	color:#ee3124;
	font-weight:bold;
	}

p.dContributors {
	margin:0px 0px 0px 0px !important;
	padding:0px;
	}

span.dContributorName {
	padding:0px;
	color:#ee3124;
	font-weight:bold;
	}

span.dContributorType {
	padding:0px 0px 0px 0px;
	}

div.dEBrowseNav {
	margin:0px 0px 0px 0px;
	padding:0px;
	height:16px;
	width:35px;
	position:relative;
	top:-36px;
	left:560px;
	}

div.dEBrowseNav a:link, div.dEBrowseNav a:visited {
	display:block;
	float:left !important;
	margin:0px 0px 0px 5px;
	padding:0px;
	height:13px;
	width:7px;
	border:solid 0px red;
	}

div.dEBrowseNav a.browsePrev, div.dEBrowseNav a.browsePrev {
	background: transparent url(common/img/arrowBrowsePrev_lo.png) top left no-repeat;
	}

div.dEBrowseNav a.browsePrev:hover, div.dEBrowseNav a.browsePrev:active {
	background: transparent url(common/img/arrowBrowsePrev_hi.png) top left no-repeat;
	}

div.dEBrowseNav a.browseNext, div.dEBrowseNext a.browseNext {
	background: transparent url(common/img/arrowBrowseNext_lo.png) top left no-repeat;
	}

div.dEBrowseNav a.browseNext:hover, div.dEBrowseNext a.browseNext:active {
	background: transparent url(common/img/arrowBrowseNext_hi.png) top left no-repeat;
	}

h2.dArtistHint {
	margin:0px 0px 1px 0px !important;
	padding:0px;
	border:solid 0px red;
	}

/*** listing member items ***/
div.dEmemWrapper {
	margin:0px;
	padding:0px;
	width:100%;
	border:solid 0px red;
	}

div.dEmemImg {
	float:left;
	margin:0px 15px 0px 0px;
	padding:0px;
	width:224px;
	border:solid 0px red;
	}

span.dEmemPos {
	display:block;
	margin:0px;
	padding:0px;
	}

div.dEmemImg span.dEmemPos {
	font-size:80%;
	}

p.sMtWrapper {
	float:left;
	width:50px;
	height:75px;
	margin:5px 8px 0px 0px !important;
	padding:0px !important;
	line-height:10px !important;
	overflow:hidden;
	border:solid 0px red;
	}

p.smtTerminate {
	margin-right:0px !important;
	}

span.dEArtistName {
	font-size:70%;
	}


img.slideMthumb {
	margin:0px;
	padding:0px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
	filter: alpha(opacity=50);
	opacity: .5 !important;
	border:solid 0px red;
	}

p.thumbHilite img {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=100);
	opacity: 1 !important;
	}

img.slideMthumb:hover, div.currentSlide img.slideMthumb {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
	filter: alpha(opacity=100);
	opacity: 1 !important;
	cursor:pointer;
	border:solid 0px red;
	}


div.dEmemDetails {
	float:left;
	margin:0px;
	padding:0px;
	width:448px;
	border:solid 0px red;
	}

div.dEmemTitleWrapper {
	width:448px;
	margin:0px 0px 10px 0px;
	padding:0px;
	border-bottom: dotted 1px #555;
	}

h1.dEmemTitle {
	float:left;
	width:395px;
	margin:0px;
	padding:0px;
	font-family:Arial,Helvetica, "Sans Serf";
	color:#ff0000;
	}
	
h1.dEmemTitle span.dEmemPos {
	display:inline;
	color:#555;
	}

h1.mitemNav {
	float:left;
	width:30px;
	margin:0px;
	padding:0px;
	}
	
p.dEmemDesc {
	margin:0px;
	padding:0px;
	}

a.bnItem {
	padding:0px 0px 0px 9px;
	background: transparent url(common/img/arrowBrowseNext_lo.png) top left no-repeat;
	}

a.bnItem:hover {
	background: transparent url(common/img/arrowBrowseNext_hi.png) top left no-repeat;
	}

a.bpItem {
	padding:0px 9px 0px 0px;
	background: transparent url(common/img/arrowBrowsePrev_lo.png) top left no-repeat;
	}

a.bpItem:hover {
	background: transparent url(common/img/arrowBrowsePrev_hi.png) top left no-repeat;
	}

/*** Slideshow style rules. ***/
#slideshow {
	margin:0 auto;
	width:687px;
	background:transparent;
	position:relative;
	}

#slideshow #slidesContainer {
	margin:0 auto;
	width:687px;
	overflow:auto; /* allow scrollbar */
	position:relative;
	}

#slideshow #slidesContainer .slide {
	margin:0 auto;
	width:667px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	}

/*** Slideshow controls style rules. ***/
.control {
	display:block;
	width:8px;
	height:12px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
	}

#leftControl {
	top:0;
	left:660px;
	z-index:10;
	background:transparent url(common/img/arrowBrowsePrev_hi.png) no-repeat 0 0;
	}

#rightControl {
	top:0;
	right:0;
	background:transparent url(common/img/arrowBrowseNext_hi.png) no-repeat 0 0;
	}

/*--- calendar nav - displayROCconcertPre --- */
#flow ul#calNav {
	display:none; /* Hack ! */
	}

ul#calNav {
	width:1000px;
	margin:105px 0px 0px 0px !important;
	padding:0px;
	height:38px;
	list-style-type:none;
	font-size:80%;
	border:solid 0px red !important;
	}

/* ie6 */
* html ul#calNav {
	margin:92px 0px 0px 0px !important;
	}

/* safari */
html:not([dummy]) ul#calNav {
	margin:106px 0px 0px 0px;
	}

/* opera 11 */
@media not screen and (1) {
	.tooltip  {margin:104px 0px 0px 0px !important;} 
	}

ul#calNav li {
	float:left;
	/* width:2.67em; */
	width:27px;
	height:38px;
	margin:0em;
	text-align:center;
	background-color:#f7f7f7;
	font-weight:bold;
	border-right: solid 1px #bababa;
	}

ul#calNav li.eventDay {
	background-color:#c3c4c4;
	border-right: 1px solid #f7f7f7;
	}

ul#calNav li.eventDay:hover {
	background-color:#ff0000;
	}

ul#calNav li.dateToday span.dayDigit {
	border-bottom:solid 1px #000;
	} 

ul#calNav li span.dayString {
	color:#000;
	font-weight:bold;
	}

ul#calNav li.sunDay span.dayString {
	color:#ff0000;
	}

ul#calNav li.eventDay:hover span.dayString {
	color:#000 !important;
	}

ul#calNav li.eventDay:hover a {
	color:#fff;
	font-weight:bold;
	}

ul#calNav li a:link, ul#calNav li a:visited {
	color:#ff0000;
	font-weight:bold;
	}

ul#calNav li a:hover, ul#calNav li a:active {
	color:#fff;
	font-weight:bold;
	}

ul#calNav li.navPre {
	margin:0em !important;
	width:auto;
	max-width:76px !important;
	color:#ff0000;
	text-align:left;
	}
	
ul#calNav li.navNext {
	border-right:0px;
	text-align:right;
	}
	
ul#calNav li.navPre span.monthYear {
	padding:0px 0px 0px 0px;
	text-align:left;
	}

ul.CalMonthNav {
	margin:0px !important;
	}

a.prevMonth:link, a.prevMonth:visited {
	float:left;
	display:block;
	margin:3px 2px 0px 0px;
	padding:10px 5px 0px 5px !important;
	background:transparent url(common/img/arrowBrowsePrev_hi.png) top left no-repeat;
	}

a.prevMonth:hover, a.prevMonth:active{
	background:transparent url(common/img/arrowBrowsePrev_lo.png) top left no-repeat;
	}

a.navCurMonth {
	float:left;
	display:block;
	margin:1px 0px 0px 0px;
	padding:0px 5px 0px 3px;
	line-height:12px !important;
	}

a.navCurMonth:hover {
	color:#555!important;
	}

ul#calNav li.navNext a:link, ul#calNav li.navNext a:visited {
	display:inline;
	padding:0px 0px 20px 5px !important;
	background:transparent url(common/img/arrowBrowseNext_hi.png) top left no-repeat;
	}
	
ul#calNav li.navNext a:hover, ul#calNav li.navNext a:active {
	background:transparent url(common/img/arrowBrowseNext_lo.png) top left no-repeat;
	}	

span.monthYear {
	color:#ff0000;
	}

span.uvm {
	text-transform:none;
	}

/* tooltip styling - don't change correct order of browser hacks*/

/* opera < 11 */
@media not screen and (orientation) {
.tooltip  {margin:0px 0px 0px 0px !important;} /* for the earlier versions of Opera that pick the first media query's rule + chrome/safari */
}

/* safari  */
html:not([dummy]) .tooltip {
	/* margin:1px 0px 0px 0px !important; */
	} 

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .tooltip { margin:1px 0px 0px 1px !important; }
	}

/* opera 11 */
@media not screen and (1) {
	.tooltip  {margin:0px 0px 0px 1px !important;} 
	}

/* ie */
* html .tooltip {margin:0px 0px 0px 0px;} /* for IE6 */
*+html .tooltip {margin:0px 0px 0px 0px;} /* for IE7 */
.tooltip {margin:0px 0px 0px 0px\0/;} /* for IE8, going last */

.tooltip {
	display:none;
	padding:0px;
	margin:0px;
	height:118px;
	width:242px;
	font-size:11px;
	color:#000;
	border-bottom:10px solid #ff0000;
	}

.ttDoBroader {
	margin:0px 0px 0px 50px;
	width:342px;
	}

.ttDisplayLeft {
	margin-left:-216px !important;
	}

.tooltip div.etWrapper {
	margin:0px;
	padding:13px 8px 10px 12px;
	height:96px;
	width:222px;
	background-color:#fff !important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; // first!
	filter: alpha(opacity=85);
	opacity: .85 !important;
	text-align:left;
	}

.ttDoBroader div.etWrapper {
	width:322px;
	}

div.ttEDay {
	float:left;
	margin:8px 0px 0px 0px;
	width:50px;
	font-size:350%;
	font-weight:normal;
	font-family: "Times New Roman", serif;
	}

/* IE6 */
* html div.ttEDay {
	margin:0px 0px 0px 0px;
	line-height:28px;
	} 

div.ttEDetails {
	float:left;
	width:172px;
	font-size:110%;
	}

.ttDoBroader div.ttEDetails {
	width:272px;
	}

div.ttEDetails p {
	margin:0px 0px 1px 0px;
	padding:0px 0px 0px 0px;
	line-height:14px;
	font-size:95%;
	}

p.tteDate {
	margin:0px 0px 0px 0px;
	}

p.tteDate, p.tteLoc {
	color:#ff0000;
	font-weight:normal;
	}

p.tteLoc {
	margin:0px 0px 3px 0px !important;
	}

p.tteConduct {
	text-transform:uppercase;
	border:solid 0px red;
	}

p.tteArtist {
	margin:0px 0px 2px 0px !important;
	padding:0px;
	border:solid 0px red;
	}

p.tteArtist span.tteAInstrument {
	text-transform:none;
	}

p.tteWitem {

	}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- ZMSFile / ZMSLinkElement
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
div.ZMSFile, div.ZMSLinkElement { 
	margin: 4px 4px 4px 0px;
	background-color: #fff;
	}

div.ZMSFile div.title, div.ZMSLinkElement div.title {
	font-size:85%;
	white-space:normal !important;
	}

div.ZMSFile div.title a:link, div.ZMSFile div.title a:visited, div.ZMSLinkElement div.title a:link, div.ZMSLinkElement div.title a:visited {
	font-weight:normal;
	font-size:100%;
	text-decoration:none;
	color:#d24e4e;
	}

div.ZMSFile div.text, div.ZMSLinkElement div.text {
	font-size:100%;
	}

div.ZMSFile div.description, div.ZMSLinkElement div.description {
  	font-size:100%;
	}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- radio dates
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
table.calBar {
	width:100%;
	margin-top:-5px !important;
	border:solid 0px red;
	}

div#ROCradio, div#ROCradio p, div#ROCradio table.calBar td,div#ROCradio table.calBar td a {
	text-align:left;
	}

div#ROCradio p.title, div#ROCradio span.title, div#ROCradio p.description, div#ROCradio div.radioColRight, div#ROCradio div.radioColLeft, div#ROCradio div.radioColLeft a {
	color:#000;
	}

div#ROCradio, table.calBar td {
	}

span.season {
	display:block;
	text-align:right;
	padding:0px;
	margin:0px;
	}

div.radioEvent {
width:100%;
	margin-top:0em;
	clear:both;
	border-top:1px solid #eee;
	}

div.radioColLeft {
	line-height:16px;
	float:left;
	width:20%;
	margin-top:0.4em;
	margin-bottom: 2em;
	}

div.radioColLeft a.urlfreq {
	text-decoration:none;
	color:#666;
	width:135px;
	display:block;
	}

div.radioColRight {
	float:right;
	width:70%;
	margin-top:0.4em;
	margin-bottom: 2em;
	}

table.calBar {
	margin:2em 0em;
	clear:both;
	}

table.calBar td {
	padding:0px 4px;
	}

table.calBar td span.season {
	font-weight:normal;
	color:#000;
	}

table.calBar td a:link, table.calBar td a:visited {
	text-decoration:none !important;
	border:0px!important;
	font-weight:normal;
	color:#999;
	}

table.calBar td a:hover{
	color:#ff0000;
	}

table.calBar a.thismonth:link, table.calBar a.thismonth:visited {
	color:#ff0000;
	font-weight:normal;
	}

table.calBar select {
	color:#000;
	font-size:11px;
	}

div.radioEvent p {
	margin:0em 0em 0.5em 0em;
	}

p.title {
	font-weight:bold;
	padding-top:0px;
	margin-top:0px;
	}

p.workItem {
	font-style:normal;
	}

p.workItem .artist {
	font-weight:bold;
	color:#666;
	}
/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- specObj ytVideo - YouTube Video
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
div.ytvWrapper {
	margin:10px 0px 10px 0px;
	padding:13px 0px 13px 0px;
	border-top:solid 0em #00CF9A;
	border-bottom:solid 0.1em #f4f4f4;
	}


/* +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 * +- search result
 * +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
 */
 p.searchResult a:link, p.searchResult a:visited {
 	color:#d24e4e;
 	}
 
 
 p.searchResult a:hover, p.searchResult a:active {
 	color:#ff0000;
	}

