body {
	font-family: Arial,Helvetica,Sans-Serif;
	//font-size: 85%;
	margin : 0px 0px 0px 0px;
}
p {                                
	font-size: 12px;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
}
td {
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 12px;
}
.calendartitle {                   
	font-size: 20px;
	font-weight: bold;
	padding: .5em;
	float:left;
	width:200px;
	margin-top: 7px;
	vertical-align:bottom;
}
.usertitle {
	font-size: 12px;
	padding-left: .5em;
	float:right;
	width:300px;
	margin-top: 22px;
	vertical-align:bottom;
}
.datetitle {                        
	font-size: 24px;
}
.eventtitlebig {
	font-size: 28px;
	font-weight: bold;
}
.eventtimebig {
	font-size: 18px;
}
form { 
margin:0;
padding:0; 
}
.littlecalendardatetitle {
	font-size: 10px;
	font-weight: bold;
}
.littlecalendarheader {
	font-size: 9px;
}
.littlecalendarday {
	font-size: 9px;
	text-align:center;
}
.littlecalendarday a {
	color: #0000ff;
}

.littlecalendarother {
	font-size: 9px;
	color : #cccccc;
}
.todayis {
	font-size: 11px;
}
.weekheaderpast,.weekheaderfuture {
  background-color : #aaaaaa;
}
.weekheadertoday {
  background-color : #aaaaaa;
}
.monthheaderpast,.monthheaderfuture {
  background-color : #aaaaaa;
}
.monthheadertoday {
  background-color : #ccccff;
}
.past {
	background-color : #eeeeee;
	color : #999999;
}
.past a {
	color : #777777;
}
.today {
  background-color : #ccccff;
}
.future {
  background-color : #ffffff;
}
.eventtime {
	font-size: 10px;
}
.eventcategory {
	font-size: 10px;
}
#tabContainer{
	font-family:Arial,Helvetica,Sans-Serif;
	width:100%;
	height:40px;
}
.tabs{
	height:33px;
}
.tabs > ul{
	font-size: 1em;
	list-style:none;
}
.tabs > ul > li{
	margin:0 2px 0 0;
	padding:3px 10px;
	display:block;
	float:left;
	color:#FFF;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius:4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px; 
//		background: #C9C9C9; /* old browsers */
//		background: -moz-linear-gradient(top, #0C91EC 0%, #257AB6 100%); /* firefox */
//		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0C91EC), color-stop(100%,#257AB6)); /* webkit */
}
.tabs > ul > li:hover{
	background: #CCC; /* old browsers */
		background: -moz-linear-gradient(top, #FFFFFF 0%, #3b5998 10%, #3b5998 50%, #FFFFFF 100%); /* firefox */
//		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
	cursor:pointer;
	color: #333;
}
.tabs > ul > li.tabActiveHeader{
	background: #3b5998; /* old browsers */
//		background: -moz-linear-gradient(top, #FFFFFF 0%, #F3F3F3 10%, #F3F3F3 50%, #FFFFFF 100%); /* firefox */
//		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(10%,#F3F3F3), 	color-stop(50%,#F3F3F3), color-stop(100%,#FFFFFF)); /* webkit */
	cursor:pointer;
	color: #333;
}
.tabs > ul > li.tabinactive{
	background: #aaa;
}
.tabs > ul > li > a {
	color:#FFF;
	text-decoration: none;
}
.tabactive {
	background-color: #3b5998;
	padding: 4px;
	font-weight: bold;
	margin-right: 3px;
	text-align:center;
	float: left;
}
.tabinactive {
	background-color: #cccccc;
	padding: 4px;
	margin-right: 3px;
	text-align:center;
	float: left;
}
.box{
  background-color: #eeeeee;
	margin-left: 1em;
	max-width: 600em;
	padding:0px 10px 10px 10px;
}
.inputbox {
	background-color: #eeeeee;
	margin-left:1em;
	max-width: 750px;
	padding:0px 10px 10px 10px;
}
.announcement {
	font-size: 11px;
}
.feedbackpos {
  COLOR: #00AA00;
  FONT-WEIGHT: bold;
  FONT-SIZE: .85em;
}
.feedbackneg {
  COLOR: #FF0000;
  FONT-WEIGHT: bold;
  FONT-SIZE: 10px;
}
h3.boxheader {
  FONT-SIZE: 18px;
}
h4 {
  FONT-SIZE: 15px;
}
a:visited {
	text-decoration: underline;
	color: #000090;
}
a:link {
	text-decoration: underline;
	color: #000090;
}
td.bodytextright{
	text-align:right;
	vertical-align:top;
}
td.bodytextleft{
	text-align:left;
	vertical-align:top;
}
td.schedtime {
	width: 80px; 
	max-width: 80px; 
	min-width: 80px;  
	text-align: right; 
	vertical-align: middle; 
	row-span: 4; 
	font-size: 10px; 
	color: #000000; 
	background-color: #C0C0C0; 
	border-style: groove; 
	border-width: 2px; 
	padding: 0px
}
td.schedone {
	width: 618px; 
	height: 15px; 
	max-height: 15px; 
	min-height: 15px; 
	padding: 0px; 
	font-size: 6px;
	background-color: #ECECEC
}
td.schedtwo {
	width: 618px; 
	height: 15px; 
	max-height: 15px; 
	min-height: 15px; 
	padding: 0px; 
	font-size: 6px;
	background-color: #C0C0C0
}
td.schedtop {
	width: 100%; 
	text-align: center; 
	vertical-align: middle; 
	color: #'.$conf->schedule_time_text_color.'; 
	background-color: #'.$conf->schedule_time_background_color.'; 
	padding: 0px; 
	font-size: 12px; 
	height: 30px; 
	border-style: groove; 
	border-width: 2px; 
	cursor: hand;
}
table.schedule {
	width: 700px; 
	border-style: solid; 
	border-width: 1px
}
div.event {
	overflow: auto; 
	position: absolute; 
	border-style: solid; 
	border-width: 1px; 
	border-color:; 
	font-size: 10px; 
	text-align: left; 
	padding: 0px; 
	cursor: hand;
}

#CalendarControlIFrame {
	display: none;
	left: 0px;
	position: absolute;
	top: 0px
	height: 250px;
	width: 250px;
	z-index: 99;
}

