/* cds.css -- the style sheet for cds */
/* author: tibor.simko@cern.ch, david.mcglashan@cern.ch */

body { 
   color: #000; 
   background: #fff; 
   font-family: helvetica, verdana, sans-serif;
}
p,br,dl,strong,em,h1,h2,td {
   font-family: helvetica, verdana, sans-serif;
} 

h1{
   font-size: 20px
}

h2{
   font-size: 16px
}

h3{
   font-size: 14px
}

a:link { 
   color: #00c;  
   background: transparent;
}
a:visited { 
   color: #006; 
   background: transparent;
}
a:active { 
   color: #fff; 
   background: #006; 
   text-decoration: none; 
}
a:hover { 
   color: #fff;
   background: #006; 
   text-decoration: underline;
}
a.img:hover { 
   color: #00c; 
   background: transparent;
}
a.img:active { 
   color: #00c; 
   background: transparent;
   font-weight: normal; 
}
hr.invisible { 
   height: 0; 
   width: 0; 
}
.headline { 
   color: #006;
   background: transparent; 
}
.quicknote { 
   color: #603;
   background: transparent; 
}
.important { 
   color: #f00;
   background: transparent; 
}
.popupselected { 
   color: #fff; 
   background: #006; 
} 
.topbarheader {
   color: #000;
   background: #9cf;
}
.topbarheaderselected {
   color: #fff;
   background: #006;
}
.header {
   color: #000;
   background: #9cf;
   font-size: 12px;
   font-weight: bold;
   height: 5px;
}

.headerBreak {
   color: #000;
   background-color: #90C0F0;
   font-size: 12px;
   font-weight: bold;
   border: 1px solid #000;
}

.headerTalk{
   color: #000;
   background-color: #fff;
   font-size: 12px;
   font-weight: bold;
   border: 1px solid #000;
}

.headerselected {
   color: #fff;
   background: #006;
   font-size: 12px;
   font-weight: bold;
}

.headerselectedfreedays{
   color: #fff;
   background: red;
   font-size: 12px;
   font-weight: bold;
}

.smr {
	font-size: 11px;
}
.headerselectedtext {
   color: #fff; 
   background: #006; 
}
.dayheader {
   background-image: url(../images/daybackground.gif);
   background-repeat: repeat-y;
   color: #fff;
}
select.small { 
   font-size: small; 
}
select.smallheadline { 
   font-size: small; 
   color: #006; 
   background: transparent;
}
.faq { 
   margin-left: 6%; 
   margin-right: 6%; 
}
.faqq { 
   margin-left: 12%; 
   margin-right: 12%; 
}
.menuheader {
   background-image: url(../images/agemenu.gif);
   color: #fff;
}
.empty {
   background-image: url(../images/empty.gif);
}
.list {
   background-image: url(../images/audience7.gif);
}
.admin {
   background-image: url(../images/audience_admin.gif);
}
.menudiv {
   position: absolute; 
   z-index: 30; 
   visibility: hidden;
}
.menutop {
   position: relative; 
   z-index: 50; 
   color: #000; 
   background: #9cf; 
}

.duration{
	color: red;
	font-weight: normal;
}

.titleRoom{
	color: red;
	font-weight: bold;
}

/* end of cds.css */

