﻿body 
{
}

.list
{
	width: 100%;
	border: 1px solid #b0c4de;
    background:white;   
 }

.list th
{
	background-color: #b0c4de;
    font-size: 8pt;  
    height: 17px;  
    font-weight:bold;
}

.list table
{
	width: 100%;
}

/*Building List Row*/

.list .buildingrow:hover
{
	background-color :#e6e6fa;
}

.list .buildingrow
{
	height: 60px;
}

.list table .buildingrow:hover .detail
{
	background: url("../Images/ListViewHoverBg.png") #e6e6fa  no-repeat;
}

.list .buildingselectedrow
{
	background-color :#e6e6fa;
	height: 60px;
}
.list .buildingselectedrow:hover .detail
{
	background: url("../Images/ListViewHoverBg.png") #e6e6fa  no-repeat;
}

/*Default List Row*/

.list .row:hover
{
	background-color :#e6e6fa;
}

.list .row
{
	height: 30px;
}

.list table .row:hover .detail
{
	background: url("../Images/ListViewHoverBg.png") #e6e6fa  no-repeat;
	height: 30px;
}

.list .selectedrow
{
	background-color :#e6e6fa;
	height: 30px;
}

.list .selectedrow:hover .detail
{
	background: url("../Images/ListViewHoverBg.png") #e6e6fa  no-repeat;
}

/*Default Contact Row*/
.list .contactrow
{
	height: 55px;
	
}

.list .contactrow:hover
{
	background-color :#e6e6fa;
}

.list table .contactrow:hover .detail
{
	background: url("../Images/ListViewHoverBg.png") #e6e6fa  no-repeat;
}


.list .ContactListTest
{
	
	margin-right: 25%;
}
