BODY
{	
	color:#000000;
	font-size:10pt;
	font-family:"Verdana, Georgia",serif;
	background-color:#ffdcbd;
}

div.ajaxdetail,ajaxdetail,daydiv
{	/* to get div centered: set left to middle, then go back half the width */
	left:50%;
	margin-left:-325px;
	width:650;
	position:absolute;
	top:50px;
	text-align:center;
	z-index:10;
	visibility:hidden;
}

TABLE.test
{
   border-width     : 0px;
   border-spacing   : 0px;
   border-collapse  : collapse;
}
TABLE.fullWidth,TABLE.fW
{
   width            : 100%;
   border-width     : 0px;
   border-spacing   : 0px;
   border-collapse  : collapse;
}


TABLE.small,TABLE.sm
{
   width            : 200px;
}


TD
{
   padding          : 0px 0px 0px 0px;
}
TD.fullWidth
{
   width            : 100%;
}


IMG.markerWide
{
   padding          : 0px 0px 0px 1px;
   width            : 5px;
   height           : 10px;
   display          : inline;
   background-color : transparent;
}

IMG.marker
{
   padding          : 0px 2px 2px 4px;
   display          : inline;
   width            : 3px;
   height           : 5px;
}

/* Box styles */

TD.boxTopLeft,TD.bTl
{
padding          : 0px 0px 0px 0px;
   background-image : url(/eventcalimages/boxTL.gif);
   width            : 10px;
   height           : 10px;
   font-size        : 1px;
}

TD.boxTop,TD.bT
{
padding          : 0px 0px 0px 0px;
   width            : 100%;
   height           : 10px;
   background-image : url(/eventcalimages/boxTop.gif);
}

TD.boxTopRight,TD.bTr
{
padding          : 0px 0px 0px 0px;
   background-image : url(/eventcalimages/boxTR.gif);
   width            : 10px;
   height           : 10px;
}

TD.boxLeft,TD.bL
{
padding          : 0px 0px 0px 0px;
   background-image : url(/eventcalimages/boxLeft.gif);
   width            : 10px;
}



TD.boxMain,TD.bM
{
padding          : 0px 0px 0px 0px;
   width            : 100%;
   background-color : #FFFFFF;
}


TD.boxRight,TD.bRR
{
padding          : 0px 0px 0px 0px;
   background-image : url(/eventcalimages/boxRight.gif);
   width            : 10px;
   font-size        : 1px;
}

TD.boxBottomLeft,TD.bBl
{
padding          : 0px 0px 0px 0px;
   background-image : url(/eventcalimages/boxBL.gif);
   width            : 10px;
   height           : 10px;
}

TD.boxBottomRight,TD.bBr
{
padding          : 0px 0px 0px 0px;
   background-image : url(/eventcalimages/boxBR.gif);
   width            : 10px;
   height           : 10px;
   font-size        : 1px;
}

TD.boxBottom,TD.bB
{
padding          : 0px 0px 0px 0px;
   height           : 10px;
   width            : 100%;
   background-image : url(/eventcalimages/boxBottom.gif);
}

.boxTitle
{
   font-size        : smaller;
   font-weight      : bold;
   padding-bottom   : 4px;
}

.boxFooter
{
   font-weight      : bold;
   text-align       : center;
   padding          : 7px 0px 3px 0px;
   white-space      : nowrap;
}

/*
DIV.boxContent
{
   padding          : 6px;
}

DIV.boxContent > .boxTitle
{
   font-size        : 16px;
   color            : #FF9500;
}
*/