@charset "UTF-8";
/* Style */

/* -------------------------------------------------------------- CSS Reset -- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ---------------------------------------------------------- End CSS Reset -- */


/* ---------------------------------------------------------------- General -- */

.clear {
	clear:both;
		}
		
a:link {
	color:#418ab7;
	text-decoration:underline;
	}

a:hover {
	text-decoration:none;
	}
	
a:visited {
	color:#418ab7;
	text-decoration:underline;
	}

body {
	background:url(images/bckgrnd.gif) repeat-x #f2f2f2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#656668;
	}
	
/* ------------------------------------------------------------ End General -- */


/* ----------------------------------------------------------------- Header -- */
	
#header_wrap {
	background:#454647;
	}
	
#header {
	margin:0 auto;
	width:975px;
	font-weight:bold;
	color:#cccbcb;
	letter-spacing:1px;
	}
	
#header span {
	color:#fff;
	}
	
#login_info {
	float:left;
	width:816px;
	background:url(images/logo_dataware.gif) no-repeat 0 3px;
	padding:6px 0 6px 22px;
	}
	
#logout {
	float:left;
	width:137px;
	text-align:right;
	}
	
#logout a:link {
	color:#cccbcb;
	text-decoration:none;
	}

#logout a:hover {
	text-decoration:underline;
	}
	
#logout a:visited {
	color:#cccbcb;
	text-decoration:none;
	}
	
#logout label {
	float:right;
	margin:6px 5px 0 0;
	}
	
#logout input {
	background:url(images/bttn_logout.gif);
	margin:4px 0 0 0;
	width:14px;
	height:14px;
	border:0px;
	cursor:pointer;
	float:right;
	}
	
/* ------------------------------------------------------------- End Header -- */


/* ----------------------------------------------------------- Nav & Search -- */
	
#nav_search_wrap {
	background:#c7c7c7;
	border-top:1px solid #f8f8f8;
	}
	
#nav_search {
	width:975px;
	margin:0 auto;
	color:#454647;
	}
	
/* ------------------------------------------- Nav Tabs -- */
	
#nav {
	width:49%;
	float:left;
	margin:8px 0 8px 0;
	}
	
#nav ul {
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
	list-style:none;
	}
	
#nav li {
	display:inline;
	}
	
#nav a {
	float:left;
	display:block;
    padding:0 0 0 3px;
	margin:0 3px 0 0;
    text-decoration:none;
	}
	
#nav a span {
  	display:block;
 	padding:6px 7px 5px 6px;
  	color:#454647;
  	}
	
#nav a:hover {
   	background:url("images/tableft.gif") no-repeat left top #a9a9aa;
  	text-decoration:none;
  	}

#nav a:hover span {
  	background:url("images/tabright.gif") no-repeat right top;
	color:#f8f8f8;
 	}
	
#nav a.current_page_link {
   	background:url("images/tableft.gif") no-repeat left top #a9a9aa;
  	text-decoration:none;
  	}

#nav a span.current_page_span {
  	background:url("images/tabright.gif") no-repeat right top;
	color:#454647;
 	}
	
#nav a:hover span.current_page_span {
  	background:url("images/tabright.gif") no-repeat right top;
	color:#f8f8f8;
 	}
	
/* --------------------------------------- End Nav Tabs -- */	
	
/* ------------------------------ Rounded Search Inputs -- */	
	
#search {
	width:50%;
	float:right;
	margin:12px 0 0 0;
	}
	
#search label {
	text-transform:uppercase;
	font-weight:bold;
	float:left;
	margin:2px 0 0 0;
	}
	
#search ul {
	float:right;
	}
	
#search li {
	float:left;
	line-height:normal;
	display:inline;
	margin:0 0 0 6px;
	}	
	
#search img {
	float:left;
	}

#search input {
	float:left;
	border:0px;
	padding:0 2px 2px 0;
	height:11px;
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#454647;
	/*background:url(images/inputright.gif) no-repeat top right #fff;*/
	}
	
#search input.advanced {
	background:url(images/inputarrow.gif) no-repeat top right #fff;
	}
	
#search input#ticket_num {
	width:65px 
	}
	
