/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 25, 2014, 10:00:08 AM
    Author     : Zsolt
*/

html, body 
{
    background-color: #f3e6cf;
}

#linediv
{
    margin: 0px auto;
    width: 1024px;
}

#content{
    margin: 0px auto;
    position: absolute;
    top: 0px;
    left: calc(50% - 400px);
    font-family:'Arial';
    text-align: center;
    width: 800px;
  //  background-color: #CDFC9B;
    }
    
    
#content2{
    margin: 0px auto;
    position: absolute;
    top: 420px;
    left: calc(50% - 400px);
    font-family:'Arial';
    text-align: center;
  //  width: 800px;
  //  background-color: #CDFC9B;
    }    
    
#headerimg
{
    position: relative;
    margin: 0px auto;
    width: 800px;
    height: 233px;
    top: 10px;
    border: 1px solid #443317;
}


#title {
     position: relative;
     color:#443317;  
     font-weight:bold;
     top: 20px;
   //  text-shadow: 1px 1px #FFFFFF;
   //  font-variant:small-caps;
     font-size:20px;
     letter-spacing: 2px;
     line-height: 28px;
   
}

#credit {
    position: absolute;
    top: 680px;
    width: calc(100% - 10px);
    margin: 0px auto;
    font-size:13px;
    font-weight:bold;
    font-family:'Arial';
    text-align: center;
    letter-spacing: 1px;
     color:#443317;    
}

#big {
    font-size:30px;
    line-height: 36px;
}

#link
{
    text-decoration: none;
    color: #443317;
    font-weight: bold;
//    text-shadow: 1px 1px #FFFFFF;
    cursor:pointer;
    cursor:hand;
}



.no-close .ui-dialog-titlebar-close {
  display: none;
}

.ui-dialog-titlebar
{
  background: #443317;
  color: #f3e6cf;
}

.ui-dialog
{
  color: #443317;
  background: #f3e6cf;
  font-size: 11px;
}


.ui-dialog-buttonpane
{
  color: #443317;
  background: #f3e6cf;
}


.ui-button-text
{

  background: #ffffff;
  color: #443317;
}

.ui-button-text:hover
{

  background: #443317;
  color: #f3e6cf;
}

.ui-widget-overlay
{
    background: #000;
}