/* default text and background colors */
body {
	background: #fff;
	color: #fff;
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
/* default link color */
a {
	color: #333;
	text-decoration: none;
}
/* default link hover color */
a:hover {
	color: #A2C40E;
	text-decoration: none;
}
#container {
	background: transparent;
	color: #444;
}
#loginform, #ticketform {
	background: #f1f1f1;
	border-color: #ccc;
}
/* bottom border of header */
#header {
	background-image: url(../images/logo_eabc.png);
	background-repeat: no-repeat;
	background-position: 0 top;
}
/* "SUPPORT TICKET SYSTEM" default text */
#header p {
	color: #444;
}
/* "SUPPORT TICKET" color */
#header p span {
	color: #000;
}
/* top nav background and bottom border */
#nav {
	background: transparent url(../images/content_bg.jpg) no-repeat 0 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
#nav h4{
color:#023866;
font-size:18px;
font-weight:700;
padding:10px 20px 5px 45px;
}
/* nav link color */
#header li a {
	color: #047391;
}
/* nav link hover color */
#header a:hover {
	color: #A2C40E;
}
/* footer background and border */
#footer {
	border-top: dotted 1px #ccc;
}
/* Headings */
h1 {
	color: #fe7700;
}
h2 {
	color: #333;
}
h3 {
	color: #444;
}
/* Data Table */
table.tgrid {
	border-left: 1px solid;
}
table.tgrid td {
}
table.tgrid th {
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
}
table.tgrid, table.tgrid td, table.tgrid th {
	border-color: #EEE;
}
/* Table headings */
table.tgrid th {
	background: #DDD;
	color: #444;
}
table.tgrid th a, table.tgrid th a:hover {
	color: #444;
	text-decoration: underline;
}
/* row highlighting on hover */
.tgrid tr:hover td {
	background-color: #FFFFDD;
}
/* Alt rows used on most data tables */
.row1 {
	background-color: #EEE;
}
.row2 {
	background-color: #FFFFFF;
}
/* auto-highlight */
.row1.highlight td, .row2.highlight td {
	background-color: #FFFFDD;
}
/* mesages, warning and errors */
.error {
	color: #FF0000;
}
.msg {
	color: #a7ca14;
}
#infomessage {
	background-color: #b6db11;
	color: #000;
}
#errormessage {
	border-color: #903;
	background-color: #fcc;
	color: #903;
}
#warnmessage {
	border-color: #fad163;
	background-color: #fdedc1;
}
/* Input buttons/submits colors*/
.button {
	background-color: #88A429;
	color: #FFF;
}
/* Assorted number of tables used on view ticket.*/
table.infotable td, table.infotable th {
	background-color: #DDD;
}
table.infotable th {
	font-weight: bold;
	text-align: left;
	padding-left: 3px;
}
/* Response & message background */
table.message, table.response {
}
/* Message title */
table.message th {
	background-color: #DDD;
}
/* 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;
}