﻿body,html {
font-family: Segoe UI, Verdana, helvetica, sans-serif;
color: #000000;
background-color: #000000;
background-color: #16499a;
margin: 0px;
padding: 0px;
}

#disp_ui {
background-color: #000000;
margin-left:auto;
margin-right:auto;
}

#buttons {
width: 340px;
height: 50px;
}

#buttons_sm {
width: 170px;
height: 25px;
}

#skin_div {
width: 100%;
height: 100%;
}

#skin_img {
clear: both;
width: 300px
margin: auto;
}

}
img.button {
margin: 1px 0px 0px;
}

.hand {
cursor: hand;
cursor: pointer;
}

.hidden {
display: none;
}

.ui {
width: 100%;
height: 100%;
display: none;
position: absolute;
top: 0px;
left: 0px;
background-image: url(images/darken.png);
z-index: 2;
}

.ui_dialog {
width: 280px;
overflow: none;
padding: 0px;
color: #e97920;
font-weight: 600;
background-color: #3d3d3d;
border-style: solid;
border-width: 1px;
border-color: #606060 #000000 #000000 #000000;
}

.ui_title {
text-align: center;
color: #ffffff;
padding: 2px 10px;
}

.ui button {
float: left;
width: 140px;
height: 50px;
color: #c0c0c0;
font-weight: bold;
background-color: #3d3d3d;
border-style: solid;
border-width: 1px 1px 0px 0px;
border-color: #606060 #606060 #000000 #000000;
}

.ui button.double {
float: left;
width:280px;
height: 50px;
color: #c0c0c0;
font-weight: bold;
background-color: #3d3d3d;
border-style: solid;
border-width: 1px 1px 0px 0px;
border-color: #606060 #606060 #000000 #000000;
}

.ui button.end {
border-width: 1px 0px 0px 0px;
}

.ui button:hover {
color: #ffffff
}

#debug {
position: fixed;
top: 0px;
right: 0px;
font-size: 12px;
}