/*
 * 
 * 
 * 
 * 
 */
 
.calendarFrame {
	text-align: center;	
}

.calendarFrame a {
	font-weight: normal;
	color: black;
	text-decoration: none;
}

.calendarTable {
	margin: auto;
	position: relative;
	border-spacing: 0px;
} 

.calendarTable td {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.calendarFrame .controls {
	background-color: none; 
	color: white;
	padding-top: 1.0em;
	padding-bottom: 0.5em;
	width: 30.0em;
	margin: auto;
	text-align: center;
}

.calendarFrame .monthNameContainer {
	position: relative;
	margin: auto;
	overflow: hidden;
	clear: both;
	border-left: 1px solid black;
	border-right: 1px solid black;
	padding-bottom: 3px;
}

.calendarFrame .monthNameBar {
	position: relative;	
}

.calendarFrame .monthNameBox {
	float: left; 
	text-align: center;
}

.calendarFrame .monthNameLink {
	font-size: 1.2em;
	color: #999999;
	/*font-weight: bold;*/
	text-decoration: none;	
}

.calendarFrame .monthNameLinkActive {
	color: #2e6f75;
}

.calendarFrame .yearNameLink {
	font-size: 0.4em;
	position: relative;
	top: -1.0em;	
}

.calendarFrame .colorBarContainer {
	position: relative;
	margin-left: auto; 
	margin-right: auto; 
	overflow: hidden; 
	clear: both;  
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

.calendarFrame .colorBarOverflow {
	width: 1000em;
	overflow: hidden;
	height: 1.0em;	
}

.calendarFrame .colorBarLeft {
	float: left;
	background-color: #eeeeee;
	text-align: right;
	height: 100%;
}

.calendarFrame .colorBarLeftButton {
	float: right;
	padding-left: 3px;
	padding-right: 3px;
	height: 110%;
	line-height: 0.9em;
	color: black;
	background-color: white;	
}

.calendarFrame .colorBarLeftLink {
	color: black; 
	text-decoration: none;
}

.calendarFrame .colorBarRight {
	float: left;
	background-color: #eeeeee;
	text-align: right;
	height: 100%;
	line-height: 100%;
}

.calendarFrame .colorBarRightButton {
	float: left;
	padding-left: 3px;
	padding-right: 3px;
	height: 110%;
	line-height: 0.9em;
	color: black;
	background-color: white;	
}

.calendarFrame .colorBarRightLink {
	color: black; 
	text-decoration: none;
}


.calendarFrame .colorBarCutoffBox {
	position: relative; 
	float: left; 
	height: 100%;
	overflow: hidden;	
}

.calendarFrame .monthColorBar {
	position: relative; 
	height: 100%; 	
}

.calendarFrame .monthColor {
	float: left; 
	height: 100%; 
}

.calendarFrame .jumpToLink {
	text-decoration: none;
	color: #2e6f75;
	font-size: 0.6em;
}


.calendarFrame .clearing {
	clear: both; 
	height: 0px; 
	overflow: hidden; 
	width: 100%;	
}


.calendarFrame .weekRow {
	
	position: relative;
	width: 100%;
	
}

.calendarFrame .dayBox {
	
	position: relative;
	padding: 0px;
	margin: 0px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	
}

.calendarFrame .dayInnerBox {

	position: relative;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;

} 


.calendarFrame .numberInnerBox {
	
	width: 100%;
	height: 100%; 
	padding-top: 2px;
	
}


.calendarFrame .numberBox {
	
	position: relative;
	float: left;
	height: 100%;
	overflow: hidden;
	z-index: 5; 
	text-align: center;
			
	background-color: white;
	color: black;
		
}

.calendarFrame .numberBox .numberText {

    font-weight:normal;
	font-size: 1.1em; 
	font-style: italic;
	text-decoration: none;
	
}

.calendarFrame .numberBoxSel {
	
	background-color: #eeeeee;
	color: red;
	
}


.calendarFrame .numberBoxSmall {
	
	background-color: white;
	color: gray;
	
}

.calendarFrame .numberBoxSmall .numberText {
	font-size: 0.8em;
}


.calendarFrame .numberBoxLarge {
	
	background-color: black;
	color: white;
	
}

.calendarFrame .numberBoxLarge a {
	
	color: white;
	
}


.calendarFrame .moreBox {
	
	float: left; 
	height: 0px; 
	width: 2.0em; 
	font-style: italic; 
	line-height: 0.6em; 
	text-align: left; 
	z-index: 50;
	
}

.calendarFrame .moreInnerBox {
	
	position: relative;
	left: 0.0em; 
	top: 2.5em; 
	z-index: 50; 
	text-align: center;
	
}

.calendarFrame .moreLink {
	
	font-size: 0.5em; 
	font-weight: normal; 
	text-decoration: none; 
	color: black;
		
}

.calendarFrame .eventsPopupText {
	color: white;
	font-weight: bold;
	padding: 0.5em;
	background-color: gray;	
}

.calendarFrame .eventsPopupLink {
	color: white;
	text-decoration: none;
	padding: 3px;
	border: 1px solid white;	
}

.calendarFrame .monthText {

	font-size: 0.7em;
	line-height: 0.7em;
    color:#666666;
		
}

.calendarFrame .eventBox {
	
	float: left;
	height: 100%;
	margin-left: 0px;
	margin-right: 0px;
	text-align: left;
	overflow: hidden;
	
}
	
.calendarFrame .eventInnerBox {
	height: 100%;
}

.calendarFrame .eventInnerContainer {
	
	height: 100%;
	padding-left: 2px;
	padding-right: 2px;
	text-align: right;

}

.calendarFrame .eventNameRow {
	/* margin-bottom: 3px; */
		
}

.calendarFrame .eventStyleOne {
	width: 100%; 
	/* line-height: 0.6em; */
	/* padding-bottom: 0.1em; 
	margin-bottom: 0.5em;	*/
}

.calendarFrame .eventStyleTwo {

	width: 100%;
	/* height: 1.2em; */
	/* line-height: 0.6em; 
	padding-bottom: 0.1em; 
	margin-bottom: 0.5em; */
	
}

.calendarFrame .eventStyleMore {
	
	width: 100%; 
	/* height: 0.6em; 
	line-height: 0.6em;
	padding-bottom: 0.1em; */
		
}

.calendarFrame .eventTextLink {

	letter-spacing: -0.05em;
	font-weight: normal; 
	text-decoration: none;
	
}

.calendarFrame .eventBigBox {
	
	display: none;
	position: relative;
	overflow: auto;
	text-align: right;
	height: 100%;
}

	
.calendarFrame .rowSelect {
	
	background-color: #eeeeee;
	border-right: 1px solid #cccccc; 
	border-bottom: 1px solid #cccccc;
	
}

.calendarFrame .rowSelectPushed {
	background-color: #bbbbee;
	color: black;	
}

.calendarFrame .loadingCell {
	background-color: #eeeeee;
	border: 1px solid gray;
	font-weight: bold;
	text-align: center;
}

.calendarFrame .loadingBox {
	
}

.calendarFrame .dayNameBox {
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	background-color: #999999;
	color: white; 
	padding: 0px;
	font-weight: bold;
	text-size: 1.0em;
}

.calendarFrame .dayNameBoxSmall {
	font-size: 0.6em;
}


.calendarFrame .monthNameBox1 { border-bottom: 2px solid #ffdddd; }
.calendarFrame .monthNameBox2 { border-bottom: 2px solid #ddffdd; }
.calendarFrame .monthNameBox3 { border-bottom: 2px solid #ddddff; }
.calendarFrame .monthNameBox4 { border-bottom: 2px solid #ffdddd; }
.calendarFrame .monthNameBox5 { border-bottom: 2px solid #ddffdd; }
.calendarFrame .monthNameBox6 { border-bottom: 2px solid #ddddff; }
.calendarFrame .monthNameBox7 { border-bottom: 2px solid #ffdddd; }
.calendarFrame .monthNameBox8 { border-bottom: 2px solid #ddffdd; }
.calendarFrame .monthNameBox9 { border-bottom: 2px solid #ddddff; }
.calendarFrame .monthNameBox10 { border-bottom: 2px solid #ffdddd; }
.calendarFrame .monthNameBox11 { border-bottom: 2px solid #ddffdd; }
.calendarFrame .monthNameBox12 { border-bottom: 2px solid #ddddff; }

.calendarFrame .monthColor1 { background-color: #ffcccc; }
.calendarFrame .monthColor2 { background-color: #ccffcc; }
.calendarFrame .monthColor3 { background-color: #ccccff; }
.calendarFrame .monthColor4 { background-color: #ffcccc; }
.calendarFrame .monthColor5 { background-color: #ccffcc; }
.calendarFrame .monthColor6 { background-color: #ccccff; }
.calendarFrame .monthColor7 { background-color: #ffcccc; }
.calendarFrame .monthColor8 { background-color: #ccffcc; }
.calendarFrame .monthColor9 { background-color: #ccccff; }
.calendarFrame .monthColor10 { background-color: #ffcccc; }
.calendarFrame .monthColor11 { background-color: #ccffcc; }
.calendarFrame .monthColor12 { background-color: #ccccff; }

.calendarFrame .todayColor { background-color: #eeeeee; }
.calendarFrame .notTodayColor { /* background-color: black; */ }

.calendarFrame .meetingColor0 { color: purple; }
.calendarFrame .meetingColor1 { color: red; }
.calendarFrame .meetingColor2 { color: green; }
.calendarFrame .meetingColor3 { color: blue; }
.calendarFrame .meetingColor4 { color: orange; }
.calendarFrame .meetingColor5 { color: purple; }
.calendarFrame .meetingColor6 { color: red; }
.calendarFrame .meetingColor7 { color: green; }
.calendarFrame .meetingColor8 { color: blue; }
.calendarFrame .meetingColor9 { color: orange; }

.calendarFrame .monthColor1.dayBox0 { background-color: #ffdddd; }
.calendarFrame .monthColor2.dayBox0 { background-color: #ddffdd; }
.calendarFrame .monthColor3.dayBox0 { background-color: #ddddff; }
.calendarFrame .monthColor4.dayBox0 { background-color: #ffdddd; }
.calendarFrame .monthColor5.dayBox0 { background-color: #ddffdd; }
.calendarFrame .monthColor6.dayBox0 { background-color: #ddddff; }
.calendarFrame .monthColor7.dayBox0 { background-color: #ffdddd; }
.calendarFrame .monthColor8.dayBox0 { background-color: #ddffdd; }
.calendarFrame .monthColor9.dayBox0 { background-color: #ddddff; }
.calendarFrame .monthColor10.dayBox0 { background-color: #ffdddd; }
.calendarFrame .monthColor11.dayBox0 { background-color: #ddffdd; }
.calendarFrame .monthColor12.dayBox0 { background-color: #ddddff; }

.calendarFrame .monthColor1.dayBox6 { background-color: #ffdddd; }
.calendarFrame .monthColor2.dayBox6 { background-color: #ddffdd; }
.calendarFrame .monthColor3.dayBox6 { background-color: #ddddff; }
.calendarFrame .monthColor4.dayBox6 { background-color: #ffdddd; }
.calendarFrame .monthColor5.dayBox6 { background-color: #ddffdd; }
.calendarFrame .monthColor6.dayBox6 { background-color: #ddddff; }
.calendarFrame .monthColor7.dayBox6 { background-color: #ffdddd; }
.calendarFrame .monthColor8.dayBox6 { background-color: #ddffdd; }
.calendarFrame .monthColor9.dayBox6 { background-color: #ddddff; }
.calendarFrame .monthColor10.dayBox6 { background-color: #ffdddd; }
.calendarFrame .monthColor11.dayBox6 { background-color: #ddffdd; }
.calendarFrame .monthColor12.dayBox6 { background-color: #ddddff; }


/* Hack for IE6 which doesn't like combo selectors */
.calendarFrame .dayBox0 { background-color: #dddddd; }
.calendarFrame .dayBox6 { background-color: #dddddd; }