#CalendarControl {
	position:absolute;
	background-color:#FFF;
	margin:0;
	padding:0;
	display:none;
	z-index: 100;
}

#CalendarControl table {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 7px;
	border-left: 1px solid #336;
	border-right: 1px solid #336;
}

#CalendarControl th {
	font-weight: normal;
}

#CalendarControl th a {
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	padding: 1px;
}

#CalendarControl td {
	text-align: center;
}

#CalendarControl .header {
	background-color: #336;
}

#CalendarControl .weekday {
	background-color: #DDD;
	color: #000;
}

#CalendarControl .weekend {
	background-color: #FFC;
	color: #000;
}

#CalendarControl .current {
	border: 1px solid #339;
	background-color: #336;
	color: #FFF;
}

#CalendarControl .weekday,
#CalendarControl .weekend,
#CalendarControl .current {
	display: block;
	text-decoration: none;
	border: 1px solid #FFF;
	padding: 1px;
	width: 2em;
}

#CalendarControl .weekday:hover,
#CalendarControl .weekend:hover,
#CalendarControl .current:hover {
	color: #FFF;
	background-color: #336;
	border: 1px solid #999;
}

#CalendarControl .previous {
	text-align: left;
}

#CalendarControl .next {
	text-align: right;
}

#CalendarControl .previous,
#CalendarControl .next {
	padding: 1px 3px 1px 3px;
	font-size: 20px;
}

#CalendarControl .previous a,
#CalendarControl .next a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}

#CalendarControl .title {
	text-align: center;
	font-weight: bold;
	color: #FFF;
}

#CalendarControl .empty {
	background-color: #CCC;
	border: 1px solid #FFF;
}

.transparent div{
	/* for IE */ 
	filter:alpha(opacity=60); 
	/* CSS3 standard */ 
	opacity:0.6; 
	font-weight:bold;
}	
.s1 div{background-color:#ffffff!important; color: #000000!important; }
.s1 {background-color:#ffffff!important; color: #000000!important; }
.s113 div{background-color:#66ff33!important; color: #003300!important; }
.s113 {background-color:#66ff33!important; color: #003300!important; }
.s114 div{background-color:#ff99cc!important; color: #660066!important; }
.s114 {background-color:#ff99cc!important; color: #660066!important; }
.s115 div{background-color:#66ffff!important; color: #330000!important; }
.s115 {background-color:#66ffff!important; color: #330000!important; }
.s116 div{background-color:#ff0000!important; color: #ffffff!important; }
.s116 {background-color:#ff0000!important; color: #ffffff!important; }
.s117 div{background-color:#ffff33!important; color: #000!important; }
.s117 {background-color:#ffff33!important; color: #000!important; }
.s607 div{background-color:#ffffff!important; color: #000000!important; /* for IE */ filter:alpha(opacity=65); /* CSS3 standard */ opacity:0.65; font-weight:bold;}
.s607 {background-color:#ffffff!important; color: #000000!important; /* for IE */ filter:alpha(opacity=65); /* CSS3 standard */ opacity:0.65; font-weight:bold;}
.s3378 div{background-color:#3300ff!important; color: #ffffff!important; }
.s3378 {background-color:#3300ff!important; color: #ffffff!important; }
.s6012 div{background-color:#ffffff!important; color: #006600!important; /* for IE */ filter:alpha(opacity=65); /* CSS3 standard */ opacity:0.65; font-weight:bold;}
.s6012 {background-color:#ffffff!important; color: #006600!important; /* for IE */ filter:alpha(opacity=65); /* CSS3 standard */ opacity:0.65; font-weight:bold;}
.s6119 div{background-color:#ffffff!important; color: #990000!important; /* for IE */ filter:alpha(opacity=65); /* CSS3 standard */ opacity:0.65; font-weight:bold;}
.s6119 {background-color:#ffffff!important; color: #990000!important; /* for IE */ filter:alpha(opacity=65); /* CSS3 standard */ opacity:0.65; font-weight:bold;}
.s8393 div{background-color:#ffffff!important; color: #0000cc!important; /* for IE */ filter:alpha(opacity=65); /* CSS3 standard */ opacity:0.65; font-weight:bold;}
.s8393 {background-color:#ffffff!important; color: #0000cc!important; /* for IE */ filter:alpha(opacity=65); /* CSS3 standard */ opacity:0.65; font-weight:bold;}
.c6 div{}.c5 div{}.c1 div{}.c4 div{}.c3 div{}.c11563 div{}.c2359 div{}