﻿@import url("../styles/main.css");

#calendargrid {
	font-size:11px;
	margin-left:12px;
}
#calendargrid p {
	width:650px; padding:1px 0px 1px 0px;
	}
#calendargrid table.maingrid {
	border: 0px #C0C0C0 solid;width:754px; padding:2px; text-align:left;
}
#calendargrid table.innergrid {
	border: 0px #C0C0C0 solid; width:100%; padding:1px;
}
#calendargrid td {
	border:1px #C0C0C0 solid; padding:2px;
}
#calendargrid td.spacer {background-color:#ffffff;height:1px;padding:0px;border-width:1px;}
#calendargrid tr.headerrow {
	background-color:#FAF4B8;
	height:18px;
}
#calendargrid td.wknd {
	width:10%; color :#000000; font-weight :normal; 
}
#calendargrid td.sunday {
	width:10%; color :#000000; font-weight :normal;
	text-align:left;height:18px;vertical-align:middle;
}
#calendargrid td.saturday {
	width:10%; color :#000000; font-weight :normal; 
	text-align:right;height:18px;vertical-align:middle;
}
#calendargrid td.wkdy {
	width:16%; color :#000000; font-weight :normal; 
	text-align:center;height:18px;vertical-align:middle;
}
#calendargrid td.wkdydaylabels {
	width:16%; color :#000000; font-weight :normal; 
	text-align:center;height:15px;vertical-align:bottom;
}
#calendargrid td.wknddaylabels {
	width:10%; color :#000000; font-weight :normal; 
	text-align:center;height:15px;vertical-align:bottom;
}

  td.NON {
	color : #C0C0C0;
	font-weight : normal;
	text-align: right;
	vertical-align: text-bottom;
}
  td.TOP {color :#0000FF; font-weight :bold;}
  td.some {color :#000000; font-weight :normal; }

  A.NOEVENT:Link {color :#000000; font-weight :normal; text-decoration: none;}
  A.NOEVENT:Visited {color :#000000; font-weight :normal; text-decoration: none;}

  A.EVENT:Link {color :#000000; font-weight :bold; text-decoration: none;}
  A.EVENT:Visited {color :#000000; font-weight :bold; text-decoration: none;}

  A.ListEvent:Link {color :#0000FF; font-weight :bold; text-decoration: none;}
  A.ListEvent:Visited {color :PURPLE; font-weight :bold; text-decoration: none;}
  A.ListEvent:hover {color :#006666; font-weight :bold; text-decoration: none;}

  A.NORMAL:Link {color :#0000FF; font-weight :normal; text-decoration: none;}
  A.NORMAL:Visited {color :#0000FF; font-weight :normal; text-decoration: none;}
a.eventlink {
	font-size:10px;
}
a:hover.eventlink {
	background-color: #C2EBCD;
	font-size: 10px;
	color: #000066;
}
.redarrow {
	font-weight:bold;
	color:red;
	font-size:10px;
}
p.paracenter {
	text-align:center;
	padding:4px;
}
.indenttext {
	text-indent:20px;
	line-height:12px;
	font-size:12px;
}

