/* Copyright 2009 Quarium, Inc. All Rights Reserved in the USA and Other Countries. */

/* define the left-side-menu layout preferences. */

.logo-area {
	position: absolute;
	left: 0px; top: 0px; width: 1000px; height: 600px;
}

.logo-large-area {
	position: absolute;
	left: 0px; top: 0px; width: 1000px; height: 600px;
}

.global-menu-area {
	position: absolute;
	left: 830px; top: 6px; width: 170px; height: 100px;
}

.menu-area {
	position: absolute;
	left: 8px; top: 116px; width: 154px; height: 828px;
}

.other-content-area {
	position: absolute;
	left: 802px; top: 100px; width: 188px; height: 456px;
}

.content-area {
	position: absolute;
	left: 168px; top: 112px; width: 616px; height: 456px;
}

.content-large-area {
	position: absolute;
	left: 168px; top: 112px; width: 832px; height: 2000px;
}

.copyright-area {
	position: absolute; text-align: center;
	left: 0px; top: 575px; width: 1000px; height: 19px;
}

.td-form-label {
	text-align: right; vertical-align: text-top;
	width: 200px;
}

.td-form-label-empty {
	width: 200px;
}

.td-form-value {
	width: 400px;
}

.td-form-small-value {
	width: 200px;
}
