* {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

hr {
    margin-top: 1em;
    margin-bottom: 1em;
}
/*
th, td {
    text-align: left;
    vertical-align: top;
	padding-left: .5em;
	padding-right: .5em;
}*/

a.mo{
    position:relative;
    color:#000;
    #top:100px;
    #left:50px;
    text-decoration:none;
    text-align:center;
  }


a.mo span{display: none}

a.mo:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-5px;
    width:20em;
    background-color: yellow;
    left: 60px;
    color:#000;
    text-align: center;
    padding:0px;
  }

a.mo:hover span:after{ /*the span will display just on :hover state*/
    content:'';
    position:absolute;
    bottom:-11px;
    width:2px;
    height:5px;
    #border-bottom:5px solid #0cf;
    #border-right:5px solid #0cf;
    #background:#cff;
    left:50%;
    margin-left:-5px;
    -moz-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
  }


.hidden {
    display: none;
}

.invisible {
    visibility: hidden;
}

.clear {
    clear: both;
}

.marspic{
  left: 100px;
  position: absolute;
}

.floatright{
  left: 600px;
  position: absolute;
}


body {
    font-size: 80%;
    background: white;
}

h1 {
    margin-top: 0;
    margin-bottom: .5em;
    font-size: 200%;
}

h2 {
    margin-top: 1em;
    margin-bottom: .5em;
    font-size: 125%;
}

p {
    margin-top: .6em;
    margin-bottom: 1.4em;
    max-width: 45em;
}

li {
    max-width: 45em;
}

li.list{
 font-size: 50%;
 list-style-position: inside;
 list-style-type: circle;
 list-style-image: url(images/arrow_vol.gif);
 margin: 10px 1px 0 5px;
}

li.none{
  list-style-type: none;
}

#cass_font{
  font-size: 60%;
}

#header {
    position: relative;
}

#limittext{
  margin-left:15px;
  margin-top: 0px;
  float: left;
  width: 350px;
}

#limittext2{
  margin-left:15px;
  margin-top: 0px;
  float: left;
  width: 310px;
}


.nonvisual {
    display: block;
    position: absolute;
    top: 0;
    left: -1000px;
}

#logo {
    float: left;
    margin: 9px;
}


#logo img {
    vertical-align: middle;
}

#logo a {
    color: black;
    background: transparent;
    font-size: 16px;
    text-decoration: none;
}

#search {
    float: right;
    padding: 4px 11px 4px 32px;
    color: white;
    background: #006699;
}

#search * {
    font-size: 13px;
}

#search p {
    margin: 0;
}

#search input.text {
    margin: 2px 0px;
}

#search input.submit {
    padding: 0px 5px;
}

#search select {
    margin: 2px 0px;
}

#tax {
  margin: 0px 150px;
}

#nasaLinks {
    float: right;
    padding-left: 2em;
    padding-right: 28px;
    padding-top: 1em;
    font-size: 11px;
}

#nasaLinks a {
    color: #666666;
    background: transparent;
    text-decoration: none;
}

#nasaLinks a:hover {
    text-decoration: underline;
}

#footer {
  clear: both;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9pt;
  line-height: 1.2em;
  margin: 50px 0 0 0;
  padding: 10px;
}

#footer p {
  margin: 0;
  padding: 0;
}

#footer img {
  padding-right: 1em;
}

#footer .left {
  float: left;
}

#footer .right {
  float: right;
}

#menu {
    position: relative;
    color: white;
    background: #666666;
    margin-bottom: 2px;
}

#menu ul {
    float: left;
    padding: 0;
    list-style: none;
}

#menu li {
    float: left;
    border-right: 1px solid white;
}

#menu li.last{
    border-right: none;
}

#menu a {
    display: block;
    padding: .2em 1em;
    color: white;
    background: #666666;
    font-family: "Arial Narrow", "Helvetica Narrow", Arial, Helvetica, sans-serif;
    font-size: 100%;
    text-decoration: none;
    text-transform: uppercase;
}

body.menu_home #home,
body.menu_about #about,
body.menu_data #data,
body.menu_education #education,
body.menu_external #external,
body.menu_contact #contact,
body.menu_site #site,
#menu li.selected {
    padding-bottom: 2px;
    margin-bottom: -2px;
    background: white;
    border-left: 1px solid white;
    border-right: 2px solid white;
}

body.menu_home #home {
    /*visibility: hidden;*/
}

body.menu_home #home,
body.menu_about #about,
#menu li.first {
    border-left: none;
}

