/*    does-time-exist STYLE SHEET 
   file created Jan 21 2008 inspired from gravimotion's site own STYLE SHEET
   by Henri Salles
   first time used Feb 10 2008
   last updated Aug 31 2009
*/


/* Global block elements */
body {background-color: rgb(0,0,0); color: rgb(153,153,153);  font-family: Arial, Helvetica, sans-serif; font-size: .9em; }
body h1, h3 {text-align: center; }
body h1, a {color: rgb(204,204,204) }
body a:hover {color: rgb(102,153,255);}

/* Inn */
#inn {background-color: rgb(51,51,51); color: rgb(204,204,204);  padding: 10px; }
#inn a:hover {color: rgb(102,153,255);}
#inn h3 {text-align: center; color: rgb(153,255,183);}



/*.c254 {color: rgb(254,254,254);}                          compatible with gravimotion2009.css */

div.popup1 { position:absolute;top:300px; right:10px;    /* first used in "gravimotion.info/what_is_motion" Aug 31 2009 */
             display:none;                               /* compatible with gravimotion2009.css */
             width: 500px;
             border:1px solid rgb(0,0,0);
             padding:.5em;
             background-color: rgb(240,240,255);
             color: rgb(51,51,102);
             text-align: center;}
div.hovered1:hover div.popup1 {display:block;}


/*
Backgrounds Border      Text
0,0,0    104,104,104 153,153,153
            204,204,204
            102,153,255


51,51,51       204,204,204
            102,153,255
            230,255,230
*/

