* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    font-size: 10pt;
    color: #333333;
}


ul {
    list-style: square;
    list-style-position: outside;
    padding-left: 2em;
}

ul li {
    margin-top: .8em;
}

p {
}

a {
    font-weight: bold;
    text-decoration: none;
    color: #404048;
    text-decoration: underline;
}

a:visited {
    font-weight: bold;
    text-decoration: underline;
    color: gray;
}

a:hover {
    color: #336699;
    font-weight: bold;
    text-decoration:underline;
}

/* table properties */
td {
    font-family: sans-serif;
    font-size: 10pt;
    font-weight: normal;
}

th {
    font-size: 10pt;
    text-align: center;
}

img
{
    vertical-align: middle;
}

body {
    font-family: sans-serif;
    font-size: 10pt;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 0px;
    /* background-color: #eeeecc; */
    background-color: #707060;
    width: 1000px;
}

pre {
    margin: 0;
    padding: 0;
}


li.ed {
    list-style: disc url(/images/ed.png);
}

li.ad {
    list-style: disc url(/images/ad.png);
}

li.edad {
    list-style: disc url(/images/edad.png);
}

#bodyWrapper {
    margin: 0 auto;
    width:  980px;
    min-width: 980px;
    background-color: #fefefe;
    padding: 0px;
    padding-right: 10px;
    padding-left: 10px;
    background-image: url(/nfr/images/edge2-middle.png);
    background-repeat: repeat-y;
}

#header {
    width: 980px;
    height: 150px;
    margin: 0px;
    background-color: #404048;
    background-image: url(/nfr/images/nfrsupport-banner.png);
    background-repeat: no-repeat;
    background-position: top left;
}



#footer {
    padding: 0;
    clear: both;
    width: 890px;
    height: 30px;
    background-color: #ffffff;
    margin: auto;
    margin-top: 25px;
    margin-left: 20px;
    padding-top: 2em;
    padding-bottom: 25px;
}

#footerLeft {
    float: left;
    margin: 0px;
    margin-left: 11px;
    padding: 0;
    vertical-align: middle;
}

#footerRight {
    float: right;
    margin: 0px;
    margin-right: 10px;
    padding: 0px;
    height: 25px;
}

#footerRight img {
    margin: 0;
    padding: 0;
}

/*
#footerBottom {
    height: 28px;
    width: 959px;
    clear: both;
    background-color: white;
    
    margin: 0 auto;
    padding: 0;

}

#footerBottomLeft {
    float: left;
    height: 28px;
    width: 50px;
    background-image: url("/images/footer-left.png");
}

#footerBottomRight {
    float: right;
    height: 28px;
    width: 50px;
    background-image: url("/images/footer-right.png");
}
*/

#bodyFooter {
    background-image: url(/nfr/images/edge2-bottom.png);
    background-repeat: no-repeat;
    width: 1000px;
    height: 20px;
}

#bodyHeader {
    background-image: url(/nfr/images/edge2-top.png);
    background-repeat: no-repeat;
    width: 1000px;
    height: 10px;
}

#menuBar {
    width: 130px;
    clear: left;
    float: left;
    height: 30em;
    top: 0px;
    margin-right: 20px;
    margin-top: 25px;
    padding-left: 1.5em;
    padding-top: 1em;
}

#nav {
    padding: 0;
    margin: 0;
    list-style: none;
    top: 0.3em;
}

#nav li {
    float: left;
    position: relative;
    font-weight: bold;
}

#nav li ul {
    top: 1em;
    left: 0;
}


#nav li a {
    color: #404048;
    text-decoration: underline;
    width: 130px;
    display: block;
}


#nav li a:hover {
    color: #336699;
    width: 130px;
    font-weight:bold;
    text-decoration: none;
}


ul.subNav {
    list-style: square;
    padding-left: 2em;
}

ul.subNav a
{
    font-weight: normal;
}

#subMenu {
    float: right;
    position: relative;
    top: 10px;
    left: 0;
    border-left: none 2px navy;
    height: 300px;
    width: 160px;
    text-align: left;
}

#subMenu ul {
    list-style: square;
    padding: 0;
    margin: 0;
    margin-left: 10px;
    padding-left: 10px;
}

