/* --

stylesheet for calendar table

--*/

.table a { 
	color: #9D5C00;
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
        padding: 0px 0px 0px 10px;
        display:block;
        width: 170px;
        height: 12px;
	}


.table a:link { 
	color: #9D5C00;
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
        padding: 0px 0px 0px 10px;
        display:block;
	}

.table a:visited {
       color: #9D5C00;
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	background: transparent;
	padding: 0px 0px 0px 10px;
        display:block;
}


.table a:hover { 
	color: #333;
	/*text-decoration: underline; */
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	/*background: transparent;*/
	padding: 0px 0px 0px 10px;
        display:block;
        width: 170px;
        height:12px;
        background:url(/images/navigation/next.gif) no-repeat;
        background-position:0px 2px;
        /*horizontal - vertical*/
} 
	

.table a:active { 
	color: #9D5C00;
	text-decoration: none; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	background: transparent;;
	padding: 0px 0px 0px 10px;
        display:block;
	}


