@charset "utf-8";

/* ---------------------------------------------------------------------------------------- RESET */

*
{
   /*color:#000;*/
   font-family:'Verdana', 'Arial', 'DejaVu Sans', 'Tahoma', 'Helvetica', sans-serif;
   font-size:12px;
   line-height:100%;
   border:0;
   outline:0;
   vertical-align:baseline;
   font-weight:normal;
/*   text-align:left;
   text-decoration:none;
   list-style:none outside;*/
   margin:0;
   padding:0;
   -webkit-text-size-adjust:none;
}

ul, ol, li
{
  list-style:none;
}

html, body
{
   display:block;
   width:100%;
   height:100%;
   background:#FFF;
}

h1, h2, h3, strong, b { font-weight:bold; font-size:inherit;  }
em, i                 { font-style:italic; font-size:inherit;}

.block { overflow:visible; }

/* --------------------------------------------------------------------------------- BASE CLASSES */

.clear
{
   clear:both;
   font-size:0;
   line-height:0;
   height:1px;
}

.hidden
{
   visibility:hidden;
   display:none;
}

.invisible
{
   overflow:hidden;
   display:inline;
   position:absolute;
   left:-999px;
   top:-999px;
   width:1px;
   height:1px;
}

.notext
{
   font-size:0;
   text-indent:-999px;
   letter-spacing:-999px;
}

.downright
{
  position:absolute;
  right:0;
  bottom:0;
}

/* ---------------------------------------------------------------------------------------- LAYOUT */

#social
{
  position:absolute;
  top:83px;
  left:805px;
}

#social a
{
  float:left;
  margin:0 20px 0 0;
}

#social a:link,
#social a:visited
{
  color:#fff;
  font-size:10px;
  text-decoration:none;
}

#social img
{
  vertical-align:middle;
  margin:0 4px 1px 0;
}

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







/* ----------------------------------------------------------------------------------- DEVELOPMENT */

#local-note
{
   z-index:9999;
   cursor:pointer;
   color:#fff;
   background:#d00;
   font-size:100%;
   font-weight:bold;
   position:fixed;
   top:4px;
   left:4px;
   padding:2px 5px;
}

#local-note:hover { background:#f00; }

#divMamDebug b,
#divMamDebug i,
#divMamDebug th,
#divMamDebug td,
#divMamDebug td i,
#divMamDebug td a
{
   color:#000;
}

#divMamDebug * ::-moz-selectio

