TABLE.DS_Control { border-collapse: collapse }
TABLE.DS_Control TD
{

	border: 2px inset buttonhighlight;
	background-color: window;
	vertical-align: middle;
	padding: 0;
	margin: 0;

}
TABLE.DS_Control INPUT { color:#588aae; font-size: 11px; width: 65px; border-width: 0;}
TABLE.DS_Control DIV { border: 2px outset buttonhighlight; background-color: buttonface; }
TABLE.DS_Control DIV.Pushed { border-style: inset }
TABLE.DS_Control IMG {  width: 30px; height: 16px; }

DIV.DS_Selector
{
	margin: 0;
	position: absolute;
}

DIV.DS_Selector FIELDSET
{
	padding: 5px;
	background-color: #e7f5ff;
	white-space: nowrap;
	font-family: Tahoma, verdana, sans-serif;

}

TABLE.DS_DaySelector
{
	background-color: #fbfdff;
	border: 1px inset;
	border-collapse: collapse;
	margin-top: 5px;
}

TABLE.DS_DaySelector TD
{
	font-size: 11px;
	padding: 2px 4px;
	text-align: right;
	cursor: default;

	color: #b5c3d3;
}

TABLE.DS_DaySelector TD.DS_Selected SPAN
{

	color: white;
	background-color: #588aae;
	padding: 1px;
}

TABLE.DS_DaySelector THEAD TD
{

	background-color: #588aae;
	color: white;
}

DIV.DS_YearmonthSelector { border: 1px inset; width: 100%!important; }
DIV.DS_YearmonthSelector TABLE { border: 1px outset; width: 100%; }
DIV.DS_YearmonthSelector TD { 	font-size: 11px; font-weight: bold; }
DIV.DS_YearmonthSelector IMG { width: 11px; height: 11px; }

/* active elements */
TABLE.DS_DaySelector SPAN,
TABLE.DS_YearmonthSelector IMG { cursor: pointer }
