body{
	
	border:0;
	color:#000;
	text-align:center;
	font:normal 11px Verdana, Tahoma, Arial, Sans-Serif;
}
.mlist_item div{
	
}
.tipsy-warn-inner{padding:5px 8px 4px;background-color:#fffeb7;color:#111;max-width:310px;text-align:left;border:solid 1px #888}
.tipsy-warn-inner{border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;overflow:hidden}
.tipsy-warn{padding:5px;font-size:10px;position:absolute;z-index:100000;}
.tipsy, .tipsy-help{
	padding:5px;
	font-size:9px;
	position:absolute;
	z-index:100000;
}
.tipsy-inner, .tipsy-help-inner{
	padding:5px 8px 4px;
	background-color:#111;
	color:#FFF;
	max-width:210px;
	text-align:left;
	border:solid 1px #111;
	-moz-box-shadow:0 0 4px rgba(0,0,0,0.8);
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.8);
	box-shadow:0 0 4px rgba(0,0,0,0.8);
}
.tipsy-help-inner{
	min-width: 210px;
}
.tipsy-inner, .tipsy-help-inner{border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;overflow:hidden}
.tipsy-arrow{position:absolute;background:url('tipsy.gif') no-repeat top left;width:9px;height:5px;}
.tipsy-n .tipsy-arrow{top:0;left:50%;margin-left:-4px;}
.tipsy-nw .tipsy-arrow{top:0;left:10px;}
.tipsy-ne .tipsy-arrow{top:0;right:10px;}
.tipsy-s .tipsy-arrow{bottom:0;left:50%;margin-left:-4px;background-position:bottom left;}
.tipsy-sw .tipsy-arrow{bottom:0;left:10px;background-position:bottom left;}
.tipsy-se .tipsy-arrow{bottom:0;right:10px;background-position:bottom left;}
.tipsy-e .tipsy-arrow{top:50%;margin-top:-4px;right:0;width:5px;height:9px;background-position:top right;}
.tipsy-w .tipsy-arrow{top:50%;margin-top:-4px;left:0;width:5px;height:9px;}

#topLink{
	cursor:pointer;
	display:none;
	position:fixed;
	right:0px;
	bottom:0px;
	color: white;
	background: none repeat scroll 0 0 #666;
	margin: 5px;
	padding: 8px 0;
	text-align: center;
	text-decoration: none;
	width: 100px;
	border-radius: 4px;
	opacity: 0.8;
}
#topIcon {
	border-bottom: 7px solid #FFFFFF;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	display: inline-block;
	height: 0;
	margin-right: 5px;
	width: 0;
}

div#content{margin:0 20px 0 250px;}
#main{
	float:left;
	margin:20px 0 40px 0;
	width:100%;
}

		