/***
black;=black;
#1b75bb=#1b75bb
#57b6dd=#57b6dd
#d4eaf3=#d4eaf3
white=white
red=red
*/
body {
	margin: 0;
	overflow: hidden;
	font-family: sans-serif;
}
div.tpNote {
	font-size: 12px;
	font-style: italic;
	padding: 5px;
	background-color: #1b75bb;
	margin: 5px;
	color: white;
	border-radius: 5px;
}
#headerComLinks {
	font-size: 11px;
	text-align: center;
	padding: 3px 0;
	color: white;
	background-color: #2b80a3;
}
	#headerComLinks a {
		color: white;
		text-decoration: none;
	}
		#headerComLinks a:hover {
			color: #d4eaf3;
		}
#headerContainer {
	background-color: #57b6dd;
	width: 100%;
}
	#headerTitleContainer {
		width: 200px;
		float: left;
		padding: 5px;
		font-size: 24px;
		color: white;
		font-weight: bold;
		font-style: italic;
	}
		#headerTitleContainer > img {
			float: left;
			margin-right: 5px;
		}
	#headerRightContainer {
		margin-left: 200px;
	}
		#headerLogonContainer {
			float: left;
			width: 300px;
			font-size: 13px;
			font-weight: normal;
			color: white;
			padding: 5px;
		}
			#headerLogonContainer input {
				width: 120px;
			}
		#headerLinksContainer {
			margin-left: 300px;
			text-align: right;
			padding: 5px;
			font-size: 13px;
			font-weight: bold;
			color: white;
		}
			#headerLinksContainer > span {
				font-size: 12px;
				font-weight: normal;
			}
			#headerLinksContainer a {
				color: white;
				margin-left: 5px;
			}
				#headerLinksContainer a:hover {
					color: red;
				}
#mainContainer {
	position: absolute;
	top: 40px;
	width: 100%;
}
	#leftContainer {
		overflow-x: hidden;
		overflow-y: auto;
		background-color: #d4eaf3;
		width: 200px;
		float: left;
	}
		.addForm {
			margin: 5px;
		}
			.addForm > h1 {
				font-size: 19px;
				font-weight: normal;
				margin-bottom: 8px;
			}
			.addForm input[type="text"] {
				width: 170px;
			}
			.addForm select {
				width: 175px;
			}
			.addForm > div {
				font-size: 11px;
				margin: 2px 0 5px 0;
			}
			.CalTableSmall {
				border-collapse: collapse;
				width: 100%;
			}
				.CalTableSmall caption {
					font-size: 13px;
					padding-bottom: 4px;
				}
					.CalTableSmall caption a {
						text-decoration: none;
						font-size: 16px;
						color: #1b75bb;
					}
						.CalTableSmall caption a:hover {
							color: red;
						}
				.CalTableSmall th {
					border: 1px solid black;;
					color: white;
					background-color: #1b75bb;
					font-size: 12px;
					padding: 0;
				}
				.CalTableSmall td {
					border: 1px solid black;;
					text-align: center;
					font-size: 12px;
					padding: 0;
				}
	#calContainer {
		margin-left: 200px;
	}
		#calTitle {
			background-color: #d4eaf3;
			color: white;
			text-align: center;
			font-size: 19px;
			padding: 0 0 4px 0;
		}
			#calTitle > a {
				color: black;;
				text-decoration: none;
				padding: 0 3px 0 3px;
			}
				#calTitle > a > span {
					font-size: 12px;
				}
				#calTitle > a.active {
					background-color: #57b6dd;
					padding: 3px 5px 3px 5px;
					color: white;
				}
				#calTitle > a:hover {
					color: red;
				}
		#calMain {
			overflow-x: hidden;
			overflow-y: auto;
			height: 100px;
			padding: 0 5px;
		}
			.CalTable {
				table-layout: fixed;
				width: 100%;
				border-collapse: collapse;
				margin-bottom: 5px;
			}
				.CalTable caption {
					color: black;;
					padding: 5px 0;
				}
					.CalTable caption a {
						text-decoration: none;
						font-size: 19px;
						color: #1b75bb;
					}
						.CalTable caption a:hover {
							color: red;
						}
				.CalTable th {
					background-color: #1b75bb;
					border: 1px solid #1b75bb;
					color: white;
				}
				.CalTable td {
					border: 1px solid #57b6dd;
					vertical-align: top;
					padding: 0;
				}
					.day {
						padding: 3px;
						font-size: 23px;
						text-align: right;
					}
					.day span {
						font-size: 11px;
						padding-right: 4px;
					}
					table.events {
						border-collapse: collapse;
						width: 100%;
						border-spacing: 0;
						border: 0;
					}
						td.eventScale {
							vertical-align: top;
							padding: 0;
							border: 0;
							width: 20px;
							text-align: right;
						}
							.scale {
								font-size: 11px;
								padding: 0 2px 0 2px;
								cursor: pointer;
							}
						td.eventContainer {
							vertical-align: top;
							padding: 0;
							border: 0;
						}
							.eventEmpty {
								background-color: #e3f8e3;
							}
								.eventEmpty:hover {
									background-color: red;
								}
							.eventFilled {
								font-size: 12px;
								color: white;
								padding: 0 3px 0 3px;
								text-align: center;
							}
								.delLink {
									font-size: 11px;
									font-weight: bold;
									color: red;
									text-decoration: none;
									background-color: white;
									float: right;
									width: 10px;
									text-align: center;
								}
									.delLink:hover {
										color: white;
										background-color: red;
									}
		#calFooter {
			background-color: #1b75bb;
			position: relative;
			color: white;
			padding: 3px;
		}
		.changeNotify {
			background-color: #ffffcc;
			padding: 5px;
			font-size: 13px;
		}
			.changeNotify li {
				font-size: 13px;
			}
#tipContainer {
	display: block;
	position: absolute;
	background-color: white;
	border: 1px solid #1b75bb;
	border-right: 3px solid #1b75bb;
	border-bottom: 3px solid #1b75bb;
	color: black;
	max-width: 250px;
	max-height: 200px;
	overflow: hidden;
}
	#tipContainer > h1 {
		margin: 0;
		background-color: #d4eaf3;
		font-size: 13px;
		font-family: Segoe UI, sans-serif;
		font-weight: bold;
		padding: 5px;
		color: black;
	}
	#tipContainer > p {
		margin: 0;
		padding: 2px 5px 2px 5px;
		font-size: 12px;
		color: black;
		font-family: Segoe UI, sans-serif;
		font-weight: normal;
	}
	#tipContainer > ul {
		margin: 0;
		padding: 5px 5px 5px 20px;
	}
@media only screen and (max-device-width: 768px) {
	#leftContainer {
		display: none;
	}
	#calContainer {
		margin-left: 0;
	}
}