﻿/*
 * Thickbox CSS
 */
div#TB_title
	{
	/*background-color:#105681;*/
	background-color:#000000;
	color:#FFFFFF;
	}
	
div#TB_title a, div#TB_title a:visited
	{
	color: #cfcfcf;
	}

/*
 * JQuery Tooltip
 */
 
#tooltip
	{
	position: absolute;
	z-index: 3000;
	border: solid 2px #dedede;
	background-color: #EBE7E7;
	padding: 5px;
	opacity: 0.9;
	width: 200px;
	}
	
#tooltip h3, #tooltip div
	{
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	}
	
/*#tooltip strong
	{
	color: #444;
	}*/

#tooltip ul
	{
	padding: 0;
	}
	
#tooltip li
	{
	margin: 0 10px;
	}

/*
 * Large Calendar
 */
/*
 * Calendar formatting
 */
 
#wp-calendarLarge
	{
	border-collapse: collapse;
	margin: auto;
	}

#wp-calendarLarge td
	{
	border: 2px solid #dedede;
	width: 150px;
	height: 100px;
	padding: 2px;
	vertical-align: top;
	}

#wp-calendarLarge td span
	{
	/*border: solid 1px red;*/
	/*margin: 4px;*/
	}

#wp-calendarLarge .dayHead
	{
	padding: 2px;
	background-color:#c4dc9b;
	color: white;
	font-weight: bold;
	z-index:1000;
	}

#todayLarge
	{
	background:#f7f6f6;
	/**/
	}
	
#calendar_wrapLarge
	{
	/*border-top: solid 4px #dedede;*/
	/*padding-top: 10px;*/
	/*margin-top: 30px;*/
	}
	
h4
	{
	color: #8991A1;
	font-size: 170%;
	}


	
#EC_previousMonthLarge
	{
	float: left;
	display: inline;
	font-size: 90%;
	font-weight: normal;
	color: #64897E;
	}

#EC_nextMonthLarge
	{
	float: right;
	display: inline;
	font-size: 90%;
	font-weight: normal;
	color: #64897E;
	}
	
.calender-entry
	{
	font-weight: bold;
	font-size: 90%;
	line-height: 90%;
	margin: 4px;
	/*color: #990101;*/
	
	}
	
#wp-calendarLarge td
	{
	width: 80px;
	}	





	
	
	
	
	
	
	
	
	
	
	
	
	
	