img.preview {
	max-width: 200px;
	max-height: 200px;
}

img.fit {
	max-width: 200px;
	max-height: 100%;
	width: expression(gf_css_img_format(this, true));
	height: expression(gf_css_img_format(this, false));
}

.tt_bg {
	background-color: #77bbff;
}

.tt_txt {
	background-color: #bbddff;
}

td.tt_info_title, td.tt_info_data {
	background-color: #ddeeff;
	font-size: 10px;
}
