/* default text and background colors */
body {
  color:#616669;
  background-color: #fff;
  background:#eeeeee url(../images/bg.jpg) top center no-repeat;
  background-repeat: repeat;
}
#Wrapper {
	width:1028px;
	min-height: 610px;
	margin:0 auto;
	padding:0;
	background:none;
	background: url(../images/Con-bg1.png) repeat-y top center;
	overflow:hidden;
}.innerheader {
    background: url("../images/header-bg.jpg") repeat-x scroll 0 0 transparent;
    margin: 0;
    padding: 0;
	overflow:hidden;
    width: 996px;
}
.Copyright {
    color: #999999;
	float:right;
	text-align:right;
	line-height:20px;
    padding: 0 10px 0 0;
}
.FooterBG {
    margin: 0 auto;
	background: url("../images/Con-bg-footer.png") no-repeat -15px 0 transparent;
	width:1028px;
	height:19px;
	float:left;
}
.head_top {
    /*background: url("../images/headsets-bg.png") no-repeat scroll 0 0 transparent;*/
    color: #939CA2;
    float: left;
    font-size: 15px;
    font-weight: bold;
    height: 43px;
    line-height: 43px;
    padding: 0 0 0 10px;
    text-transform: uppercase;
    width: 100%;
	border-bottom:1px solid #ccc;
}
.clear{
clear:both;
}
.head_top h1 {
    background: url("../images/head-arrow.png") no-repeat scroll right top transparent;
    color: #B31E3B;
    float: left;
    font-size: 15px;
	font-weight:bold;
    height: 43px;
    margin: 0;
    padding: 0 22px 0 0;
}
.Wrapper-Con {
	width:996px;
	margin:0 auto;
	padding:0;
	background:#ccc center top;
}

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

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


#container {
    /*background:#fff;
    border-color:#ccc;*/
}
.topline {
    background: url("../images/top-line.jpg") repeat-x scroll 0 0 transparent;
    height: 3px;
    margin: 0;
    padding: 0;
}
#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:#61b1f5;
}

/* top nav background and bottom border */
#nav {
  background:url("../images/nav-bg.jpg") no-repeat scroll center 7px transparent;
  border-color:#ccc;
height: 40px;
padding:10px 0 0 0;
    line-height: 35px;
}
*{
outline:none;
}
.red{
color:#B31E3A;
}
/* nav link color */
#nav li a {
  color:#3E4346;
  font-weight:bold;
  font-size:14px;
}
.nobg{
background:none!important;
}

/* nav link hover color */
#nav a:hover {
  color:#B31E3A;
}
.valign {
    padding: 0 0 0 5px;
    vertical-align: middle;
}

/* footer background and border */
#footer {
 /* background:#f1f1f1;
  border-color:#ccc;*/
  
}
.label{
width:263px;
}
.Fleft{
float:left;
padding:0 0 0 10px;
color: #999999
}
/* 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: #B31E3B;
    color: #FFF;
    border-color: #666;
	padding:3px 10px;
}

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


