/* @override http://www.tinalley.com.au/calendar.css */

/* @override http://www.tinalley.com.au/calendar.css */

/* @override http://www.tinalley.com.au/calendar.css */

/* @override http://anam.efront.com.au/styles/calendar.css */

/* @override http://anam.efront.com.au/styles/calendar.css */



.calendar { 
    width: 161px; 
    font: normal 9px "Times", sans-serif; 
    height: 180px;
} 

.calhead { 
    width: 161px; 
    margin-bottom:5px; 
    text-align:center; 
    height:18px; 
    background:#fff;
} 

.calhead a { 
    display: block; 
    color: #fff; 
    text-decoration: none; 
    padding: 3px 
} 

.calhead a:hover { 
    /*background: #a6a6a6*/ 
} 

.right, .left { 
    width: 20px; 
    height: 18px;
   
    
} 

#ajaxcalendar{
	margin-top: 10px;
}

.right { 
    float: right;
     background:#fff url(/images/arrow_right.png) no-repeat center center;
} 

.left { 
    float: left; 
     background:#fff url(/images/arrow_left.png) no-repeat center center;
} 

.middle { 
/*	padding-top: 3px;
	padding: 0px auto; 
*/    
    margin: 0px 20px; 
} 

.middle span { 
margin-top:3px;
    font: 11px Times, sans-serif; 
    color:#000;
} 

.caldays { 
    width: 165px; 
    margin: 2px 0px;padding: 2px 0px; 
} 

ul.days { 
    padding: 0px; 
    margin: 0px; 
    list-style-type: none; 
    width:165px;
} 

ul.days li { 
    float: left; 
    display: inline; 
    width: 19px; 
    height: 15px; 
    margin: 1px; 
    text-align: center; 
    padding: 4px 0px 0px 0px;
    font-weight:bold;
    color:#000;
    border:1px solid #e0e0e0;

    /*border:1px solid #ccc;*/

} 

.caldates { 
    width: 165px; 
    margin:0 auto; 
} 

ul.dates { 
    padding: 0px; 
    margin: 0px; 
    list-style-type: none;     
} 

ul.dates li { 
    background: #fff; 
    float: left; 
    display: inline; 
    width: 19px; 
    height: 14px; 
    text-align: center; 
    margin: 1px; 
    padding: 5px 0px 0px 0px; 
    border:1px solid #FFF;
} 

ul.dates li:hover { 
    background: #e9e9e9; 
	cursor: hand;
    cursor: pointer;
} 

ul.dates li a{ 
  color:#000; 
  text-decoration:none; 
} 

.blank { 
    background: #FFF !important 
} 

.today { 
    float: right; 
    margin-right: 5px; 
    position: relative; 
    right: 0px; 
    bottom: 0px; 
} 

.today a { 
    text-decoration: none; 
    font: bold 10px "Times", sans-serif; 
    position: relative; 
    left: 0px; 
    top: 0px; 
    color: #fff;
}

#calendar_instructions{
	font-size:9px;
	line-height:12px;
	background:#e0e0e0;
	padding: 3px;
	margin-bottom: 5px;
}

#thedetails{
	clear: both;
	font-size:10px;
	line-height:13px;
	padding:5px;
	padding-right:3px;
	width:150px;
}

.calendar_many { 
    width: 165px; 
    font: normal 9px "Times", sans-serif; 
    float:left;
    padding-right: 21px;
    height:165px;
} 

#calendar_many_container { 
padding-left: 10px;
    width: 565px; 
    height:450px;
    float: left;
 
} 

#calendars_container{
		height: 300px;
	    margin-top: 60px;

}

#calendar_arrows{
	width:160px;
	height:20px;
	float: right;
	margin-top: 20px;
	margin-right: 30px;
	
}
#arrow_left{
	float:left;
	cursor:pointer;
}

#arrow_right{
	float:right;
	cursor:pointer;
	
}

