@import url("register.css");
@import url("cssImprovements.css");

.gralen-footer {
	position: fixed; 
	bottom: 0px; 
	width: 100%; 
	text-align: right; 
	background-color: #4D4D4D; 
	padding: 0px 60px 0px 0px;
	z-index: 1000;
}
.gralen-footer A {
	color: white;
	font-size: 0.8em;
	
}
#page-wrapper-splash {	
	margin: 0 0 0 0;
	padding: 15px 30px;
	min-height: 800px;
}

#calendar .fc-event {
	cursor: pointer;
}
#calendar .fc-day {
	cursor: pointer;
}

.tab-content {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.nav-tabs {
    margin-bottom: 0;
}