#subMenu ul li {
    margin: 0;
    margin-top: 1em;
    padding: 0;
}

#spacer {
    margin: 0;
    padding: 0;
    width: 25px;
    height: 10px;
    float: right;
}

#printFriendly {
    width: 10em;
    float: right;
    height: 48px;
    z-index: 1000;
    margin-right: 2em;
    text-align: right;
    padding-top: 1em;
}

#printFriendly a {
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: right;
    text-decoration: none;
    height: 3em;
}

#printFriendly a,
#printFriendly a:visited {
    color: gray;
}

#printFriendly a:hover {
    color: #336699;
}


#printFriendly a img {
    width:24px;
    height:24px;
    border:none;
}

ol.lower-alpha { list-style-type: lower-alpha }

.date, .warning {
    font-size: 10pt;
    font-weight: bold;
    color: red;
}

.note {
    font-size: 10pt;
    font-weight: bold;
}

.releaseInfo {
    padding-left: 30px;
    width: 740px;
}

.content {
    
}

.code {
    font-family: courier;
    padding:1em;
    border: dotted 1px gray;
    background-color: #f2f2ee;
    display: block;
}
.everythingElse
{
	font-family: Arial;
	font-size: 9pt;
	display: none;
	visibility: hidden;
}

.notice {
    margin-top: 1em;
    padding: 1em;
    border: solid 1px black;
    background-color: #ffffde;
    display: block;
}

.Q, .A {
    font-weight: bold;
    color: navy;
    font-size: larger;
    padding-right: 10px;
}

.platform img {
    vertical-align: middle;
}
.question
{
	text-align: left;
	font-size: 10pt;
	font-family: Arial;
	padding: 2px;
	margin-top: 10px;
}
.question:hover
{
	background-color: #E6F4FF;
	cursor: pointer;
}

.value
{
	padding: 2px;
	background-color: #E6F4FF;
}

/* page navigation styles
    these styles are for bottom or top of content where
    content may divide across multiple pages
    for a single article, for example
*/   

div.pageNavWrapper {
    text-align: center;
    margin: 0 auto;
}

div.pageNav {
    text-align: center;
    margin: 0 auto;
}

ul.pageList {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    padding: 0;
    position: relative;
    top: 0;
    left: 0;
    height: 20px;
    width: 600px;
}

ul.pageList li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    width: 14em;
    border: 1px solid #eee;
}

ul.pageList li a {
    color: gray;
}

ul.pageList li a:visited {
    color: gray;
}  

li.prevPage {

}

li.mainPage {

}

li.nextPage {

}



#navRight {
    float: right;
    clear:right;
    width: 150px;
    margin-right: 15px;
}

#navRight div.submenu {
    padding-top: 35px;
    width: 150px;
    background-image: url(/nfr/images/group_box.png);
    height: 165px;
}

#navRight div.submenu ul {
    padding-left: 2em;
}

/* content area markup */
#content {
    width:600px;
    float: left;
    padding: 0;
    padding-right:20px;
    padding-top: 20px;
    padding-left: 10px;
    text-align: justify;
    position: relative;
    top: 0;
    font-size: 10pt;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 15pt;
}

#content p {
    margin: 0;
    margin-top: 1em;
    padding-left: 1em;
}

#content h1 {
    font-size: 22pt;
    margin: 0;
    margin-top: 1em;
    margin-bottom: 1em;
    font-weight: bold;
    color: #336699;
}

#content h2 {
    margin: 0;
    margin-top: .6em;
    font-size: 14pt;
    font-weight: bold;
}

#content h3 {
    margin: 0;
    margin-top: .6em;
    font-size: 12pt;
    text-decoration: underline;
}

#content h4 {
    margin: 0;
    margin-top: .6em;
}

#content h5 {
    margin-top: 1.5em;
}

#content p {
    margin: 0;
    margin-top: 1em;
    padding-left: 1em;
}

#content ol {
    margin-top: 1em;
    margin-left: 2em;
}

#content ol li {
    margin-top: .8em;
}

p.caption {
    font-style: italic;
}

h1.error_handler {
    font-size: 16;
    text-align: center;
}

#content-header-nobullet {
	list-style-position: inside;
	list-style-type: none;
}
#content-li-bullet {
	list-style-position: outside;
	list-style-type: disc;

