.inf-RootPanel {
	background: #E4F2FD;
}

.inf-Page-Wrapper {
	
}

.inf-Page-Wrapper-Cell { /**
	padding-right: 6px;
	padding-left: 6px;
	**/
	vertical-align: top;
}

.inf-SecondaryNavigationPanel {
	padding-left: 10px;
}

.inf-SecondaryNavigationItem {
	font-size: .80em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	border: 1px solid #c0d1dc;
	border-bottom: none;
	background: #fff;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	vertical-align: middle;
	text-align: center;
	line-height: 20px;
	white-space: nowrap;
	min-width: 110px;
	padding-left: 7px;
	padding-right: 7px;
}

.inf-SecondaryNavigationItem-Active {
	background: #E5ECF3;
}

.inf-SecondaryNavigationItem-Rest {
	height: 100%;
}

.inf-SecondaryNavigationItem a {
	display: block;
	text-decoration: none;
	height: 100%;
	width: 100%;
	color: #888;
}

.inf-SecondaryNavigationItem-Active a {
	color: #333;
}

.inf-SecondaryNavigationItem-Separator {
	display: block;
	width: 3px;
}

.inf-Page {
	background: #fff;
	border-top: 1px solid #c0d1dc;
	border-bottom: 0px;
	/**
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	**/
}

.inf-Page-HasSecondaryNav {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
}

.inf-Page-Header {
	background: #E5ECF3;
	border-bottom: 1px solid #CFDBE5;
	/**
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	**/
}

.inf-Page-Header-HasTabs {
	border-bottom: none;
}

.inf-Page-HasSecondaryNav .inf-Page-Header {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
}

.inf-Page-Headernew {
	background: url(../img/headerbg.gif) repeat-x scroll center bottom;
	border-bottom: 1px solid #DADADA;
}

.inf-Page-Header-TitlePanel {
	width: 500px;
}

.inf-Page-Header-SummaryPanel {
	width: 275px;
}

.inf-Page-Header-RefreshButton {
	border: none;
	padding: none;
	cursor: pointer;
}

.inf-Page-Header-MaskLabel {
	color: #666;
	font-size: 0.8em;
	font-weight: bold;
	white-space: nowrap;
}

.inf-Page-Header-LinkPanel {
	
}

.inf-Page-Header-Title {
	font-size: 1.2em;
	font-weight: bold;
	color: #333333;
	white-space: nowrap;
	cursor: pointer;
}

.inf-Page-Header-Subtitle {
	color: #444;
	font-size: 0.9em;
	font-weight: bold;
	padding-top: 2px;
}

.inf-Page-Header-Description {
	color: #444;
	font-size: 0.85em;
	font-weight: bold;
	padding-top: 3px;
}

.inf-Page-Header-Description-None {
	color: #999;
	font-size: 0.85em;
	font-weight: bold;
}

.inf-Page-Header-SummaryItem-Name {
	color: #30556D;
	font-size: 0.85em;
	padding-bottom: 5px;
}

.inf-Page-Header-SummaryItem-Value {
	color: #575757;
	font-size: 0.85em;
	padding-bottom: 5px;
	padding-left: 5px;
}

.inf-Page-Header-LinkIcon {
	border: 0px;
}

/* min-width: 200px; */
.inf-Page-Header-Link {
	
}

.inf-Page-Header-LinkPanel .gwt-Label {
	padding: 4px 4px 0;
	white-space: nowrap;
	color: #30556D;
	font-size: .85em;
	text-decoration: none;
}

/*margin-bottom:8px;*/
.inf-Page-Header-LinkPanelItem {
	text-decoration: none;
}

.inf-Page-Header-LinkPanelItem-disabled {
	opacity: 0.5;
	backgroundColor: black;
}

.inf-Page-Header-ActionSeperator {
	background: #cfdbe5;
	margin-left: 8px;
	margin-right: 8px;
}

/* height: 78px; */
.inf-Page-Header-HeaderPanel {
	height: 60px;
}

.inf-Page-Body {
	
}

.inf-Page-Header-BodyPanel {
	background: #ffffff;
}

.inf-Page-Header-BodyPanel .inf-ContentPanel-Content {
	border-bottom: 0px;
}

.inf-Page-Header-BodyPanel .inf-PropertySheet {
	border-bottom: 0px;
}

.inf-Page-Header-BodyPanel .inf-MenuBar {
	border-bottom: 0px;
	border-top: 1px solid #CFDBE5;
}

.inf-Page-Header-LinkPanelItem:hover .gwt-Label {
	text-decoration: underline;
}

.gwt-Label-ItemType {
	color: #30556D;
	font-weight: bold;
}

.gwt-Label-ItemDescription {
	color: #666;
	font-size: .9em;
}

.gwt-Label-SummaryProperty {
	color: #30556D;
}

.gwt-Label-SummaryValue {
	color: #666;
}

.inf-Page-Summary .gwt-PushButton {
	border: 0px !important;
	padding-top: 0px;
	padding-bottom: 6px;
}

.inf-Page-Summary .gwt-PushButton .html-face td {
	color: #1E75A2;
	font-size: 0.9em;
}

.inf-Page-TabBar {
	background: #E5ECF3;
}

.inf-Page-Tab {
	border: 1px solid #E5ECF3;
	border-bottom: 1px solid rgb(186, 213, 235);
}

.inf-Page-Tab-Label {
	cursor: pointer;
	color: #30556D;
}

.inf-Page-Tab-Label:hover {
	text-decoration: underline;
}

.inf-Page-Tab .gwt-HTML {
	padding: 5px 10px;
	font-size: 0.85em;
}

