﻿@import "layout.css";
@import "all.css";

/*case */

ul.caseList
{
	list-style:none;
	margin-left:15px;
}
ul.caseList a,ul.caseList a:visited
{
	text-decoration:underline;
	font-weight:bold;
}
ul.caseList li
{
	line-height:200%;
	margin-bottom:15px;
}


/* tips */
a.tipsInfo
{
	cursor:help;	
	background: url(/images/help.gif) no-repeat scroll right;
	padding-right:13px;
    border:0px solid red;
    display:inline-block;
}

.bstip
{
	padding:10px;
	line-height:150%;
	border:solid 4px #005596;
	background:#ebebeb;
	width:330px;
}
#tooltip 
{
	width:280px;
	font-size:10px;
	font-weight:normal;
	position: absolute;
	z-index: 3000;
	border: 3px solid #005596;
	background-color: #ebebeb;
	padding: 5px;
	opacity: 0.85;
}
#tooltip h3, #tooltip div { margin: 0; font-size:12px; font-weight:normal; line-height:140%;}

