﻿input.dashboard,
select.dashboard 
{
	padding-left:2px;
	width:70px;
	float:left;
}
button.dashboard {
	background: url(_images/calendar.png);
	border: 0;
	cursor: pointer;
	float: left;
	height: 20px;
	margin-right: 10px;
	width: 20px;
}
button.dashboard {
	/*display:none;*/
	float:left;
	width:16px;
	height:16px;
	margin-left:4px;
	margin-top:2px;
}
/*button.dashboard:hover,
button.dashboard.active {
	background-position: 0 20px;
}*/

div.dashboard {
	background: url(_images/dashboard.png);
	height: 190px;
	padding: 0 12px;
	text-align: center;
	width: 210px;
}	
	div.dashboard * {
		margin: 0;
		padding: 0;
	}	
	div.dashboard div {
		background: none !important;
		cursor: move;
		height: 165px;
		overflow: hidden;
		padding-top: 10px;
		position: relative;
		width: 147px;
	}	
	
	div.dashboard caption {
		color: #CF0;
		font: normal 12px/17px Arial, Helvetica, sans-serif;
		padding-top: 4px;
		text-align: center;
		width: 100%;
	}
	div.dashboard caption a {
		cursor: pointer;
		display: block;
		height: 11px;
		overflow: hidden;
		position: absolute;
		text-indent: -100px;
		top: 16px;
		width: 11px;
	}
	div.dashboard caption a.prev {
		background-image: url(_images/dashboard-prev.gif);
		left: 1px;
	}
	div.dashboard caption a.next {
		background-image: url(_images/dashboard-next.gif);
		right: 1px;
	}
	div.dashboard caption a:hover {
		background-position: 0 11px;
	}
	div.dashboard caption span {
		height: 25px;
		position: relative;
		text-align: center;
	}
	div.dashboard caption span.month {
		padding-right: 8px;
	}
	div.dashboard caption span.month:after {
		content: ',';
	}

	div.dashboard table {
		border: 0;
		border-collapse: collapse;
		border-spacing: 0;
		cursor: default;
		margin: 0 auto;
		overflow: hidden;
		width: 147px;
	}
	div.dashboard td,
	div.dashboard th {
		border: 0;
		color: #999;
		font: normal 12px Arial, Helvetica, sans-serif;
		height: 19px;
		text-align: center;
		width: 21px;
	}
	div.dashboard td {
		color: #333;
		font-size: 11px;
		padding-right: 5px;
		text-align: right;
		width: 16px;
	}
	div.dashboard td.invalid {
		color: #666;
	}
	div.dashboard td.valid {
		color: #FFF;
		cursor: pointer;
	}
	div.dashboard td.active,
	div.dashboard td.hover {
		color: #CF0;
		cursor: pointer;
	}
/*Cal fix*/
       .RadCalendarPopup
        {
            background: url(/App_Themes/Cal/_images/dashboard2.png);
            background-repeat: no-repeat;
            height: 190px;
            padding: 10px 12px;
            width: 210px;
        }
        table.RadCalendar_Vista
        {
            background-color: Transparent !important;
            border: none !important;
        }
        .rcTitle
        {
            color: #CF0;
            font: normal 12px/17px Arial, Helvetica, sans-serif;
            padding-top: 4px;
            text-align: center;
            width: 100%;
        }
        a.rcNext
        {
            background: url(/App_Themes/Cal/_images/dashboard-next.gif) !important;
        }
        a.rcPrev
        {
            background: url(/App_Themes/Cal/_images/dashboard-prev.gif) !important;
        }
        .rcFastNext, .rcFastPrev
        {
            display: none !important;
        }
        a.rcPrev:hover, a.rcNext:hover
        {
            background-position: 0 11px !important;
        }
        .rcMainTable thead, .rcWeek th
        {
            color: #999 !important;
            font: normal 12px Arial, Helvetica, sans-serif !important;
        }
        .rcRow a
        {
            color: #fff !important;
        }
        .rcRow a:hover
        {
            color: #CF0 !important;
            background: transparent !important;
        }
        .rcOtherMonth a
        {
            color: #939393 !important;
        }
        .rchover
        {
            border: none !important;
        }
        .HideTextBox
        {
            width: 1px !important;
            border: 0 !important;
            margin: 0 !important;
            background: none transparent !important;
        }
