/* general */

img {
  border: none;
}

.content h1 a:link {
  color: #1D5774;
  font-size: 16px;
  text-decoration: underline;
}

.content h1 a:visited {
  color: #1D5774;
  font-size: 16px;
  text-decoration: underline;
}

.content h1 a:active {
  color: #1D5774;
  font-size: 16px;
  text-decoration: underline;
}

.content h1 a:hover {
  color: #1D5774;
  font-size: 16px;
  text-decoration: underline;
}

.content .error {
  color: #800000;
}

.content .dataList {
  width: 100%;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #1D5774;
  border-spacing: 1px;
}

.content .dataList hr {
  border: none;
  background-color: #aaaaaa;
  color: #aaaaaa;
  height: 1px;
  text-align: left;
  margin: 2px auto 2px 0;
}

.content .dataList a:link {
  color: #ff0000;
  text-decoration: none;
}

.content .dataList a:visited {
  color: #ff0000;
  text-decoration: none;
}

.content .dataList a:active {
  color: #ff0000;
  text-decoration: none;
}

.content .dataList a:hover {
  color: #ff0000;
  text-decoration: underline;
}

.content .dataList img {
  border: none;
}

.content .dataList p {
  line-height: normal;
  text-indent: 0px;
  padding: 0px;
  margin: 0px;
  font-size: 12px;
}

.content .dataList tr.odd {
  background-color: #ddffdd;
}

.content .dataList tr.even {
  background-color: #dddddd;
}

.content .dataList tr.summary {
  cursor: pointer;
}

.content .dataList tr.summary:hover {
  background-color: #808080;
  color: white;
}

.content .dataList tr.summary:hover a:link {
  color: #FFCC33;
  text-decoration: none;
}

.content .dataList tr.summary:hover a:visited {
  color: #FFCC33;
  text-decoration: none;
}

.content .dataList tr.summary:hover a:active {
  color: #FFCC33;
  text-decoration: none;
}

.content .dataList tr.summary:hover a:hover {
  color: #FFCC33;
  text-decoration: underline;
}

.content .dataList td {
  padding: 5px;
  vertical-align: top;
}

.content .dataList th {
  padding: 5px;
  font-weight: bold;
  background-color: #FFCC33;
  text-align: center;
}

.content .dataList th a:link {
  color: #1D5774;
  text-decoration: none;
}

.content .dataList th a:visited {
  color: #1D5774;
  text-decoration: none;
}

.content .dataList th a:active {
  color: #1D5774;
  text-decoration: none;
}

.content .dataList th a:hover {
  color: #1D5774;
  text-decoration: underline;
}

/***************************/
/* Institutes & classrooms */
/***************************/

.content .institutes th.country {
  width: 15%;
}

.content .institutes th.city {
  width: 15%;
}

.content .institutes th.institute {
  width: 45%;
}

.content .institutes th.website {
  width: 13%;
}

.content .institutes th.email {
  width: 12%;
}

.content .institutes .details {
  display: none;
  background-color: #ddffff;
}

.content .institutes .details .dataContainer {
  display: table-row;
  margin: 0px;
  padding: 0px;
  font-size: 11px;
  line-height: normal;
}

.content .institutes .details p {
  font-size: 11px;
  line-height: normal;
}

.content .institutes .details .label {
  display: table-cell;
  width: 200px;
  font-weight: bold;
  font-size: 11px;
  padding-bottom: 2px;
}

.content .institutes .details .data {
  display: table-cell;
  padding-bottom: 2px;
  font-size: 11px;
  font-weight: normal;
}


/*************/
/* Delegates */
/*************/

.content .delegates th.name {
  width: 20%;
}

.content .delegates th.country {
  width: 10%;
}

.content .delegates th.institute {
  width: 34%;
}

.content .delegates th.registered {
  width: 18%;
}

.content .delegates th.modified {
  width: 18%;
}

.content .delegates th.status {
  width: 18%;
}

.content .delegateCounter {
  text-align: right;
  color: #1D5774;
  font-size: 12px;
  margin: 0px 0px 15px 0px;
  padding: 0;
}



/***********/
/* Contact */
/***********/
#contact input {
	width: 70%;
}

#contact input[type=checkbox] {
	width: auto;
	border: none;
}

#contact textarea {
	width: 100%;
	height: 200px;
}

#contact button {
	margin-top: 15px;
}

#contact .error {
  display: block;
  color: #800000;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: normal;
  font-size: 10px;
}

/****************/
/* Registration */
/****************/

.registration, .registration p, #registration p, .registration td {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  color: #1D5774;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

#modifyRegistration {
  padding-left: 30px;
}

#registration h2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 14px;
  color: #1D5774;
  text-indent: 0;
  margin: 10px 0px 15px 0px;
  padding: 0px;
}

#registration h3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #1D5774;
  text-indent: 0;
  margin: 5px 0px 5px 0px;
  padding: 0px;
  font-weight: bold;
}

.registration select {
	border: solid 1px #1D5774;
	color: #1D5774;
}

.registration button {
  background-color: #FFCC33;
	border: solid 1px #1D5774;
	color: #1D5774;
}

