html {
	height: 97% !important;
}
body {
	padding: 0;
	/* background-image: url("/img/bkg.gif");
	background-repeat: repeat-x; */
	background-image: url("/img/download.png");
	background-repeat: repeat-x;
	height: 100% !important;
}

#header {
	height: 100px;
}

#logo {
	float: left;
}

.privacy {
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background: #ECECEC;
	font-family: Arial;
	font-size: 12px;
	line-height: 1.5em;
}

.footerLink a {
	color: black;
	margin-right: 15px;
}

.footerLink a:hover {
	text-decoration: underline;
}

#container {
	width: 1000px;
	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;
}

#left {
	float: left;
	width: 600px;
	margin: 0px 0px 0px 0px;
	padding: 1%;
	color: #000;
	background-color: #FFF;
}

#right, .cright {
	float: right;
	width: 363px;
	margin: 0px 0px 0px 0px;
	padding: 1%;
	color: #000;
	background-color: #FFF;
}

.cright {
	width: 250px;
}

#center, .calCenter {
	margin-left: 20px;
	width: 60%;
	padding: 1%;
	color: #000;
	background-color: #FFF;
	padding-bottom: 50px;
}

.calCenter {
	width: 650px;
}

.cbreadcrumb {
	font-family: arial;
	font-size: 11px;
	color: #848181;
	margin-bottom: 20px;
}

.cbreadcrumb a {
	color: #848181;
}
.title {
	background-color: #ccc;
	text-align: center;
	margin-top: 35px;
}

.contactForm {
	font-size: 12px;
	font-family: arial;
}

.footer {
	background-color: #F0F1F4;
	text-align: center;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	position: relative;
	width: 1000px;
	margin: auto;
	clear: both;
}

a:link,a:visited,a:active {
	text-decoration: none;
}

a:hover,a:focus {
	text-decoration: underline;
}

a img {
	border: none;
}

.ui-datepicker { font-size: 11px;}


table.innerCalendar {
	table-layout: fixed;
	border: none;
    width: 80%;

	border-top: 1px solid blue;
	border-left: 1px solid blue;
	border-right: 1px solid blue;
}

table.innerCalendar th {
	background-color: #D3D3D3;
	font-weight: normal;
	width: 28px;
	overflow: hidden;
}

table.innerCalendar td {
	width: 35px;
}

table.calendar {
	font-family:Arial,Tahoma,Verdana,Georgia;
}

.monthTitle {
	font-weight: bold;
	color: #176DB3;
	margin-top: 20px;
}

table.monthlyCalendar {
	font-family:Arial,Tahoma,Verdana,Georgia;
	font-size: 16px;
	table-layout: fixed;
    width: 500px;
	border-top: 1px solid blue;
	border-left: 1px solid blue;
	border-right: 1px solid blue;
}
table.monthlyCalendar th {
	background-color: #D3D3D3;
	width: 70px;
	/* color: #ABABAB; */
}

.monthlyCalendarDiv  {
	margin-top: 20px;
	width: 500px;
	font-weight: bold;
	color: #08C;
	font-size: 18px;
}

span.holidayName {
	margin-left: 5px;
	font-size: 12px;
	color: #8B5A2B;
}

.holidayCell {
	color: red;
	font-weight: bold;
	background-color: #FFD700;
}

.sundayCell {
	color: red;
}

.saturdayCell {
	color: gray;
}

.todayCell {
	background-color: #08C;
	color: white;
}

.muted {
  color: #999;
  background-color: red;
}

.counterFuture, .counterPast {
	padding-left: 25px;
	padding-bottom: 12px;
	color: #3588C5;
	font-size: 12px;
	border-bottom: 1px solid #DDD;
	margin-top: 5px;
}

.counterPast {
	color: #A3A3A3;
}

.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-bottom: 1px solid blue;
	border-left: 1px solid blue;
	border-right: 1px solid blue;
	text-align: center;
	vertical-align: middle;
	background-color: #D3D3D3;
	width: 210px;
}
.moonPhases img {
	vertical-align: -1px;
}

.moonPhasesM {
	width: 504px;
}

.moonPhasesM img {
	vertical-align: -1px;
}