/*  CALLOUTS   */
.callout_title {
	text-align: left;
	height: 18px;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color: #eee;
	font-weight: bold;
	line-height: 17px;
	padding-left: 12px;
	padding-right: 4px;
	border-bottom: 1px solid #669;
	border-right: 1px solid #1F2C83;
	background-image: url(../images/WW_callout_title_bg_g-g.gif);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

.callout_content 
{
	border-left: 1px solid #99c;
	border-top: 1px solid #99f;
	border-right: 1px solid #1F2C83;
	border-bottom: 0px none ;
	background-color: #eee;
	background-image: url(../images/WW_callout_content_bg_g-g.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

.callout_content_scroll, .callout_content_scroll_index
{
	width: 95% ;
	line-height: 12px;
	padding: 5px ;
	text-align: left;
	vertical-align: top;
	height: 110px;
	overflow: auto;
}
.callout_content_scroll_index{
	height: 50px;
}

.callout_content_scroll div.list, .callout_content_scroll div.list_over
{
	padding: 2px 2px 2px 18px ;
	background-image: url(../images/WW_icon_bullet_01.gif) ;
	background-repeat: no-repeat ;
	background-position: left center ;
	border-bottom: dotted 1px #99c ;
}
.callout_content_scroll div.list_over
{
	background-image: url(../images/WW_icon_bullet_01a.gif) ;
	background-color: #eee ;
	cursor: pointer ;
}

.callout_bottom_left_50pct {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 6px ;
	color: #ddd ;
	line-height: 6px;
	width: 50%;
	height: 13px;
	background-image: url(../images/WW_corner_bl_90_50pct_b-g.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.callout_bottom_right_50pct {
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 6px ;
	color: #ddd ;
	line-height: 6px;
	width: 50%;
	height: 13px;
	background-image: url(../images/WW_corner_br_45_50pct_b-g.gif);
	background-repeat: no-repeat;
	background-position: right top;
}





/* CALLOUT - NO DROP SHADOW */

.callout_noshadow_container {
	padding: 7px ;
	/*
	width: 90%;
	height: 250px;
	text-align: center;
	*/
}

.callout_noshadow_title, .callout_search_title {
	text-align: left;
	height: 18px;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #336;
	font-weight: bold;
	line-height: 18px;
	padding-left: 12px;
	padding-right: 4px;
	background-image: url(../images/WW_callout_title_bg_g-g.gif);
	background-repeat: no-repeat;
	background-position: top left;
	overflow: hidden;
}

.callout_noshadow_content, .callout_search_content
{
	text-align: left;
	color: #ddd;
	border-left: 1px solid #99f;
	border-top: 1px solid #336;
	padding: 5px 5px 5px 12px;
	background-image: url(../images/WW_callout_bot_noshadow.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.callout_search_container
{
}
.callout_search_title
{
	background-image: url(../images/WW_search_title_bg.gif);
	border-right: 1px solid #666;
	border-bottom: 1px solid #999;
}
.callout_search_content 
{
	padding: 3px;
	border-top: 1px solid #ccf;
	border-left: 1px solid #ccc;
	background-image: url(../images/WW_search_content_bg.gif);
}

.callout_list 
{
	color: #ddd;
	line-height: 12px ;
	padding: 3px 3px 3px 18px ;
	background-image: url(../images/WW_icon_bullet_01.gif) ;
	background-repeat: no-repeat ;
	background-position: left center ;
}
.callout_list a, .callout_list a:link, .callout_list a:visited, .callout_list a:hover, .callout_list a:active
{
	color: #ddd;
}


