/* LAYOUT */


body, p, ol, ul, td {
  font-family: Lucida Sans Unicode, Lucida Grande, times, verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
  
}

a:active, a:hover
{
  text-decoration: underline;
}

a
{
  text-decoration:none;
}
body
{
  background-color: #eee;
  margin-top: 10px;
}


#doc2 {
  background-color: white;
  padding: 10px 10px 50px 10px;
}

/* FONTS */

h1 { 
  font-size: 200%;
  font-weight: bold;
}

h2 {
  font-size: 180%;
}

h3 {
  font-size: 150%;
}

h4 {
  font-size: 120%;
}

p {
  margin: 0.5em 0;
  padding-bottom: 0.5em;
}

.fieldWithErrors {
  border-left: 2px solid red;
  padding-left: 2px;
}

table td,
table th {
  padding: 5px;
  
}

#flash {
  padding: 10px;
  background-color: #ff9;
  margin: 1em 0;
}

#hd
{
  background-color: #166dff;
  color:white !important;
  padding: 10px;
  padding-bottom:5px;
}

#hd h1
{
  font-family: times;
  font-size: 300%;
  margin-bottom:0px;
  padding-bottom:0px;
}


#hd a
{
  color: white;
  
}

#menu
{
  background-color:#00d630;
  
}

#menu ul li
{
  float:left;
  list-style-image:none;
  list-style-position:outside;
  list-style-type:none;
  padding:6px 10px 6pt;
}

#menu a
{
  color:white;
}

div.clear {
  clear:both;
}

div.clear hr {
  display:none;
}

#main 
{
  padding-top:20px;
}

#main a
{
  
  color: black;
}


#main h1
{
  margin-bottom:10px;
  color:#6f7d83;
}

#main table
{
  width: 100%;
  border-bottom: 2px solid gray;
}
table tr th
{
  font-weight:bold;
}

table tr.odd td
{
  background-color:#f4f4f4;
}

#login_box
{
  background-color:#FFFF99;
  width: 300px;
  padding:10px;
  border: 1px solid #d2d27f;
  
}

#login_box input
{
  margin-top:4px;
}

table.event_list
{
  border-bottom: 0px !important;
}

table.event_list th, table.event_list td
{
  padding: 5px;
}

table.event_list td.content
{
  background-color: #f2f2f2;
  padding-bottom: 20px;
}

table.event_list th
{
  background-color: #008a1f;
  font-size: 150%;
  color: white;
  font-weight: normal;
}

table.event_list p
{
}

table.admin a
{
  bisplay: block;
  border: 1px solid silver;
  padding: 10px;
}

table.event_list a:hover
{
  text-decoration: none;
  background-color: silver;
}

/* Ticket list begin */
#ticket_list tr.not_paid td {
  color: #666666;
}

form h2 {
  font-size: 17px;
}

form#ticket_form h3 {
  font-size: 15px;
  font-weight: bold;
}

form#ticket_form h2 {
  margin-top: 17px;
  font-weight: bold;
}
/* Ticket list end */