﻿
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*				Calendar View Selection				       */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.ViewSelection , a.ViewSelection
{
	font-family: Trebuchet MS, Arial, Verdana;
	Font-Size: 10px; color: #cc0000;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 0px;
}

a.ViewSelection:link 
{ 
	text-decoration: none; 
	color: #cc0000; 
}
a.ViewSelection:active 
{ 
	text-decoration: none; 
	color: #cc0000; 
}
a.ViewSelection:visited 
{ 
	text-decoration: none; 
	color: #cc0000; 
}
a.ViewSelection:hover 
{ 
	text-decoration: underline; 
	color: #cc0000; 
}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

