TABLE.DS_Control { 
}
TABLE.DS_Control TD
{
	background-color: window;
	vertical-align: middle;
	padding: 1px;
	margin: 0;
}
TABLE.DS_Control INPUT { width: 110; font-size:11px;}
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: buttonface;
	white-space: nowrap;
	font-family: verdana, sans-serif;
}

TABLE.DS_DaySelector
{
	color: buttontext;
	background-color: window;
	border: 1px inset;
	border-collapse: collapse;
	margin-top: 5px;
}

TABLE.DS_DaySelector TD
{
	font-size: 70%;
	padding: 2px 4px;
	text-align: right;
	cursor: default;
}

TABLE.DS_DaySelector TD.DS_Selected SPAN
{
	color: highlighttext;
	background-color: highlight;
}

TABLE.DS_DaySelector THEAD TD
{
	background-color: inactivecaption;
	color: inactivecaptiontext;
}

DIV.DS_YearmonthSelector { border: 1px inset; width: 100%!important; }
DIV.DS_YearmonthSelector TABLE { border: 1px outset; width: 100%; }
DIV.DS_YearmonthSelector TD { font-size: 70% }
DIV.DS_YearmonthSelector IMG { width: 11px; height: 11px; }

/* активные элементы */
TABLE.DS_DaySelector SPAN,
TABLE.DS_YearmonthSelector IMG { cursor: pointer }
