/* default text and background colors */
body{color:#333; background-color: #fff;  background-image: url(../images/bg.gif);  background-repeat: repeat;}
/* default link color */
a {color:#c84b0rf; text-decoration: none;}
/* default link hover color */
a:hover {color:#004990; text-decoration: none;}#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:#004990;}
/* top nav background and bottom border */
#nav {background:#f1f1f1; border-color:#ccc;}
/* nav link color */
#nav li a {color:#004990;  font-weight:bold;}
/* nav link hover color */
#nav a:hover {color:#004990;}
/* footer background and border */
#footer {background:#f1f1f1;  border-color:#ccc;}
/* Headings */
h1 {color:#0a7891;}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: #ADADAD; }
/* Alt rows used on most data tables */
.row1 { background-color: #AFAFAF; }.row2 {background-color: #FFFFFF; }
/* auto-highlight */
.row1.highlight td,.row2.highlight td {background-color: #AFAFAF;}
/* mesages, warning and errors */
.error {color: #FF0000;}.msg {color:#0a7891;}#infomessage {background-color: #fff;  border-color: #390;  color: #390;  background: ##004990;}#errormessage {border-color: #903; background-color: #fcc; color: #903;} #warnmessage {border-color: #28abc9; background-color: #28abc9;}
/* Input buttons/submits colors*/
.button {background-color: #004990; 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: #28abc9;}
/* Response title */
table.response th {background-color: #28abc9;}
/* 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;}
