/* Style sheet for BIZET Readme web */
table {width: 100%}
hr {text-align: left}

/* Default fonts */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}
code {font-family: courier; font-weight: bold}

a:link {color: #1F5B97}
a:visited {color: #6699CC}

/* Give hyperlinks a hover-color */
a:hover {color: #ff0000}

h1, h2 {
	padding: 6px;
	background-color: #DBDEE4;
	font-family: Franklin Gothic Medium, "trebuchet ms", trebuchet, tahoma, verdana, arial, sanserif;
	color: #003366;
	text-transform: uppercase;
}
h3 {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
	
h3, h4, h5, hr {
	padding: 3px;
	font-family: Franklin Gothic Medium,"trebuchet ms", trebuchet, tahoma, verdana, arial, sanserif;
	color: #003366;
}

	
h5 {width: 40%}

hr {left: 0px; height: 5px}

#header img {
  margin: 5px 25px 5px 20px; vertical-align: middle;
  }

/* Highlight sections that need review (used during beta)  */
span.rfc
{
	background-color: #FFEEAA;
}

/* Highlight fixes to recently-introduced problems */
span.newfix
{
	font-weight: bold;
	color: #AAAA44;
}

/* Highlight new changes (used during beta) */
span.new
{
	font-weight: bold;
	font-size: xx-small;
	background-color: #FFFF99;
	color: #000000;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	padding: 1px 5px;
	white-space: nowrap;
}

/* For highlighting specific key-caps */
kbd
{
	font-family: verdana, arial, sanserif;
	font-weight: bold;
	font-size: 80%;
	background-color: #EEEEEE;
	border-style: outset;
	padding: 0px 5px 0px 5px;
	border-width: 1px 1px 1px 1px;
}

/* For highlighting MMOS.INI directives */
div.mmosini {margin-left: 40px; font-weight: bold}

/* For the graphical header bar */
.headerrepeat {
	background-image: url(headerrpt.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

/* For the graphical header bar */
.headertitle {
	font-family: "Franklin Gothic Medium", "trebuchet ms", trebuchet, tahoma, verdana, arial, sanserif;
	font-size: 26px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: top;
	padding-top: 14px;
	text-align: left;
	padding-left: 10px;
	line-height: 24px;
	background-color: transparent;
}

/* For the graphical header bar */
.headerrepeat2 {
	background-image: url(headerrpt2.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

/* For the graphical header bar */
.headerblank {
	background-color: #FFFFFF;
}

table.header {padding: 0px; background-color: #FFFFFF; border: none}

table {background-color: #224477; padding: 1px}

/* Set table element colors */
th {color: #003366; background-color: #DBDEE4}
td {background-color: #FFFFFF}
