body {
  padding-top: 5px;
  padding-bottom: 20px;
}
input.error, textarea.error {
   border:1px dotted red;
}
p {
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 13px;
	font-weight: 400;
}
td.busy
{
	background-color: #CCFFFF;
}
td.alt{
	background-color: #99CCFF;
}
td.days{
	background-color: white;
}
td.appointment
{
	background-color: #CCFFFF;
}
td.holiday
{
	background-color: #88cfb7;
}
a.holiday{
	color: #000000;
	font-weight: 700;
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 14px;
}
a.daylink{
	color: #0000FF;
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 14px;
	font-weight: 700;
}
a.applink{
	color: #0000FF;
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 12px;
	font-weight: 700;
}
.normaltext{
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 13px;
	font-weight: 400;
	color: #000000;
}
.navbar {
  margin-bottom: 2px;
}

.head-sr{
	padding-top: 5px;
}
header{
	border-bottom: none;
}
.cont-foot{
	width: 100%;
}
.foot-sr{
	padding-bottom: 1em;
	padding-top: 1em;
	background-color: #0064CD;
	color: #ffffff;
	min-height: 5em;
}
.foot-top{
	position: relative; 
	min-height: 80px;
}

.navbar-default {
    background-color: #ffffff;
    border:none;
    }
th.smaller{
	width: 25%;
}
th.hour{
	width: 25%;
	background-color: #99CCFF;
}
td.appt{
	background-color: #99CCFF;
}
h1.titles{
	color: black;
	font-weight: normal;
	font-family: "Lucida Sans Unicode";
	font-size: 18px;
}

p.foot{
	color: #ffffff;
	font-size: 14px;
	font-family: "Lucida Sans Unicode", Verdana;
	font-weight: 400;
}
.navbar-default .navbar-nav > li > a {
	color: #ffffff;
}
.navbar-nav > li > a {
	font-family: "Lucida Sans Unicode", Verdana;
	font-size: 13px;
	font-weight: 400;
	color: #ffffff;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:focus {
	background-color: #0064CD;
	color: red;
}
.navbar-default .navbar-nav > li > a {
	background-color: #0064CD;
}

.navbar-default .navbar-nav > li > a:hover {
 	background-color: rgb(231, 231, 231);
 	color: red;
 }
 @media (max-width: 960px) {
	.navbar .nav {
		display: block;
		float: left;
	}

	.navbar .nav > li {
		display: block;
		float: none;
	}
}
.row-pad{
	padding-left: 1em;
	padding-right: 1em;
}
.td-box{
	border: 1px solid gray;
	min-height: 2em;
	font-family: "Helvetica Neue", Verdana;
	font-size: 14px;
	font-weight: normal;
	color: rgb(51, 51, 51);
}

.td-bold{
	font-family: "Helvetica Neue", Verdana;
	font-size: 14px;
	min-height: 2em;
	font-weight: bold;
	color: rgb(51, 51, 51);
}
.td-bold-sm{
	font-family: "Helvetica Neue", Verdana;
	font-size: 12px;
	font-weight: bold;
	color: rgb(51, 51, 51);
	padding-bottom: 0.5em;
}

.input-sm{
	width: 100px;
}
.table > tbody > tr > td {
	padding: 6px;
	line-height: 1;
}

.box-pad{
	padding-top: 5px;
	padding-bottom: 5px;
}
.headertxt{
	font-family: "Lucida Sans Unicode", Verdana;
	color: #B8B8B8;
	padding-left: 10px;
	font-size: 14px;
}
.foottxt > a{
	font-family: "Lucida Sans Unicode", Verdana;
	color: #ffffff;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
}
.headtxt{
	font-family: "Lucida Sans Unicode", Verdana;
	color: #B8B8B8;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
}