body.menu_home #home, body.menu_home #home a,
body.menu_about #about, body.menu_about #about a,
body.menu_data #data, body.menu_data #data a,
body.menu_education #education, body.menu_education #education a,
body.menu_external #external, body.menu_external #external a,
body.menu_contact #contact, body.menu_contact #contact a,
body.menu_site #site, body.menu_site #site a,
#menu li.selected, #menu li.selected a {
    color: white;
    background: #d96c00;
}

#menu a:hover {
    text-decoration: underline;
}

#submenu {
    position: relative;
    height: 1.6em;
    color: white;
    background: #d96c00;
}

body.home #submenu {
    /*visibility: hidden;*/
}

#submenu ul {
    float: left;
    list-style: none;
    padding-left: 1em;
}

#submenu li {
    float: left;
    padding: .2em 1.5em .2em 0em;
}

body.menu_item_about_about #about_about,
body.menu_item_about_faq #about_faq,
body.menu_item_about_organization #about_organization,
body.menu_item_about_phone_book #about_phone_book,
body.menu_item_contact_contact #contact_contact,
body.menu_item_education_education #education_education,
body.menu_item_contact_feedback #contact_feedback,
body.menu_item_data_asteroids #data_asteroids,
body.menu_item_data_data_search #data_data_search,
body.menu_item_data_text_search #data_text_search,
body.menu_item_data_data_set_status #data_data_set_status,
body.menu_item_data_data_structure #data_data_structure,
body.menu_item_data_how_to_search #data_how_to_search,
body.menu_item_data_index #data_index,
body.menu_item_data_missions #data_missions,
body.menu_item_data_search_results #data_search_results,
body.menu_item_data_targets #data_targets,
body.menu_item_external_external_sites #external_external_sites,
body.menu_item_site_site #site,
body.menu_item_tools_archive_lifecycle #tools_archive_lifecycle,
body.menu_item_tools_archiving_process #tools_archiving_process,
body.menu_item_data_archiving #data_archiving,
body.menu_item_tools_cost_analysis_tool #tools_cost_analysis_tool,
body.menu_item_tools_data_dictionary_lookup #tools_data_dictionary_lookup,
body.menu_item_tools_finding_data #tools_finding_data,
body.menu_item_data_index #data_index,
body.menu_item_data_catalog #data_catalog,
body.menu_item_home_weather #home_weather,
body.menu_item_home_ads #home_ads,
body.menu_item_home_nrs #home_nrs,


body.menu_item_tools_proposing #tools_proposing,
body.menu_item_tools_peer_reviews #tools_peer_reviews,
body.menu_item_tools_reference_lookup #tools_reference_lookup,
body.menu_item_tools_standards_reference #tools_standards_reference,
body.menu_item_tools_tools_for_preparers #tools_tools_for_preparers,
body.menu_item_tools_tools_for_proposers #tools_tools_for_proposers,
body.menu_item_tools_tools_for_researchers #tools_tools_for_researchers,
#submenu li.selected {
    padding-left: .7em;
    background: transparent url(images/arrow.gif) no-repeat 0em .5em;
    font-weight: bold;
}

#submenu a {
    color: white;
    background: #d96c00;
    font-size: 95%;
    text-decoration: none;
}

#submenu a:hover {
    text-decoration: underline;
}

#sidebar {
    clear: both;
    float: left;
    width: 15em;
    padding: 16px 1em 1em 13px;
}

#sidebar {
    display: none;
}

body.sidebar #sidebar {
    display: block;
}

.sidebarSection {
    border: 1px solid #006699;
    margin-bottom: 1em;
}

.sidebarSection h2 {
    margin: 0;
    padding: .1em .5em;
    color: white;
    background: #006699;
    font-size: 120%;
}

.sidebarsection h2 {
    margin: 0;
    padding: .1em;
    color: white;
    background: #006699;
    font-size: 100%;
}


.sidebarSection h3 {
    margin: 0;
    padding: .6em .5em .1em .5em;
    color: black;
    background: white;
    font-size: 100%;
}

.sidebarSection ul {
    list-style: none;
    padding-left: 0;
    padding-top: .3em;
    padding-bottom: .8em;
}

.sidebarSection li {
    padding: .2em .5em;
    font-size: 100%;
}

.sidebarSection li.list{
 font-size: 70%;
 list-style-position: inside;
 list-style-type: circle;
 list-style-image: url(images/arrow_vol.gif);
 line-height: 1.0em;
 margin: 0px 0px 0px 0px;
 padding: 4px 5px .8em 5px;
}

