/* default text and background colors */
body {
  color:#333;
  background-color: #efefef;
  background-repeat: repeat;
}

/* default link color */
a { 
	white-space:nowrap;
	color:#0088CC; 
	font-weight:normal;
	text-decoration: none;
 }

/* default link hover color */
a:hover { text-decoration: underline;
	color:#0088CC; }

a.simple {
	background:transparent;
	color:#0088CC;
}

a.navsimple {
	background:transparent;
	color:#333333;
	text-decoration: none;
}
a.navsimple:hover {
	color:#F70505;
text-decoration:none;
}


a.sample_attach, a.sample_attach:visited, div.sample_attach
{
  display: block;
  width:   150px;

  border:  1px solid #dedede;
  padding: 5px 5px;

  background: #f6f6f7;
  font-family: verdana, arial, sans-serif;

  text-decoration: none;
  font-size: 1.0em;
  background: url(/classic/img/mbg.gif) repeat-x;
  color:#333;
}
a.sample_attach:hover
{
 color:red;
}

a.sample_attach, a.sample_attach:visited { border-bottom: none; }
div#sample_attach_menu_child             { border-bottom: 1px solid #dedede; }

a.sample_attach:first-letter {
  color: #f95424;
}

#container {
}

#loginform, #ticketform {
  background:#f1f1f1;
  border-color:#ccc;
}

/* bottom border of header */
#header {
  background-color:#efefef;
  border:0;
  vertical-align:bottom;
  padding:15px 0 0;
  margin:0;
  height:5em;
  
}

/* "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-color: #efefef;
}

/* nav link color */
#nav li a {
}

/* nav link hover color */
#nav a:hover {
}

/* 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;
}

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:#fd6b3f;
}

.msg {
    color:#006699;
}

#infomessage {
    border-color: #dedede;
    background-color: #efefef;
    color: #333;
	font-weight:normal;
	text-decoration:none;

}

#errormessage {
    border-color: #dedede;
    background-color: #efefef;
    color: #333;
	font-weight:normal;
	text-decoration:none;

}

#warnmessage {
    border-color: #dedede;
    background-color: #efefef;
    color: #333;
	font-weight:normal;
	text-decoration:none;

}


/* 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;
}

