body
{
    background-image: url("../images/mesh.png");
    background-color: #000000;
    background-position: center;
    background-repeat: repeat; 
    text-align: center;
    padding-top: 10px;
    font-family: Xolonium;
}
@font-face 
{
  font-family: Xolonium;
  src: url("../Xolonium-Bold.ttf");
}
.main
{
    background-image: url("../images/shadedgreen.png");
    background-color: rgba(0, 255, 128, 0.3);
    width: 90%;
    min-height: 95%;
    margin: auto;
    background-position: center;
    background-size: 100% 100%; 
    border-radius: 25px;
    border: 3px solid #DCDCDC;
}
.logo
{
    margin: 20px;
    border: 3px solid #DCDCDC;
    border-radius: 10px;
}
.info
{
    margin-top: 20px;
    margin-right: 40px;
    border: 3px solid #DCDCDC;
    border-radius: 10px;
    width: 64px;
    float: right;
}

.menu
{
    margin-top: 20px;
    margin-left: 40px;
    border: 3px solid #DCDCDC;
    border-radius: 10px;
    width: 64px;
    float: left;
    
}

.divTable
{
    margin: auto;
    display:  table;
    width:  auto;
    background-color:#eee;
    border:1px solid  #666666;
    border-spacing:5px;
    background-image: url("../images/mesh.png");
    background-color: #000000;
    background-position: center;
    background-repeat: repeat; 
    padding: 10px;
    border-radius: 15px;
    border: 3px solid #DCDCDC;
    
}


.divRow, .headRow
{
   display:table-row;
   width: 100%;
}

.headRow
{
    height: 40px;
}

 .divCellhead
{
    background-image: url("../images/shadedblack.png");
    background-color: #000000;
    background-position: center;
    background-size: 100% 100%; 
    display: table-cell;
    width: 300px;
    border-style: double;
    color: #FFFFFF;

    min-height: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    /*vertical-align: middle;*/
    font-size: 25px;
}

.divCell
{
    background-image: url("../images/shadedwhite.png");
    background-color: #FFFFFF;
    background-position: center;
    background-size: 100% 100%; 
    border-style: double;
    display: table-cell;
    width: 300px;
    height: 60px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
    font-size: 25px;
    /*color: #FFFFFF;*/
}

.divCell:active 
{
    background: #e5e5e5;
    -webkit-box-shadow: inset 0 0 5px #c1c1c1;
    -moz-box-shadow: inset 0 0 5px #c1c1c1;
    box-shadow: inset 0 0 5px #c1c1c1;
    outline: none;
}

.foot
{
    padding: 50px;
    color: #FFFFFF;
    font-size: 25px;
}

.informationBox
{
    display: none;
    background-image: url("../images/mesh.png");
    background-color: #000000;
    background-position: center;
    background-size: 100% 100%; 
    position: absolute;
    top: 40px;
    right: 194px;
    width: 300px;
    height: 500px;
    border: 3px solid #DCDCDC;
    border-radius: 10px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 20px;
}

.helpMenu
{
    background-image: url("../images/shadedgreen.png");
    background-color: rgba(0, 255, 128, 0.3);
    width: 75%;
    min-height: 88%;
    margin: auto;
    background-position: center;
    background-size: 100% 100%; 
    border-radius: 5px;
    border: 3px solid #DCDCDC;
    padding: 20px;
}


.menuBox
{
    display: none;
    background-image: url("../images/mesh.png");
    background-color: #000000;
    background-position: center;
    background-size: 100% 100%; 
    position: absolute;
    top: 40px;
    left: 194px;
    width: 300px;
    height: 520px;
    border: 3px solid #DCDCDC;
    border-radius: 10px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 20px;
}

.settingsMenu
{
    background-image: url("../images/shadedgreen.png");
    background-color: rgba(0, 255, 128, 0.3);
    width: 75%;
    min-height: 88%;
    margin: auto;
    background-position: center;
    background-size: 100% 100%; 
    border-radius: 5px;
    border: 3px solid #DCDCDC;
    padding: 10px;
    text-align: left;
}

.setting
{
    background-image: url("../images/shadedwhite.png");
    background-color:#FFFFFF;
    background-position: center;
    background-size: 100% 100%; 
    border-style: double;
    /*width: 300px;*/
    height: 60px;
    line-height: 60px;
    margin-top:5px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
    font-size: 25px;
    color: #000000;
    text-align: center;
}

.location, .owner, .details, .info, .menu, .setting
{
    cursor: pointer;
}

.potTime
{
    display: none;
    background-image: url("../images/mesh.png");
    background-color: #000000;
    background-position: center;
    background-size: 100% 100%; 
    position: fixed;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 500px;
    height: 300px;
    border: 3px solid #DCDCDC;
    border-radius: 10px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 20px;
}

.potTimeMenu
{
    background-image: url("../images/shadedgreen.png");
    background-color: rgba(0, 255, 128, 0.3);
    background-position: center;
    background-size: 100% 100%; 
    width: 75%;
    height: 230px;
    margin: auto;
    border-radius: 5px;
    border: 3px solid #DCDCDC;
    padding: 20px;
    font-size: 25px;
}

.hudname, .gethud
{
    margin-top: 10px;
    width: 260px;
	padding: 18px 20px;
	outline: none;
	vertical-align: middle;
	color: #000000;
	border-radius: 3px;
	background: #FFFFFF;
	font-family: Xolonium;
	font-size: 25px;
}

.gethud
{
    width: 150px;   
    cursor: pointer;
    background-image: url("../images/shadedwhite.png");
    background-color:#FFFFFF;
    background-position: center;
    background-size: 100% 100%; 
    border-style: double;
}

