body {
	background-color: #CFEDF4;
}

#container {
	position: relative;
	top: 40px;
	left: 50%;
	
	width: 996px;
	margin-left: -498px;
}

#header {
	width: 981px;
	height: 231px;
	margin-left: 7px;
	margin-right: 8px;
	
	background-image: url('../images/header.jpg');
}

#menu {
	width: 942px;
	height: 14px;
	padding: 17px;
	margin-top: 15px;
	padding-left: 27px;
	padding-right: 27px;
	background-image: url('../images/menuBar.jpg');
	
	font-size: 14px;
	font-family: Arial;
	color: #eae9e9;
	text-transform: uppercase;
}
#menu a {
	font-size: 14px;
	font-family: Arial;
	color: #eae9e9;
	text-transform: uppercase;
	text-decoration: none;
}

#content {
	position: relative;
	float: left;
	width: 981px;
	margin-left: 7px;
	margin-right: 8px;
	background-image: url('../images/contentBackground.jpg');
}

#contentLeft {
	float: left;
	width: 586px;
	margin-left: 31px;
	margin-right: 39px;
	padding: 25px 0px;
	
	color: #404041;
	font-size: 12px;
	font-family: Arial;
	line-height: 1.4em;
}

#contentRight {
	float: left;
	width: 290px;
	margin-right: 23px;
	
	padding: 25px 6px;
	
	color: #404041;
	font-size: 12px;
	font-family: Arial;
	line-height: 1.4em;
}

#contentLeft h1, #contentRight h1 {
	font-size: 18px;
	font-family: Arial;
	color: #267EC0;
	margin-bottom: 10px;
}

#contentLeft h2 {
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-family: Arial;
	color: #000000;
	margin: 10px 0px;
}

#contentLeft h2 a {
	color: #000000;
}

#contentLeft a {
	text-decoration: none;
	color: #267ec0;
	font-size: 12px;
}
#contentRight a {
	text-decoration: none;
	color: #404041;
	font-size: 12px;
}
#contentLeft a:hover, #contentRight a:hover {
	text-decoration: underline;
}

#footer {
	float: left;
	width: 938px;
	margin-left: 7px;
	margin-right: 31px;
	padding: 10px;
	background-image: url('../images/footer.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	
	color: #3f3f3f;
	font-size: 10px;
	font-family: Arial;
	
	text-align: right;
}
#footer a {
	color: #3f3f3f;
	font-size: 10px;
	font-family: Arial;
	text-decoration: none;
}

input.inputNormal {
	width: 200px;
	border: 1px solid #AAAAAA;
	font-size: 11px;
	font-family: Arial;
	margin-bottom: 1px;
	padding: 1px;
}

select.inputSmall {
	width: 40px;
	border: 1px solid #AAAAAA;
	font-size: 11px;
	font-family: Arial;
	margin-bottom: 1px;
	padding: 1px;
}
select.inputNormal {
	width: 204px;
	border: 1px solid #AAAAAA;
	font-size: 11px;
	font-family: Arial;
	margin-bottom: 1px;
	padding: 1px;
}

textarea.inputNormal {
	width: 200px;
	height: 90px;
	border: 1px solid #AAAAAA;
	font-size: 11px;
	font-family: Arial;
	margin-bottom: 1px;
	padding: 1px;
}
input.submitNormal {
	width: 204px;
	border: 1px solid #AAAAAA;
	background-color: #ACACAC;
	font-size: 11px;
	font-family: Arial;
	margin-bottom: 1px;
	padding: 1px;
}

#pages {
	width: 100%;
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
	font-family: Arial;
	color: #3f3f3f;
}
#pages a {
	font-size: 10px;
	font-family: Arial;
	color: #3f3f3f;
	text-decoration: none;
}

ul {
	margin-top: 3px;
	margin-bottom: 3px;
}
li {
	list-style: disc;
	margin-left: 15px;
}

.input {
	width: 292px;
	height: 32px;
	background-image: url('../images/inputBack.jpg');
	margin: 5px 0px;
}
.input input {
	width: 273px;
	margin: 3px;
	margin-top: 4px;
	font-size: 12px;
	font-family: Arial;
	border: 0px;
	background-color: transparent;
}

#sublogin {
	text-align: right;
	width: 100%;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	color: #424243;
	background-color: transparent;
	border: 0px;
}

table.building td {
	font-size: 10px;
}




/*** Calendar ***/

#calendar {
	float: left;
	width: 595px;
	margin-left: 15px;
	margin-right: 15px;
}

.weekRow {
	float: left;
	width: 595px;
}
.weekRowLined {
	float: left;
	width: 595px;
	border-bottom: 1px solid #000000;
}
.weekRowDoubleLined {
	float: left;
	width: 595px;
	border-bottom: 3px double #000000;
}

.week {
	float: left;
	width: 35px;
	padding: 6px 2px 6px 2px;
	background-color: #FFFFFF;

	text-align: center;
	font-size: 12px;
	font-family: verdana;
	color: #000000;
	border-right: 3px double #000000;
}

.weekColumn {
	float: left;
	width: 75px;
	padding: 6px 2px 6px 2px;
	background-color: #FFFFFF;

	text-align: center;
	font-size: 12px;
	font-family: verdana;
	color: #000000;
}
.weekColumnFilled {
	float: left;
	width: 75px;
	padding: 6px 2px 6px 2px;
	background-color: #F1EDED;

	text-align: center;
	font-size: 12px;
	font-family: verdana;
	color: #000000;
}
.weekColumnDay {
	float: left;
	width: 75px;
	padding: 6px 2px 6px 2px;
	background-color: #FFFFFF;

	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-family: verdana;
	color: #000000;
}
.weekColumnDayOver {
	position:absolute;
	top:0px;
	left:0px;
	width: 75px;
	padding: 6px 2px 6px 2px;

	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-family: verdana;
	color: #000000;
}
.weekColumnEvent {
	float: left;
	width: 79px;
	height: 29px;
/*	padding: 6px 2px 6px 2px; */
/*	background-color: #E58120; */

	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-family: verdana;
	color: #000000;
}
.weekColumnEventOwn {
	float: left;
	width: 75px;
	padding: 6px 2px 6px 2px;
	background-color: #72ECA0;

	text-align: center;
	font-weight: bold;
	font-size: 12px;
	font-family: verdana;
	color: #000000;
}
.weekColumnToday {
	float: left;
	width: 75px;
	padding: 6px 2px 6px 2px;
	background-color: #549BCF;

	text-align: center;
	font-size: 12px;
	font-family: verdana;
	color: #000000;
}

.weekColumn a, .weekColumnFilled a, .weekColumnToday a {
	color: #000000;
}

select.time {
	font-family: Verdana;
	font-size: 10px;
}
input.time {
	color: #000000;
	font-family: Verdana;
	font-size: 10px;
	border: 1px solid #000000;
	background-color: #EFEFEF;
}