.sidebarSection2 {
    border: 1px solid #006699;
    margin-bottom: 1em;
}

.sidebarSection2 h2 {
    margin: 0;
    padding: .1em .5em;
    color: white;
    background: #d96c00;
    font-size: 120%;
}

.sidebarsection2 h2 {
    margin: 0;
    padding: .1em;
    color: white;
    background: #006699;
    font-size: 100%;
}

.sidebarSection2 h3 {
    margin: 0;
    padding: .6em .5em .1em .5em;
    color: black;
    background: white;
    font-size: 100%;
}

.sidebarSection2 ul {
    list-style: none;
    padding-left: 0;
    padding-top: .3em;
    padding-bottom: .8em;
}

.sidebarSection2 li {
    padding: .2em .5em;
    font-size: 100%;
}

.sidebarSection2 li.list{
 font-size: 70%;
 list-style-position: inside;
 list-style-type: circle;
 list-style-image: url(images/arrow_vol.gif);
 line-height: 1.0em;
 margin: 0px 0px 0px 0px;
 padding: 4px 5px .8em 5px;
}

.red{
  color: red;
}

.crimson{
  color: #B0171F;
}

.green{
  color: #00FF00;
  background-color: #00FF00;
}

.sidebarSection li.none{
  list-style-type: none;
}

.sidebarSection li.sublist{
 font-size: 70%;
 list-style-position: inside;
 list-style-type: circle;
 list-style-image: url(images/arrow_vol.gif);
 line-height: 1.0em;
 margin: 0px 0px 0px 0px;
 padding: 2px 0px .3em 30px;
}

.sidebarSection li.subsublist{
 font-size: 70%;
 list-style-position: inside;
 list-style-type: circle;
 list-style-image: url(images/arrow_vol.gif);
 line-height: 1.0em;
 margin: 0px 0px 0px 0px;
 padding: 2px 0px .3em 40px;
}

.sidebarSection2 li.none{
  list-style-type: none;
}

.sidebarSection2 li.sublist{
 font-size: 70%;
 list-style-position: inside;
 list-style-type: circle;
 list-style-image: url(images/arrow_vol.gif);
 line-height: 1.0em;
 margin: 0px 0px 0px 0px;
 padding: 2px 0px .3em 30px;
}

.sidebarSection2 li.subsublist{
 font-size: 70%;
 list-style-position: inside;
 list-style-type: circle;
 list-style-image: url(images/arrow_vol.gif);
 line-height: 1.0em;
 margin: 0px 0px 0px 0px;
 padding: 2px 0px .3em 40px;
}


.sidebarLink {
    padding: .2em .5em .8em 1.2em;
    background: transparent url(images/plus.gif) no-repeat .5em .5em;
    font-size: 90%;
}

.sidebar a {
    color: #0000CC;
    text-decoration: none;
}

.sidebar a:hover {
    text-decoration: underline;
}

#picsize{
  width: 50%;
  height: 75%;
  text-align: center;
}

a.green:link{
  color: green;
}

#othercontent {
   width: 700px;
    /*margin-left: 2%;
    margin-right: 2%;*/
    /*border-color: #006699;
    border-width: 1px;
    border-style: solid;*/
}

#content {
    margin-left: 13px;
    margin-right: 13px;
    padding-top: 13px;
}

#leftothercontenttext{
  margin-left: 13px;
  margin-right: 13px;
  padding-top: 13px;
  line-height: 1.5em;
  font-weight: normal;

}

#leftothercontent {
    /*border-color: #203351;*/
    border-color: #006699;
    border-width: 1px;
    border-padding: 0px;
    border-style: solid;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 5%;
    margin-top: 16px;
    font-size: 16px;
}

#leftothercontentnb {
    /*border-color: #203351;
    border-color: #006699;
    border-width: 1px;
    border-padding: 0px;
    border-style: solid;*/
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 5%;
    margin-top: 16px;
    font-size: 16px;
}


#strimg{
  margin-left: 10px;
  margin-right: 10px;
  max-height: 300px;
}


#indenttext {
  margin-left: 20px;
}

#longindenttext {
  margin-left: 50px;
}

#longindenttext2 {
  margin-left: 15px;
}

#smalltext{
  margin-left: 20px;
  font-size: 8pt;
  max-width: 400px;
}

#textdisplaylong{
float: left;
margin: 0px 0 0 30px;
padding: 0 0 0 0;
width: 400px;
}

