/* 
    Document   : newCascadeStyleSheet
    Created on : 03.11.2009, 19:14:57
    Author     : Henning
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

table.calendar {
	background-color: #FFFFFF;
	border: 0px #666666 solid;
	border-collapse: collapse;
/*	font-family: Verdana, Arial, Helvetica, sans-serif, monospace;
	font-weight:bolder;*/
	font-family:"Courier New", Courier, monospace;
	
}
table.calendar td {
	text-align:center;
	width: 30px;
}

td.weekend {
	background-color: #80B380;

	}
td.weekday {
	background-color: #CBCED4;

	}
td.event {
	background-color: #ff9900;

	}
td.spacer{
	background-color: #CBCED4;
}
td.spacerWeekend{
	background-color: #80B380;
}










/* clutip global */
#cluetip-close img {
  border: 0;

}
#cluetip-title {
  overflow: hidden;
}
#cluetip-title #cluetip-close {
  float: right;
  position: relative;
}
#cluetip-waitimage {
  width: 16px;
  height: 16px;
  position: absolute;
  background-image: url(_images/wait.gif);
}
.cluetip-arrows {
  display: none;
  position: absolute;
  top: 0;
  left: -11px;
  height: 22px;
  width: 11px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#cluetip-extra {
  display: none;
}

/***************************************
   =cluetipClass: 'jtip'
-------------------------------------- */
.cluetip-jtip {
  background-color: transparent;
}
.cluetip-jtip #cluetip-outer {
  border: 2px solid #ccc;
  position: relative;
  background-color: #F3F6FB;
  padding:10px;
}

.cluetip-jtip h3#cluetip-title {
  margin: 0 0 5px;
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ccc;
  color: #333;
}

.cluetip-jtip #cluetip-inner {
  padding: 0 5px 5px;
  display: inline-block;
}
.cluetip-jtip div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

.cluetip-jtip .cycle{
	font-size:14px;
}

.cluetip-jtip .subcycle{
	font-size:10px;
	margin-top:5px;
	font-style:italic;
}

.cluetip-jtip .speaker{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin:8px 0 8px 0;
}

.cluetip-jtip .title{
	font-weight:bold;

}
.cluetip-jtip hr{
		color: #EFF2F9; 
		background-color:#EFF2F9; 
		border:	1px dotted #666; 
		border-style: none none dotted;
		width:95%;
		margin:5px 0 5px 0;

}


.cluetip-jtip ul{
	margin:10px 0 0 15px;
	padding:0;
	list-style-image:url(_images/dash.gif);

}
/* jtip arrows */

.clue-right-jtip .cluetip-arrows {
  background-image: url(_images/arrowleft.png);
}
.clue-left-jtip .cluetip-arrows {
  background-image: url(_images/arrowright.png);
  left: 100%;
  margin-right: -11px;
}
.clue-top-jtip .cluetip-arrows {
  background-image: url(_images/arrowdown.png);
  top: 100%;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}
.clue-bottom-jtip .cluetip-arrows {
  background-image: url(_images/arrowup.png);
  top: -11px;
  left: 50%;
  margin-left: -11px;
  height: 11px;
  width: 22px;
}






/* stupid IE6 HasLayout hack */
.cluetip-rounded #cluetip-title,
.cluetip-rounded #cluetip-inner {
  zoom: 1;
}




