@CHARSET "UTF-8";
.tool_container{
	padding: 0;
	margin: 0;
	position: absolute;
	left:20px;
	top:20px;
	display: none;
	background-color: #ffffff;
	border: solid 3px #cccccc;
}
.tool_title_bar{
	float:left;
	width:100%;
	height:20px;
	color: white;
	background-color:red;
	background-image: url('../javascripts/jquery-ui-custom/css/custom-theme/images/ui-bg_highlight-soft_33_961917_1x100.png');
	backgrund-repeat: repeat-x;
	backgrund-position: top;
	margin: 0px;
	padding: 0px;
}
.tool_title_bar .tool_title_text{
	font-weight: bold;
}
.tool_title_bar .tool_title_button{
	position: relative;
	float:right;
	margin: 0px;
	padding: 0px;
}
.tool_title_bar .tool_title_button a, .tool_title_bar .tool_title_button a:hover, .tool_title_bar .tool_title_button a:link, .tool_title_bar .tool_title_button a:visited, .tool_title_bar .tool_title_button a:active{
	color: white;
	text-decoration: none;
}
.popup_content{
	margin: 0;
	padding: 0;
	background: #ffffff;
	background-color: #ffffff
}
#tool_frame{
	width:100%;
	height:100%;
	margin: 0px;
	padding: 0px;
	border: none;
}
