/*--------------------------------------------------------------------------*/
/*                                   DF2i                                   */
/*--------------------------------------------------------------------------*/
/* Project   : Music Makers 2.0 - Corporate                                 */
/* Objet     : MusicMakers20.css                                            */
/* Created   : December 1, 2013                                             */
/* Author    : Daniel FRANCHOMME                                            */
/*--------------------------------------------------------------------------*/
/*             @Copyright 2013-2021 - DF2i - All right reserved             */
/*--------------------------------------------------------------------------*/

/* full screen */
html {height:100%;}
body {height:100%;padding:0;margin:0;width:100%;background-color:#EEEEEE;overflow:hidden;}

/* Waiting window */
#WaitingWindow {border:5px ridge #888888;border-radius: 10px;background-color:#FFFFFF;margin-left:auto;margin-right:auto;width:500px;margin-top:5%;text-align:center;overflow:hidden}
#ApplicationLogo {margin-top:30px;}
#ApplicationTitle {display:block;color:#990000;font-family:georgia;font-size:30px;margin-top:30px;}
#ApplicationMessage {display:block;color:#878787;font-family:georgia;font-size:20px;}
#LoaderImage {margin-top:30px;margin-bottom:40px;}