/* CSS Document */
.rowHeaderText {
	color: white;
	background-color: #3d7cdf;
	font-family: 'Arial';
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 1px;
	height: 20px;
	padding: 2px;
}
.appointmentForm {
	color: white;
	background-color: #3d7cdf;
	font-family: 'Arial';
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 1px;
	height: 20px;
	padding: 2px;
	text-align:center;
}
input.submit {
	cursor: pointer;
	border-top: 1px solid gray;
	border-bottom: 1px solid black;
	border-left: 1px solid gray;
	border-right: 1px solid black;
	font-weight: bold;
	width: 5em;
	font-family: 'Tahoma', 'Verdana', 'Arial';
	color: navy;
}
input.emailerror {
	color: red;
}
.fieldtitlesrequired {
	font-family: 'Verdana', 'Tahoma', 'Arial';
	color: red;
	font-size: 7pt;
	font-weight: normal;
	text-align: left;
}
.fieldtitles {
	font-family: 'Verdana', 'Tahoma', 'Arial';
	color: navy;
	font-size: 7pt;
	font-weight: normal;
	text-align: left;
}
td.time {
	/*font-family: 'Tahoma', 'Arial', 'Verdana';
	font-size: 9pt;
	color: navy;
*/
  cursor:default;
	color: white;
	background-color: #3d7cdf;
	border: 1px solid black;
	text-align: left;
	padding: 0 3px;
}
td.timehighlight {
	color: #3d7cdf;
 background-color: white;
	border: 1px solid black;
	text-align: left;
	padding: 0 3px;
}
td.freetime {
    background-color: #f3f2f5;
    color: #f3f2f5;
    border: 1px solid black;
    text-align: center;
    width: 5em;
    cursor: pointer;
}
td.freetime:hover {
	background-color: yellow;
    color: black;
    border: 1px dashed black;
    text-align: center;
    width: 5em;
    cursor: pointer;
}
td.freeover {
	background-color: yellow;
	color: black;
	border: 1px dashed black;
	text-align: center;
	width: 5em;
	cursor: pointer;
}
td.taken {
	color: gray;
	background-color: gray;
	border: 1px solid black;
	text-align: center;
	width: 5em;
	cursor: pointer;
}
tr.onit {
	background-color: red;
	/*border: 1px solid black;
*/
}
th.scheduleheader {
	color: white;
	font-weight: bold;
	cursor: default;
	background-color: black;
}
.scheduletabletop {
	border: 1px solid black;
	font-family: 'Tahoma', 'Verdana', 'Arial';
	color: white;
	font-size: 9pt;
	font-weight: bold;
	background-color: #3d7cdf;
	padding: 0 3px;	
}
.scheduletabletop2 {
    font-family: 'Tahoma', 'Verdana', 'Arial';
    color: white;
    font-size: 9pt;
    font-weight: bold;
    background-color: #3d7cdf;
    vertical-align: top;
}
table.scheduletable {
	border: 1px solid black;	
	font-family: 'Tahoma', 'Verdana', 'Arial';
	color: navy;
	font-size: 9pt;
}
.page {
	color: yellow;
	background-color: black;
}
.closelink {
  color: white;
  /*text-decoration: none;*/
}
