/* default text and background colors */

html {
	background: #3c3c3c url(../gfx/bg_html.png) top center;
}

body {
	padding: 22px 0;
	background: url(../gfx/bg_body.png) top center repeat-x;
  color:#333;
  /*
  background-color: #fff;
  background-image: url(../images/bg.gif);
  background-repeat: repeat;
  */
}

/* default link color */
a { color:#b59827; text-decoration: none; font-weight: bold; }

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


#container {
    background:#fff;
    border-color:#ccc;
  margin: 0 auto;
}

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

/* bottom border of header */
#header {
  border-color:#000;
  height: 124px;
  position: relative;
  background: url(../gfx/header_bg.png) no-repeat top center;
}

	#header #logo {
		position: absolute;
		top: -24px;
		left: 20px;
		display: block;
		height: 173px;
		width: 327px;
		background: url(../gfx/boc_logo.png) top center no-repeat; 
	}
	
	#header #logo img {
		display: none;	
	}

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

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

/* top nav background and bottom border */
#nav {
  background:#f1f1f1;
  border-color:#ccc;
	padding: 5px 4px 10px 0;
}

/* nav link color */
#nav li a {
  color:#666;
  font-weight:bold;
}

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

/* footer background and border */
#footer {
	padding: 6px 0;
	height: auto;
  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;
}

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: #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: #FF0000;
}

.msg {
    color:#006699;
}

#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 {
    background-color: #DB8606;
    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: #C3D9FF;
}
/* 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;
}



/* start page buttons */

.btn, .btn a, .button {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/button.jpg) no-repeat scroll left top;
border:medium none;
color:#FFFFFF !important;
display:block;
font-family:arial,helvetica,sans-serif !important;
font-weight:bold;
height:27px;
line-height:27px !important;
margin:0;
padding:0;
text-align:center;
text-decoration:none;
width:134px !important;

	float: left;
	margin: 0 10px 0 0;
	background: url(../gfx/button_sprite.png) no-repeat top center;
	line-height: 31px !important;
	height: 32px;
	font-size: 12px;
	color: #333 !important;
	cursor: pointer;
}


/* CUSTOM ICONS */

#nav li a {
	padding: 4px 10px 7px 36px;	
}

#nav a.home {
	background:transparent url(../gfx/icon_sprite.png) 0 -10px no-repeat;
}

	#nav a.home:hover {
		background:transparent url(../gfx/icon_sprite.png) 0 -150px no-repeat;
	}
	

#nav a.new_ticket {
	background:transparent url(../gfx/icon_sprite.png) 0 -56px no-repeat;
}

	#nav a.new_ticket:hover {
		background:transparent url(../gfx/icon_sprite.png) 0 -196px no-repeat;
	}

#nav a.ticket_status {
	background:transparent url(../gfx/icon_sprite.png) 0 -106px no-repeat;
}

	#nav a.ticket_status:hover {
		background:transparent url(../gfx/icon_sprite.png) 0 -246px no-repeat;
	}
