﻿.vCal_content
{
	background-image: url(imgs/434598_25494879.html);
    background-repeat: no-repeat; 
   	border: 0px solid black;
	background-color: #ffffff;
	color: #000000;
	width: 133px;
}

.vCal_TitleBar
{
	background-color: #0079A5;
	height: 18px;
	font-weight: normal;
	cursor: default;
}

.vCal_btnPrevMonth
{
	margin-left: 3px;
	font-weight: bold;
	color: #b0b0b0;
	float: left;
	width: 13px;
	height: 10px;
}

.vCal_btnNextMonth
{
	font-weight: bold;
	color: #d0d0d0;
	float: left;
	width: 13px;
}

.vCal_btnMonthHover
{
	color: #ffffff;
}

.vCal_TitleText
{
	font-family:Arial Rounded MT Bold, Trebuchet MS;
	color: #ffffff;	
	float: left;
	width: 98px;
	text-align: center;
}


.vCal_daysBlock
{
	
    font-size:18px;
	clear: both;
	cursor: default;
}

.vCal_dayRow
{
	clear: both;
	border-bottom: 1px solid #888888;
	height: 18px;
}

.vCal_header
{
	font-family: Trebuchet MS;
	font-size: 10px;
	padding: none;
	margin: none;
	clear: both;
}

.vCal_header_day
{
	margin: 1px 1px 1px 1px;
	width: 12%;
	text-align: center;
	float: left;
}

.vCal_day
{
	background-color: #ffffff;
	font: "Century Gothic", sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	width: 12%;
	float: left;
	text-align: center;
	border: 1px solid #ffffff;
}

.vCal_header_weekIndicator
{
	float: left;
	width: 7px;
	background-color: #ffffff;
	height: 16px;	
}

.vCal_weekIndicator
{
	float: left;
	width: 7px;
	background-color: #0000ff;
	height: 16px;
}

.vCal_dayPrevMonth
{
	color: #bababa;
}
.vCal_dayNextMonth
{
	color: #bababa;
}

.vCal_dayToday
{
	border: 1px solid #FFD77A;
}

.vCal_daySelected
{
	background-color: #7AC3FF;
	color: #ffffff;
}

.vCal_dayHover
{
	background-color: #7FD0FF;
	color: #ffffff;
}

a.calBtn
{
	padding: 1px 3px 1px 3px;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #888888;
	border-bottom: 1px solid #888888;
	background-color: #d0d0d0;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}
a.calBtnPressed
{
	padding: 1px 3px 1px 3px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #888888;
	border-left: 1px solid #888888;
	background-color: #d0d0d0;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}

a.calBtn:hover
{
	color: #ffffff;
}



/* THE TIME SPINNER ------------------------------------------------------------------------ */

.TimeSpinner
{
	clear: both;
	height: 22px;
}

.TimeSpinner_SpacerBottom
{
	clear: both;
}

.TimeSpinner_HourBox
{
	font-family: verdana;
	font-size: 9pt;
	width: 43px;
	height: 18px;
	float: left;
}

.TimeSpinner_AmpmBox
{
	font-family: verdana;
	font-size: 7pt;
	width: 43px;
	height: 18px;
	float: left;
	padding-left: 0px;
	margin-left: 3px;
}

.TimeSpinner_HourButtonsContainer
{
	width: 10px;
	height: 20px;
	float: left;
}

.TimerSpinner_ButtonHourUp
{
	
	margin: 3px 1px 1px 1px;
}

.TimerSpinner_ButtonHourDown
{
	
	margin: 1px 1px 1px 1px;
}



.TimeSpinner_MinnuteBox
{
	font-family: verdana;
	font-size: 9pt;
	width: 43px;
	height: 18px;
	float: left;
}
