div.livre_or
{
  border: solid 2px black;
  width: 650px;
  background-color: #F3F3F3;
  padding: 5px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 12px;
  margin-bottom: 12px;
  vertical-align: top;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: black;
}

div.livre_or_add_top
{
  margin-left: auto;
  margin-right: auto;
  width: 450px;
  height: 4px;
  background: #F3F3F3 url('../images/add_message_top.png') no-repeat;
}

div.livre_or_add_bottom
{
  margin-left: auto;
  margin-right: auto;
  width: 450px;
  height: 4px;
  background: #F3F3F3 url('../images/add_message_bottom.png') no-repeat;
}

div.livre_or_add_body
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: black;
  margin-left: auto;
  margin-right: auto;
  width: 450px;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #3A3A3A;
  background: #F3F3F3 url('../images/add_message_body.png');
}

div.livre_or_add_msg_left
{
  float: left;
  width: 160px;
  text-align: left;
  margin-top: 2px;
  padding-left: 10px;
  height: 23px;
  clear: both;
}

div.livre_or_add_msg_right
{
 text-align: left;
 height: 25px;
}

div.livre_or_add_msg_center
{
  text-align: center;
  clear: both;
}

input.input_text
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  border: 1px solid #757575;
  width: 200px;
}

input.input_focus
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding-left: 2px;
  border: 1px solid #007E00;
  border-left: 3px solid #007E00;
  background-color: #EBFFEB;
  width: 200px;
}

textarea.textarea_text
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  border: 1px solid #757575;
  width: 430px;
}

textarea.textarea_focus
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  padding-left: 2px;
  border: 1px solid #007E00;
  border-left: 3px solid #007E00;
  background-color: #EBFFEB;
  width: 430px;
}

input.livre_or_add_msg
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-size: 1em;
  cursor: pointer;
  font-weight: bold;
  color: #373737;
}

table.message
{
  width: 100%;
}

td.message_header_left
{
  width: 50%;
  text-align: left;
  font-weight: bold;
}

td.message_header_right
{
  width: 50%;
  text-align: right;
}

td.message_body
{
}

.carousel-component
{
  padding: 0px 0px 0px 0px;
  margin: 0px;
}

.carousel-component .carousel-list li
{
  margin: 3px;
  width: 319px; /* img width is 75 px from flickr + a.border-left (1) + a.border-right(1) + img.border-left (1) + img.border-right (1)*/
  height: 230px; /* image + row of text (87) + border-top (1) + border-bottom(1) + margin-bottom(4) */
  /*    margin-left: auto;*/ /* for testing IE auto issue */
  border-top : 7px solid black;
  border-bottom : 3px solid black;
  border-left : 3px solid black;
  border-right : 3px solid black;
}

.carousel-component .carousel-list li a
{
  display: block;
  border: 0px solid #000000;
  outline: none;
}

.carousel-component .carousel-list li a:hover
{
  border: 0px solid #aaaaaa;
}

.carousel-component .carousel-list li img
{
  border: 0px solid #000000;
  display: block;
}

.carousel-component .carousel-prev
{
  position: absolute;
  top: 7px;
  z-index: 3;
  cursor: pointer;
  left: 0px;
}

.carousel-component .carousel-next
{
  position: absolute;
  top: 7px;
  z-index: 3;
  cursor: pointer;
  right: 0px;
}


div.photo
{
  width: 1000px;
  background-color: #000000;
  padding: 2px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

td.photo
{
  width: 240px;
  padding-top: 5px;
  padding-bottom: 2px;
  padding-right: 4px;
  padding-left: 4px;
}