.inf-Page-Tab-Label-Disabled {
	color: rgb(150, 170, 178);
	cursor: default;
}

.inf-Page-Tab-Label-Disabled:hover {
	text-decoration: none;
}

.inf-Page-Tab-Spacer {
	border-bottom: 1px solid rgb(186, 213, 235);
}

.inf-Page-Tab-First {
	width: 22px;
}

.inf-Page-Tab-Rest {
	
}

.inf-Page-Tab-Active {
	background: #fff;
	border: 1px solid #BAD5EB;
	border-bottom: 1px solid #fff;
	border-left: 1px solid rgb(186, 213, 235);
	border-right: 1px solid rgb(186, 213, 235);
	border-top: 1px solid rgb(186, 213, 235);
}

.inf-Page-Tab-Active:hover {
	text-decoration: none;
}

.inf-Page-Tab-Active .gwt-Label {
	
}

.inf-PageNavigation {
	width: 210px;
}

.inf-PageNavigation .gwt-Label-Header {
	color: #555;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 3px;
}

.inf-PageNavigation .inf-PageNavigationGroup {
	width: 100%;
	border-top: 1px solid #3881B3;
}

.inf-PageNavigation .inf-PageNavigationGroup .ContentCell {
	padding-bottom: 5px;
	background: #fafafa;
}

.inf-PageNavigation .inf-PageNavigationGroup .ContentCell table {
	
}

.inf-PageNavigation .inf-PageNavigationGroup .HeaderCell {
	
}

.inf-PageNavigation .inf-PageNavigationGroup .HeaderCell .gwt-Label {
	background: #eff6ff;
	padding: 3px 7px;
	white-space: nowrap;
	font-weight: bold;
	font-size: .9em;
	color: #555;
}

.inf-PageNavigation .inf-PageNavigationGroup .gwt-ListBox {
	color: #30556D;
	font-size: 0.9em;
	font-weight: bold;
	width: 170px;
}

.inf-PageNavigation .inf-PageNavigationGroup .EmptyLabel {
	color: #999999;
	font-size: .85em;
	padding: 2px 0px 5px 8px;
}

.inf-PageNavigation .NavigationItem {
	margin: 1px;
}

.inf-PageNavigation .NavigationItem .gwt-Hyperlink {
	font-size: 0.85em;
	white-space: nowrap;
	padding-left: 3px;
}

.inf-PageNavigation .NavigationItem .gwt-Hyperlink a {
	text-decoration: none;
	color: #30556d;
	font-weight: bold;
}

.inf-PageNavigation .NavigationItem-Hover .gwt-Hyperlink a {
	color: #3881B3;
}

.inf-PageNavigation .inf-PageNavigationGroup .MoreLess {
	color: #265681;
	cursor: pointer;
	font-size: 0.85em;
	font-style: italic;
	font-weight: bold;
	padding-top: 5px;
}

.inf-PageNavigationModule {
	cursor: pointer;
	border-bottom: 1px solid #ccc;
	width: 100%;
}

.inf-PageNavigationModule-Active {
	background: #fffff6;
}

.inf-PageNavigationModule ImageCell {
	padding-right: 2px;
}

.inf-PageNavigationModule .ModuleHeader {
	text-decoration: none;
	color: #1B5790;
}

.inf-PageNavigationModule .ModuleDescription {
	text-decoration: none;
	font-size: 0.85em;
	color: #666;
}

.inf-NavigationBar {
	width: 210px;
}

.inf-NavigationBar-Cell {
	background: #fafafa;
}

/* #e7e086; */ /*-moz-border-radius-topright: 6px;*/
/*-webkit-border-top-right-radius: 6px; */
/* border-top: 1px solid #3881B3; */
.inf-NavigationBar-Items {
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #fafafa;
}

.inf-NavigationBar-Items>tr>td {
	padding-bottom: 10px;
}

.inf-NavigationBar .gwt-Label-Header {
	background: #fff;
	color: #555;
	font-size: 1.1em;
	font-weight: bold;
	padding-bottom: 3px;
}

.inf-NavigationItem {
	width: 100%;
}

.inf-NavigationItem .HeaderCell {
	
}

.inf-NavigationItem .gwt-CheckBox label {
	font-weight: bold;
}

.inf-NavigationItem .gwt-Label {
	padding-left: 0px;
}

.inf-NavigationItem-Header {
	background: #eff6ff;
	border-top: 1px solid #3881B3;
}

.inf-NavigationItem-Header td {
	padding: 2px;
	color: #444;
	font-size: .9em;
	white-space: nowrap;
	font-weight: bold;
}

.inf-NavigationItem .HeaderCell .gwt-Hyperlink a {
	text-decoration: none;
}

.inf-NavigationItem-Children .gwt-Hyperlink {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 22px;
	white-space: nowrap;
}

.inf-NavigationItem-Children .gwt-Hyperlink a {
	text-decoration: none;
	color: #30556D;
	font-weight: bold;
	font-size: 0.85em;
	white-space: nowrap;
}

.inf-NavigationItem-Children .gwt-Hyperlink a:hover {
	color: #517e9b;
}

.inf-NavigationGroupItem {
	border-top: 1px solid #fafafa;
	border-bottom: 1px solid #fafafa;
}

.inf-NavigationGroupItem-Selected {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #fff url(../img/linkBreadcrumb.gif);
	background-repeat: no-repeat;
	background-position: center left;
}

.inf-NavigationGroupItem .TextCell {
	width: 20px;
}

.inf-NavigationGroupItem .CountCell {
	font-size: 0.85em;
	color: #555;
	padding-right: 2px;
}

.inf-NavigationGroupItem .gwt-Hyperlink {
	cursor: pointer;
}