@charset "utf-8";
/* CSS Document */

/*for the main layout*/
.content {
	min-height:450px;
}
h4 {
	margin:0px;
}
#investor_toolkit {
	position:relative;
	margin-top:20px;
}
#it_examplePic {
	display:none;
	position:absolute;
	top:50px;
	left:68px;
	z-index:1000;
}
#investor_toolkit .toolkit img {
	border:1px solid #999999;
	cursor:pointer;
	z-index:999;
}
.suitcase {
	background:url(../img/investor_suitcase_S.gif) left top no-repeat;
	height:150px;
	width:210px;
}

.droppable-hover{
	background-image:url(../img/investor_suitcase_S_over.gif) !important;
}

#suitcaseItems li {
	background:url(../img/list-bull.gif) left 11px no-repeat;
	display:block;
	list-style:none;
	padding-left:10px;
}
#suitcaseItems li a {
	padding-left:5px;
}
#suitcaseItems li a img {
	border:none;
}
#error_msg {
	color:#903;
	display:block;
}
#appframe h3 {
	margin-top:20px;
}
.toolkit {
	margin-top:10px;
}
.toolkit td {
	width:130px;
	text-align:center;
}
.block-inactive {
opacity:0.5;
}

