/*
*	standard tooltip
*/
.common_tooltip
{
	z-index: 5;
	visibility: hidden;
	position: absolute;
}

.common_tooltip .corner
{
	width: 6px;
	height: 6px;
	float: left;
	font-size: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
}

.common_tooltip .top_left
{
	background-image: url('img/common_tooltip/corner_top_left.gif');
}

.common_tooltip .top_right
{
	background-image: url('img/common_tooltip/corner_top_right.gif');
}

.common_tooltip .bottom_left
{
	background-image: url('img/common_tooltip/corner_bottom_left.gif');
}

.common_tooltip .bottom_right
{
	background-image: url('img/common_tooltip/corner_bottom_right.gif');
}

.common_tooltip .line
{
	height: 5px;
	font-size: 0;
	float:left;	
	background-color: #FFF;
}	

.common_tooltip .top
{
	border-top: 1px solid #D5DBE3;
}

.common_tooltip .bottom
{
	border-bottom: 1px solid #D5DBE3;
}

.common_tooltip .tt_content
{
	font-size: 11px;
	background-color: #FFF;
	border-left: 1px solid #D5DBE3;
	border-right: 1px solid #D5DBE3;
	float: left;
}

.common_tooltip .tt_content .header
{
	padding: 3px 14px 3px 14px;
	line-height: 14px;
	font-weight: bold;	
}

.common_tooltip .dashedLine 
{
	background-image: url(img/bg_dashed.gif);
	height: 3px;
	background-position: left top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-top: 4px;
	margin-bottom: 3px;
	margin-left: 4px;
	font-size: 0;
}

.common_tooltip .tt_content .content_divider
{
	background-color: #D5DBE3;
	height: 1px;
	font-size: 0;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px;
}

.common_tooltip .tt_content .body
{
	padding: 3px 14px 1px 14px;
	line-height: 17px;
	font-weight: normal;
}

/*
*	tooltip with blue theme
*/
.common_tooltip .tt_blue .top_left
{
	background-image: url('img/common_tooltip/corner_top_left_blue.gif');
}

.common_tooltip .tt_blue .top_right
{
	background-image: url('img/common_tooltip/corner_top_right_blue.gif');
}

.common_tooltip .tt_blue .bottom_left
{
	background-image: url('img/common_tooltip/corner_bottom_left_blue.gif');
}

.common_tooltip .tt_blue .bottom_right
{
	background-image: url('img/common_tooltip/corner_bottom_right_blue.gif');
}

.common_tooltip .tt_blue .line
{
	background-color: #303A63;
}	

.common_tooltip .tt_blue .top
{
	border-top: 1px solid #D5DBE3;
}

.common_tooltip .tt_blue .bottom
{
	border-bottom: 1px solid #D5DBE3;
}

.common_tooltip .tt_blue .tt_content
{
	color: white;
	background-color: #303A63;
}

.common_tooltip .tt_blue .dashedLine 
{
	background-image: url(img/bg_dashed_white.gif);
	background-color: #303A63;
}

.common_tooltip .tt_blue .tt_content .content_divider
{
	background-color: white;
}
