/* default text and background colors */
body {
  color:#333;
  background-color: #FFFFFF;
  /*background-image: url(../images/bg.gif);
  background-repeat: repeat;*/
}

/* default link color */
a { color:#006699; text-decoration: none; }

/* default link hover color */
/*a:hover { color:#DB8606; text-decoration: none; }*/

p {	
	color: #999999;
} 

.menu a:link, .menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
	border-color: #D4D307;
}

.menu a:hover {
	color: #00A5E5;	
}
.menu a.act {		
	background-color: transparent;
	background-image: url(../img/flecha.gif);
	background-repeat: no-repeat;
	background-position:center bottom;	
	padding-bottom: 7px;
	position: relative;
	z-index: 50;
}

.submenu a:link, .submenu a:visited {
	color: #049D8E;
	text-decoration: none;
}
.submenu a:hover {
	color: #049D8E;		
}
.submenu a.act {
	color: #049D8E;
	font-weight: bold;
}

#container {
    background:#fff;
    border-color:#ccc;
}

#loginform, #ticketform {
  background:#f1f1f1;
  border-color:#ccc;
}

/* bottom border of header */
#header {
  border-color:#000;
}

/* "SUPPORT TICKET SYSTEM" default text */
#header p {
  color:#666;
}

/* "SUPPORT TICKET" color */
#header p span {
  color:#fe7700;
}

/* top nav background and bottom border */
#nav {
  background:#f1f1f1;
  border-color:#ccc;
}

/* nav link color */
#nav li a {
  color:#006699;
  font-weight:bold;
}

/* nav link hover color */
#nav a:hover {
  color:#fe7700;
}

/* Headings */
h1 {
	font-size: 16pt;
	color: #00A5E5;
	line-height: 15pt;
	margin-top: 10px;
	margin-bottom: 10px;
	}
	
h2 {
  color:#333;
}

h3 {
  color:#D4D307;
}


/* Data Table */
table.tgrid {
 border-left: 1px solid;
}

table.tgrid td {
  border:1px solid;
  border-top:none;
  border-left:none;
}

table.tgrid th {
  color: #FFF;
  font-size: 12px; 
  font-weight:bold;
}


table.tgrid, table.tgrid td, table.tgrid th {
  border-color:#ADADAD;
}

/* Table headings */
table.tgrid th {
  background:#ADADAD;;
  color:#FFF;
}

table.tgrid th a, table.tgrid th a:hover {
  color:#FFF;
  text-decoration:underline;
}

/* row highlighting on hover */
.tgrid tr:hover td {  background-color: #FFFFDD; }

/* Alt rows used on most data tables */
.row1 { background-color: #F4FAFF; }
.row2 { background-color: #FFFFFF; }

/* auto-highlight */
.row1.highlight td,.row2.highlight td {
    background-color: #FFFFDD;
}


/* mesages, warning and errors */
.error {
    color: #FF0000;
}

.msg {
    color:#006699;
}

#infomessage {
  background-color: #390;
  border-color: #390;
  color: #390;
  background: #CFC;
}

#errormessage {
    border-color: #903;
    background-color: #fcc;
    color: #903;
}

#warnmessage {
    border-color: #fad163;
    background-color: #fdedc1;
}

/* Input buttons/submits colors*/
.button {
    background-color: #DB8606;
    color: #FFF;
    border-color: #666;
}

/* Assorted number of tables used on view ticket.*/

table.infotable td, table.infotable th {
    background-color: #F4FAFF;
}

table.infotable th {
    font-weight:bold;
    text-align:left;
    padding-left:3px;
}

/* Response & message background */
table.message, table.response {
    border-color:#ADADAD;
}

/* Message title */
table.message th {
    background-color: #C3D9FF;
}
/* Response title */
table.response th {
	background-image: url('/images/mini_check.gif');
	background-repeat: no-repeat;
	background-position:left center;	
    background-color: #ecf7fb;
    padding-left: 30px;
}


/* message & response header */
table.message tr.header td, table.response tr.header td {
    background-color: #EFEFEF;
    border-color:#ccc;
}

/* table cells bg */
table.message td, table.response td {
  background-color: #FAFAFA;
}

.rcol h3, .lcol h3 { color:#D4D307; }

hr { border:none; border-bottom:1px solid #ccc; margin:10px 0 10px 0; }

.txt_titol_footer{
	color: white
}

.txt_general {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 9pt;
	text-align: justify;
	color: #666666;	
}

