body {
    line-height: 1.7em;
	margin:15px;
}

li {
	margin-bottom: 0.5em;
}

h1 {
    color: #777;
    font-weight: 700;
    line-height: 1.4em; /*Makes sure the line doesn't run into character descenders*/
    border-bottom: 4px solid #777;
	
}

h2 {
    color: #777;
    font-weight: 700;
    line-height: 1.4em; /*Makes sure the line doesn't run into character descenders*/
    border-bottom: 2px dotted #CCC;
}

h3 {
    color: #777;
    text-transform: uppercase;
    font-size: 100%;
}

h4 {
    color: #777;
}

h5 {
    color: #777;
}

a {
	text-decoration:none;
    color: #B00000;

}

/*UIControl is used to have button labels, radio buttons, field labels, window menus, etc.*/
.UIControl {
	background: rgb(201, 224, 255);
	border: 1px solid rgb(201, 224, 255);
	border-radius: 4px 4px 4px 4px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 85%;
	font-weight: 600;
}

/*MenuCascade (span) is used with a main menu list (ex. Fusion Core --> Lots --> Lot Center).*/
.MenuCascade {
	background-color: rgb(187, 228, 187);
	border: 1px solid rgb(187, 228, 187);
	border-radius: 4px 4px 4px 4px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 85%;
	font-weight: 600;
	
}

/*WindowTitle is used to refer to another window in the application.*/
.WindowTitle {
	background: rgb(255, 201, 210);
	background: 1px solid rgb(255, 201, 210);
	border-radius: 4px 4px 4px 4px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 85%;
	font-weight: 600;
}

/*KeyboardShortcut is used for keyboard shortcuts (ex. Command-C).*/
.KeyboardShortcut {
	background: rgb(234, 201, 255);
	background: 1px solid rgb(234, 201, 255);
	border-radius: 4px 4px 4px 4px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 85%;
	font-weight: 600;
}

/*UserInput is used for text the user would enter into a field.*/
.UserInput {
	background: rgb(234, 201, 255);
	background: 1px solid rgb(234, 201, 255);
	border-radius: 4px 4px 4px 4px;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 120%;
	font-weight: 600;
	font-weight: normal;
	font-family: monospace;
}

/*Invisible is used for text we don't want to show the user.*/
.Invisible {
	display: none;
}


/*GeneralEmphasis is used to emphasis some text in the page for general purposes.*/
.GeneralEmphasis {
	font-style: italic;
	font-weight: 700;
}

/*ListedObject (span) is used to emphasis the "title" of a list item. Used, for example, when we use a list to describe the functionality of each field or UI object in a window. The description would follow the title in normal text.*/
.ListedObject {
	font-weight: 700;
	color: #4479c2;
}

/*WarningBlockIcon and WarningBlock are used to highlight a warning type block of text.*/
.WarningBlockDiv {
	padding-bottom: 10px;
}

.WarningBlockIcon {
	float: left;
	margin: 0px 15px 0px 0px;
	width: 64px !important; /*pure-min.css does something funny to this cell (2px wide). This overcomes it. Site only.*/
}

.WarningBlock {
	font-weight: 600;
	background: rgba(185,67,28,0.7);
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid black;
	vertical-align: top;
	width: 100%;
	
}


/*TipBlockIcon and TipBlock are used to highlight a tip type block of text.*/
.TipBlockDiv {
	padding-bottom: 10px;
}

.TipBlockIcon {
	float: left;
	margin: 0px 15px 0px 0px;
	width: 64px !important; /*pure-min.css does something funny to this cell (2px wide). This overcomes it. Site only.*/
}

.TipBlock {
	background: rgba(250,245,124,0.7);
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	padding-right: 10px;
	border: 2px solid black;
	vertical-align: top;
	width: 100%;
}


/*InlineImage is used for images that are shown on a line of text. Usually button pictures or other pictures that are similar height to the text*/
.InlineImage {
	display: inline;
	vertical-align: text-bottom;
}

.fusion-help-list-table th {
	font-size: 100%;
	line-height: normal;
	font-size: 75%;
	background-color: #00a0b8;
	color: white;
	border-color: #00a0b8;
}
.fusion-help-list-table td {
	vertical-align: top;
	font-size: 100%;
	line-height: normal;
	font-size: 85%;
}
