/* Created by Chris Bruce 2005 */

p { font-size:11px; margin:0 } /* ie6 uses td 16px without this */ 

/* modify h1 for yearplanner - regular css done in cra210s */
h1 { color:#333; font-size:12px; font-weight:bold; padding:6px 0 0 15px; }

hr { margin-top: 8px; }-->

/*   year planner css from default.css */
a { text-decoration:none; color: #666;	text-align: center; }
a:hover { text-decoration:none; color:#fff;/* #29343F;*/   /* 3163CE; */ }

/* events nav bar text color */
.navbar { font-size:10px; font-weight:bold; display:block; padding:4px 0; text-align:center }
a.navbar { color: #fff; text-decoration:none; }   
a.navbar:hover { text-decoration:underline; }

table { border-collapse:collapse }
table tr { background-color:#f3f3f3;text-align:center;  }
table.year td { font-size:11px; border-bottom:1px solid #aaa }
table.year a { text-decoration:none; color:#fff}

table.yn td { border:none }  /* remove border from year title and navigation */

/* year is class for whole inner table */
.year {	background-color: #f3f3f3; font-weight:bold; margin-top: 4px; border:solid 1px #aaa; /* table outer border */ }

.month { border-style: none;padding-bottom: 2px } /* prob not used for year planner */

.yearname {font-size:14px; font-weight:bold  }
.monthname {font-weight: normal;background-color: #699;	color: #fff;padding:5px 0 }
.dayname { font-weight: normal; background-color: #699;	color: #fff; width:21px } /* day column widths */

.yearnavigation { font-size: 11px; padding:4px}
.nomonthday { color: #00f }

/* normal day number */
.monthday { color: #384955 }
.today {background-color: #28ff00; color: #fff }

.selectedday {background-color: #D00;color: #fff }
.sunday { color: #d00 }
.sunday a { color: #d00}

.saturday { color: #667171}
.saturday a { color: #667171; }

/* winter challenge */
.ev_wc, .ev_wc a { background-color: #09f }

/* emerald isle */
.ev_em, .ev_em a { background-color: #00646B }

/* route des vins */
.ev_rv, .ev_rv a { background-color: #E49A33 }

/* classic marathon */
.ev_cm, .ev_cm a { background-color: #00f }

/* rally of tests */
.ev_rt, .ev_rt a {background-color: #369 }

/* poppy rally */
.ev_pr, .ev_pr a { background-color: #AE0000 }

/* isle of man */
.ev_im, .ev_im a { background-color: #8a9954 }

/* mountain challenge */
.ev_mc,.ev_mc a  { background-color: #925f8e }

/* not used */
.selectedevent { color: red; background-color: #0000CC }
.selectedevent a { background-color: #0000CC; color: red }

.todayevent { color: #fff; background-color: #0000CC }
.todayevent a {	background-color:#00c; color:#fff }
/*.eventcontent { font-size:10px;border-style:outset;border-width:0px;width:100% }*/

