/* 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:#006699; text-decoration: none; }*/
a {
	color: #EAD200;
	text-decoration: none;
}

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

#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:#FFFFFF;
  font-weight:bold;
}

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

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

/* 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;
  border-right:none;
  background-color: #141414;
/* .row2 { background-color: #404040 } */
}

/* Table headings */
table.tgrid th {
  color: #FFF;
  font-size: 12px; 
  font-weight:bold;
/*  background:#ADADAD;; */
  border-bottom: 1px solid;
  border-top: none;
  border-left: none;
}


table.tgrid, table.tgrid td, table.tgrid th {
  border-color:#666666;
  background:#404040;
  text-align: left;
}

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; } */
.tgrid tr:hover td {  background-color: #404040; }


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


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


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

.open_error {
    color: #FFFF00;
}

.msg {
    color:#FFFFFF;
}

#infomessage {
/*  background-color: #000;
  border-color: #000;
  background: #000;
  border: 0px solid; */
  color: #390;
  border: 0px solid;

}

#infomessage2 {
  color: #390;
}


#errormessage {
/*    border-color: #903;
    background-color: #fcc; */
    color: red; /* 903 */
  border: 0px solid;

}
#errormessage2 {
    color: #903;
}

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

#warnmessage2 {
}


/* Input buttons/submits colors
.button {
    background-color: #DB8606;
    color: #FFF;
    border-color: #404040;
    cursor: pointer;
}*/
.button {
    background-color: #FFDD00;
    color: #000;
    border-color: #404040;
    cursor: pointer;
}


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

table.infotable {
   background-color: #404040;
   color: #FFFFFF;
  }

/* table.infotable td, table.infotable th {
    background-color: #141414; */
}

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

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

/* Message title */
table.message th {
/*    background-color: #C3D9FF; */
      background-color: #404040;
}
/* 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;
  color: #000000;

}

.rcol h3, .lcol h3 { color:#006699; }

hr { border:none; border-bottom:1px solid #ccc; margin:10px 0 10px 0; }

