
/* this is to reset */

body {
  font-size: 16px;
  text-align: left;
  font-weight: normal
  font-style: normal;  
  font-family: 'Verdana','Bitstream Vera Sans',sans-serif;
}

* {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;  
  text-align: inherit;
  text-decoration: none;        
  padding: 0;
  margin: 0;
  border: none;
  vertical-align: top;
}

div {
  position: relative;
}

ul {
  list-style-type: none;
}

/* actual styles */

body {
  padding: 0;
  background-color: white;
}

strong {
  font-weight: bold;
  color: #4d4d4d;
}

em {
  font-style: italic;
  color: #4d4d4d;
}

p {
  margin: 0.5em 0;
}


#content-column {
  border-top: 1px solid transparent;
  
  width: 760px;
  margin: 0 auto;
  
  padding: 20px 20px;
}

#header {
  height: 30px;
  color: #4d4d4d;
  background-color: #e6e6e6;
  border-bottom: 1px solid silver;
  padding: 0 20px;
}

#header a {
  text-decoration: none;
}


#footer {
  width: 760px;
  margin: 0 auto;
  
  padding: 20px 20px;
  color: silver;
  border-top: 1px solid silver;
}

#footer a {
  text-decoration: none;
}


input, 
textarea {
  color: black;
  border: 1px solid silver;
}

button {
  background-color: #e6e6e6;
  border: 1px outset #e6e6e6;
}

button span.edit {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/icons.png); 
  background-position: -270px 0;
  vertical-align: middle;
}


h1, h2, h3, h4, th {
  color: #4d4d4d;
  font-weight: bold;
  margin: 0.5em 0;
}

h1 {
  font-size: 150%;
}

h2 {
  font-size: 120%;
}

a {
  color: #d4aa00;
  text-decoration: underline;
}

ol {
  padding-left: 40px;
}

td, th {
  padding: 2px 2px;
}

.warning {
  padding: 10px 10px 10px 60px;
  margin-bottom: 10px;
  
  background-image: url(../img/warning.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  
  border: 1px solid #ffcccc;
  background-color: #ffeeee;
}


.ticket {
  margin: 10px 0;
  padding: 10px 10px 10px 70px;
  
  background-color: #e6e6e6;
  
  background-image: url(../img/ticket.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  
  -moz-border-radius: 15px;
  border-radius: 15px 15px;
}

.ticket.locked {
  color: #666666;
  background-image: url(../img/ticket-locked.png);
}


.ticket span.name,
.ticket span.price {
  font-size: 150%;
}

.ticket span.price {
  float: right;
}


button.downbutton,
button.upbutton {
  height: 30px;
  width: 30px;
  background-color: transparent;
  border: none;
  background-image: url(../img/icons.png);
}

button.downbutton span,
button.upbutton span {
  display: none;
}

button.upbutton {
  background-position: -210px 0;
}

button.downbutton {
  background-position: -240px 0;
}


form input.error {
  border: 1px solid #ff9999;
  background-color: #ffeeee;
}

form div.error_tooltip {
   
}

.form_tooltip {  
  position: absolute;
  padding: 10px;

  border: 1px solid grey;  
  background-color: white;

  font-size: 15px;
  font-weight: normal;
  
  z-index: 1000;
}

.form_tooltip label {
  font-weight: bold;
}

.form_tooltip span.errors {
  color: red;
}


#shortinfo {
  padding: 10px;
  float: right;
  width: 250px;
  
  background-color: #e6e6e6;
  
  -moz-border-radius: 15px;
  border-radius: 15px 15px;
}

#shortinfo th {
  font-weight: normal;
  font-style: italic;
}

#shortinfo h1 {
  font-size: 16px;
}

