/* tooltip design */
.ToolTips { display:block; background-color:#fff; position:absolute; width:404px; border:#CCCCCC solid 1px; padding-top:5px; padding-bottom:5px;  background-image:url(../images/bg_tooltip.gif); background-position: bottom; }


.ToolTips .sticky_close { display:block; position:absolute; top:1px; right:3px; background:url(../images/fileclose.png); width:16px; height:16px; line-height:16px; font-size:0px; z-index:100000000; }
.ToolTips .message { display:block; position:relative; padding:0px 10px; }
.ToolTips .photo { margin-right:4px; float:left}
.ToolTips hr { color:#575a77; height:1px;}

* html .ToolTips .dockTopFooter { background:url(../images/dockTopFooter.png); }
* html .ToolTips .sticky_close {  background:url(../images/fileclose.gif);  }

/* this is just a div displaying the loading animated .png */
.loading { display:block; margin:0px auto 0px; background:url(../images/ajax-loader.png) center center no-repeat; width:31px; height:50px; }

/* beautify the tooltip content */
.ToolTips .message { font-size:12px; text-align:justify; }
.ToolTips .message h3 { font-size:16px; margin:0px 0px 10px; padding:0px; color:#FF6600; }
.ToolTips .message .rights { display:block; clear:both; margin:15px 0px 0px; text-align:right; font-size:11px; color:#666666; }


.hiddenMel {
	display: none;
	margin:10px;
}

#content_wrapMel {
	width: 922px;
	height: 226px;
	background:#f3f3f4 url(../images/bg_stars.jpg);
	background-position: fixed;
	margin:0px;
	padding: 0px;
	overflow:auto;
	border: 1px solid #2b2b53;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:left;
}

.showMel {
	margin:10px;
}

#wrapMel {
}

#tabsel img {
	cursor: pointer;
}
