/**
 * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved.
 *
 * You may not modify, use, reproduce, or distribute this software except in
 * compliance with  the terms of the License at:
 * http://java.net/projects/javaeetutorial/pages/BerkeleyLicense
 */
#top {
    position: relative;
    color: white;
    padding: 5px;
    margin: 0px 0px 10px 0px;
    text-align: center;

}

.html_bg
{
    background: url("/javax.faces.resource/images/numberlink/background.png.xhtml") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


body {

    background-size: cover;
    font-size: 12px;
    font-family: Verdana, "Verdana CE",  Arial, "Arial CE", "Helvetica CE", sans-serif;
    color: saddlebrown;
    margin: 10px;
    text-align: center;
}

h1 {
    font-family: Arial, "Arial CE", "Helvetica CE", sans-serif;
    border-bottom: 2px solid darkgrey;
    border-bottom-style: groove;
    font-size:  40px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: saddlebrown;
    text-align: center;
}
table,  th, td {
    font-weight : bold ;
    margin: 10px auto;
    text-align: center;

}
table.field, table.field th,table.field td {
    font-weight : bold ;
    border: 3px solid saddlebrown;
    margin: 10px auto;
    text-align: center;
    zoom: 120%;
}

a:link, a:visited {
  color: #045491;
  font-weight : bold;
  text-decoration: double;
    text-align: center;

}

a:link:hover, a:visited:hover  {
  color: #1b8791;
  font-weight : bolder;
  text-decoration : underline;
    text-align: center;

}

.center_content {
    position: relative;
    background-color: #e0e0e0;
    padding: 5px;
}

.error-message {
  color: #d20005;
  font-family: 'New Century Schoolbook', serif;
  font-style: oblique;
  text-decoration: overline;
}

.list-background {
  background-color: #ffffff;
  font-family: sans-serif;
  font-size: 12pt;
  padding: 10px;
  width: 100%;
    text-align: center;


}

.list-caption {
  font-family: sans-serif;
  font-size: 12pt;
  font-weight: bold;
  padding: 5px;
  text-align: center;
}

.list-column-center {
  text-align: center;
  width: 15%;
}

.list-column-left {
  text-align: left;
  width: 70%;
}

.list-column-right {
  text-align: right;
  width: 15%;
}

.list-footer {
  background-color: #A5A5A5;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

.list-header {
  background-color: #ffffff;
  color: #000000;
  text-align: center;
}

.list-row-even {
}

.list-row-odd {
  background-color: #eaf1f8;
}

.special-offer {
  font-family: sans-serif;
  font-size: 12pt;
  text-align: left;
  padding: 10px;
}

/*!*todo: position of messages*!*/
/*div[id="form:growl-game-messages_container"] {*/
    /*position:relative;*/
    /*bottom: 0;*/
    /*right: 0;*/
/*}*/

/*div[id="form:growl-game-messages_container"] {*/
    /*position:relative;*/
    /*bottom: 0;*/
    /*right: 0;*/
/*}*/

#ratings_el {
    display:block;
    width: 50%;
    margin: 10px auto;
}