.dayLink {
	color:#1da2ff;
	text-decoration:none;
	font-size:14px;
 }
.dayLink:hover {
	text-decoration:underline;
	color:#ff0000;
	font-size:14px;	
 }
.td-class{font-size:11px;}
.workday{width:10px; height:10px; background:#666666;}
.holiday{width:10px; height:10px; background:#da610e;}
.bilegday{width:10px; height:10px; background:#1daaff;}
SPAN	{ font-family:"MAKHelios"; }
/**** month and year header at top of calendar ****/
.date_header			{ font-size:14px; font-family:"MAKHelios"; font-weight:normal; text-transform:uppercase; color:#da6112;}

/**** color and size of calendar cells.  ****/
.day_cell				{ border:1px solid #fff; background-color:#fff; height:48px; width: 40px; padding:5px; border-bottom:1px solid #ccc; font-family:"MAKHelios"; font-weight:normal;}
.day_cell:hover			{ border:1px solid #da6112;}
.empty_day_cell			{ background-color:#fff; height:48px; width: 40px; border-bottom:1px #ddd;}
.today_cell				{ background-color:#e2e2e2; height:48px; width: 40px; padding:5px; border-bottom:1px solid #ff7111;}

/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:18px; font-family:"MAKHelios"; color:#666; font-weight:normal;}
.day_number_holiday		{ font-size:18px; font-family:"MAKHelios"; color:#da610e; font-weight:normal;}

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:10px; font-family:Tahoma; color:#000 }
.title_txt A:link		{ color:#00F; text-decoration:none }
.title_txt A:active		{ color:#00F; text-decoration:underline }
.title_txt A:visited	{ color:#00F; text-decoration:underline }
.title_txt A:hover		{ color:#00F; text-decoration:underline }

/**** time line under title text when event time given ****/
.time_str				{ font-size:9px; font-family:Tahoma }
.ord_title				{ font-size:11px; font-family:Tahoma; color:#720f00; font-weight:bold; white-space:nowrap;}

/**** column headers or days of the week ****/
.column_header			{ background:#e2e2e2; 
						  font-size:14px;
						  height:25px; vertical-align:middle;
						  font-family:"MAKHelios";
						  text-transform:uppercase;
						  color:#000; 
						  font-weight:normal;
						  border-bottom:1px solid #ccc;}

/**** footprint text ****/
.footprint				{ font-size:10px; font-family: Tahoma; color:#000; font-weight:bold; }
.footprint A			{ font-size:10px; font-family: Tahoma; color:#00F; font-weight:bold; }

		#container_tab {
			float: right;
			width: 100%;
			border:none;
		}
		#container_tab h4 { font-weight:bold; font-family:"MAKHelios"; font-size:18px; text-transform:uppercase; color:#da610e;}
		#container_tab h3 { font-weight:normal; font-family:"Arial"; font-size:14px; text-transform:uppercase; color:#333; margin-top:-10px;}
		#container_tab ul { font-weight:normal; font-size:12px; list-style:none; margin:0; padding:0; margin-bottom:15px;}
		#container_tab li { list-style:none; margin:0; padding:0;}
		#container_tab li span { font-weight:bold; font-family:Arial;}
		.clear {
			clear: both;
		}
		
	.bileg_div{border:0px solid #000; padding:2px; white-space:nowrap;}
	.topBar {
		margin-top: -55px;
		margin-right: 15px;
		z-index: 1000;
	}
	.topBar a {color:#000;}
	.topBar a:hover {color:#aaa;}
	.pull-right {
		float: right;
		display: block;
		}
		/*
		#navigation ul li {
			list-style-type: none;
			padding-bottom:5px;
		}
		
		#navigation ul {
			float: left;
			width: 230px;
			padding-left:2px;
			margin-top:50px;
		}
		*/