/* @override http://pbis.clickfarminteractive.com/common/css/ResourceBrowserCSS.css */

#resourceBox 
{
	width:520px;
	height: 650px;
	border: 0 solid black;
	border-bottom: 4px inset #b3b3b3;
}

#topBoxNav
{
	width:520px;
	height: 30px;
	float:left;
	padding-top: 10px;
	color: white;
	background-image: url(/common/images/CatalogTopBox.jpg);
}

#topBoxNav label
{
	margin-right: 10px;
	font-weight:bold;
	font-size:larger;
	
}

#topTitleNav
{
	width:520px;

}
.rightList
{
	float: right;
}

#middleBox
{
	width:520px;
	float:left;
	position:relative;
	background-image: url(/common/images/CatalogBox.jpg);
}

#leftBoxNav
{
	width:150px;
	height:610px;
	float:left;
	padding-left: 15px;
	border-right: 1px dotted silver;
	padding-right: 5px;
}
#leftBoxNav select
{
	width: 140px;

}
#leftBoxNav div p input.text
{
	width: 140px;

}

#resourceList
{
	width: 340px;
	float:left;
	overflow: auto;
	height: 605px;
	margin-left: 5px;
}

#resourceList li
{
	width: 320px;
	list-style:none;
	padding-bottom: 5px;
	border-bottom: dotted 1px blue;
}
#bottomBoxNav
{
	width:520px;
}