﻿#IncidentSummary
{
	width: 197px;
	padding-left: 5px;
	padding-Right: 5px;
}

.RunListing
{
	position: relative;
}

.BreakDown
{
	background-image: url('Images/Layout/IncidentBreakdown.png');
}

.BreakDown:Hover
{
	background-image: url('Images/Layout/IncidentBreakdownHover.png');
}

#IncidentSummary .Hyperlink
{
	color: #fff;
	padding-left: 5px;
	width: 200px;
	float: left;
	text-decoration: none;
}

#IncidentSummary .Hyperlink:Hover
{
	color: Yellow;
	background-image: url('Images/Layout/GrayTrans.png');
	background-repeat: repeat;
}

#IncidentSummary .Column1
{
	font-size: 11px;
	width: 25px;
	min-width: 25px;
	max-width: 25px;
	min-height: 16px;
	max-height: 16px;
	text-align: right;
	padding-right: 3px;
	color: white;
	float: left;
	cursor: pointer;
}

#IncidentSummary .Column2
{
	font-size: 11px;
	width: 180px;
	min-width: 130px;
	max-width: 130px;
	min-height: 16px;
	max-height: 16px;
	text-align: left;
	color: white;
	overflow: hidden;	
	float: left;
	cursor: pointer;
}