﻿.itemContainer
{
	margin: 0;
	padding: 0;
}

.listItemParent
{
	border: 1px dashed grey;
	margin: 10px;
	padding: 10px;
	font-family: Fixedsys;
	font-size: 11pt;
}

.listItemLeft
{
	float: left;
	width: 70%;
	font-family:  'Lucida Grande' , Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #333;
}

.listItemRight
{
	float: right;
	width: 80px;
	height: 49px;
	padding: 0;
	margin: 10px;
	border: 1px solid black;
}


.flowLayout
{
	list-style: none;
}

.propertyContainer
{
	margin: 5px;	
	padding:5px;
	background-color:#dddddd;
}

.propertyTitle
{
	font-weight:bold;
}

.propertyValue
{
}

.loaderDiv
{
	position: absolute;
	left: 350px;
	top: 10px;
	display: none;
}
