@import url(/css/generic.css);
@import url(/css/xstandard.css);
/*
 * Site Specific Styles
 */
body {
  color: #000;
  width: 600px;
  margin: 20px auto;
}

.red {
  color: #f00;
}

#main-container {
  background: #ffffff url(/images/britishfilm-fade-bg.gif) repeat-x;
  border: 1px solid #666666;
  margin: 0px 0px 10px 0px;
  padding: 11px 12px 11px 13px;
}

#main-container #header {
  background: #fff url(/images/britishfilm-banner.jpg);
  width: 573px;
  height: 100px;
}
#main-container #swansea-header {
  background: #fff url(/images/2007-banner-swansea.jpg);
  width: 573px;
  height: 130px;
}

#main-container h1 {
  display: none;
}

#main-container #main-content {
  background: #fff;
  margin: 15px 0px 0px 0px;
  padding: 10px 20px 10px 20px;
  height: 1%;
}
/*Hide from Mac\*/
* html #main-container #main-content {
  height: 1%;
}
/*Eof Hide from Mac*/
#main-container #main-content h2 {
  color: #eb9240;
  font-size: 1.4em;
  border-bottom: 1px dotted #284E02;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 10px 0px;
  height: 1%;
}

/* Generic Form Styles */
input {
  background-color: #FEF8DE;
  width: 200px;
}
select {
  background-color: #fff;
}
input.radio {
  background-color: #fff;
  width: 20px;
}
#submit-button {
  font-weight: bold;
  margin: 10px 0px 0px 0px;
  width: 100px;
}

/* Ticket Information */
#ticket-table {
  width: 100%;
  margin: 0px 0px 10px 0px;
}
#ticket-table caption {
  text-align: left;
}
#ticket-table th {
  background-color: #FFCD75;
  text-align: left;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
  padding: 5px;
  width: 33%;
}
#ticket-table td {
  background-color: #FBE677;
  text-align: left;
  border-bottom: 5px solid #fff;
  padding: 5px;
}
#ticket-table td.total-row {
  display: none;
  background-color: #F9BC52;
}
#ticket-table td label {
  text-align: left;
}
/*
#application-form #adult-child-tickets label {
  float: none;
  text-align: left;
  border-bottom: 1px solid black;
  width: 200px;
}

#application-form #adult-child-tickets #adult-ticket-panel {
  vertical-align: center;
  padding-bottom: 10px;
}
#application-form #adult-child-tickets #child-ticket-panel {
  vertical-align: center;
  padding-bottom: 10px;
}
#application-form #adult-child-tickets #total-panel {
  vertical-align: center;
  padding: 0px 0px 10px 0px;
}
*/

/* Personal Information */
#application-form label {
  float: left;
  text-align: right;
  padding: 0px 20px 0px 0px;
  width: 200px;
  w\idth: 180px;
}
#application-form div.input {
  float: left;
  margin: 0px 0px 10px 0px;
  width: 333px;
}

#application-form #further-information {
  float: left;
  width: 258px;
}

#application-form #nsi-logo {
  float: left;
  width: 75px;
}

/*Confirmation Form*/
#confirmation div.label {
  float: left;
  font-weight: bold;
  text-align: right;
  padding: 0px 20px 10px 0px;
  width: 200px;
  w\idth: 180px;
}
#confirmation div.value {
  float: left;
  padding: 0px 0px 10px 0px;
  width: 333px;
}
#confirmation #submit-container {
  padding: 0px 0px 0px 200px;
}
#confirmation #amend-container {
  padding: 5px 0px 0px 200px;
  margin: 10px 0px 0px 0px;
}
#amend-button {
  font-weight: bold;
  width: 100px;
}