/*Date - time picker*/
div.smart-datecontrol
{
	position: absolute;
	border: 1px solid #00619E;
	background-color: white;
	display: none;
	text-align: right;
	z-index:100;
}

table.smart-calendar 
{
	border-spacing: 1px;
}

table.smart-calendar th
{
	font-size: 11px;
	font-family: Arial;
}

table.smart-calendar td
{
	border: 1px solid #ddd;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	width: 14px;	
	height: 14px;	
}

table.smart-calendar td.smart-weekend
{
	background-color: #ccc;
}

table.smart-calendar td.smart-today
{
	border-color: red;
}

table.smart-calendar td.smart-selected
{
	background-color: red;
	border-color: black;
	font-weight: bold;
}

table.smart-calendar td.smart-selected a
{
	color: white;
}

table.smart-calendar a
{
	text-decoration: none;
	color: blue;
}

td.smart-othermonth a{
	color: #888;
}

table.smart-calendar a:hover
{
	text-decoration: none;
	color: black;
}

table.smart-dp-head {
	width: 135px;
}

table.smart-dp-head td {
	border-collapse:collapse;
	padding:0;
}

td.smart-dp-ud{
	font-size:1px;
}

td.smart-dp-ud a
{
	display:block;
}

td.smart-dp-ud a img{
	width: 8px;
	height: 5px;		
}

table.smart-dp-head a img {
	border:0;
}

td.smart-dp-close{
	text-align: right;
	vertical-align: top;
}


table.smart-dp-head td.smart-dp-close a img {
	width: 13px;
	height: 13px;
}

input.smart-dp-yr, select.smart-dp-mo
{
	font-size: 11px;
	font-family: Arial;
	border: 1px solid white;
}

input.smart-dp-yr
{
	width:25px;
}

select.smart-dp-mo
{
	width:70px;
}
