div.dsiodb_menu {
	position: relative; 
	width: 140px;
	height: 300px;
	border-right: 1px solid #000000;
}

div.dsiodb_content {
	position: absolute;
	top: 0px;
	left: 155px;
	width: 545px;
	height: 300px;
	overflow: auto;
}

a.dsiodb_menu_link {
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #CC0066;
}

a.dsiodb_submenu_link {
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #CC0066;
}

table.header {
	width: 520px;
	border-bottom: 1px solid #000000;
	font-size: 11px;
	color: #000000;
}

table.list {
	width: 520px;
}

td.list_item_gray {
	background-color: #EEEEEE;
	height: 16px;
}

td.list_item_white {
	background-color: #FFFFFF;
	height: 16px;
}

a.list_item {
	text-decoration: none;
	color: #CC0066;
	font-weight: normal;
	border: 0px;
}

select.element {
	width: 148px;
	font-size: 11px;
}

select.dob {
	font-size: 11px;
}

input.element {
	width: 143px;
	font-size: 11px;
}

input.attach_file {
	font-size: 11px;
}

div.info_text {
	width: 520px;
	font-size: 9px;
}

td.form_left {
	height: 20px; 
	width: 150px;
}

td.form_right {
	width: 160px;
}

td.form_description {
	font-style: italic;
	position: relative;
	font-size: 9px;
}

img.list_item {
	border: 0px;
}

div.member_form_outer {
	position: relative;
}

div.member_form_address {
	position: absolute;
	top: 0px;
}

div.member_form_identification {
	position: absolute;
	top: 0px;
	visibility: hidden;
}

div.member_form_groups {
	position: absolute;
	top: 0px;
	visibility: hidden;
}

div.member_form_status {
	position: absolute;
	top: 0px;
	visibility: hidden;
}

div.mail_form_outer {
	position: relative;
}

div.mail_form_receivers {
	position: absolute;
	top: 0px;
}

div.mail_form_text {
	position: absolute;
	top: 0px;
	visibility: hidden;
}

div.mail_form_attach_file {
	position: absolute;
	top: 0px;
	visibility: hidden;
}


