body {
	background-color: white;
}

button {
	border: 1px dashed #999999;
	padding: 2px;
	margin: 5px;
	vertical-align: middle;
	color: black;
	font-size: 10px;
}

.dijitCalendarDateLabel {
	font-size: 10px;
}

li {
	list-style-type: circle;
	margin-left: 20px;
}

.requestView {
	width: 600px;
}

h2 {
	margin-bottom: 20px;
}

.displayField {
	font-weight: normal;
	color: black;
	margin-left: 5px;
	font-size: 12px;
}

.textField {
	font-weight: normal;
	color: black;
	margin-left: 5px;
	font-size: 12px;
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}

hr {
	border-width: 2px;
	background-color: #C0C0C0;
	width: 70%;
	text-align: left;
}

#groupName, #groupTab, #groupEDate, #groupSDate {
	display: none;
}

div.full-calendar-month th {
	font-weight: 100;
	font-size: 13px
}

.day-number {
	font-size: 12px;
}

div#signuplink {
	float: right;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}

div#signuplink a {
	color: #EE3A43;
}

.regulartext {
	font-size:1.2em;
	line-height:1.6em;
	text-align:left;
}

