﻿/* default text and background colors */
body {
  color:#333;
  background-color: #056FA5;
  background-image: url("../images/bg_body.GIF") ;
  background-repeat: repeat-x;
}

/* default link color */
a { text-decoration: none; }

/* default link hover color */
a:hover { color:#ff9f18; text-decoration: none; 
}


#container {
        border-color:#ccc;
	/* background: #056FA5  url("../images/margin_sin3.gif") repeat-y left top ;*/
	 }

#loginform, #ticketform {
  background:#f1f1f1;
  border-color:#ccc;
}

/* bottom border of header */
#header {
	border-color: #000;
	background-image:  #0A75AD;url("../images/backgHead.jpg");
}

/* "SUPPORT TICKET SYSTEM" default text */
#header p {
  color:#666;
}

/* "SUPPORT TICKET" color */
#header p span {
  color:#ffffff;
}

/* top nav background and bottom border */
#nav {
/*  background-color: #00BFFF;
	background-image: url("../images/backg_nav.gif");*/
	
}

/* nav link color */
#nav li a {
  color:#006699;
  font-weight:bold;
  padding: 11px 32px;
}


/* nav link hover color */
#nav a:hover {
	color: #2CAFE3;
	 
}


#nav li a:hover {

 height:26px;}








/* footer background and border */
#footer {
	background: #056FA5 /*url("../images/base_footer2.gif")*/ ;
}

/* Headings */
h1 {
  color:#fe7700;
}
h2 {
  color:#333;
}
h3 {
  color:#666;
}

/* 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: #e57c00;
}

.msg {
    color:#006699;
}

#infomessage {
  background-color: #EEEEEE;
  border-color: #390;
  color: #390;
  background: #CFC;
}

#errormessage {
    border-color: #eee;
    background-color: #eee;
    color: #ec6d06;
}

#warnmessage {
    border-color: #fad163;
    background-color: #fdedc1;
}

/* Input buttons/submits colors*/
.button {
    background-color: #f58705;
    color: #fff;
}

/* 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-color: #FFE0B3;
}

/* 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;
}

.tabella_grigia td, .tabella_grigia th {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 11px 14px;
    background: #eee;
    text-align: left;
}
.tabella_verdeacqua th, .tabella_verdeacqua td {
    line-height: 11px;
    border: medium none;
    line-height: 11px;
    padding: 12px 20px;
    background: #b7cfda;}
.tabella_verdeacqua th,	.tabella_grigia th{
	text-transform:uppercase;
	text-align:left;
	font-family:'kanit';Verdana, Geneva, sans-serif}