/* Tooltip CSS */

.tt_top div  { background: url(/images/game/tooltip_ul.gif) no-repeat top left;}
.tt_top      { background: url(/images/game/tooltip_ur.gif) no-repeat top right; }
.tt_bot div  { background: url(/images/game/tooltip_ll.gif) no-repeat bottom left; }
.tt_bot      { background: url(/images/game/tooltip_lr.gif) no-repeat bottom right; }

 /* height and width details */
.tt_top div, .tt_top, .tt_bot div, .tt_bot {
	width: 100%;
	height: 10px;
	font-size: 1px;
}

.tt_top div p {
	background-color: #263ea4;
	border-top: 1px solid black;
	width: 93%;
	height: 9px;
}

.tt_bot p {
	margin: 0px;
	background-color: #263ea4;
	border-bottom: 1px solid black;
	width: 93%;
	height: 9px;
}

.tt_content  {
	margin: 0 0px;
	background-color: #263ea4;
	border-left: 1px solid black;
	border-right: 1px solid black;
	color: white;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.tt_content_unrounded {
	margin: 0 0px;
	background-color: white;
	border: 1px solid black;
    text-align: center;
	padding: 0px;
}

.tt_rounded { width: 200px; margin: auto; }

.skill_tip {
	text-align: left;
	color: #EEEEEE;	
}

.skill_name {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}

