/* meurer V_00_00_01 */
/*************************************************
* --- Basic styles and overload styles from frameworks
* --- The reset is needed to coexist with other CSS
* --- on the same page (for example bootstrap)
*/

/* no selection allowed */
* {
   -ms-user-select: none; /* IE 10+ */
   -moz-user-select: -moz-none;
   -khtml-user-seletct: none;
   -webkit-user-select: none;
   user-selec: none;
}



/* overload w2ui-overlay style */
.w2ui-overlay {
position: absolute;
margin-top: 6px;
margin-rigth: 30px;
display: none;
z-index: 1300;
color: inherit;
background-color: #fbfbfb;
border: 3px solid #777777;
box-shadow: 0px 2px 10px #999999;
border-radius: 4px;
text-align: left;
}

.w2ui-overlay:before{
content: "";
position: absolute;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-ms-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
width: 10px;
height: 10px;
border: 3px solid #777777;
border-color: inherit;
background-color: inherit;
border-left: 1px solid transparent;
border-bottom: 1px solid transparent;
border-bottom-left-radius: 50px;
margin: 0px 0 0 30px;
bottom: -9px;
right: 34px;
}

html
{ height: 100%;}

*
{ margin: 0;
  padding: 0;}

body
{ font: normal 80% Arial, Helvetica, sans-serif;
  color: #000;
}

p
{ padding: 0 0 10px 0;
  /*text-shadow: 1px -1px 0px #fff;
  color: #1D1D1D;*/
  text-shadow: 0px -1px 0px #eee;
   color: #1D1D1D;
  line-height: 1.7em;
  font-size: 100% }

img
{ border: 0;}

h1, h2, h3, h4, h5, h6 
{ font: normal 175% Arial, Helvetica, sans-serif;
 /*text-shadow: 0px -1px 0px #fff;
  color: #098EFF;*/
  text-shadow: 0px -1px 0px #eee;
   color: #444444;
  letter-spacing: -1px;
  margin: 0 0 10px 0;}

h2
{ font: normal 165% Arial, Helvetica, sans-serif;}

h3
{ font: normal 130% Arial, Helvetica, sans-serif;
}

h4, h5, h6
{ margin: 0;
  padding: 0 0 0px 0;
  font: normal 150% Arial, Helvetica, sans-serif;
  color: #FFF;
  line-height: 1.5em;}

h5, h6
{ font: normal 95% Arial, Helvetica, sans-serif;
  color: #888;
  padding-bottom: 15px;}

a, a:hover
{ color: #1D1D1D;
  background: transparent;
  outline: none;
  text-decoration: none;}

a:hover
{ text-decoration: underline;}

ul
{ margin: 2px 0 22px 30px;
  line-height: 1.7em;
  font-style: normal;
  font-size: 100%;}

ol
{ margin: 8px 0 22px 20px;}

ol li
{ margin: 0 0 11px 0;}
