

/*---------------------------------------------------------------------------*/
/* Import Stylesheets                                                        */
/*---------------------------------------------------------------------------*/
@import url(main.css);


.quote {
   background: #fafafa;
   border: 1px solid #666666;
   width: 65%;
   padding: 20px;
   margin: 20px auto;
   -moz-border-radius: 10px;          /* firefox only */
}


.quote_sign {
   text-align: right;
   padding-right: 20px;
}


.plottitle, .equation {
   color: #224099;
   font-size: 105%;
   font-weight: bold;
   text-align: center;
}



/*---------------------------------------------------------------------------*/
/* Image drop shadows                                                        */
/*---------------------------------------------------------------------------*/
/* the GIF will be used by IE5.x and IE6, which don't honor !important */
.shadow {
   float: left;
   background: url(images/shadow-06px.png) no-repeat bottom right !important;
   background: url(images/shadow-06px.gif) no-repeat bottom right;
   margin: 6px 0 0 6px;
}


/* the GIF will be used by IE5.x and IE6, which don't honor !important */
.shadow div {
   float: left;
   background: url(images/inverse_shadow_fafafa-06px.png) no-repeat left top !important;
   background: url(images/inverse_shadow_fafafa-06px.gif) no-repeat left top;
   padding: 0 6px 6px 0;
}


.shadow img {
   background-color: #ffffff;
   border: 1px solid #a9a9a9;
   padding: 4px;
   margin: 0;
   vertical-align: bottom;
}


.shadow a:link img, .shadow a:visited img {
   border: 1px #a9a9a9 solid;
}


/* In IE, a link remains active when the user comes back via the   */
/* browser "Back" button - so simply do not specify the a:active   */
/* style (see http://www.satzansatz.de/cssd/pseudocss.html).       */
.shadow a:hover img {
   border: 1px #cc0000 solid;
}


/* IE6 does not support a:focus - this will be used by Firefox et al. */
/*
.shadow a:focus img {
   border: 1px #a9a9a9 solid;
}
*/


