/*
  $Id: stylesheet.css - v 2.0 2010/05/29 13:20:57 hpdl Exp $

  Carlos Charles.com, Personal Portfolio
  http://www.carloscharles.com

  [C] 1983-2010 Carlos Charles. All Rights Reserved
*/

html, body {
    height: 100%;
    background: #000;
    color: #FFF;
    margin: 0px;
    padding: 0px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;    
}

a {
    color: #FFF;
    text-decoration: none;
}

a:hover {
    color: #FFF;
    text-decoration: underline;
}

.link-on {
    color: #999;
}

.table-LMH {
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

.table-main {
    width: 800px;
    border-collapse: collapse;
    text-align: left;
    font-size: 11px;
}

.table-content {
    width: 90%;
    border-collapse: collapse;
    border: 1px solid #444;
    font-size: 11px;
}

.table-content-02 {
    width: 98%;
    border-collapse: collapse;
    text-align: center;
    font-size: 11px;
}

.table-content-02 td {
    border-collapse: collapse;
    border: 1px solid #222;
}

.table-content-03 {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #444;
    text-align: center;
    font-size: 11px;
}

.table-event {
    width: 95%;
    border-collapse: collapse;
}

.table-event td {
    border-collapse: collapse;
    border: 1px solid #000;
    text-align: left;
}

.table-event a {
    color: #555;
    font-weight: bold;
    text-decoration: none;
}

.table-event a:hover {
    color: #6699CC;
    font-weight: bold;
    text-decoration: none;
}

.content-main {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  font-size: 11px;
}

.content-box {
  width: 95%;
  border-collapse: collapse;
  text-align: left;
  font-size: 11px;
}

.content-box a {
    color: #FFF;
    text-decoration: none;
}

.content-box a:hover {
    color: #FFF;
    text-decoration: underline;
}

.content-form {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
}

.content-form td {
  padding: 3px;
}

.thumbnail {
    border: 1px solid #444;
    float: left;
}

.pagination {
    text-align: center;
    font-size: 11px;
}

.awards-subcategory {
    width: 30%;
    vertical-align: top;
    font-weight: bold;
}

.cell-spacer {
    width: 5%;
}

.input-field {
    background: url(images/image.lacasadeluismiguel_input-field.jpg) center top repeat-x;
    border: 1px solid #444;
    padding: 5px;
    width: 200px;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 11px;
    color: #FFF;
}

.table-sending {
    width: 100%;
    height: 100%;
    background: url(images/image.sending_data.png);
    font-size: 11px;
    color: #FFF;
}

.warning {
  font-size: 09px;
  color: #555;
  text-align: left;
}

.warning a {
  color: #555;
  text-decoration: none;
}

.warning a:hover {
  color: #555;
  text-decoration: underline;
}


.success {
  font-size: 09px;
  color: #FFF;
}

.copyright {
    text-align: center;
    font-size: 10px;
    color: #444;
}

.copyright a {
    color: #444;
    text-decoration: none;
}

.copyright a:hover {
    color: #666;
    text-decoration: none;
}

hr {
    border: 0;
    width: 100%;
    }

hr.hr-grey {
    color: #333;
    background-color: #333;
    height: 1px;
}

.link-blue {
    color: #6699CC;
}

.link-blue a {
    color: #6699CC;
    text-decoration: none;
}

.link-blue a:hover {
    color: #6699CC;
    text-decoration: underline;
}

.downloads-thumbs {
    width: 133px;
    height: 100px;
    text-align: left;
}

.downloads-description {
    background: url(images/image.transparent-black.png);
    height: 20px;
    vertical-align: bottom;
    padding-left: 5px;
    padding-bottom: 5px;
    text-align: left;
    font-size: 10px;
}

.table-calendar {
  width: 100%;
  height: 25px;
  background: #444;
  border-collapse: collapse;
  border: 1px solid #000;
  text-align: center;
}

.table-calendar td {
    border-collapse: collapse;
    border: 1px solid #000;
}

.week-days {
  width: 14%;
  height: 20px;
  background: #444;
  text-align: center;
}

.month-days {
  height: 80px;
  padding-right: 5px;
  padding-top: 5px;
  vertical-align: top;
  font-size: 09px;
  color: #444;
  text-align: right;
}

.button {
    border: none;
}

.title-month {
    color: #999;
    font-size: 14px;
    font-weight:  bold;
}
.main-201007 {
    height: 100%;
    background: url(images/image.lacasadeluismiguel_tour-2010.jpg) center no-repeat;
}