.cbox	{
	width:100%;
	border: solid 1px #069;
	background-color:#FFC;
	margin: 0 auto;
}
.cbox h5{
	font-size:14px;
	color: #900;
	text-align:center;
	margin-bottom:0px;
	margin-top:5px;
}

.eventstinycal
{
	/*overflow:auto;*/
	font-size:xx-small;
	height:100%;
	width:80%;	/* 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:10px;*/
}
.eventstinycal #tinycal a:link	{
	color:#990000;
	text-decoration:none;
}
.eventstinycal #tinycal a:visited	{
	color:#990000;
	text-decoration:none;
}
.eventstinycal #tinycal a:hover	{
	color:#ffffff;
	background-color:#990000;
	border:0px;
	text-decoration:none;
}
.eventstinycal #tinycal_date {
	/*Defines the month */
	text-align:center;
	font-size:14px;
}
.eventstinycal #tinycal_date a:link {
	color:#069;
	text-decoration:none;
}
.eventstinycal #tinycal_date a:visited {
	color:#069;
	text-decoration:none;
}
.eventstinycal #tinycal_date a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#069;
}

.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:#ffffff;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}

.eventstinycal #tinycal_weekday
{
	/*Defines the display of Sun - Saturday cells*/
	color:#FFFFFF;
	background-color:#006699;
	border:1px solid #000000;
	padding:1px;
	font-weight:bold;
	font-size:10px;
}
.eventstinycal #tinycal_day
{
	/*Defines the display of day cells with dates*/
	color:#000000;
	background-color:#ffffff;
	padding:1px;
	vertical-align:top;
	border:1px solid #000000;
}
.eventstinycal #tinycal_current_day
{
	/*Defines the display of the Current Day cells.*/
	color:#800040;
	background-color:#cccccc;
	border:1px solid #000000;
	border-color:#000000;
	vertical-align:top;
}
.eventstinycal #tinycal_blank
{
	/*Defines the display of blank day cells.*/
	background-color:ffffcc;
	border:1px solid #000000;
}

/* Second Calendar Example - Fixed at 100px wide*/
.eventstinycal2
{
	/*overflow:auto;*/
	font-size:xx-small;
	height:100%;
	/*width:80%; /* 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:10px;
	/*margin-left:10px;
	border:1px solid black;*/
}
.eventstinycal2 #tinycal a:link	{
	color:#990000;
	text-decoration:none;
}
.eventstinycal2 #tinycal a:visited	{
	color:#990000;
	text-decoration:none;
}
.eventstinycal2 #tinycal a:hover	{
	color:#ffffff;
	background-color:#990000;
	border:0px;
	text-decoration:none;
}
.eventstinycal2 #tinycal_date {
	/*Defines the month */
	text-align:center;
	font-size:14px;
}
.eventstinycal2 #tinycal_date a:link {
	color:#069;
	text-decoration:none;
}
.eventstinycal2 #tinycal_date a:visited {
	color:#069;
	text-decoration:none;
}
.eventstinycal2 #tinycal_date a:hover {
	color:#fff;
	text-decoration:none;
	background-color:#069;
}

.eventstinycal2 #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%;
}
.eventstinycal2 #tinycal_nav
{
	/*Defines the display of the month/increment decrement month navigation*/
	color:#ffffff;
	background-color:#F0F0F0;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}

.eventstinycal2 #tinycal_weekday
{
	/*Defines the display of Sun - Saturday cells*/
	color:#FFFFFF;
	background-color:#006699;
	border:1px solid #000000;
	padding:1px;
	font-weight:bold;
	font-size:10px;
}
.eventstinycal2 #tinycal_day
{
	/*Defines the display of day cells with dates*/
	color:#000000;
	background-color:#ffffff;
	padding:1px;
	vertical-align:top;
	border:1px solid #000000;
}
.eventstinycal2 #tinycal_current_day
{
	/*Defines the display of the Current Day cells.*/
	color:#800040;
	background-color:#cccccc;
	border:1px solid #000000;
	border-color:#000000;
	vertical-align:top;
}
.eventstinycal2 #tinycal_blank
{
	/*Defines the display of blank day cells.*/
	background-color:ffffcc;
	border:1px solid #000000;
}
