/* ****************************************************************************
 * FMC Stencils Stylesheet
 * 
 * 
 * --==[ Standard Colors, taken from FMC Logo ]==--
 * Background:      #749CAF (R 116, G 156, B 175; H 133, S 65, L 137)
 * Foreground text: #466879 (R 70, G 104, B 121; H 133, S 64, L 90)
 *                          (slightly darker)
 *
 * --==[ Original Colors, "purple" ]==--
 * Background     : #58648c (R 88, G 100, B 140; H 151, S 55, L 107)
 *                  #B198F4 (R 177, G 152, B 244; H 171, S 194, L 186)
 * Foreground text: #320880 (R 50, G 8, B 128; H 174, S 212, L 64)
 *
 * ****************************************************************************
 */

/* GENERAL */

* {
    font-family: arial, helvetica, sans-serif;
    font-size:   10pt;
}

img {
    border: 0px;
}

h1, h2, h3, h4 {
    font-family: book antiqua, serif;
}
    
/* SPECIAL */

h1 { 
	font-size:           24pt;
	/*border-bottom-width: medium; 
	border-bottom-style: double;*/
    border-style:        solid;
    border-width:        1px;
    border-color:        black; /* #466879;*/
	padding:             5px;
	color:               white; /* #466879;*/
	background-color:    #749CAF;
}

h2 { 
	font-size:        18pt;
	border-width:     1px;
	border-style:     solid;
	border-color:     black;
	padding:          0.1cm;
	text-align:       justify;
	color:            white;
	background-color: #749CAF;
}

h3 { 
	font-size:           14pt;
	font-style:          italic;
	border-bottom-width: 1px;
	border-bottom-style: solid;
    border-bottom-color: #466879;
  	text-align:          justify; 
	color:               #466879;
}

h4 {
	font-size:           13pt;
    color:               #888;
}

/* bad idea, IDs are unique */
#highlight {
	font-weight: bold;
	color:       #466879;
}
 
/* IDs must be unique in a document, thus a class "highlight" is better */
.highlight {
	font-weight: bold;
	color:       #466879;
}

code {
    font-family: monospace;
}

ul.separated li, ol.separated li {
    margin-bottom: 1em;
}

ul.separated li ul {
    margin-top: 0.3em;
}

ul.separated li ul li {
    margin-bottom: 0em;
}

#sitemap tr td ul li ul {
    margin-left: 1.5em;
    padding-left: 0em;
}

#troubleshoot {
    border-collapse: collapse;
}

#troubleshoot thead tr th {
    font-family: book antiqua, serif;
	font-size:           14pt;
	font-style:          italic;
	color:               #466879;
}

#troubleshoot tr td, #troubleshoot thead tr th {
    border: 1px solid black;
    padding: 1em;
}

.todo {
    background-color: yellow;
}
