#yearstable			{width:220px;}
#daystable			{width:220px;}
#lefty				{background-image:url('img/yearBackward_over.gif');background-repeat:no-repeat;width:20px;cursor:pointer;padding:0px;}
#leftm				{background-image:url('img/monthBackward_over.gif');background-repeat:no-repeat;width:20px;cursor:pointer;padding:0px;}
#rightm			{background-image:url('img/monthForward_over.gif');background-repeat:no-repeat;width:20px;cursor:pointer;padding:0px;}
#righty			{background-image:url('img/yearForward_over.gif');background-repeat:no-repeat;width:20px;cursor:pointer;padding:0px;}
#lefty:hover			{background-image:url('img/yearBackward_down.gif');background-repeat:no-repeat;width:20px;cursor:pointer;}
#leftm:hover			{background-image:url('img/monthBackward_down.gif');background-repeat:no-repeat;width:20px;cursor:pointer;}
#rightm:hover			{background-image:url('img/monthForward_down.gif');background-repeat:no-repeat;width:20px;cursor:pointer;}
#righty:hover			{background-image:url('img/yearForward_down.gif');background-repeat:no-repeat;width:20px;cursor:pointer;}
#mycalendartop		{text-align:center;cursor:default;background:#004EF7;color:#FFFFFF;-moz-border-radius: 5px; -webkit-border-radius: 5px;width:120px;}
#mycalendarday td		{text-align:center;cursor:default;background:#1B67E0;color:#FFFFFF;-moz-border-radius: 5px; -webkit-border-radius: 5px; -webkit-box-shadow: #244766 5px 5px 5px;-moz-box-shadow: #244766 5px 5px 5px;}
#mycaldiv			{position:absolute}
.mydatecalendar		{text-align:center;cursor:pointer;background:#91ADDB;color:#FFFFFF;-moz-border-radius: 5px; -webkit-border-radius: 5px; -webkit-box-shadow: #244766 5px 5px 5px;-moz-box-shadow: #244766 5px 5px 5px;}
.mydatecalendar:hover	{background:#FF0000 !important;color:#FFFFFF !important;}
td[addon=pickdate]		{background:orange;color:#000000;}
td[addon=thisday]		{background:#A4F296;color:#000000;}
