/* default text and background colors */
body {
  color                : #E6EBFB;
  background-color     : #040e1e;
  background-image     : url(../images/background.jpg);
  background-attachment: fixed;
  background-repeat    : no-repeat;
  background-position  : top right;
  /*font-weight: bold;*/
}

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

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


#container {
    background:#344566;
    border:1px #415680 solid; 
}

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

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

/* "SUPPORT TICKET SYSTEM" default text */
#header p {
  color:#6679a0;
}

/* "SUPPORT TICKET" color */
#header p span {
  color:#E6EBFB;
}

/* top nav background and bottom border */
#nav {
  background:#344566;
  border:1px #415680 solid;
  background-image: url(../images/bg1.gif);
  background-repeat: repeat;
}

/* nav link color */
#nav li a {
  color:#E6EBFB;
  font-weight:bold;
  font-size            : 11px;
}

/* nav link hover color */
#nav a:hover {
  color:#CDD7F8;
  font-size            : 11px;
}

/* footer background and border */
#footer {
  background:#344566;
  border:1px #415680 solid;
  background-image: url(../images/bg1.gif);
  background-repeat: repeat;
}

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

/* Data Table */
table.tgrid {
 border-left:none;
}

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

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


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

/* Table headings */
table.tgrid th {
  background:#344566;
  border:1px #415680 solid;
  background-image: url(../images/bg1.gif);
  background-repeat: repeat;
}

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

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

/* Alt rows used on most data tables */
.row1 { background-color: #44587f; }
.row2 { background-color: #586c96; }

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


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

.msg {
    color:#E6EBFB;
}

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

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

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

/* Input buttons/submits colors*/
.button {
    border:1px #415680 solid;
    background-color: #344566;
    color: #E6EBFB;
    border:1px #415680 solid;
	background-image: url(../images/bg1.gif);
	font-family: Tahoma,sans-serif;
    font-size            : 11px;
}

input, textarea, select {
    border:1px #415680 solid;
    background-color: #44587f;
    color: #E6EBFB;
    border:1px #415680 solid;
	/*background-image: url(../images/bg1.gif);*/
	font-family: Tahoma,sans-serif;
	font-weight: normal;
	font-size: 11px;
	padding-left: 2px;
}


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

table.infotable td, table.infotable th {
    background-color: #44587f;
	    color: #E6EBFB;
    border:1px #415680 solid;
}

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

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

/* Message title */
table.message th {
    background-color: green;
}
/* Response title */
table.response th {
    background-color: #BB0000;
}

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

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

