.ib-header
{
	color: #194e84;
	text-align: center;
	border-top: 1px dotted #ccc;
	padding: 0.5em 0;
	background-color: transparent;
	width: 100%;
}
.ib-mode
{
	padding: 0 10px;
	cursor: pointer;
}
.ib-selected-mode
{
	text-decoration: underline;
	font-weight: bold;
}
a.ib-letter, a.ib-letter-empty
{ 
	padding: 0 3px;
	cursor: pointer;
}
a.ib-letter-selected, a.ib-letter:hover
{
	text-decoration: underline;
}
a.ib-letter-empty
{ 
	color: #999;
}

#ib-window
{
	position: relative;
	border: 1px solid #194e84;
	height: 400px;
}

#ib-listing-panel
{
	float: left;
	position: relative;
	border-right: 1px solid #194e84;
	overflow: auto;
	width: 49%; /* 50% will break in ie */ 
	height: 400px;
}
#ib-description-panel
{
	margin-right: -1px;
	float: right;
	position: relative;
	overflow: auto;
	width: 50%;
	height: 400px;
}
.ib-description
{
	padding: 0 10px 10px 10px;
}
.ib-description h3
{
	padding: 0;
}
.ib-description p
{
	margin-top: 0.75em;
	font-size: 80%;
}

/* all the possible item states */

.ib-item, .ib-item-selected, .ib-item-open, .ib-item-closed, .ib-item-selected-open, .ib-item-selected-closed 
{
	padding: 4px 4px;
	font-size: 80%;
	cursor: pointer;
	position: relative;
}
.ib-item-selected, .ib-item-selected-open, .ib-item-selected-closed
{
	background-color: #194e84;
	color: white;
	cursor: default;
	position: relative;
}
.ib-item-open
{
	background: transparent url(/i-p/open-blue.gif) no-repeat 4px 5px;
	position: relative;
}
.ib-item-closed
{
	background: transparent url(/i-p/closed-blue.gif) no-repeat 4px 5px;
	position: relative;
}
.ib-item-selected-open
{
	background: #194e84 url(/i-p/open-white.gif) no-repeat 4px 5px;
	position: relative;
}
.ib-item-selected-closed
{
	background: #194e84 url(/i-p/open-blue.gif) no-repeat 4px 5px;
	position: relative;
}
.ib-message
{
	position: relative;
	text-align: center;
	font-size: 18px;
	margin-top: 130px;
	color: #cccccc;
	font-weight: bold;
}
.ib-item-body {
	font-size: 80%;
}
.ib-link
{
	display: block;
	padding-left: 15px;
	margin-top: 0.75em;
	background: url(/i-p/item-more.gif) no-repeat 0 2px;
	font-weight: normal;
	text-decoration: none;
}
a.ib-go
{
	float: right;
	color: #194e84;
	font-weight: bold;
	text-decoration: none;
}
.ib-item-selected-open a.ib-go, .ib-item-selected-closed a.ib-go, .ib-item-selected a.ib-go
{
	color: #fff;
}
.ib-link:hover
{
	text-decoration: underline;
}


