@charset "utf-8";

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

body {
	font-family: CantarellRegular, Arial, sans-serif;
	background-color: #E8E8E8;
	margin: 0px;
}

h2 {
	font-size: 18px;
}

.bodycontainer { /*  holds everything  */
	width: 98%;
	background-color: #fff;
	border: 1px; border-style: solid; border-color: #999;
	-moz-border-radius: 5px; border-radius: 5px;
	margin-left: auto; margin-right: auto;
}

.header {
	background-image: url(images/headerbg.png);
	background-repeat: repeat-x;
	height: 74px;
	color: #fff;
	word-wrap: break-word;
	font-size: 14px;
}

.imgpadding {
	padding: 10px;
}

.saramessage {
	font-size: 18px;
	text-align: center;
}

.titleimagebar {
	text-align: center;
}

.bodycolumn { /* content for one column */
	margin: 1px;
}

.infocolumn {
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #e8e8e8;
	margin: 10px;
	padding: 10px;
}

.stackerbox {
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	padding: 5px;
	margin-bottom: 10px;
}

.holderclear {
	clear: both;
}

.legendtext {
	font-size: 14px;
	padding: 0px 5px 0px 10px;
}

.contentbox {
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 5px;
	padding: 1px 5px 1px;
}

.timepicker {
	float: right;
}

.commentbox {
	width: 99%;
}

