﻿/*#region Common*/
body {
    background-color:black;
    height:100%;
    width:100%;
    margin:0px;
    padding:0px;}
span {
    display: inline-block;
    text-align: left;
}
.grid{
    color:black;
    background-color:none;
}
.grid th{
    background-color:#660066;
    color:white;
}
.grid tr{
    background-color:none;
}
.grid .alt{
    background-color:#EAE3F4;
}
.grid tr:hover{
   background-color: black;
   color: white;
}
.hidden{    
    display:none;
    }
.centered{
    margin-left:auto;
    margin-right:auto;
}
.modalPopup{
    background-color: lightgrey;
    border-radius: 15px;
    border:2px solid;
    text-align:center;
    align-content:center;
    align-items:center;
    padding-top: 10px;
    padding-left: 10px;
    width: auto;
    min-width: 350px;
    height: auto;
    z-index:10;
    position:absolute;
    left:50px;
    top:100px;

}
.modalBackground{
    background-color: Black;
    filter: alpha(opacity=90);
    opacity: 0.8;
}
.popupbox_header{
  width:250px;
  font-size:24px;
  font-weight:bold;
  display:inline-block;
}
.popupbox_text{
    width:250px;
    height:50px;
    display:inline-block;
}
.roundedcorners{
    border-radius:15px;
    border:3px solid black;
}
button{
    background-color:black;
    text-align:center;
    height:20px;
    border-radius:6px;
}
/*#endregion*/

/*#region Wine*/
.wine_div_options{
    text-align:center;
    overflow:hidden;
    position:absolute;
    left:50px;
    top:100px;
    z-index:10;
    background-color:gray;
    opacity:0.9;
    border-radius:10px;
    width:130px;
    height:420px;
}
/*#endregion */
/*#region DuglasTravels*/
.dt_div{
    background-color:gray;
    opacity:0.9;
    width:250px;
    height:250px;
    border-radius:10px;
    border:3px solid black;
    text-align:center;
    float:left;
    margin:15px;
}
.dt_img{
    margin-top:10px;
    height:165px;
    width:220px;
}
.dt_titletext{
    font-weight: bold;
}
/*#endregion*/
/*#region Members*/
.members_div{
    background-color:gray;
    opacity:0.9;
    width:300px;
    height:700px;
    border-radius:10px;
    border:3px solid black;
    text-align:left;
    float:left;
    margin:15px;
}
.members_img{
    display:block;
    height:333px;
    width:250px;
    margin-top:10px;
    margin-left:auto;
    margin-right:auto;
}
.members_titletext{
    font-weight: bold;
    display:block;
    width:200px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}
.members_span{
    margin-left:10px;
    display:inline-block;
    width:90px;
}

/*#endregion*/