
body { background-image: url(/images/bg.png); }
* {
   font-family: Comic Sans MS, Arial, Helvetica, sans-serif;
	color: #000000}

.banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
}      

.container {
    position: relative;
    top: 25px;
    height: 800px;
    width: 1010px;
    border: 0px;
    background-color: #bcdee8;
    box-shadow: 0px 2px 7px #292929;
    -moz-box-shadow: 0px 2px 7px #292929;
    -webkit-box-shadow: 0px 2px 7px #292929;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin-left: auto;
    margin-right: auto;   
    padding: 0px; 
}
.mainbody,
.mainbodymessage,
.header,
.footer {
    padding: 5px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;    
}
.header, 
.footer,
.welcome {
    background-color: #ffcccc;
}

.header {
    padding-bottom:10px;
    position: relative;
    height: 40px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: darkgreen;
    font-size: 1.5em;
    text-align: center;
}

.welcome {
    position: absolute;
    color: white;
    text-align: right;
    font-size: 16px;  
    right: 15px;
    top: 5px;
    height: 40px;
}

.mainbody {
    position: absolute;
    margin-top: 0;
    height: 710px;
    min-height: 710px;
    overflow: auto;
    background-color: #ff5555;
}

.mainbodymessage {
    position: absolute;
    margin-top: 0;
    height: 710px;
    min-height: 710px;
    overflow: auto;
    background-color: #ff5555;
}

.error12 {
    color: red;
    font-size: 12pt;
}

.homephotos {
    right: 15px;
    top: 5px;
    max-width: 410px;
    max-height: 410px;
    padding: 0px;
    float: right;
}

.footer {
    position: absolute;
    top: 770px;
    height: 20px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: red;
    font-size: 0.5em;
    text-align: center;
}


.header a {
  float: left;
  font-size: 16px;
  color: red;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: red;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.header a:hover, .dropdown:hover .dropbtn {
  background-color: #ff8888;
	 transform: scale(-1, -1);
  -moz-transform: scale(-1, -1);
  -webkit-transform: scale(-1, -1);
  -o-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ff6666;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: red;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ff8888;
  color: red;
}

.dropdown:hover .dropdown-content {
  display: block;
}

#player {
  width: 50%;
}

.table {
width: 100%;
display: table;
}

.table-body{
display: table-row-group;
}

.table-row{
display: table-row;
}

.table-body-cell{
display: table-cell;
}

.table-header{
display: table-header-group;
background-color: gray;
font-weight: bold;
font-size: 16px;
}

.table-header-cell{
display: table-cell;
padding: 10px;
text-align: justify;
border-bottom: 1px solid black;
}

.warning {
    color: #ffffff;
    font-size: 10pt;
}

.warning12 {
    color: #ffffff;
    font-size: 12pt;
}

.error8 {
    color: #ffffff;
    font-size: 8pt;
}

.error {
    color: #ffffff;
    font-size: 10pt;
}

.error12 {
    color: #ffffff;
    font-size: 12pt;
}

.info {
    color: #ffffff;
    font-size: 10pt;
}

.info12 {
    color: #ffffff;
    font-size: 12pt;
}

.working8 {
    color: #ffffff;
    font-size: 8pt;
}

.working {
    color: #ffffff;
    font-size: 10pt;
}

.working12 {
    color: #ffffff;
    font-size: 12pt;
}

.regular12 {
    color: black;
    font-size: 12pt;
}

.insult {
    color: #00a8f3;
    font-size: 24pt;
}