.registration input {
	width: 300px;
	border: solid 1px #1D5774;
	color: #1D5774;
}

.registration input.date {
	width: 100px;
}

.registration input[type=radio] {
	width: auto;
	border: none;
}

.registration input[type=checkbox] {
	width: auto;
	border: none;
}

.registration td {
  vertical-align: top;
  height: 30px;
}

.registration td p {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-indent: 0px;
  margin: 0;
  padding: 0;
}

.registration .label {
  width: 200px;
}

.registration .comment {
  display: block;
  font-size: 10px;
  font-style: italic;
}

.registration .data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

#registration .buttons {
  padding: 30px 0px 0px 0px;
}

#registration .prev {
  margin-right: 20px;
}

#registration .next {
}

#registration .error {
  color: #800000;
}

#registration img {
  float: none;
  border: none;
  margin: 0;
  padding: 0;
}


/**********/
/* Status */
/**********/

#statusForm, #statusForm p, #statusForm td {
  padding-left: 30px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  color: #1D5774;
  /* margin: 0; */
  padding: 0;
  text-indent: 0;
  /* padding-left: 30px; */
  line-height: normal;
}

#statusForm {
  width: 600px;
  margin: 0px auto 0px auto;
  padding: 10px 10px 10px 10px;
  /* background-color: #ddffdd; */
}

#statusForm h3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #800000;
  text-indent: 0;
  margin: 5px 0px 5px 0px;
  /* padding: 20px 0px 0px 30px; */
  padding: 20px 0px 0px 0px;
  font-weight: bold;
}

#statusForm table {
  margin-bottom: 0;
  padding-bottom: 0;
}

#statusForm td p {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-indent: 0px;
  margin: 0;
  padding: 0;
}

#statusForm td {
  vertical-align: top;
  margin-bottom: 5px;
}

#statusForm .comment {
  display: block;
  font-size: 10px;
  font-style: italic;
}

#statusForm .label {
  font-weight: bold;
  width: 150px;
}

#statusForm p {
  margin-top: 10px;
  margin-left: 0;
  padding-left: 0;
  text-align: justify;
}

#statusForm .modify {
  font-style: italic;
}

#statusForm input {
	width: 300px;
	border: solid 1px #1D5774;
	color: #1D5774;
}

#statusForm button {
  background-color: #FFCC33;
	border: solid 1px #1D5774;
	color: #1D5774;
}

#statusForm .printButton {
  text-align: right;
}

table.programs {
  width: 100%;
}

table.programs th {
  background-color: transparent;
}

table.programs td.data {
  text-align: center;
}

#navigateToRegistration {
  display: none;
}



/****************/
/* Print status */
/****************/

#print {
  width: 600px;
}

#print #statusForm, #statusForm p, #statusForm td {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  color: #1D5774;
  padding: 0;
  text-indent: 0;
  line-height: normal;
}

#print #statusForm {
  width: 600px;
  margin: 10px 10px 10px 10px;
  padding: 10px 10px 10px 10px;
}

#print #statusForm h3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  color: #800000;
  text-indent: 0;
  margin: 5px 0px 5px 0px;
  /* padding: 20px 0px 0px 30px; */
  padding: 20px 0px 0px 0px;
  font-weight: bold;
}

#print #statusForm table {
  margin-bottom: 0;
  padding-bottom: 0;
}

#print #statusForm td p {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  text-indent: 0px;
  margin: 0;
  padding: 0;
}

#print #statusForm td {
  vertical-align: top;
  margin-bottom: 5px;
}

#print #statusForm .comment {
  display: block;
  font-size: 10px;
  font-style: italic;
}

#print #statusForm .label {
  font-weight: bold;
  width: 150px;
}

#print #statusForm p {
  margin-top: 10px;
  margin-left: 0;
  padding-left: 0;
  text-align: justify;
}

#print table.programs {
  width: 100%;
}

#print table.programs th {
  background-color: transparent;
}

#print table.programs td.data {
  text-align: center;
}

#print h1 {
  text-align: center;
  font-family: Arial,Verdana, Helvetica,  sans-serif;
  font-size: 20px;
  line-height: 26px;
  color: #1D5774;
  padding: 30px 0 20px 0;
  margin: 0;
}

#print .printButton {
  text-align: right;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}

#print .printButton a {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
}



/*************/
/* Popup box */
/*************/

.popupBox {
  display: none;
  width: 450px;
  background-color: white;
}

.popupBox img {
  float: left;
  margin: 0px 10px 10px 0px;
}

.popupBox p {
  text-align: left;
}




/*************/
/* jQuery UI */
/*************/

.content li.ui-tabs-selected {
  background-image: none;
  background-color: #1D5774;
  color: white;
  font-weight: bold;
}

.content li.ui-tabs-selected a {
  color: white;
  font-weight: bold;
}

.ui-datepicker {
  width: 200px;
}

.ui-widget {
  font-size: 12px;
}

.content img.ui-datepicker-trigger {
    float: none;
    margin: 0px 0px 0px 5px;
    padding: 0px;
    border: none;
    vertical-align: middle;
}
