#divPictureSelector
{
	width: 680px;
	border: 1px solid #666666;
	position: absolute;
	z-index: 98;
	left: 225px;
	top: 100px;
	background-color: #FFF;
}

#title
{
	background-color: #0061ab;
	float: left;
	height: 17px;
	width: 100%;
	font-size: 11px;
	color: #FFFFFF;
	text-indent: 5px;
	padding-top: 3px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	cursor: default;
	clear: left;
}


#divPictureSelectorLayout
{
	overflow-x: hidden;
	overflow-y: scroll;
	height: 700px;
	float: left;
	width: 100%;
}


#divPictureSelectorLayout table
{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 95%;
	padding: 0px;
	float: left;
	margin: 0px;
}


#divPictureSelectorLayout img
{
	cursor: pointer;
	display: inline;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



#divPictureSelectorLayout tr
{
	background-color: #FFFFFF;
}


#divPictureSelectorLayout tr:hover
{
	background-color: #FFFFFF;
}

#divPictureSelectorLayout td
{
	vertical-align: top;
	text-align: center;
	width: 120px;
	padding-top: 5px;
	padding-bottom: 5px;
}

