/**** rightPane styles ****/

#rightPane {
	padding-left: 1px;
}

.paneHeader3 {
	width:	105px;
	height:	22px;
	background: url(../images/paneHeader3.gif) no-repeat;
	padding-left: 8px;
	padding-top: 8px;
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
}

.libPaneHeader {
	width:	105px;
	height:	17px;
	background: url(../images/libHeaderBg.gif) no-repeat;
	padding-left: 8px;
	padding-top: 0px;
	margin: 0;
	color: #FFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
	font-weight: bold;
	overflow: hidden;
	cursor: pointer;
}

.libLabel {
	float: left;
}

.libPaneContent {
	width: 103px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
	padding-top: 8px;
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	background-color: #eefaff;
	border: 1px solid #d3dce0;
}

.libItem {
	width: 101px;
	line-height: 120%;
	overflow: hidden;
	padding-bottom: 4px;
}

.libItem a {
	color				: #0068FF;
	font-weight			: bold;
	text-decoration		: underline;
}

.libItem a:hover
{
	color				: #FFFFFF;
	font-weight			: bold;
	text-decoration		: none;
	background-color	: #0068FF;
}

.libIcon {
	float: left;
	margin-right: 3px;
	cursor: pointer;
}

.libsearchButton {
	background: url(../images/buttonLibSearchBg.gif) no-repeat;
	cursor: auto;
	width: 112px;
	height: 22px;
	float: left;
	padding-right: 0px;
}

.myLibsearchField {
	font-family: Helvetica, Arial, sans-serif;
	font-size: x-small;
	padding-top: 2px;
	padding-left: 20px;
	width: 92px;
}

.libsearchFieldBox {
	float: left;
	width: 75px;
	min-height: 16px;
}

.libsearchEditField {
	width: 72px;
	white-space: nowrap;
	min-height: 16px;
	margin-left: 0px;
	overflow: hidden;
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	color: #666666;
}

.libsearchInputStyle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: small;
	border: 0;
	padding: 0;
	margin: 0;
	color: #666666;
}

.libsearchInputStyle:focus {
  outline: 0 none;
}

.libArrowIcon {
	width: 18px;
	height: 12px;
	background: url(../images/grayArrowLeft2.gif) no-repeat 0px 4px;
	float: right;
}

.libPager {
	width: 102px;
	background-color: #84b134;
	font-size: x-small;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 2px;
}

.mobileBox {
	width: 113px;
	height: 85px;
	margin-top: 8px;
	background: url(../images/mobilebox.gif) no-repeat 0px 0px;
	cursor: pointer;
}

/**** end of rightPane styles ****/