/* CSS Document */ 
.pagelistContainer .pagelistReady 
{
	 min-height:300px; 
	 overflow:none;
}

.imgColumn
{
	width:30px;
}

.titleDescColumn
{
	width:410px;
}

.title
{
	font-weight:bold;
	font-size:15px;
}

.description
{
	margin-top:10px;
}

#PageListTable .imgColumn,
#PageListTable .titleDescColumn,
#PageListTable .title 
{	
	vertical-align: top;
	cursor: default; 
}

.pagelistTable
{
	background-color:#ECECEC!important;
}
 
#pageListBodyTable tr.selected td
{
	background-color:#c0d8f0 !important;
}

.verticalSpacer
{
	margin-top:10px;
}

#selectedItemRegion
{
	font-weight: normal; 
}

#selectedItemDiv
{
	float:left;
	padding:10px 0px 10px 5px;
}

#selectedItemLabel
{
	color:#555;
	font-weight:bold;
} 
 
#PageListTableDiv
{
	min-height: 2px;
} 

#blankMsggDiv
{
	position: absolute;
	top: 100px;
	text-align: center;
	width: 100%;
}

#blankMsggDiv1
{
	/*text-align: center;*/
	padding: 30px;
}