
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
  font: 0.9em Verdana, Arial, Helvetica, sans-serif;
}


#gdi_tp_frame {
	width: 100%;
	height: 100%;
	position: absolute;
}

#gdi_title_th, #gdi_title_row {
	height: 1px;	/* IE */
}

#gdi_title_th {
	background: rgb(51,51,173);
}

#gdi_title_th {
  text-align: left;
}
#gdi_title_th {
	font: 16pt Tahoma, sans-serif;
}

#gdi_top_left_td, #gdi_main_td, #gdi_left_td {
	background-color: #dedcf2;
}

#gdi_top_left_td {
	height: 8em;	/* approx 8 lines */
	vertical-align: top;
	text-align: center;
	background-color: #dedcf2;
}

#gdi_top_left_td table {
	margin-bottom: 4px;
}

#gdi_left_td, #gdi_top_left_td {
	width: 23%;
	border: none;
}

#gdi_main_panel {
	width: 98%;
}


#gdi_left_td, #gdi_main_td {
	vertical-align: top;
}

#gdi_left_td {
	overflow: hidden;
	background-color: #dedcf2;
}

#gdi_left_panel {
	width: 100%;
}

#gdi_left_panel td {
	vertical-align: top;
}

#gdi_top_left_panel, #gdi_main_panel, #gdi_left_panel {
	padding: 4px 8px;
	background-color: #dedcf2;
}

#gdi_tp_frame {
	border-spacing: 1px;
	border:#ccc;
}


