body {
    margin : 0; padding : 0;
    font-family: 'Verdana', 'Sans-serif', 'sans', sans-serif;
    font-size : 14px;
    /*width:960px;*/
    background-color: white;
    color: #000;
}

table, td {
    font-size : 14px;
}

div {                          
    margin : 0; padding : 0;   
}                              

#page
{
  background-color: white;
}

p
{
line-height: 1.5em;
}

img{
border: 0;
}

a
{
  font-size: 14px;
  color: #333;
}

a:visited
{
  color: #333;
}

input, select
{
  font-size: 14px;
  
  border: 1px solid #aaa;
  margin: 1px;  
  padding-bottom: 2px;
  padding-top: 1px;
  
}

.required
{
  background-color: #ffff60;
}

input:hover, select:hover
{
  border-color: #5070a0;
}

input.num {
  text-align: right;
}

input.inputbutton
{
  padding: 5px;
  background-color: #888;
  border: 2px solid #ccc;
  color: #111;
}

a.linkbutton
{
  /*
  background-color: #888;
  border: 2px solid #ccc;
  */
  background-color: #888;
  border: 2px solid #ccc;
  
  color: #111;
}

textarea
{
  font-family: 'Verdana', 'Sans-serif', 'sans', sans-serif;
  font-size: 12px;
}

h3{
  font-size : 14px;
	/*margin : 0;*/
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}


h2{
  font-size : 15px;
	margin : 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

h1{
    font-size : 17px;
	margin : 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 5px;
	font-weight: bold;
}

div.topband
{
  border-bottom: 0px solid #bbb;
}

div.maincontainer
{
  background-color: white;
}

div.maincontent
{
  padding: 10px 5px;
}

div#topdivider
{
  
background: #555555;
background: -moz-linear-gradient(top, #555555 0%, #222222 100%);
background: -webkit-linear-gradient(top, #555555 0%,#222222 100%);
background: linear-gradient(to bottom, #555555 0%,#222222 100%);

color: white;
}

div#topdivider span
{
  margin-left: 5px;
}

div#topdivider a
{
  color: white;
}


.scrollx
{
  overflow-x: auto;
}

/*** test drive reserv ***/
#reservtable
{
  border:1px solid #d0d0d0;
  border-collapse: collapse;
}

#reservtable td
{
  border:1px solid #d0d0d0;
  padding: 4px;
  width: 54px;
  height: 24px;
  overflow: hidden;
  word-wrap: break-word;  
}

td.notreserved
{
  background-color: #2b8210;
}

td.reserved
{
  background-color: #707070;
}

td.userreserved
{
  background-color: #b50000;
}

#reservtable a
{
  /*color: #0000ff;*/
}

#reservtable td.rowtitle
{
  width: 200px;
  max-width: 200px;
}

/******/

.warnings
{
  color: red;
}

div#mobmenu a {
  padding: 4px 10px 0 10px;
}

.ducatiday-icon
{
  float: right;
}

div#ajax-indicator
{  
  position: fixed;
  display: none;
  width: 58px;
  height: 58px;
  top: 50%;
  left: 50%;
  margin-top: -29px;
  margin-left: -29px;
  background-color: black;
  border: 1px solid white;
  overflow: hidden;
}

div#ajax-indicator img
{
}

table#jelentlist
{
  border-collapse: collapse;  
}

table#jelentlist, table#jelentlist th, table#jelentlist td
{
  border: 1px solid #333;
}

table#jelentlist th, table#jelentlist td
{
  padding 1px;
}

div.adminmenu a
{
  margin: 3px 0px;
  display: inline-block;
}

#confirm-popup
{
  position: fixed;
  top: 50%;
  left: 50%;
  width: 280px;
  height: 100px;
  margin-top: -50px;
  margin-left: -140px;
  background-color: #777;
  border: 2px solid red;
  border-radius: 5px;
  overflow: hidden;
  z-index: 20000;
  
  padding: 8px;
}

#confirm-popup p
{
  text-align: center;
}

.confirm-popup-yes
{
  position: absolute;
  bottom: 8px;
  left: 20px;
}

.confirm-popup-no
{
  position: absolute;
  bottom: 8px;
  right: 20px;  
}

div.twoimgs
{
  display: flex;
  box-sizing: border-box;     
}

div.twoimgs div
{
    flex-grow: 1;
    width: 100%;
    box-sizing: border-box;     
    border: 3px solid white;
}

div.twoimgs img
{ 
  width: 100%;
  height: auto;
  vertical-align: middle;
    
  display: block;
}

.redtext a
{
	text-decoration: underline;
}