
html{
	height: 100%; }

body {
	height: 100%;
	width:100%; }

#overlay {
	width:100%;
	float:left;
	height:1400px;
	position:absolute;
	top:0;
	left:0;
	opacity: .7;
	filter:alpha(opacity=70); /* IE's opacity*/ 
	z-index:1500;
	background-color: #666;
}

#drag_icon {
	float:left;
	position:relative;
	top:100px;
	left:3px;
}

#pop_content {
	position:absolute;
	left: 50%;
	top: 10px;
	width: 700px;
	margin-top: 0px;
	margin-left: -370px;
	background-color: #FFF;
	z-index:1501;
	text-align:left;
	padding:5px 20px 20px 20px;
	color:#333; }
	
.sav_btn a {
	border:1px solid #ccc;
	background: #feeeb2 url(../images/common/btn_back.gif) bottom repeat-x;
	display:block;
	padding:3px 10px 3px 10px;
	float:right;
	margin:5px 0px 8px 5px;
	text-decoration:none;
	clear:both;
	font-weight:bold;
	font-size:12px;
	color:#003769;

}

.sav_btn a:hover {
	border:1px solid #003769;

}

#close_btn {
	text-align:right;
	clear:both;
	margin:10px 0  10px 0;}
     
#close_btn a{
     color: white;
}

.qt_instructions {
	background:#FFFFCC;
	padding:15px;
	border: 1px solid #e5a540;
	font-size:14px;
	text-align:center;
	line-height:18px; }

#available_tools {
	width:325px;
	float:left;
	background:#e7e7e7 url(../images/common/quicktools_shadow.gif) 0px 31px repeat-x;
	 }
	 
.emptyPlaceMarker {
	border:1px dashed #008CCC; 
	background:transparent;
	z-index:1000;
	clear:both;
	float:left;
	height:50px;
	left:0px; }

#firstlist {
	height:925px; }
	
#secondlist {
	height:925px; }

#my_tools {
	width:325px;
	float:right;
	background:#e7e7e7 url(../images/common/quicktools_shadow.gif) 0px 31px repeat-x; }
	
#qt_contain {
	margin-top: 0px;
	clear:both; }


#qt_contain ul {
	padding: 0;
  	margin:15px 15px 50px 15px;
  	list-style: none;
	width:285px; }
	 
#qt_contain li {
	background:url(../images/common/quicktool_name_back.gif) repeat-x;
	margin:2px 2px 0px 0px;
	padding:0px 0px 0px 0px;
	width:292px;
	float:left; }
	
	
#qt_contain a {
	float:left;
	color:#fff;
	clear:both;
	text-decoration:none;
	font: bold 11px Arial, Helvetica, sans-serif;
	padding: 5px 0 5px 5px;
	margin-bottom:1px;
	border:1px solid #003769;
	height:14px;
	width:285px; }
	
#qt_contain a:hover {
	background: url(../images/common/header_back.gif) repeat-x; }
	
#qt_contain ul .deactivate {
	background:#ccc;
	border:1px dotted #999;

}