#search input#subject {
	width:115px 
	}
	
#search input#advanced {
	width:65px 
	}
	
/* -------------------------- End Rounded Search Inputs -- */

/* ------------------------------------------------------- End Nav & Search -- */	


/* ---------------------------------------------------------------- Content -- */

/* ------------------------------------- Content Header -- */

#content_header {
	width:975px;
	margin:20px auto 0px auto;
	padding:0 0 6px 0;
	background:url(images/content_corner_r.gif) no-repeat top right #454647;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	letter-spacing:1px;
	}
	
#content_header img {
	margin:0 0 2px 0;
	}
	
#content_header label {
	margin:0 0 0 9px;
	}
	
/* --------------------------------- End Content Header -- */
	
#content_wrap {
	width:963px;
	margin:0 auto;
	background:#454647;
	padding:0 6px 0 6px;
	}
	
/* ------------------------------------- Content Footer -- */
	
#content_footer {
	width:975px;
	margin:0 auto;
	background:url(images/footer_corner_r.gif) no-repeat bottom right #454647;
	}
	
/* --------------------------------- End Content Footer -- */

/* ----------------------------------- Sub Content Info -- */
	
#sub_content_wrap {
	width:955px;
	margin:5px auto;
	padding:0 10px 0 10px;
	letter-spacing:1px;
	}
	
#sub_content_l {
	width:50%;
	float:left;
	font-size:10px;
	}
	
#sub_content_l a {
	color:#6a6b6d;
	text-decoration:underline;
	}
	
#sub_content_l a:hover {
	color:#6a6b6d;
	text-decoration:none;
	}
	
#sub_content_r {
	width:50%;
	float:right;
	text-align:right;
	color:#418ab7;
	font-weight:bold;
	}
	
#sub_content_r a {
	text-decoration:none;
	}
	
#sub_content_r a.visible_table_page {
	text-decoration:underline;
	}
	
#sub_content_r a:hover {
	text-decoration:underline;
	}
	
/* ------------------------------- End Sub Content Info -- */
	
/* -------------------------------------------------------------End Content -- */


/* ------------------------------------------------- Tables (Lists & Forms) -- */

/* ------------------------- To Be Used For Table Lists -- */
	
table {
	background:#fff;
	}
	
table a {
	color:#418ab7;
	text-decoration:underline;
	}
	
table a:hover {
	color:#418ab7;
	text-decoration:none;
	}	
	
table tr.alternate_row {
	background:#f3f3f3;
	}
	
table tr.first_row {
	font-weight:bold;
	color:#454647;
	}
	
table tr.first_row a {
	font-weight:bold;
	color:#454647;
	text-decoration:none;
	}
	
table tr.first_row a:hover {
	font-weight:bold;
	color:#454647;
	text-decoration:underline;
	}
	
/* --------------------- End To Be Used For Table Lists -- */
	
table tr td {
	padding:5px;
	border-left:1px solid #bebebf;
	border-bottom:1px solid #454647;
	}
	
/* ------------------------- To Be Used For Table Forms -- */
	
table tr td.title_row {
	background:#454647;
	border:0px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	letter-spacing:1px;
	}
	
table tr td.first_cell {
	background:#f3f3f3;
	font-weight:bold;
	color:#454647;
	}
	
table tr td.button_row {
	background:#454647;
	border:0px;
	text-align:right;
	padding:4px 0 0 0;
	}
	
table tr td.button_row input {
	background:#fff;
	color:#454647;
	text-transform:uppercase;
	font-weight:bold;
	height:auto;
	width:auto;
	border:0px;
	padding:2px 5px 1px 5px;
	cursor:pointer;
	}		
	
table input {
	color:#656668;
	font-size:11px;
	border:0px;
	width:100%; 
	height:15px;
	}
	
table textarea {
	color:#656668;
	font-size:11px;
	border:0px; 
	width:100%;
	}
	
table select {
	color:#656668;
	font-size:11px;
	border:0px; 
	width:100%;
	}
	
/* --------------------- End To Be Used For Table Forms -- */
	
/* ----------------------------------------------End Tables (Lists & Forms) -- */
