body {
	background-color:#FDFCF5;
	font-family:Arial,Verdana,sans-serif;
	font-size:8pt;
}

img.bordered {
	border-width:1px;
	border-style:solid;
	border-color:#DDDDDD;
}

td {
	font-size:8pt;
	color:gray;
	vertcal-align:bottom;
}

td a, td a:visited {
	font-weight:bold;
	text-decoration:none;
	color:gray;
}

td a:hover {
	text-decoration:underline;
}

span.head {
	font-weight:bold;
	font-size:8pt;
	color:#333333;
	text-decoration:underline;
}

.invisible_elem {
	display:none;
	visibility:hidden;
}

.CI_Window_Style {
	position:absolute;
	width:500px;
	height:400px;
	border:solid 1px #333333;
	background-color:#FDFCF5;
	opacity:.90;
	filter:alpha(opacity = 90);
}

.CI_Window_Header_Style {
	width:100%;
	height:14px;
	background-image:url(../ci_img/ci_bgimg.gif);
	background-repeat:repeat-y;
	border-bottom:solid 1px #333333;
}

.CI_Window_Header_Style_Name {
	position:absolute;
	left:2px;
	color:#FFFFFF;
	font-weight:bold;
}

.CI_Window_Header_Style_Control {
	position:absolute;
	right:2px;
}

.CI_Window_Content {
	width:100%;
	height:100%;
	padding:3px;
	font-size:8pt;
	color:#333333;
}

.CI_innerContent {
	width:100%;
}

.CI_innerContent_right {
	width:98%;
	text-align:right;
}