.inf-ContentPanel-Content > .inf-Dashboard-Listing {
	border-bottom: 0px;
}

.inf-Dashboard-Listing {
	border-top: 1px solid #3881B3;
	border-bottom: 1px solid #cfdbe5;
}

.inf-Dashboard-Listing td {
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom:1px solid #eee;
	white-space: nowrap;
	font-size: .85em;
}

.inf-Dashboard-Listing td.last {
	padding-right: 0px;
}

/* background: #f4f4f4; */
.inf-Dashboard-Listing .Header {
	background: #f4f4f4;
	color: #464646;
}

.inf-Dashboard-Listing .Header td {
	font-size: .85em;
	border-bottom: 1px solid #cfdbe5;
	white-space: nowrap;
}

.inf-Dashboard-Listing .Header .gwt-Label {
	cursor: default;
}

.inf-Dashboard-Listing .gwt-CheckBox label {
	display:none;
}

.inf-Dashboard-Listing tr.odd {

}

.inf-Dashboard-Listing tr:hover {
	background: #fffff6;
}

.inf-Dashboard-Listing tr.Header:hover {
	background: #f4f4f4;
}

.inf-Dashboard-Listing tr.NoResults:hover {
	background: #ffffff;
}

.inf-Dashboard-Listing .gwt-CheckBox {
}

.inf-Dashboard-Listing .gwt-Anchor-Title, .inf-Dashboard-Listing .gwt-Label-Title  {
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
	color: #265681;
}

.inf-Dashboard-Listing .gwt-Label-Description {
	color: #555555;
}

.inf-Dashboard-Listing .gwt-Label-None {
	color: #999;
}

.inf-Dashboard-Listing-ContentCell a {
	color: #555;
	text-decoration: none;
}

.inf-Dashboard-Listing-ContentCell td {
	border: 0px;
	padding: 0px 10px 0px 0px;
	font-size:1em;
}

.inf-Dashboard-Listing-ContentCell .LaunchAndDesc td {
	padding-top: 2px;
}

.inf-Dashboard-Listing-ContentCell .LaunchAndDesc td a:hover{
	text-decoration:underline;
}
.inf-Dashboard-Listing-NoResults {
	color:#999999;
}

.inf-DashboardPager {
	-moz-user-select: none;
	-khtml-user-select: none;	
}

.inf-DashboardPager .gwt-Label {
	padding: 5px;
	font-size: .85em;
	-moz-user-select: none;
	-khtml-user-select: none;	
}

.inf-DashboardPager .gwt-Hyperlink {
	font-size: .85em;
	color: #6688BB;
	cursor: pointer;
	padding: 5px;
	-moz-user-select: none;
	-khtml-user-select: none;	
}

.inf-DashboardPager .gwt-Hyperlink-Disabled {
	font-size: .85em;
	color: #aaa;
	cursor: text;
}

.inf-DashboardPager .LoadingIndicator {
	font-size: .85em;
	color: #6688BB;
}

.inf-DashboardPager .Refresh {
	width: 90px;
}

.inf-TagPanel .inf-ContentPanel-Content {
	background: #fefefe;
}

.inf-TagPanel .inf-Tag {
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100px;
	cursor: pointer;
	padding: 6px;
	color: #355491;
	font-size: .9em;
}

.inf-TagPanel .inf-Tag-Hovering {
	text-decoration: underline;
}

.gwt-PopupPanel-Notification {
	width: 200px;
}

.inf-NotificationPopup-Top {
	height: 9px;
	background: url(../img/notificationTop.gif) no-repeat;
}

.inf-NotificationPopup-Content {
	background: #FFFDEA;
	border: 1px solid #DCD069;
	border-top: 0px;
}

.inf-NotificationPopup-Content .gwt-Label {
	color: #30556D;
	padding: 6px;
	font-size: .85em;
}

.inf-NotificationLabel {
	color: #30556D;
	font-size: .85em;
	size: 15px;
}
