﻿
.MyCalendar .ajax__calendar_container {
    border:1px solid #646464;
    background-color: CornSilk;
    color: darkblue;
}

.MyCalendar .ajax__calendar_hover .ajax__calendar_day,
.MyCalendar .ajax__calendar_hover .ajax__calendar_month,
.MyCalendar .ajax__calendar_hover .ajax__calendar_year {
    background-color: Lightblue;
}

a:link {color:#007c94;}
a:visited {color:#007c94;}
a:active {color:#007c94;}

.gridtooltip
{
	VISIBILITY: hidden;
	POSITION: absolute;
	TOP: 0px;
	LEFT: 0px;
	WIDTH: 130px;
	BORDER-TOP: black 1px solid;
	BORDER-RIGHT: black 1px solid;
	BORDER-BOTTOM: black 1px solid;
	BORDER-LEFT: black 1px solid;
	PADDING-RIGHT: 4px;
	PADDING-LEFT: 4px;
	PADDING-BOTTOM: 4px;
	PADDING-TOP: 4px;
	Z-INDEX: 200;
	BACKGROUND-COLOR:cornsilk;
	FONT: 08pt bold arial,sans-serif;
	COLOR:black;
 }		

body
{
    font-family: franklin gothic medium;
    font-size: smaller;
    color: white;  
    background-color: white;
}
label
{
    font-family: franklin gothic medium;
    font-size: smaller;
    color: White;
}
a
{ 
text-decoration: none; 
} 
a:link {
COLOR: white;
}
a:visited {
COLOR: white;
}
a:hover {
COLOR: #007c94;
}
a:active {
COLOR: #007c94;
}

.IE8Fix
{z-index: 1;}


html, body, #wrapper {margin:0;padding:0;height:100%;text-align:left;}
#wrapper {margin:0 auto;vertical-align:middle;width:250px;}





