			.container {
				width: 635px;
				margin-left: -5px;
				overflow: hidden;
			}
			
			table.calendar		{ border-left:1px solid #999; width:100%;}

			td.calendar-day	{ height:40px;width:40px; font-size:14px; position:relative; line-height:39px; } 
			
			
			
			td.calendar-day-np	{ background:#eee;} * html div.calendar-day-np { height:80px; }
			
			td.calendar-day-head {text-align:center; border-bottom:1px solid #999; border-top:1px solid #999; border-right:1px solid #999; font-size:12px;}
			
			div.day-number		{ background:green; color:#fff; font-weight:bold; width:100%; text-align:center; }
			
			td.disable  div.day-number
			{
				background:red;
			}
			
			td.calendar-day, td.calendar-day-np { border-bottom:1px solid #999; border-right:1px solid #999; }
			
			.cals_main .our_cal:nth-child(2n+1)
			{
				clear:left;	
			}
										
			.prev_link
			{
				float:left;	
			}
			.next_link
			{
				float:right;					
			}
			
			.month_header
			{
				padding: 8px 0 10px;
				text-align: center;
				background-color: #007dc3;
				color: #ffffff;
				font-weight: bold;
				font-size:18px;				
			}
			.our_cal
			{
				width:270px !important;	
				float: left; 
				margin: 0px 25px 30px 22px;
				box-shadow:1px 1px 5px 0 #555;
				padding:0px;
			}
			.row_container {
				width: 80px;
				margin-left: 527px;
				margin-right: 28px;
				float: right;
				margin-bottom: 20px;
			}
			.glyphicon-menu-right1 {
				background-image: url(/images/arrows.png);
				background-repeat: no-repeat;
				height: 21px;
				background-position: -34px -2px;
				width: 20px;
			}
			.glyphicon-menu-left1 {
				background-image: url(/images/arrows.png);
				background-repeat: no-repeat;
				height: 21px;
				background-position: -2px -2px;
				width: 20px;
			}