#vimspicrightfloata {
  margin-right: 20 ;
  position: absolute;
  overflow: hidden;
  float: right;
  width: %;

}

#vimspicrightfloatb {
  top: 40%;
  margin-left: 40%;
  position: absolute;
  overflow: hidden;
  float: right;
  /*width: 35%;
  height: 50%;*/
}


#picrightfloat {
  overflow: hidden;
  float: right;
  margin: 0px 0px 0px 0px;
  /*width: 35%;
  height: 50%;*/
}


#tablecenter{
 width: 50%;
 border=0;
 margin-left: 25%;
 margin-right: 15%;
}


#tableleftalign{
 width: 80%;
 border=0;
 margin-left: 5%;
 margin-right: 10%;

}

#tabletextpadding{
  width: 50%;
  padding: 0px 0px 0px 5%;
}

#tabletextalign{
  width: 50%;
  padding: 0px 0px 0px 50px;
}


#textalignleft{
  margin-left: 30px;
  margin-top: 0px;
  /*max-width: 15em;*/
  line-height: 1.5em;
  font-weight: normal;
  padding: 0px 30px 0px 0px;
}

#textalignleftnew{
  margin-left: 5%;
  margin-top: 0px;
  /*max-width: 15em;*/
  line-height: 1.5em;
  font-weight: normal;
  padding: 0px 30px 0px 0px;
}




#textalignleftfloat{
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 0px;
  line-height: 1.5em;
  font-weight: normal;
  padding: 0px 0px 0px 0px;
}

#textalignleftlim{
  margin-left: 5%;
  margin-top: 0px;
  max-width: 50%;
  line-height: 1.5em;
  font-weight: normal;
}

#textalignleftrightlim{
  margin-left: 5%;
  margin-top: 0px;
  max-width: 80%;
  line-height: 1.5em;
  font-weight: normal;
}

#textaligntrightlim{
  background-color: red;
  color: red;
  margin-left: 5%;
  margin-top: 0px;
  line-height: 1.5em;
  font-weight: normal;
  text-align: center;
  overflow: hidden;
}





#textalignright{
  margin-left: 80%;
}

html, body{
  height: 100%;
}


.blockquote {
    margin-left: 25px;
    margin-right: 25px;
}

body.sidebar #content {
    margin-left: 18em;
}

body.sidebar #othercontent {
    margin-left: 18em;
}


.search_form a {
    color: #0000CC;
    text-decoration: underline;
}

a {
    color: #0000CC;
}

.refinements a {
    font-size: 90%;
    text-decoration: underline;
}

/* Content formatting */

ul {
    padding-left: 1em;
}

ol {
    padding-left: 1.5em;
}

.vertMenu {
    float: left;
    width: 14em;
    margin: 1em;
}

.vertMenuColumn1 {
    margin-left: 0em;
}

.vertMenuColumn2 {
    margin-right: 0em;
}

.vertMenu h2 {
    margin: 1em .5em .5em 0em;
    font-size: 120%;
}

.vertMenu ul {
    margin: 0em;
    padding: 0em;
    list-style: none;
}

.vertMenu li {
    margin-top: 1em;
    line-height: 1em;
}

table.description th, table.description td {
    width: 37em;
    border: none;
    padding: .7em 0em .7em 1em;
}

table.description th.term, table.description td.term {
    width: 12em;
    padding: .7em 1em .7em 0em;
}

th.width1, td.width1 {
    width: 11em;
    padding: .7em 1em;
}

th.width2, td.width2 {
    width: 24em;
    padding: .7em 1em;
}

.linkList a {
    display: block;
}

table.nameValue th {
    padding-right: 2em;
}

table.nameValue th, table.nameValue td {
    padding-bottom: .5em;
}

/*
 * Styles for candystriped tables and results.
 */
.even, .even td {
  background: #e6eef2;
}

/*
 * Styles for popup windows.
 */
.popup .closeLink {
  text-align: right;
  margin-right: 2em;
 }

 .popup * {
   clear: both;
 }

 .popup pre {
   float: left;
   margin: 0em 0em 1em 0em;
   padding: .5em;
   border: 1px solid gray;
   font-family: monospace;
   font-size: 120%;
 }

 .popup table {
   margin: 0em 0em 1em 0em;
 }

 .popup th, .popup td {
   padding: .2em .5em;
 }

 .textright {
   float: right;
 }

 /*
  * Styles for embedded tabbed panes.
  */

 ul.tabs {
  /* Add top padding to account for tab top padding, placement, and border,
     and indent a little from the left edge. */
  margin: 0em;
  padding: 8px 0px 0px 1em;
  background: transparent url(images/gray-30-1x1.gif) repeat-x left bottom;
  vertical-align: bottom;
  white-space: nowrap;
}

