html {
	height: 97% !important;
}
body {
	padding: 0;
	/* background-image: url("/img/bkg.gif");
	background-repeat: repeat-x; */
	background-image: white;
	background-repeat: repeat-x;
	height: 100% !important;
}


#container {
	width: 700px;
	margin: auto;
	clear: both;
	position: relative;
	min-height: 100%;
}

#content {
	border-bottom-style: none !important;
	/* border-width: 1px;
	border-style: solid;
	border: 1px solid #ddd; */
	background-color: #FFF;
}


#center, .calCenter {
	margin-left: 20px;
	width: 60%;
	padding: 1%;
	color: #000;
	background-color: #FFF;
	padding-bottom: 50px;
}

.calCenter {
	width: 650px;
}


.title {
	background-color: #ccc;
	text-align: center;
	margin-top: 35px;
}


a:link,a:visited,a:active {
	text-decoration: none;
}

a:hover,a:focus {
	text-decoration: underline;
}

a img {
	border: none;
}

table.innerCalendar {
	table-layout: fixed;
	border: none;
    width: 80%;

	border-top: 1px solid #01dac5;
	border-left: 1px solid #01dac5;
	border-right: 1px solid #01dac5;
}

table.innerCalendar th {
	background-color: #D6FFFA;
	font-weight: normal;
	width: 28px;
	overflow: hidden;
	border-bottom: 1px #01dac5;	
}

table.innerCalendar td {
	width: 35px;
}

table.calendar {
	font-family:Arial,Tahoma,Verdana,Georgia;
}

.monthTitle {
	font-size: 18px;	
	font-weight: bold;
	color: #00AA94;
	margin-top: 20px;
	margin-bottom: 10px;	
}

table.monthlyCalendar {
	font-family:Arial,Tahoma,Verdana,Georgia;
	font-size: 28px;
	table-layout: fixed;
    width: 700px;
	border-top: 0px solid blue;
	border-left: 0px solid blue;
	border-right: 0px solid blue;
}
table.monthlyCalendar th {
	background-color: #D3D3D3;
	width: 90px;
	height: 40px;	

}
table.monthlyCalendar td {

	width: 90px;
	height: 40px;	

}

.monthlyCalendarDiv  {
	margin-top: 20px;
	width: 600px;
	font-weight: bold;
	color: #08C;
	font-size: 18px;
}

span.holidayName {
	background-color: LightYellow;	
	margin-left: 5px;
	font-size: 14px;
	color: ForestGreen;
}

span.FeriadoName {
	background-color: AliceBlue;	
	margin-left: 5px;
	font-size: 14px;
	color: LightSlateGray;
}

span.holidayNameMonth {
	background-color: LightYellow;	
	margin-left: 5px;
	font-size: 24px;
	color: ForestGreen;
}

.holidayCell {
	color: yellow;
	font-weight: bold;
	background-color: ForestGreen;
}

.FeriadoCell {
	color: AliceBlue;
	font-weight: bold;
	background-color: MediumBlue;
}

.sundayCell {
	color: #ff0266;
}

.saturdayCell {
	color: gray;
}

.todayCell {
	background-color: #08C;
	color: white;
}


.holidayDate {
	margin-top: 5px;
	color: #545454;
}

.holidaysDiv {
	margin-top: 35px;
}

.dayofweek {
	margin-top: 15px;
	font-weight: bold;
	color: #545454;
}

.arrow-left {
	background-image: url("../img/arrowleft.png");
}

.clabel {
	display: inline-block;
	width: 70px;
}

.clabel2 {
	display: inline-block;
	width: 90px;
}

.moonPhases,.moonPhasesM  {
	border: 1px solid #ff0266;	
	text-align: center;
	vertical-align: middle;
	background-color: #FFE0EC;
	width: 210px;
}
.moonPhases img {
	vertical-align: -1px;
}

.moonPhasesM {
	width: 650px;
}

.moonPhasesM img {
	vertical-align: -1px;
}