/* ================================
    CSS STYLES FOR Module AWCalendar_List
   ================================
*/
.listingItembgcolor
{
	background-color:#efebe7;
}
.listingAltItembgcolor
{
	background-color: #eff3f7;
}
.listingHeaderbgcolor
{
	background-color: #eff3f7;
    font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold
}
.TitleStyle
{
	font-family: Tahoma, Arial, Helvetica;
    font-size: 11px;
    font-weight: bold;
    text-decoration :underline;
    
}
A.TitleStyle:link  {
    text-decoration:    underline;
    color:  #003366;
}
A.TitleStyle:visited   {
    text-decoration:    underline;
    color:  #003366;
}
A.TitleStyle:active    {
    text-decoration:    underline;
    color:  #003366;
}

A.TitleStyle:hover {
    text-decoration:    underline;
    color:  #ff0000;
}
.dentonPick
{
	font-size: 11px;
	background-image: url(file:///C:\Dev\DotNetNuke\DesktopModules\AWCalendar/navlink.gif);
	font-weight: bold;
	color: #4682b4;
	background-repeat: no-repeat;
	background-attachment :fixed  ;
	font-family: Tahoma, Arial, Helvetica;
	text-decoration: none;
}