ul.tabs li {
  display: inline;
  list-style-type: none;
  margin: 0em .2em;
  /* Pad the top and bottom a little, and raise the tab above the 1-pixel
     background image, so it shows through. */
  position: relative;
  bottom: 4px;
  padding: 3px 0em;
  background: #e5e5e5;
  /* Use border colors to give a 3-D look. */
  border-width: 1px;
  border-style: solid solid none solid;
  border-color: #f2f2f2 #c2c2c2 black #f2f2f2;
}

ul.tabs li.selected {
  /* Pad the tab by one more pixel, thus dropping the bottom DOWN by one pixel,
     so that our background covers up the UL background. */
  padding: 3px .5em 4px .5em;
  background: white;
  border-color: #c2c2c2 #4d4d4d black #c2c2c2;
}

ul.tabs a {
  padding: 0em .5em;
  text-decoration: none;
  color: black;
}

ul.tabs a:hover {
  color: blue;
}

/* A definition list. */

dl.definitions dt {
  width: 20%;
  float: left;
  font-weight: bold;
}

dl.definitions dd {
  margin-left: 21%;
}

dl.definitions dt, dl.definitions dd {
  padding-bottom: 1.4em;
}

/* Search results styles */

.remove_box {
  vertical-align: 1px;
  border: 1px solid #C0C0C0;
  background: #F0F0F0;
  color: #FF0000;
  padding: 0px 3px 2px 3px;
  text-decoration: none;
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

.results {
  list-style: none;
  margin: 0;
  padding: 0;
}

.result {
  padding: .25em 0em .25em 0em;
}

.resultgroup {
  clear: both;
  padding-top: 1em;
}

.resultgroup .result {
  padding-left: .5em;
}
/* Huygens sheets */

#header1 {
	FONT-SIZE: 93%; BACKGROUND: url(images/bg.gif) #dae0d2 repeat-x 50% bottom; FLOAT: left; WIDTH: 100%; LINE-HEIGHT: normal
}
#header1 UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 10px; LIST-STYLE-TYPE: none
}
#header1 LI {
	PADDING-RIGHT: 0px; PADDING-LEFT: 5px; BACKGROUND: url(images/left.gif) no-repeat left top; FLOAT: left; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
#header1 A {
	PADDING-RIGHT: 10px; DISPLAY: block; PADDING-LEFT: 6px; FONT-WEIGHT: bold; BACKGROUND: url(images/right.gif) no-repeat right top; FLOAT: left; PADDING-BOTTOM: 4px; COLOR: rgb(39,84,175); PADDING-TOP: 5px; TEXT-DECORATION: none
}
#header1 A {
	FLOAT: none
}
#header1 A:hover {
	COLOR: #333
}
#header1 #current {
	BACKGROUND-IMAGE: url(images/left_on.gif)
}
#header1 #current A {
	BACKGROUND-IMAGE: url(images/right_on.gif); PADDING-BOTTOM: 5px; COLOR: #333
}

.holdingsGray {
        border-width: 1px;
        background-color: #CCCCCC;
}
.holdingsRow {
        height: 40px;
        background-color: #FFFFD7;
}
.style20 {
        font-size: 8pt;
}
.style26 {
        border: 1px solid green;
        font-size: 12px;
        background-color: #FFFFFF;
}
.style30 {
        font-weight: bold;
        font-size: 8pt;
        text-align: center;
        background-color: #FFCC99;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style:none;
        border-top-style:none;
        border-bottom-color:green;
        align: top;
        height: 28px;


}
.style31 {
        padding-left: 12px;
        padding-right: 12px;
        background-color: #FFFFFF;
}
.style32 {
        border-width: 1px;
        font-size: 8pt;
        background-color: #FFFFFF;
}
.style33 {
        height: 15px;
        border-width: 1px;
        background-color: #EFEFEF;
}
.style34 {
        height: 40px;
        background-color: #FFFFCC;
}
.style35 {
        height: 29px;
        background-color: #FFFFCC;
}
.style36 {
        font-family: arial;
        font-weight: bold;
        background-color: #FFCC99;
        border-left-style:none;
        border-right-style: none;
        border-top-style: none;
        border-bottom-style: none;
        border-bottom-color:green;
        color: black;
        height: 28px;
        valign: top;
        text-align: center;
        margin-top:2;
        margin-bottom:2;
        align: center;
}
.style38 {
        font-family: arial;
        border-width: 1px;
        font-size: 8pt;
        background-color: #FFFFCC;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-top-style: none;
        border-bottom-color:green;
        height: 30px;
        font-weight: normal;
        color: black;
        margin-top: 5px;
        margin-bottom: 5px;
}

