/* default text and background colors */

/* default link color */
#container a { color:#006699; text-decoration: none; }

/* default link hover color */
#container a:hover { color:#DB8606; text-decoration: none; }


#container {
    background:#fff;
}

#container #loginform, #ticketform {
  background:#f1f1f1;
  border-color:#ccc;
}

/* bottom border of header */
#container #headerB {
  border-color:#000;
}

/* "SUPPORT TICKET SYSTEM" default text */
#container #headerB p {
  color:#666;
}

/* "SUPPORT TICKET" color */
#container #headerB p span {
  color:#fe7700;
}

/* top nav background and bottom border */
#container #nav {
  background:#f1f1f1;
  border-color:#ccc;
}

/* nav link color */
#container #nav li a {
  color:#006699;
  font-weight:bold;
}

/* nav link hover color */
#container #nav a:hover {
  color:#fe7700;
}

/* footer background and border */
#container #footerB {
  background:#f1f1f1;
  border-color:#ccc;
}

/* Headings */
#container h1 {
  color:#fe7700;
}
#container h2 {
  color:#333;
}
#container h3 {
  color:#666;
}

/* Data Table */
#container table.tgrid {
 border-left: 1px solid;
}

#container table.tgrid td {
  border:1px solid;
  border-top:none;
  border-left:none;
}

#container table.tgrid th {
  color: #FFF;
  font-size: 12px; 
  font-weight:bold;
}


#container table.tgrid, table.tgrid td, table.tgrid th {
  border-color:#ADADAD;
}

/* Table headings */
#container table.tgrid th {
  background:#ADADAD;;
  color:#FFF;
}

#container table.tgrid th a, table.tgrid th a:hover {
  color:#FFF;
  text-decoration:underline;
}

/* row highlighting on hover */
#container .tgrid tr:hover td {  background-color: #FFFFDD; }

/* Alt rows used on most data tables */
#container .row1 { background-color: #F4FAFF; }
#container .row2 { background-color: #FFFFFF; }

/* auto-highlight */
#container .row1.highlight td,.row2.highlight td {
    background-color: #FFFFDD;
}


/* mesages, warning and errors */
#container .error {
    color: #FF0000;
}

#container .msg {
    color:#006699;
}

#container #infomessage {
  background-color: #390;
  border-color: #390;
  color: #390;
  background: #CFC;
}

#container #errormessage {
    border-color: #903;
    background-color: #fcc;
    color: #903;
}

#container #warnmessage {
    border-color: #fad163;
    background-color: #fdedc1;
}

/* Input buttons/submits colors*/
#container .button {
    background-color: #DB8606;
    color: #FFF;
    border-color: #666;
}

/* Assorted number of tables used on view ticket.*/

#container table.infotable td, #container table.infotable th {
    background-color: #F4FAFF;
}

#container table.infotable th {
    font-weight:bold;
    text-align:left;
    padding-left:3px;
}

/* Response & message background */
#container table.message, #container table.response {
    border-color:#ADADAD;
}

/* Message title */
#container table.message th {
    background-color: #C3D9FF;
}
/* Response title */
#container table.response th {
    background-color: #FFE0B3;
}

/* message & response header */
#container table.message tr.header td, table.response tr.header td {
    background-color: #EFEFEF;
    border-color:#ccc;
}

/* table cells bg */
#container table.message td, table.response td {
  background-color: #FAFAFA;
}

