﻿@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;
}

html, body {
 	height: 100%; 
}

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;
	}
	
h1 {
	font-size:22px;
	color:#fff;
	background:#454647;
	padding:6px 0 6px 6px;
	}

body {
	background:url(images/bckgrnd.gif) repeat-x #e6e6e6 0px 20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#656668;
	}
	
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -3.57em;
}

.footer_wrap, .push 
	{
	height: 3.567em;
	}

.footer_wrap 
	{
	background: #c7c7c7;
	border-top:.06em solid #efefef;
	}
	
/* ------------------------------------------------------------ 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;
	}
	
#logo_wrap {
	float:left;
	width:50%;
	padding-top:7px;
	padding-bottom:8px;
	}
	
#assistance_wrap {
	float:right;
	width:46%;
	text-align:right;
	padding:10px 0 0 0;
	}
	
#assistance_wrap span {
	font-weight:normal; 
	letter-spacing:.13em;
	}
	
#assistance_wrap h2 {
	font-size:20px;
	color:#f2f2f2;
	font-weight:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin-top:15px;
	}
	
/* ------------------------------------------------------------- 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:47%;
	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:#fff;
 	}
	
#nav a:hover span.current_page_span {
  	background:url("images/tabright.gif") no-repeat right top;
	color:#454647;
 	}
	
/* --------------------------------------- End Nav Tabs -- */	
	
/* ------------------------------ Rounded Search Inputs -- */	
	
#search {
	width:53%;
	float:right;
	margin:12.5px 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 li.labels {
	font-weight:bold;
	text-transform:uppercase;
	}
	
#search li.divider {
	border-right:1px solid #fff; 
	padding-right:10px; 
	margin-right:10px;
	}
	
#search li.forgot_pass {
    font-size:10px;
    line-height:11px;
	_line-height:10px;
    margin-top:-5px;
	_margin-top:-1px;
    margin-left:5px;
    }
    
#search li.forgot_pass a {
    color:#454647;
    text-decoration:none;
    }
    
#search li.forgot_pass a:hover {
    text-decoration:underline;
    }
	
#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.search_box {
	width:75px;
	}
	
#search input.advanced {
	background:url(images/inputarrow.gif) no-repeat top right #fff;
	}
	
#search input#ticket_num {
	width:50px 
	}
	
#search input#subject {
	width:50px 
	}
	
#search input#advanced {
	width:50px 
	}
	
#search input[type=image] {
	float:left;
	border:0px;
	padding:0px;
	height:13px;
    }
	
/* -------------------------- End Rounded Search Inputs -- */


/* ------------------------------------------------------- End Nav & Search -- */	


/* ---------------------------------------------------------------- Content -- */

/* ------------------------------------- Content Header -- */

#content_header {
	width:975px;
	margin:15px 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 & Kwicks -- */
	
#content_wrap {
	width:963px;
	margin:0 auto;
	background:#454647;
	padding:0 6px 0 6px;
	}
	
#content_wrap.photo {
	border-top:5px solid #454647; 
	margin-top:1px;
	}
	
#info_l {
	float:left; 
	width:50%;
	}
	
#info_r {
	float:right; 
	width:48%; 
	text-align:right; 
	padding-right:9px; 
	text-transform:lowercase;
	}
	
#kwick-box { 
	padding:0;
	overflow:hidden;
}
#kwick-box h2 { 
	margin:0;
}
#kwick {
	position: relative;
}
#kwick .kwicks {
	display: block;
	background: #bbb;
	height: 190px;
	list-style:none;
	margin:0;
	overflow:hidden;
	padding-bottom:7px;
}
#kwick .kwickselected {
	display: block;
	background: #3aa5c9;
	height: 190px;
	list-style:none;
	margin:0;
	overflow:hidden;
	padding-bottom:7px;
}
#kwick li {
	float: left;
	margin:0;
	padding:0;
}

#kwick h3 {
	font-weight:normal;
	display:list-item;
	list-style:disc;
	margin-left:20px;
	}

#kwick .kwick {
	display: block;
	cursor: pointer;
	overflow: hidden;
	height: 170px;
	width: 171px;
	padding: 10px;
	background: #fff;
	color:#fff;
	line-height:18px;
	font-size:12px;
	letter-spacing:.2px;
}

#kwick .kwick img {
	margin:0 0 10px 20px;
}

#kwick .kwick span {
	color:#2e2e2e;
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px; 
	background:#fff;
	margin-left:-10px;
	margin-right:3px;
	padding:1px 8px 0 0;
	text-transform:uppercase;
	border-left:10px solid #fff;
	b\order-left:11px solid #fff; /* - Backslash Hack for IE */
	border-right:6px solid #3aa5c9;
}

