@font-face {
    font-family: Panforte;
    src: url(../font/panforte.ttf);
   }
@font-face {
    font-family: sans-light;
    src: url(../font/sans-light.ttf);
}

#wrap {
    display: none;
    opacity: 0.7;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 16px;
    background-color: black;
    z-index: 300;
    overflow: auto;
}
	
#window {
    width: 1200px;
    height: 350px;
    margin: 200px auto;
    display: none;
    opacity: 0.8;
    background-color: black;
/*    background: #2e3339;*/
    z-index: 400;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 16px;
}

.btn_menu {
    vertical-align: middle;
    display: inline-block;
    font-family: sans-light;
    font-size: 12pt;
    color: lightgray;
    height: 38px;
    background-color: transparent;
    border: none;
    border-radius: 5px;
} 

.btn_menu:hover {
    background-color: rgb(29,153,196);
    color: white;
}

.table_menu  {
    margin: 30px 30px 30px 30px;
    width: 1140px;
    height: 45px;
    border-spacing: 0px;
    border: 1px solid rgb(100,100,100);
}

.table_menu td {
    vertical-align: top;
    border: 1px solid rgb(100,100,100);
}

.table_menu tr{
    /*border: 1px solid rgb(100,100,100);*/
}
.table_td_leftcol {
    padding-top: 10px;
    height: 45px;
    width: 380px;
    text-align: top left;
    padding-left: 60px;
}
            
.table_td_rightcol {
    height: 45px;
    width: 380px;
    text-align: right;
}
            
.table_td_centercol {
    padding-top: 10px;
    text-align: center;
    height: 45px;
    width: 380px;
}

.thick_textview {
    color: white;
    font-size: 12pt;
    font-family: sans-light;
    font-weight: 100;
    /*text-decoration: underline;*/
}