@import url(http://fonts.googleapis.com/css?family=Merriweather:400,700);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);

@font-face {
    font-family: 'LatoRegular';
    src: url('Lato-Reg-webfont.eot');
    src: url('Lato-Reg-webfont.eot?#iefix') format('embedded-opentype'),
         url('Lato-Reg-webfont.woff') format('woff'),
         url('Lato-Reg-webfont.ttf') format('truetype'),
         url('Lato-Reg-webfont.svg#LatoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


.row_head {
	background: url('/images/calendarheader.png') repeat-x top;
	height: 31px;
	font-weight: bold;
	padding-top: 13px;
	font-family: 'LatoRegular', serif;
	font-weight:bold;
	font-size: 21px;
}

.row_head_tr{
	
}

.head {
	cursor: default;
    color: #034e7a;
    font-family: 'Arvo',Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 21px;
	width: 186px;
	margin: 0px;
	margin-top: -4px;
}

.arrow_prev {
    cursor: pointer;
	margin-top: -6px;
	margin-left: 5px;
	color: #034e7a;
    font-size: 28px;
}
.arrow_prev_over {
    cursor: pointer;
	margin-top: -6px;
	margin-left: 5px;
	color: #034e7a;

    font-size: 28px;
}
.arrow_prev_down {
  cursor: pointer;
  margin-top: -6px;
    margin-left: 5px;
    color: #034e7a;
    font-size: 28px;
}

.arrow_next {
  cursor:pointer;
  margin-top: -6px;
  margin-right: 5px;
  color:#034e7a;
    font-size: 28px;
 
}
.arrow_next_over {
  cursor:pointer;
  margin-top: -6px;
  margin-right: 5px;
  color:#034e7a;
    font-size: 28px;
}
.arrow_next_down {
  cursor:pointer;
  margin-top: -6px;
  margin-right: 5px;
  color:#034e7a;
    font-size: 28px;
}

.row_week {
	width: 100%;
	margin: auto;
	display: block;
	position: relative;
	margin-top: 8px;
	padding-bottom: 0px;
}

.row_week tr{
	padding: 0px;
	padding-bottom: 0px;
	display: block;
	background-color: #fff;
}

.weekday {
    color: #fff;
    font-size: 12px;
    text-align: center;
    width: 43px;
    height: 25px;
    padding-top: 9px;
    background: #0087c8;
    font-family: 'Arvo',Arial, Helvetica, sans-serif;
}

.row_day {
	width: 100%;
	margin: auto;
	padding-bottom: 7px;
}

.day,
.day_over,
.day_down,
.day_empty,
.day_disabled,
.day_current,
.day_special,
.day_other,
.day_other_over,
.day_other_current {
	font-family: 'LatoRegular', sans-serif !important;
	color: #000;
	font-size: 17px;
	text-align: center;
	height: 26px;
	padding-top: 9px;
}

.day_other {
	background: url('/images/otherdaybg.png') repeat-x;
	color: #252525;
}

.row_day tr:first-child div {
	border-top: none;
}

.row_day tr td:first-child div {
	border-left: none;
}

.day {
	color:#252525 !important;
	font-family: 'LatoRegular', sans-serif !important;
	color: #252525;
	font-size: 17px;
	background: #fff !important;
}

.day_over {
	background: #fff;
	cursor:pointer;
	color: #000;
}

.day_down {

}

.day_empty {
}

.day_disabled {
}

.day_current {
	background: #a4a4a4;
	color: #fff;
	cursor: pointer;
}

.day_special {
    background: #034e7a;
    cursor: pointer;
    color: #FFF;
}

.day_other_over {
	/*background: #00aeef;*/
	background: url('/images/calendarheader.png') repeat-x;
	cursor:pointer;
	color: #000;
}

.day_other_current {
	background: #4d4d4d;
	color: #FFF;
	cursor:pointer;
}

.row_foot {
  margin:1px;
}
.foot {
  font-family:verdana;
  font-size:11px;
  width:100px;
  margin:0px 1px;
  text-align:center;
  color:#ffffff;
  border-width:1px;
  border-style:solid;
  border-color:#cce6ff #668099 #668099 #cce6ff;
  padding:1px;
  cursor:pointer;
	background-color: #1b80d9;
	background-position: center;
	
}
.foot_over {
  font-family:verdana;
  font-size:11px;
  width:100px;
  margin:0px 1px;
  text-align:center;
  color:#ffffff;
  background-color:#afc6dd;
  border-width:1px;
  border-style:solid;
  border-color:#cce6ff #668099 #668099 #cce6ff;
  padding:1px;
  cursor:pointer;
}
.foot_down {
  font-family:verdana;
  font-size:11px;
  width:100px;
  margin:0px 1px;
  text-align:center;
  color:#ffffff;
  background-color:#7e93aa;
  border-width:1px;
  border-style:solid;
  border-color:#4b6077 #afc6dd #afc6dd #4b6077;
  padding:2px 0px 0px 2px;
  cursor:pointer;
}


.list {
  font-family:verdana;
  font-size:12px;
  color:#000000;
  background-color:#f0f0f0;
}

.info {
}

.tip_title {
  font-family: Arial, Helvetica, sans-serif;
  color: #808080;
  font-weight: bold;
  font-size: 16px;
  display:none;
}

.tip_box {
  width:145px;
  height:51px;
  padding:3px;
  margin-top: -16px;
  cursor:default;
  text-align: left;
  background:url('/images/sousmenuTile.png');
  z-index: 4000;
  position: absolute;
  top: -50px;
  left: 10px;
  z-index: 9999 !important;
}

.tip_box p {
	text-align:left;
	display:block;
	width:130px;
	padding:5px;
	line-height:10px;	
	color: #0c2721;
    font-family: 'Droid Sans', sans-serif;
    font-size:12px;
}


.time_list {
  font-family:verdana;
  font-size:12px;
}

#calendar-destination>div{
	padding:0px;
}

.calendarshadow{
	background: url('/images/calendarshadow.png') no-repeat;
	width: 347px;
	height: 24px;
	margin-left: -20px;
}

