.eventsList {
	text-align: center;
}

.weekTitle {
    background-color: #EEEEEE;
    color: #000000;
    font-weight: bold;
    font-family: Arial, Verdana, sans-serif;
    font-size: 13px;
    vertical-align: middle;
    text-align: center;
}

.clNavbarImg {			 /*This is class for half-rounds in the Nav Bar */
	width:10px;
	height: 25px;
}

.clRight a, .clRight a:hover, .clLeft a,  .clLeft a:hover {
	color: #404040;
	font-weight: bold;	
}

.clRight {
	text-align: right;
	padding-right: 5px;	
}

.clLeft {
	text-align: left;
	padding-left: 5px;
}

.clMiddle {
	text-align: center;
}

.headerBg {		/* This is class for Nav Bar  */
	background-color: #FFB936;/*#ffcc00;*/
	color: #404040;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	padding-top: 4px;
	text-align: center;
}

.clNavbarImg {
	width:10px;
	height: 25px;
}

.clNavPanel {
	width: 757px;
}

.eventPageWidth {
	width: 757px;	
}

.headerMonth {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 13px;
	background-color: #FFB936;/*#ffcc00;*/
	text-align: center;
}

.PCell a, .PCell {
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
}

.daytime {
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
}

.calendarTD a {
	color: #000000;	
}

.kalenderTitle {
	background-color: #eeeeee;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	font-size: 16px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 3px;
}

.form_submit {
	height: 23px;
	border: solid 2px #eeeeee; 
	background-color: #FFB936;/*#ffcc00;*/
	color: #404040;
	font-weight: bold;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	margin-left: 5px;
	cursor: hand;	
	border: 1px solid gray;
}

label.category {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
}

.selectView {
	width: 100%;
	color: #fd6000;
	background-color: #eeeeee;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	nowrap: true;
	white-space: nowrap;
	text-align: center;
	padding: 5px 0px 5px 0px;
}

.selectView a {
	width: 100%;
	color: #005FA7;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 11px;
	nowrap: true;
	white-space: nowrap;
	text-align: center;
}

.selectView a:hover {
    text-decoration: underline;
}

.trHeader {
	padding: 1px 3px 1px 3px;
	color: #000066;
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	line-height: 16px;
	background-color: #eeeeee;
}

.trDisplayData td {
	padding: 2px 10px 12px 5px;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	background-color: #b2dcf3;
	height: 20px;
	line-height: 16px;
	text-align: justify;
}

.clTitle {
	background-color: #FFB936;/*#ffcc00;*/
	color: #404040;
	font-weight: bold;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
}

.clTextArea {
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	 background-color: #ffffff;
	 border: 1px solid #848484;
	 cursor: text;
	 float: left;
	 font-weight: normal;
	 margin-left: 5px;
	 margin-right: 5px;
}
			/* Classes for displaying event details: START */
.clMainTD {
	font-family: Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	background-color: #FFB936;/*#ffcc00;*/
	border-top: 6px solid #ffffff;
	padding: 5px 0px 0px 13px;
	height: 20px;
	vertical-align: top;
}

.clWidth150 {
	width: 150px;	
}

.clWidth130 {
	width: 130px;	
}

.clWidth70 {
	width: 70px;
}

.clLightTD {
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #404040;
	background-color: #b2dcf3;
	border-top: 6px solid #ffffff;
	text-align: left;
	vertical-align: top;
	text-align: justify;
	padding: 5px;
	padding-right: 20px;
	padding-left: 20px;
}
	