/* view tables */
.title_style
{	width:400px;
}
.date_style
{	width:70px;
}
.edit_delete
{	width:50px;
	text-align:center;
}

/* Specific to Calendar */
.todaysDate_and_hasEvent
{	font-weight:bold;
	background-color:#FFCC33;
}

.eventHighlightColor
{	font-weight:bold;
}

.dayHeadRow {
	text-align : center;
	font-weight : bold;
	padding : 1px;
	color : black;
	background-color : #DDDDDD;
}

.dayRow {
	text-align : center;
	padding : 1px;
	background-color : #DDDDDD;	
}

.darkDate {
	background-color : #EEEEEE;
	/*cursor : hand;*/
	color : black;
}

.litDate {
	background-color:#FFCC33;
}

.calHead {
	width : 146px;
	height : 18px;
	margin : 2px;
	margin-bottom : 0px;
	padding : 2px;
	padding-top : 3px;
	background-color : #FFFFFF;
	border-style : solid;
	border-width : 1px;
	border-color : #AAAAAA;
	border-bottom-style : none;
	color :	black;
	font-weight:bold;
}

.calData {
	width : 150px;
	margin : 2px;
	margin-top : 0px;
	border-style : solid;
	border-width : 1px;
	border-color : #AAAAAA;
	border-top-style : none;
}

input.tinyButt {
	font-family : Tahoma;
	font-size : 9px;
	font-weight : bold;
	color : #333333;
	padding : 1px;
	padding-left : 2px;
	background-image : none;
	background-color : #AAAAAA;
	height : 17px;
}
