body {

	margin: 0;

	padding: 0;

	border: 0;

	overflow: hidden;

	height: 100%;

	max-height: 100%;

	font-size: 70%;

	font-family: Verdana, Geneva, sans-serif;

}

#header {

	position: absolute;

	top: 0;

	bottom: 0;

	left: 0;

	width: 100%; /*Width of frame div*/

	height: 40px;

	overflow: auto;

	color: white;

	background-color: #330;

}

#whole {
	position: fixed;
	top: 40px;
	bottom: 0;
	left: 0;
	width: 100%; /*Width of frame div*/
	height: 100%;
	overflow: auto;
	background-color: #FFF;
}
#upleft {

	position: fixed;

	top: 40px;

	bottom: 0;

	left: 0;

	width: 33%; /*Width of frame div*/

	height: 400px;

	overflow: hidden;

	background-color: #CFF;

}

#upright {
	position: fixed;
	top: 40px;
	bottom: 0;
	left: 33%;
	right: 0;
	height: 400px;
	overflow: auto;
	background-color: #CCC;
	padding: 5px;
}

#framecontent {
	position: fixed;
	top: 440px;
	bottom: 0;
	left: 0;
	width: 200px; /*Width of frame div*/
	height: auto;
	overflow: scroll;
	color: white;
	background-color: #FFC;
}

#maincontent {
	position: fixed;
	top: 440px;
	left: 200px; /*Set left value to WidthOfFrameDiv*/
	right: 0;
	bottom: 0;
	overflow: auto;
	background-color: #036;
	color: #FFF;
	padding: 5px;
}

.innertube {
	margin: 5px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body { /*IE6 hack*/

	padding: 0 0 0 200px; /*Set value to (0 0 0 WidthOfFrameDiv)*/

}

* html #maincontent { /*IE6 hack*/

	height: 100%;

	width: 100%;

}

.no_wrap {

	white-space: nowrap;

	overflow: hidden;

	font-size: xx-small;

}

.baseline {
	vertical-align: bottom;

}

.no_text_decor {
	text-decoration: none;
}
.tr_blue_back {
	color: #036;
	background-color: #FFF;
}
.link_light A:link {
	text-decoration: none;
	color: #CF0;
}
.link_light A:visited {text-decoration: none; color: #CF0;}
.link_light A:active {text-decoration: none}
.link_light A:hover {text-decoration: underline; color: red;}




.to_right {
	text-align: center;
	position: absolute;
	width: 30%;
	right: 0px;
	top: 0px;
}
.message {
        color: #390;
}
.error {
        color: #f00;
}
