/* CSS by vgurdiga@tacitknowledge.com */

/* reset start */
body {
  font-family: Helvetica, Arial, 'Nimbus Sans L', sans-serif;
  font-size: .9em;
  color: #404040;
  background: #f7fbfc url("../images/background.gif") repeat-x;
  line-height: 140%;
}

ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

a {
  text-decoration: none;
}

a,
a:visited,
a:hover {
  color: #025f8a;
}

:target {
	text-decoration: underline;
}

a img {
  border: none;
}

a:hover img {
  text-decoration: none;
}

h2, h3 {
  margin: 0;
  padding: 1em 0 .2em 1em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.4em;
}

/* reset end */

#border {
  width: 900px;
  margin: 0 auto;
  padding: 0 6px 6px 6px;
  background: #d1edf2 url("../images/shadow.gif") repeat-x;
  border-top: 6px solid #078cad;
}

#wrapper {
  background-color: white;
}

#header {
  background: transparent url("../images/head.jpg") no-repeat;
  height: 135px;
  cursor: pointer; cursor: hand;
}

#header h2 {
  display: none;
}

#left_panel {
  float: left;
  width: 181px;
}

#content,
div.hack_float_right {
  width: 700px;
}

#content {
  margin-left: 182px;
  padding: 1px 0;
  border-left: 1px solid #acdce8;
}

#footer {
  clear: both;
  text-align: center;
  background: #f7fbfc url("../images/background_bottom.gif") repeat-x;
  height: 74px;
  line-height: 35px;
  font-size: .9em;
}

.box {
  padding: 1em;
  margin: .5em;
}

#content .box img {
  float: left;
  margin: 0 1em .5em 0;
  border: 1px solid silver;
}

label {
  display: block;
  float: left;
  width: 7em;
}

.tip {
  margin: 0 0 .5em 10em;
  font-size: .9em;
}

table {
  border-spacing: 2px;
  border-collapse: separate;
}

table,
table th,
table td {
  border: 1px solid silver;
  padding: 2px 4px;
}

h1 {
  color: #63bbd0;
  line-height: 100%;
  margin-top: 0;
  font-size: 1.7em;
}

h2 {
  font-size: 3em;
  font-weight: bold;
}

#left_panel ul {
  list-style-type: none;
}

#left_panel ul li {
  height: 20px;
  background: url("../images/bullet.gif") no-repeat left 18px;
  padding: 10px 10px 10px 15px;
  border-bottom: 1px solid #ededed;
}

#left_panel ul li a {
  color: black;
  font-size: 1.3em;
}

#left_panel ul li a:hover {
  color: #078eae;
}

body.home #left_panel ul li#home a,
body.agenda #left_panel ul li#agenda a,
body.talks #left_panel ul li#talks a,
body.speakers #left_panel ul li#speakers a,
body.contact #left_panel ul li#contact a {
  color: #097fa5;
}

body.home #left_panel ul li#home,
body.agenda #left_panel ul li#agenda,
body.talks #left_panel ul li#talks,
body.speakers #left_panel ul li#speakers,
body.contact #left_panel ul li#contact {
  color: #097fa5;
}

ul.speakers {
  list-style-type: none;
}

ul.speakers li {
  float: left;
  width: 155px;
  margin: 15px 7px 0 0;
  text-align: center;
}

ul.speakers li em {
  display: block;
  text-align: center;
  height: 7em;
  font-size: 0.8em;
  font-style: normal;
}

p.add_new {
  clear: right;
}

div.hack_float_right {
  float: right;
}

div.hack_clear {
  clear: right;
}

form#speaker_edit img {
  vertical-align: top;
}

.speakers #content .box p {
  margin: .5em 0 1em 0;
}

.speakers #content .box p.photo {
  margin: 0;
}

.speakers #content .hack_float_right {
  width: 680px;
}

.speakers #content .hack_float_right,
.speakers #content .hack_clear {
  font-size: 1px;
}

#content .box .speakers img {
  margin: 0;
  width: 120px;
  height: 120px;
  float: none;
}

body.register #left_panel #register_button a {
  background: url("../images/button_register_2.jpg") repeat-x;
}

#left_panel #register_button a {
  display: block;
  margin-top: 2em;
  width: 141px;
  height: 34px;
  background: url("../images/button_register_1.jpg") repeat-x;
  list-style-type: none;
}

#left_panel #register_button a:hover {
  background: url("../images/button_register_2.jpg") repeat-x;
}

.min_height_hack {
  width: 100%;
  clear: both;
}

.talks #content .box ul {
  list-style-position: outside;
}

.talks #content .box ul li {
  margin-top: 0;
}

div.talk {
  border-bottom: 1px solid #ededed;
  display: table;
  padding-bottom: 0.5em;
}

label,
input,
select,
button {
  font-size: 1.3em;
  margin: .3em 0;
  padding: .4em;
}

label {
  font-weight: bold;
  height: 2.5em
  line-height: 2.5em;
}

input {
  width: 20em;
}

input,
button,
select {
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border: 1px solid #DDDDDD;
}

input.error,
textarea.error {
  border-color: red;
}

button {
  font-weight: bold;
  color: #078eae;
  color: black;
  background: transparent url("../images/button_bg.gif") repeat-x left bottom;
  border: 1px solid black;
  cursor: pointer;
}

button:hover {
  color: #078eae;
  border-color: #078eae;
}

button.disabled {
  color: silver;
  border-color: silver;
}

.register form .button_container {
  text-align: right;
  width: 37em;
}

.register label {
  width: 6em;
}

.register button {
  width: 7em;
  margin-right: 1em;
}

.speakers #photo {
  margin-bottom: 18px;
}

div.author {
  margin-top: 1.3em;
  float: left;
  text-align: center;
  width: 120px;
  margin-right: 1.2em;
  font-size: 0.9em;
}

#content .box div.author img {
  display: inline;
  margin: 0;
  float: none;
  height: 120px;
  width: 120px;
}

.talks #content ul {
  list-style-type: none;
}

.talks #content h1 {
  margin-bottom: 0;
}

.talks #content ul h3 {
  padding-left: 0;
  padding-bottom: 0;
}

.talks #content ul h3 a {
  color: #404040;
}

.talks #content ul h3 a:hover {
  text-decoration: underline;
}

p {
  text-align: justify;
}

.login form div {
  width: 38em;
}

.login p#button_container {
  text-align: right;
}

.login p#button_container button {
  margin-right: .5em;
}

.speakers #content .box h1 {
  margin-bottom: .3em;
}

.speakers #content .box h3 {
  padding-top: 0;
  padding-left: 0;
}

.speakers #content .box h3.talks {
  padding-bottom: .5em;
}

.speakers #content .box ul.talks {
  list-style-type: square;
  padding-left: 0em;
  font-size: .8em;
}

.speakers #content .box ul.talks li a {
  font-size: 1.25em;
}

div#reg {
  width: 45em;
}

.LV_validation_message{
  font-weight: bold;
  margin: 0 1.5em 0 1em;
}

.LV_valid {
    color: #00CC00;
}
  
.LV_invalid {
    color: #CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
  border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
  border: 1px solid #CC0000;
}
