body {
	background-color: white;
	max-width: 984px;
}

p {
	border: none;
}

img.HomeTopGraphic {
	border: 7px gray ridge;
	border-radius: 7px;
}

img.NoBorder {
	border: none;
}

.TopGraphic {
	text-align: center;
}

.Center {   
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.PageCenter {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.HomeMenuLeft {
	position: absolute;
	left: 50px;
	width: 200px;
}

.HomeMenuRight {
	position: absolute;
	right: 0px;
	width: 100px;
}

.CO_Status {
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.HomeWebcamView {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}

.HomeWelcomeText {
	margin-right: 90px;
	margin-left: 80px;
	top: 10px;
	padding-top: 1px;
	min-height: 120px;
}

table.HomeLinks {
	width: 100%;
	text-align: left;
	border: none;
	padding: 5px;
}

td.HomeLinksLeft {
	width: 40%;
	vertical-align: text-top;
}

td.HomeLinksMiddle {
	width: 25%;
	vertical-align: text-top;
}

td.HomeLinksRight {
	width: 35%;
	vertical-align: text-top;
}

.HomeNotes {
	display: block;
}

.NormalText {
	position: relative;
}

.mainTopBorderBox {
	border: 4px double;
	height: 81px;
}

.webcamTopBorderBox {
	border: 4px double;
	height: 145px;
	border-radius: 7px;
}

.webcamTopLeftImage {
	top: 15px;
	text-align: center;
	float: left;
	margin: 7px 0px 0px 10px;
}

.webcamTopRightImage {
	top: 15px;
	text-align: center;
	float: right;
	margin: 7px 10px 0px 0px;
}

table.WebcamVideos {
	width: 100%;
	text-align: left;
	border: none;
}

td.WebcamVideosDate {
	width: 20%;
	vertical-align: text-top;
}

td.WebcamVideosTime {
	width: 20%;
	text-align: center;
	vertical-align: text-top;
}

td.WebcamVideosDuration {
	width: 15%;
	vertical-align: text-top;
}

td.WebcamVideosRemarks {
	width: 45%;
	vertical-align: text-top;
}

.floatLeft {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

.floatRight {
	float: right;
	padding-left: 5px;
	padding-right: 5px;
}

table.Vacations {
	width: 100%;
	text-align: left;
	border: none;
	padding: 5px;
}

td.VacationsTitle {
	width: 30%;
	vertical-align: text-top;
}

td.VacationsPlaces {
	width: 70%;
	vertical-align: text-top;
}

table.PhotoGallery {
	width: 100%;
	border: none;
	padding: 5px;
}

td.PhotoGallery {
	width: 33%;
	vertical-align: text-top;
	text-align: center;
}

.A7TopBorderBox {
	border: 4px double;
	height: 81px;
	border-radius: 7px;
}

.A7TopLeftImage {
	top: 15px;
	text-align: center;
	float: left;
	margin: 7px 0px 0px 10px;
}

.A7TopRightImage {
	top: 15px;
	text-align: center;
	float: right;
	margin: 7px 10px 0px 0px;
}