#kwick .kwick em {
	font-style:normal;
	background:#3aa5c9;
	padding:0 3px 0 3px;
	font-weight:bold;
	font-size:11px;
}

#kwick .kwick em:hover {
	background:none;
}

#kwick a {
	text-decoration:none;
}

#kwick a:hover {
	
}

#kwick .one {
	background:#777;
	border-bottom:7px solid #777;
	/*border-right:1px solid #999;*/
}
#kwick .two {
	background: #888;
	border-bottom:7px solid #888;
	/*border-right:1px solid #aaa;*/
}
#kwick .three {
	background: #999;
	border-bottom:7px solid #999;
	/*border-right:1px solid #bbb;*/
}
#kwick .four {
	background: #aaa;
	border-bottom:7px solid #aaa;
	/*border-right:1px solid #ccc;*/
}

#kwick .five {
	background: #bbb;
	border-bottom:7px solid #bbb;
}

#kwick .selected {
	background:#3aa5c9;
}

#kwick .selected span {
	border-right:6px solid #454647;
}

/* ------------------------------- End Content & Kwicks -- */
	
/* ------------------------------------- Content Footer -- */
	
#content_footer {
	width:975px;
	margin:0 auto;
	background:url(images/footer_corner_r.gif) no-repeat bottom right #454647;
	}
	
#shadow {
	margin:0 auto; 
	width:975px;
	}

#title_container {
	background:#454647;
	border:0px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	letter-spacing:1px;
	padding:3px 0 3px 0;
	}
/* --------------------------------- End Content Footer -- */
	
/* -------------------------------------------------------------End Content -- */


/* ------------------------------------------------- Tables (Lists & Forms) -- */

/* ------------------------- To Be Used For Table Lists -- */
	
.formTable {
	background:#ffffff;
	}
	
.formTable a {
	color:#418ab7;
	text-decoration:underline;
	}
	
.formTable 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 -- */
	
.formTable tr td {
	border-left:1px solid #bebebf;
	border-bottom:1px solid #454647;
	padding:5px;
	}
	
/* ------------------------- To Be Used For Table Forms -- */
	
.formTable tr td.title_row {
	background:#454647;
	border:0px;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	letter-spacing:1px;
	}
	
.formTable tr td.first_cell {
	background:#f3f3f3;
	font-weight:bold;
	color:#454647;
	border-right:1px solid #bebebf;
	font-size:11px;
	vertical-align:middle;
	}
	
.formTable tr td.button_row {
	background:#454647;
	border:0px;
	text-align:right;
	padding:4px 0 0 0;
	}
	
.formTable 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;
	}		
	
.formTable input {
	color:#656668;
	font-size:11px;
	border:0px;
	width:100%; 
	height:15px;
	}
	
.formTable textarea {
	color:#656668;
	font-size:11px;
	border:0px; 
	width:100%;
	}
	
.formTable select {
	color:#656668;
	font-size:11px;
	border:0px; 
	width:100%;
	}
	
/* --------------------- End To Be Used For Table Forms -- */
	
/* ----------------------------------------------End Tables (Lists & Forms) -- */

/* --------------------------------------------- Footer -- */

#footer {
	width:975px;
	margin:0px auto 0px auto;
	padding:6px 0 0 0;
	}
	
#footer_l {
	float:left;
	width:50%
	}
	
#footer_r {
	float:right;
	width:48%;
	text-align:right;
	padding-top:3px;
	font-size:10px;
	}
	
#footer_r span {
	background:#eee; 
	color:#777; 
	padding:2px 4px 2px 4px; 
	letter-spacing:.03em; 
	border-right:5px solid #777;
	}
	
#footer_r em {
	font-size:12px; 
	font-weight:bold; 
	margin-right:1px;
	}
	
/* ----------------------------------------- End Footer -- */

/* ----------------------------------- Login Sub Content Info -- */
	
#login_sub_content_wrap {
	width:400px;
	margin:5px auto;
	padding:0 10px 0 10px;
	letter-spacing:1px;
	}
	
#login_sub_content_l {
	width:50%;
	float:left;
	font-size:10px;
	}
	
#login_sub_content_l a {
	color:#6a6b6d;
	text-decoration:underline;
	}
	
#login_sub_content_l a:hover {
	color:#6a6b6d;
	text-decoration:none;
	}
	
