/*******************************Calendar Top Navigation*********************************/
div#calendar{
  margin:0px auto;
  padding:0px;
  width: 324px;
  font-family:Helvetica, "Times New Roman", Times, serif;
}
 
div#calendar div.box{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    height:20px;
    background-color:   #787878 ;      
}
 
div#calendar div.header{
    line-height:20px;  
    vertical-align:middle;
    position:absolute;
    left:11px;
    top:0px;
    width:305px;
    height:20px;   
    text-align:center;
}
 
div#calendar div.header a.prev,div#calendar div.header a.next{ 
    position:absolute;
    top:0px;   
    height: 11px;
    display:block;
    cursor:pointer;
    text-decoration:none;
    color:#FFF;
}
 
div#calendar div.header span.title{
    color:#FFF;
    font-size:12px;
}
 
 
div#calendar div.header a.prev{
    left:0px;
}
 
div#calendar div.header a.next{
    right:0px;
}
 
 
 
 
/*******************************Calendar Content Cells*********************************/
div#calendar div.box-content{
    border:1px solid #787878 ;
    border-top:none;
}
 
 
 
div#calendar ul.label{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-top:4px;
    margin-left: 4px;
}
 
div#calendar ul.label li{
    margin:0px;
    padding:0px;
    margin-right:5px;  
    float:left;
    list-style-type:none;
    width:40px;
    height:20px;
    line-height:20px;
    vertical-align:middle;
    text-align:center;
    color:#000;
    font-size: 12px;
    background-color: transparent;
}
 
 
div#calendar ul.dates{
    float:left;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
}
 
/** overall width = width+padding-right**/
div#calendar ul.dates li{
    margin:0px;
    padding:0px;
    margin-right:5px;
    margin-top: 5px;
    line-height:30px;
    vertical-align:middle;
    float:left;
    list-style-type:none;
    width:40px;
    height:auto;
    font-size:16px;
    background-color: #DDD;
    text-align:center; 
}

:focus{
    outline:none;
}
 
div.clear{
    clear:both;
}
.a_disable
{
	pointer-events: none;
    cursor: default;
	color: #999999;
	font-weight:100;
}
.a_full
{
	pointer-events: none;
    cursor: default;
	color: #FF0000;
	font-size:8px;
	font-weight:100;
	text-decoration: line-through;
}

#time_cal tr td
{
	border:2px solid #FFFFFF;
}
#time_cal tr td
{
	padding-left:15px;
	padding-right:15px;
	padding-top:10px;
	padding-bottom:10px;
	background:#ECDEF8;
}
#time_cal tr td a
{
	text-decoration:none;
	color:#28B913;
	font-weight: 600;
}
#time_cal tr td a:hover, #time_cal tr td a:focus
{
	text-decoration:none;
	color:#4700FF;
	font-weight:bolder;
}

input[type="text"], input[type="email"], input[type="password"]
{
	border-color: #CCCCCC;
	max-width: 300px;
}
select
{
	border-color: #CCCCCC;
	max-width: 300px;
	min-width: 70px;
}
.schedule_btn
{
	position: relative;
	display: inline-block;
	padding: 0px 19px;
	line-height: 31px;
	background: #000;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
	background-color: #d1d1d1;
	border: none;
	height: 31px;
	cursor: pointer;
	margin-right: 4px;
}
.schedule_btn:hover, .schedule_btn:focus
{
	color:#FFFFFF;
	background-color:#6A6A6A;
}

.form-box
{
	box-shadow: 0 2px 10px rgba(37, 92, 140, 0.22), 0 2px 11px rgba(37, 92, 140, 0.15);
	width: 100%;
	max-width:100%;
	word-wrap:break-word;
}
h2#form-heading
{
	text-align:center;
	font-weight:600;
}
hr.hr_line
{
	clear:both;
	width: 60px;
	height:1px;
	border: none;
	background-color: #255C8C;
	border-radius: 10px;
	margin-top:-10px;
	box-shadow: 0 1px 1px rgba(37, 92, 140, 0.22), 0 1px 2px rgba(37, 92, 140, 0.15);
}