html, body {
background-color: #fff;
margin: 0;
padding: 0;
}
a:link { color: #39c; text-decoration: underline; }
a:visited { color: #069; text-decoration: underline; }
a:hover { color: #c60; text-decoration: underline; }
a:active { color: #c60; text-decoration: underline; }
.hidden {
display: none;
}
ul {
margin: 0; /* eliminate these spacings, we'll put them back in later as necessary */
padding: 0;
}
form {
margin: 0;
}

.mainPage {
position: relative;
width: 758px;
margin: 10px auto 0;
border-top: 1px solid #999;
border-right: 1px solid #999;
border-left: 1px solid #999;
border-bottom: 5px solid #999;
background: transparent url(../images/leftwell_bg.gif) left top repeat-y;
}

/* quick navigation width: 758px;*/
.quicknav {
position: absolute;
top: 10px;
right: 4px;
font: bold 9px Arial, Verdana, Geneva, Helvetica, sans-serif;
color: #069;
}
/* pushes down text in quicknav to keep from aligning with top of search box */
.quicknav #linkWrapper, .quicknav #searchTextWrapper {
margin-top: 4px;
}
.quicknav ul {
display: inline; /* necessary in IE to keep width from ballooning */
height:20px;
}
.quicknav li {
display: inline;
list-style-type: none;
padding-left: 7px;
margin-right: 13px; 
background: transparent url(../images/quicklink_arrow.gif) left center no-repeat;
}
.quicknav a:link { color: #069; text-decoration: none; }
.quicknav a:visited { color: #069; text-decoration: none; }
.quicknav a:hover { color: #39c; text-decoration: underline; }
.quicknav a:active { color: #39c; text-decoration: none; }
li.quicknavOn {
background: transparent url(../images/quicklink_arrow_on.gif) left center no-repeat; 
}
li.quicknavOn a:link { color: #069; text-decoration: none; }
li.quicknavOn a:visited { color: #069; text-decoration: none; }
li.quicknavOn a:hover { color: #39c; text-decoration: underline; }
li.quicknavOn a:active { color: #39c; text-decoration: none; }

#searchFormWrapper {
float: right;
padding-left: 5px;
}

#searchFormWrapper input#search_box {
font-size: 9px;
width: 160px;
height: 1.44em; /* based on 8px font size, to scale if user resizes */
border: 1px solid #39c;
padding-left: 5px;
vertical-align: middle;
}
#searchFormWrapper #submit {
vertical-align: middle;
}
#searchTextWrapper {
float: right;
font: bold 9px Arial, Verdana, Geneva, Helvetica, sans-serif;
color: #069;
}
#linkWrapper {
float: right;
height: 20px;
}

#logo {
position: absolute;
top: 30px;
left: 17px;
width: 149px;
height: 29px;
background: url(../images/sisgraph_logo.gif) top left no-repeat;
}
#logo a {
display: block;
width: 149px;
height: 29px;
}
#logo span {
display: none; /* don't display "alt" text; it's just there for graceful degradation */
}

/* secondary navigation START */
.secondarynav {
float: left;
width: 178px;
padding: 112px 16px 0 0;
font: 11px/150% Verdana,sans-serif;
background-color: #eee;
}
.secondarynav li {
margin-bottom: 5px;
}
.secondarynav ul {
margin-left: 16px;
list-style: none;
}
.secondarynav ul li {
color: #006699;
}
.secondarynav ul li a:link { color: #069; text-decoration: none; }
.secondarynav ul li a:visited { color: #069; text-decoration: none; }
.secondarynav ul li a:hover { color: #39c; text-decoration: none; }
.secondarynav ul li a:active { color: #39c; text-decoration: none; }

.secondarynav ul li.closed {
background: transparent url(../images/arrow_right_dark_blue.gif) 0 .52em no-repeat;
padding-left: 10px;
}
.secondarynav ul li.closed a:link { color: #069; text-decoration: none; }
.secondarynav ul li.closed a:visited { color: #069; text-decoration: none; }
.secondarynav ul li.closed a:hover { color: #39c; text-decoration: none; }
.secondarynav ul li.closed a:active { color: #39c; text-decoration: none; }

.secondarynav ul li.open {
background: transparent url(../images/arrow_down_dark_blue.gif) 0 .52em no-repeat;
padding-left: 10px;
color: #c60;
}
.secondarynav ul li.open a:link { color: #c60; text-decoration: none; }
.secondarynav ul li.open a:visited { color: #c60; text-decoration: none; }
.secondarynav ul li.open a:hover { color: #c60; text-decoration: none; }
.secondarynav ul li.open a:active { color: #c60; text-decoration: none; }

.secondarynav ul ul {
margin-top: 3px;
margin-left: 8px;
}
.secondarynav ul ul li.closed {
background: transparent url(../images/arrow_right_light_blue.gif) 0 .52em no-repeat;
padding-left: 10px;
}
.secondarynav ul ul li.closed a:link { color: #069; text-decoration: none; }
.secondarynav ul ul li.closed a:visited { color: #069; text-decoration: none; }
.secondarynav ul ul li.closed a:hover { color: #39c; text-decoration: none; }
.secondarynav ul ul li.closed a:active { color: #39c; text-decoration: none; }

.secondarynav ul ul li.open {
background: transparent url(../images/arrow_down_light_blue.gif) 0 .52em no-repeat;
padding-left: 10px;
color: #c60;
}
.secondarynav ul ul li.open a:link { color: #c60; text-decoration: none; }
.secondarynav ul ul li.open a:visited { color: #c60; text-decoration: none; }
.secondarynav ul ul li.open a:hover { color: #c60; text-decoration: none; }
.secondarynav ul ul li.open a:active { color: #c60; text-decoration: none; }
/* secondary navgation END */


/* main content styles START 514*/
.content {
float: left;
width: 514px;
min-height: 400px;
padding: 112px 23px 25px 23px;
font: 11px/150% Verdana, Arial, Geneva, Helvetica, sans-serif;
}
.content p {
margin: 0 0 1em 0;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content h7 {
margin: 0 0 8px 0;
}
.content h1 {
color: #069;
font: bold 21px/23px Helvetica, Arial, sans-serif;
}
.content h2 {
color: #666;
font: bold 17px/19px Helvetica, Arial, sans-serif;
}
.content h3 {
color: #69c;
font: bold 15px/17px Helvetica, Arial, sans-serif;
text-decoration: none;
}
.content h4, .content h5, .content h6 {
color: #999;
font: bold 13px/15px Helvetica, Arial, sans-serif;
}
.content ul {
margin-bottom: 1em;
list-style: none;
}
.content ul li {
background: transparent url(../images/line_bullet_blue.gif) 0 .5em no-repeat;
padding-left: 10px;
}
.content ul.multiline li {
margin-bottom: 1em;
}
.content ul ul {
margin-left: 10px;
margin-bottom: 0;
list-style: none;
}
.content ul ul li {
background: transparent url(../images/line_bullet_sm_blue.gif) 0 .5em no-repeat;
padding-left: 10px;
}
.content img.inlineFloat {
float: left;
/*margin: 0 5px 5px 0;*/
margin: 0 0px 0px 0;
}
.content .inlineHeader {
font-weight: bold;
}
/*added next style after inlineFloat was modified */
.content img.prodimgFloat {
float: left;
margin: 4px 10px 0px 0px;
}

.content img.level2a {
float: left;
margin: 6px 10px 0px 0px;
}

/*Right Panel Table Style START */
.rightpanel {
width: 170px;
margin: 0px 0px 0px 14px;
border-collapse:collapse
}
.rightpanel th{
padding: 3px 10px 3px 10px;
text-align:left;
color:#FFFFFF;
background-color: #6699CC;
}
.rightpanel td{
padding: 3px 10px 3px 10px;
background-color: #EEEEEE;
}

.rightpanel_title{
color: #666666;
font-weight: bold;
}
/*Right Panel Table Style END */


/* styles from old site START */
.content .small {
font-size: 10px;
}
.content .quote { 
font-size: 12px;
font-weight: bold; 
line-height: 15px;
}
.content .alert { 
color:#c00
}
.content .imgCaption {
font-size: 10px;
color: #999;
}
.content .image {
padding: 5px;
}
.content select {
font: 11px Arial, Geneva, Helvetica, sans-serif;
}
.content input {
font: 11px/150% Verdana, Arial, Geneva, Helvetica, sans-serif;
}
.content input.submit {
color: #fff;
background-color: #3399CC;
font-weight: bold;
}
.content input.checkbox, .content input.radiobutton {
border: 0;
}
.content img.arrowLink {
vertical-align: text-bottom;
}
.content h3 img.arrowLink {
vertical-align: middle;
}
/* styles from old site END */


/*.introduction h1 {
margin: 0;
}
*/
.navigator {
border: 1px solid #ccc;
}
/*
.navigator h2 {
margin: 0;
}
*/
.subsection {
clear: both;
width: 100%;
}

.formattedTable {
border: 1px solid #ccc;
border-collapse: collapse;
}
.formattedTable th {
border: 1px solid #ccc; 
color: #006699;
font-weight: bold;
background-color: #eff3f5;
}
.formattedTable td { 
border: 1px solid #ccc;
empty-cells: show; 
}
/* main content styles END */

div.clearAll {
clear: both;
width: 1px; /* necessary to prevent IE character echos when there are comments are between floats. See "IE6/Win: floats, comments and characters echo" at http://www.brunildo.org/test/IEecho.html */
background-color: transparent; /* for IE so as to render vertically small enough */
font-size: 1px; /* for IE so as to render vertically small enough */
}

.footer {
width: 758px;
margin: 0 auto;
padding: 6px 0 25px;
}
.footer p {
margin: 0;
font: 9px/150% Verdana, Arial, Geneva, Helvetica, sans-serif;
}
.footer #version {
float: left;
width: 33%;
}
.footer #copyrightLinks {
float: right;
width: 67%;
text-align: right;
color: #069;
font-family: Arial, Geneva, Helvetica, sans-serif;
font-weight: bold;
}
.footer #copyrightLinks a:link { color: #069; text-decoration: none; }
.footer #copyrightLinks a:visited { color: #069; text-decoration: none; }
.footer #copyrightLinks a:hover { color: #666; text-decoration: none; }
.footer #copyrightLinks a:active { color: #666; text-decoration: none; }