#login_sub_content_r {
	width:50%;
	float:right;
	text-align:right;
	color:#418ab7;
	font-weight:bold;
	}
	
#login_sub_content_r a {
	text-decoration:none;
	}
	
#login_sub_content_r a.visible_table_page {
	text-decoration:underline;
	}
	
#login_sub_content_r a:hover {
	text-decoration:underline;
	}
	
/* ------------------------------- Login End Sub Content Info -- */

/* ------------------------------------- Content Footer Copyright -- */

#content_copyright {
	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;
	text-align: right;
	}
	
#content_copyright img {
	margin:0 0 2px 0;
	}
	
#content_copyright label {
	margin:0 9px 0 0px;
	}
	
#copyright_corner_t_l  
{
	text-align:left;
	}
	
/* --------------------------------- End Content Footer Copyright -- */

/* ------------------------------------- Admin Menu Wrap -- */

#adminMenu_wrap {
	float:right;
	text-align:right;
	padding:10px 0 0 0;
	height:40px;
	}

.alternatingrow
{
}	
.alternatingrow td, .alternatingrow th
{
	background:#ffffff;
	border-left: solid 1px #CDCDCD;
	border-bottom: solid 1px #454647;
	padding: 5px 0 0 5px;
}

.startingrow 
{
	background:#f3f3f3;
}

.startingrow td
{
	background:#f3f3f3;
	padding: 5px 0 0 5px;
}

.textUpperCase
{
    text-transform:uppercase;
}

#content_container
{
    color:#555555;
    font-size:12px;
    background:#f5f5f5;
	line-height:18px;
}

#content_container em
{
    background:#3aa5cd;
	color:#fff;
	padding:0px 4px 0px 4px;
	font-style:normal;
	font-weight:bold;
	letter-spacing:.08em;
}

#content_container a:hover
{
    text-decoration:none;
}

.gridpager table td
{
    border-left:0px;
    border-bottom:0px;
    font-weight:bold;
   
}

.gridpager table td a
{
     text-decoration:none;
}

/* Table styles*/
		
table a {
	color:#418ab7;
	text-decoration:underline;
	}
	
table a:hover {
	color:#418ab7;
	text-decoration:none;
	}		
	
/* ------------------------- To Be Used For Table Forms with calendar controls 
or any other control that uses tables. -- */
	
table tr td.first_cell {
	background:#f3f3f3;
	font-weight:bold;
	color:#454647;
	border-right:1px solid #bebebf;
	font-size:11px;
	vertical-align:middle;
	padding-left:5px;
	}

table tr td.input_cell {
	background:#f3f3f3;
	}
	
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;
	}
	
textarea {
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:.05em;
}		
	
/*------------------End Table Styles-----------*/

.framed {
	width:269px;
	float:left;
	margin:12.5px 0 0 0;
	padding-left:4px;
	border-left:solid 1px #eeeeee;
	}
	
.framed label {
	text-transform:uppercase;
	font-weight:bold;
	float:left;
	margin:2px 0 0 0;
	}
	
.framed ul {
	}
	
.framed li {
	float:left;
	line-height:normal;
	display:inline;
	margin:0 0 0 6px;
	}	
	
.framed li.labels {
	font-weight:bold;
	text-transform:uppercase;
	}
	
/*.framed li.divider {
	border-right:1px solid #fff; 
	padding-right:10px; 
	margin-right:10px;
	}*/
	
.framed img {
	float:left;
	}

.framed 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;
	}
	
.framed input.login_bttn
{
    background:url(Images/bttn_login.gif) no-repeat top left;
    height:13px;
    width:44px;
}
	
.framed input.search.framed_box {
	width:75px;
	}
	
.framed input.advanced {
	background:url(images/inputarrow.gif) no-repeat top right #fff;
	}
	
.framed input#ticket_num {
	width:50px 
	}
	
.framed input#subject {
	width:50px 
	}
	
.framed input#advanced {
	width:50px 
	}
	
.framed input[type=image] {
	float:left;
	border:0px;
	padding:0px;
	height:13px;
    }	
	

/* The em tag is used to indicate required fields on form inputs. */
.em
{
}

/* The div for the main container on the public master page. */
#master_page_main_container
{
}

/* The div that serves as the container for the menu on the public master page. */
#master_page_menu_container
{
}

/* The div that serves as the container for the content area on the public master page. */
#master_page_content_container
{
}

/*	The following style dictates the style of the matching search text 
	on the search results page. */
.search_match_text
{
	font-weight:bold;
	color: #000000;
}

/* Main style for the external link form. */
#external_link_form
{
	text-align: left;
}