﻿.Title, .h1, .td.h1, h1 {
    font-family: Gadugi, 'Segoe UI' , Tahoma, Geneva, Verdana, sans-serif;
    font-size: 40px;
    font-weight: Bold;
    font-style: normal;
    color: black;
}
.Menu1 {
    font-family: Gadugi,Garamond,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: large;
    font-weight: normal;
    font-style: normal;
    color: #4C4441;
}
.Zbutton {
    font-family: Gadugi, Garamond,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border: 2px solid #4C4441;
    background: white;
    /*background: -webkit-gradient(linear, left top, left bottom, from(#101112), to(#030608));
   background: -webkit-linear-gradient(top, #101112, #030608);
   background: -moz-linear-gradient(top, #101112, #030608);
   background: -ms-linear-gradient(top, #101112, #030608);
   background: -o-linear-gradient(top, #101112, #030608);
   background-image: -ms-linear-gradient(top, #101112 0%, #030608 100%);*/
    padding: 4.5px 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
    -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
    box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
    /*text-shadow: #7ea4bd 0 1px 0;*/
    color: black;
    font-size: 12px;
    text-decoration: none;
    vertical-align: middle;
}
body {
    font-family: Gadugi, Garamond,"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
}
.PicBox {
	border-style: solid;
	border-width: 2px;
	border-color: #4C4441;
}
.Cover {
    color: black; 
    background-color: black;
    margin: auto;
    grid-column-align:center;
    text-align: center;
    padding: 1px;
    width: 500px;
    height: 500px;
}
.PaintingGrid {
    font-family: Gadugi,Garamond,"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: medium;
    font-weight: normal;
    font-style: normal;
    color: white;
    margin: auto;
    text-align: center;
    padding: 1px;
}
.ComissionGrid {
    font-family: Gadugi,Garamond, "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: medium;
    font-weight: normal;
    font-style: normal;
    color: Black;
    background: white;
    margin: auto;
    text-align: left;
    padding: 5px;
    width: 80%;
    /*height: 60%;*/
}
.ComissionGrid2 {
    font-family: Gadugi,Garamond, 'Segoe UI, Tahoma, Geneva, Verdana, sans-serif;
    font-size: medium;
    font-weight: normal;
    font-style: normal;
    color: white;
    /*border:solid medium #4C4441;*/
    margin: auto;
    text-align: center;
    /*padding: 5px;*/
}
.inlay
{
  position:absolute;
  Bottom:1px;
  Left:1px;
  filter:alpha(opacity=40);
  -moz-opacity:0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;

}
.Center
{
margin:auto;
text-align:center;
vertical-align:top;
padding: 20px;
}
.ScrollbarZ {
    scrollbar-base-color: white;
    scrollbar-arrow-color: white;
    scrollbar-DarkShadow-Color: white;
}
