/* default text and background colors */
body {
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
 font-size: 10px;
  color:#333;
  background-color: #fff;
  background-image: url(../images/bg.gif);
  background-repeat: repeat;
}

/* default link color */
a { 
color:#5DA90D; 
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
 font-size: 10px;


}

/* default link hover color */
a:hover { color:#DB8606; }


#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:#5DA90D;
  font-weight:bold;
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
 font-size: 10px;

}

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

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

/* Headings */
h1 {
  color:#fe7700;
}
h2 {
  color:#333;
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;

 font-size: 10px;

}
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: 10px; 
  font-weight:bold;
}


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

/* Table headings */
table.tgrid th {
  background:#E2E4E5;
	background-image: url(http://www.jordan-e-directory.com/images/button_bg.gif);
  color:#23377B;
}

table.tgrid th a, table.tgrid th a:hover {
  color:#23377B;
  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: #67B20E;
}

.msg {
    color:#5DA90D;
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
 font-size: 10px;

}

#infomessage {
  background-color: #FFFFFF;
  border-color: #23377B;
  color: #5DA90D;
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
 font-size: 10px;


}

#errormessage {
    border-color: #23377B;
    background-color: #FFFFFF;
    color: #5DA90D;
font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
 font-size: 10px;

}

#warnmessage {
    border-color: #23377B;
    background-color: #FFFFFF;
}

/* Input buttons/submits colors*/
.button {
   
    color: #5DA90D;
    border-color: #23377B;
}

/* 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: #E1E2E4;
}
/* Response title */
table.response th {
    background-color: #ABCD80;
}

/* 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;
}

