/* Default CSS Stylesheet for a new Web Application project */

TABLE
{
	font-size: 10pt;
	font-family: Verdana, Arial;
}
.AppointmentBook
{
	border-right: navy 1px inset;
	border-top: navy 1px inset;
	border-left: navy 1px inset;
	border-bottom: navy 1px inset;
	background-color: white;
}
.AppointmentHeader
{
	font-weight: bold;
	font-size: 12pt;
	color: white;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr= 'navy' , endColorStr= 'lightskyblue' , gradientType= '1' );
}
.Appointments
{
	border-right: navy 1px double;
	border-top: navy 1px double;
	border-left: navy 1px double;
	border-bottom: navy 1px double;
}
.Appointment
{
	font-weight: bold;
	color: black;
	background-color: steelblue;
}
.AppointmentTopRow
{
	border-top: white 1px solid;
		font-weight: bold;
	cursor: hand;
	color: white;
	background-color: steelblue;
}
.AppointmentRow
{
	border-bottom: steelblue 1px solid;
}
.TBox
{
	font-size: 8pt;
	font-family:  tahoma;
}
.HBox
{
	display: none;
}
.PButton
{
	font-size: 8pt;
	font-family:  tahoma;
	cursor: hand
}
A:link
{
	text-decoration: none;
	color: #3333cc;
}

A:visited
{
	text-decoration: none;
	color: #333399;
}

A:active
{
	text-decoration: none;
	color: #333399;
}

A:hover
{
	text-decoration: underline;
	color: #3333cc;
}

