

div.tContent_frame {
	width:100%;
}
div.tContent_head {
	width:100%;
	border-top-width:1px;
	border-bottom-width:1px;
	border-top-style:dotted;
	border-bottom-style:dotted;
	border-top-color: #303F5C;
	border-bottom-color: #303F5C;
	cursor:pointer;
	margin:0 0 -1px;
	padding:3px 0 3px 5px;
}
img.tContent_tIcon {
	position:relative;
	top:2px;
}
span.tContent_name {
	position:relative;
	top:-2px;
	color: #303F5C;
	font-weight:bold;
}
span.tContent_name:hover {
	color: black;
}

div.tContent_content {
	display:none;
	padding-bottom:15px;
	padding-left:24px;
	padding-top:8px;
}



div.fContent_frame {
	width:100%;

}
div.fContent_head {
	width:100%;
	border-top-width:1px;
	border-bottom-width:1px;
	border-top-style:dotted;
	border-bottom-style:dotted;
	border-top-color: #303F5C;
	border-bottom-color: #303F5C;
	cursor:pointer;
	margin:0 0 -1px;
	padding:3px 0 3px 5px;
}
img.fContent_tIcon {
	position:relative;
	top:2px;
}

img.fContent_cIcon {
	position:absolute; 
	right:10px;
	top:10px;
}

span.fContent_name {
	position:relative;
	top:-2px;
	color: #303F5C;
	font-weight:bold;
}
span.fContent_name:hover {
	color: black;
}

div.fContent_content_frame {
	-moz-border-radius-bottomleft:7px;
	-moz-border-radius-bottomright:7px;
	-moz-border-radius-topleft:7px;
	-moz-border-radius-topright:7px;
	display:none;
	position:fixed; 
	background:white; 
	z-index:100; 
	border-width:4px; 
	border-color: #ffffff; 
	border-style:solid; 
	top:150px;
	/* left:100px; */
	width: 740px;

}
div.fContent_content {
	padding-bottom:15px;
	padding-left:24px;
	padding-top:8px;
}

div.blackScreen {
	background:black;
	display:none;
	z-index:90;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	filter:alpha(opacity=70);
	opacity:0.7;
    -moz-opacity:0.7;
}


