body {
	font-family: Arial, Helvetica, sans-serif;
	
}



td {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #f4eee9;
	text-align: center;
	border: none;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	color: #CC3300;
	background-color: #f4eee9;
}



td #tinycal_current_day,.tinycal_current_day {

color: #333333;
background-color: #FFFFFF;
border: none;

}


td   #tinycal_current_day a,.tinycal_current_day a {

color: #CC3300;
font-weight: bold;

}

/*
td   #tinycal_day a:hover,.tinycal_day a:hover {

color: #ed9836;
background-color: #f4eee9;

}

*/





/*======================= Links Effects ========================================*/








a:link {
	color: #2e3b44;
	text-decoration: none;
}

a:visited {
  color: #2e3b44;
  text-decoration: none;
}

a:hover {
	
	color: #ed9836;
	text-decoration: none;
	background-color: #FFFFFF;
}

a:active {
	color: #FF0000;
}

a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}

a.nav:link {
	color: #333333;
	padding: 2px;}

a.nav:visited {
	color: #cccccc;
	padding: 2px;
}

a.nav:hover {
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}

a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}

a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}

a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
  color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}










/* =========================  End Links Effects   ==============================*/ 






/**************************************************************/
/*** The following style settings control the event display ***/
/**************************************************************/
/* The examples only show basic manipulation of the data. */
/* Addtional style attributes such as color, background, etc can also be applied */

/*** eventsinfo class - style for events container (could be set to auto scroll ***/
/* tinycal_nav */
/* tinycal_left */
/* tinycal_date */
/* tinycal_right */
/* tinycal */
/* tinycal_weekday */
/* tinycal_day */
/* tinycal_current_day */
/* tinycal_blank */

/* First Calendar Example - Adjusts to container (table or div) size 100% wide */
.eventstinycal
{
	/*overflow:auto;*/
	font-size:xx-small;
	height:100%;
	width:232px;	/* Controls width of calendar - can be set to fixed width or a percentage relative to the container using a table or div as the container. */
	padding:1px;
	margin:0px;
	margin-left:0px;
    background-color: #f4eee9;
}
.eventstinycal #tinycal_date
{
	text-align:center;
	font-size:12px;
	color:#f4eee9;
}

.eventstinycal #tinycal
{
	/*Defines the display of the event/RR calendar*/
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	padding:0px;
	text-align:left;
	vertical-align:top;
	background-color:transparent;
	border-collapse:collapse;
	width:100%;
}
.eventstinycal #tinycal_nav
{
	/*Defines the display of the month/increment decrement month navigation*/
	color:#800040;
	background-color:#c9c4c1;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
	
}
.eventstinycal #tinycal_weekday
{
	/*Defines the display of day cells*/
	color:#FFFFFF;
	background-color:#c9c4c1;
	border:1px solid #000000;
	padding:1px;
	font-weight:bold;
	font-size:10px;
}
.eventstinycal #tinycal_day
{
	/*Defines the display of blank day cells.*/
	color:#000000;
	background-color:#F0F0F0;
	padding:1px;
	vertical-align:top;
	border:1px solid #000000;
}
.eventstinycal #tinycal_current_day
{
	/*Defines the display of blank day cells.*/
	color:#800040;
	background-color:#FFFFFF;
	border:1px solid #000000;
	border-color:#000000;
	vertical-align:top;
}
.eventstinycal #tinycal_blank
{
	/*Defines the display of blank day cells.*/
	background-color:#f4eee9;
	border:1px solid #000000;
}

/* Second Calendar Example - Fixed at 100px wide*/
.eventstinycal2
{
	/*overflow:auto;*/
	font-size:xx-small;
	height:100px;
	width:100px; /* Controls width of callendar - can be set to fixed width or a percentage relative to the container using a table or div as the container. */
	padding:1px;
	margin:0px;
	margin-left:10px;
	border:1px solid black;
}
.eventstinycal2 #tinycal_date
{
	text-align:center;
	font-size:12px;
	color: #FFFFFF;
	background-color: #c9c4c1;
}


td #tinycal_date {

color: #6b9ac3;
background-color:none;
font-weight: bold;
letter-spacing: 2px;

}



td #tinycal_right {

background-color: none;

}


td #tinycal_left {

background-color: none;

}




.eventstinycal2 #tinycal
{
	/*Defines the display of the event/RR calendar*/
	color: #CC3300;
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	padding:0px;
	text-align:left;
	vertical-align:top;
	background-color:transparent;
	border-collapse:collapse;
	width:100%;
}
.eventstinycal2 #tinycal_nav
{
	/*Defines the display of the month/increment decrement month navigation*/
	color:#800040;
	background-color:#cac5c2;
	font-weight:bold;
	font-size:14px;
	cursor:pointer;
}
.eventstinycal2 #tinycal_weekday
{
	/*Defines the display of day cells*/
	color:#FFFFFF;
	background-color: #f4eee9;
	border:1px solid #000000;
	padding:1px;
	font-weight:bold;
	font-size:10px;
}
.eventstinycal2 #tinycal_day
{
	/*Defines the display of blank day cells.*/
	color:#000000;
	background-color:#f4eee9;
	padding:1px;
	vertical-align:top;
	border:1px solid #000000;
}
.eventstinycal2 #tinycal_current_day
{
	/*Defines the display of blank day cells.*/
	color:#eea238;
	background-color: #FFFFCC;
	border:1px solid #000000;
	border-color:#000000;
	vertical-align:top;
}
.eventstinycal2 #tinycal_blank
{
	/*Defines the display of blank day cells.*/
	background-color:black;
	border:1px solid #CC3300;
}