.style38 a {
  font-size: 8.0pt;
  font-weight: bold;
  font-family: arial;

}

.style40 {
        border-width: 1px;
        background-color: #FFFFCC;
}

.style41 {
        border-width: 1px;
        font-size: 8pt;
        background-color: #DEDEDE;
        border-left-style: none;
        border-top-style: none;
        border-bottom-color: green;
        height: 30px;
        border-right-style: none;
        border-bottom-style: none;
        font-weight: normal;
        color: black;
        margin-top: 2px;
        margin-bottom: 2px;
}

.style41 a {


        font-size: 8.0pt;
        font-weight: bold;
        font-family: arial;
}

.style44 {
        border-width: 1px;
        background-color: #EFEFEF;
}
.style45 {
        height: 40px;
        background-color: #EFEFEF;
}

#casslogo {
   padding: 20px 20px 0px 20px;
}

#cassinipicleftfloat {
   float: right;
   padding: 50px 0px 0px 0px;
}


#cassinipicright {
    margin-left: 30px;
    margin-right: 20px;
    padding: 0px 0px 0px 0px;
}

#cassinipicrightfloat {
  overflow: hidden;
  float: right;
  /*margin: 0px 5px 0px 0px;*/
  width: 35%;
  height: 50%;
  /*margin-left: 100px;
  margin-right: 10px;
  margin-bottom: 10px;*/
  font-size: 9pt;
  text-align: left;
  padding: 0px 50px 0px 0px;
}

#cassinipicrightfloat2 {
  overflow: hidden;
  float: right;
  width: 35%;
  height: 50%;
  font-size: 9pt;
  text-align: left;
  padding: 0px 68px 0px 0px;
}




#cassinipictextfloat {
  overflow: hidden;
  float: right;
  /*margin: 0px 5px 0px 0px;*/
  width: 42%;
  height: 50%;
  /*margin-left: 100px;
  margin-right: 10px;
  margin-bottom: 10px;*/
  font-size: 9pt;
  text-align: left;
  padding: 0px 10px 0px 0px;
}


#cassinipicrightfloatfixed {
  overflow: hidden;
  float: right;
  /*margin: 0px 5px 0px 0px;*/
  /*margin-left: 100px;
  margin-right: 10px;
  margin-bottom: 10px;*/
  font-size: 9pt;
  text-align: left;
  padding: 0px 50px 0px 0px;
}


#userguidepicrightfloat {
  overflow: hidden;
  float: right;
  width: 35%;
  height: 50%;
  font-size: 9pt;
  text-align: left;
  padding: 0px 25px 0px 0px;
}


#tablecentercassini{
 width: 70%;
 border=0;
 margin-left: 0;
 margin-right: 0;
}

#tabletextaligncassini{
  width: 50%;
  padding: 0px 30px 0px 50px;
}

#textalignleftcassini{
  margin-left: 55px;
  margin-top: 0px;
  max-width: 15em;
  font-weight: normal;
  font-size: 9pt;
  padding: 0px 0px 0px 0px;
}

#casstextalignleft{
  margin-left: 53%;
  line-height: 1.5em;
  font-weight: normal;
  padding: 0px 0px 15px 100px;
}

#inmspicrightfloata {
  margin-left: 50%;
  top: 40%;
  position: absolute;
  overflow: hidden;
  float: right;
  /*width: 35%;
  height: 50%;*/
}

#inmspicrightfloatb {
  top: 50%;
  margin-left: 52%;
  position: absolute;
  overflow: hidden;
  float: right;
  /*width: 35%;
  height: 50%;*/
}

#inmspicrightfloatc {
  top: 60%;
  margin-left: 54%;
  position: absolute;
  overflow: hidden;
  float: right;
  /*width: 35%;
  height: 50%;*/
}

#cassinitableleftalign{
 width: 640px
 border=0;
 margin-left: 20px;
 /*margin-right: 20px;*/

}

table th  {
  white-space: nowrap;
}

table td  {
  white-space: nowrap;
}

#inmspictable {
  width: 650px;
  margin-left: 20px;
  margin-right:20px;
}
