body {
  background:#fff;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size:10pt;
  margin:0px;
  padding:0px;
  text-align:center;
}


table input { width: auto; height: auto; }

img, fieldset { border:None; }
fieldset {
  clear:both;
  margin:0px;
  padding:2px 0px 2px 0px;
}

.btn, .btn a {
  display:block;
  width:134px !important;
  height:27px;
  border:none;
  font-family:arial, helvetica, sans-serif !important;
  line-height:27px !important;
  background:url(../images/button.jpg) top left no-repeat;
  text-align:center;
  color:#fff !important;
  font-weight:bold;
  text-decoration:none;
  padding:0px;
  margin:0px;
  float:left;
}

form .btn {
  padding-bottom:4px;
}

h1, h2, h3 {
  font-weight:normal;
  margin:0px;
  padding:0px;
}

th {
  font-weight:bold;
  text-align:left;
  padding-left:3.5px;
}

#container {
  width:800px;
  margin:0px auto 0px auto;
  border:1px solid;
  text-align:left;
}

  #header {
    padding:0px;
    height:101px;
  }

  #footer {
    overflow:none;
    text-align:center;
	font:lighter 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:5px;
  }

  #footer_alt {
    text-align:center;
	font:bold 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:5px;
  }
  
  #footer_alt span#bar {
	font:bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
  }

    #title { 
      display:none;
    }

    #logo img {
	  width:800px;
	  height:101px;
	  padding:0px;
	  margin:0px;
    }

    #header h1 {
      float:right;
      text-transform:uppercase;
      text-align:right;
    }
    
  #nav {
    clear:both;
  }
   
    #nav {
      clear:both;
      margin:0px;
	  border-bottom:1px solid;
      padding:0px 20px 0px 0px;
      height:57px;
    }
    
    #nav li {
      list-style:none;
      margin:0px;
      padding:0px;
      display:inline;
    }
    
    #nav li a {
      height:57px;
      line-height:50px;
      display:block;
      padding-left:80px;
      margin:0px 10px 0px 10px;
      text-decoration:none;
      font-weight:lighter;
	  font-size:14px;
      float:right;
    }

    #nav a.home { background:url(../images/btn_home.png) no-repeat; }
    #nav a.new_ticket { background:url(../images/btn_nuevo.png) no-repeat; }
    #nav a.my_tickets { background:url(../images/btn_ticket.png) no-repeat; }
    #nav a.ticket_status { background:url(../images/btn_status.png) no-repeat; }
    #nav a.log_out { background:url(../images/btn_salir.png) no-repeat; }
   
  #content {
      clear:both;
      margin:0px;
	  padding:20px;
  }
    
    #content form {
      margin:0;
      padding:0;
    }
    
      #content form.status_form fieldset { clear:none; }
    
      #content form label {
        display:block;
        width:60px;
        padding-right:10px;
        text-align:right;
        float:left;
        font-weight:bold;
      }
      
      #content #index form input {
        width:175px;
        float:left;
      }
        
    #content #bar {
      width:21px;
      height:auto;
      display:block;
      float:left;
   }
   
   #ticketform {
     padding:20px 20px 50px 20px;
     width:600px;
     margin:20px auto 20px auto;
     border:1px solid;
   }
   
   #loginform {
     padding:20px 20px 50px 20px;
     width:400px;
     margin:20px auto 20px auto;
     border:1px solid;
   }
   
   #ticketform input, #ticketform select {
     width:300px;
     float:left;
   }

   #loginform input {
     width:160px;
     float:left;
   }
      
   #ticketform label {
     width:130px;
     text-align:right;
     display:block;
     float:left;
     padding-right:10px;
   }
   
   #loginform label {
     width:130px;
     text-align:right;
     display:block;
     float:left;
     padding-right:10px;
   }
   
   #ticketform textarea {
     width:400px;
   }
   
   #ticketform .ticketsubmit {
     margin-left:410px;
   }
   
   #loginform .ticketsubmit {
     margin-left:170px;
   }

   
  #footer_logo {
	  vertical-align:middle;
      display:inline-block;
      width:126px;
      height:22px;
  }
  #powered_by {
	  vertical-align:middle;
      display:inline-block;
      width:45px;
      height:22px;
  }
   

.error {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-decoration: none;
    border: none;
    font-weight: bold;
}

.msg {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13.5px;
    text-decoration: none;
    font-weight: bold;
}


#infomessage, #warnmessage, #errormessage {
    margin-bottom: 1.5em;
    padding: 0.3em;
    font-weight: bold;
    border-top: 1px solid;
    border-bottom: 1px solid;
}


/* Buttons  */
.button, .button2 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 5px;
}

.button {
    border: 1px solid;
}
#select_empresa {
	width:250px;
}
    
/* Generic CSS based Icons. use=> <tag class="Icon iconname">text</tag> */
    
.Icon {
        
    width: auto;
    padding-left:20px;
    background-position: left center;
    background-repeat: no-repeat;
    color:#006699; 
    text-decoration: none;
}

a.Icon { }
   
a.Icon:hover {
    text-decoration: underline;    
}

    
.Icon.Ticket { background:url(../images/icons/ticket.gif) 0 0 no-repeat; }
.Icon.webTicket { background:url(../images/icons/ticket_source_web.gif) 0 0 no-repeat; }
.Icon.emailTicket { background:url(../images/icons/ticket_source_email.gif) 0 0 no-repeat; }
.Icon.phoneTicket { background:url(../images/icons/ticket_source_phone.gif) 0 0 no-repeat; }                
.Icon.otherTicket { background:url(../images/icons/ticket_source_other.gif) 0 0 no-repeat; }


.Icon.attachment { background-image: url(../images/icons/attachment.gif); }
.Icon.file { background-image: url(../images/icons/attachment.gif); }
.Icon.refresh { background-image: url(../images/icons/refresh.gif); }   
.Icon.thread {
    font-weight: bold;
    font-size: 1em;
    background-image: url(../images/icons/thread.gif);
}

/* Ticket view (Messages and Responses) */
#ticketthread table.message {
    margin:10px 0 5px 0;
}

#ticketthread table.response {
    margin-bottom:5px;
}

table.message, table.response {
    border: 1px solid;
    border-bottom: none;
}

table.message td, table.message th,table.response td, table.response th {
    border-bottom:1px solid;
    padding:5px;
}

table.message tr.header td, table.response tr.header td {
    padding:1px;
    padding-left:5px;
}

table.message th, table.response th {
    line-height:24px;
    font-size:10pt;
    padding:1px;                
    padding-left:5px;
    font-weight:bold;
}

/* Index page */

#index {
	line-height:14px;
	margin:-20px;
    padding:20px;
	width:760px;
	height:397px;
}
#index h1 {
	font-weight:lighter;
	margin:15px 0px 0px 30px;
    font-size:21px;
	display:block;
	width:700px;
}
.big {
	margin:20px 0px 30px 30px;
	text-align:justify;
	font-weight:lighter;
	font-size:13px;
	display:block;
	width:700px;
}
.lcol {
	float:left;
	margin-left:30px;
}
.rcol {
	margin-left:395px;
}
.lcol, .rcol {
	padding:20px 20px 20px 25px;
	position:absolute;
	height:160px;
	width:290px;
}
.lcol img, .rcol img {
	position:absolute;
	top:-10px;
	left:-15px;
}
.lcol h3, .rcol h3 {
	font-size:17px;
	font-weight:lighter;
	text-decoration:underline;
	margin-left:60px;
}
.lcol p, .rcol p {
	text-align:justify;
}
.lcol input {
	margin-left:60px;
}
.clear {
	clear:both;
}