
/* padding: top right bottom left */

BODY {
}

#id_header {
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 14px 0px 14px 0px;
}

#id_left {
	width: 16.0em;
	height: 100em;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #ffffff;
}

#id_center {
	width: 46em;
	border-bottom: 1px solid #000000;
}

#id_center_right {
	width: 61em;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
}

#id_right {
	width: 15em;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	background-color: #ffffff;
}

#id_menu_left {
	height: 22px;
	background-color: #ff0000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#id_menu_center {
	height: 22px;
	background-color: #ff0000;
}

#id_menu_right {
	height: 22px;
	background-color: #ff0000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

#divmod {
	display: block;
	height: auto;
	width: auto;
	background-color: #eeeeee;
	padding: 8px;
	margin-bottom: 8px;
/*
	border: 1px solid #bdbdbd;
	clear: both;
*/
}

#divmodevent {
	border-top: 1px solid #000000;
	padding: 0px;
	width: auto;
}

#divtitle {
	width: 100%;
	padding-bottom: 8px;
}

#divbody {
}

#divtitle .title {
	font-family: Tahoma, Arial, sans-serif;
	font-family: Arial, sans-serif;
	font-size: 20px;
	color: #003366;
}

#divtitle .body {
	font-family: Arial, sans-serif;
	font-size: 12pt;
	color: #000000;
}

