﻿/* element base level defaults */
html,body 
{
	height: 100%;
	margin: 0;
}

body 
{
	color:#000;
	font: 13px/20px Arial, Helvetica, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
/*	background:#ccc url("../images/bg-page.gif") repeat-x 0 72px; */
}


img 
{
    border-style: none;
}

a {
	text-decoration:underline;
	color:#000;
}

a:hover 
{
    text-decoration:none;
}

/* General */

.pageContent 
{  
    /* background:#ccc url(../images/bg-page.gif) repeat-x; */
}

 a.refNumPopUpLink {
    color: #0778AE;
    text-decoration: none;
}

div.refNumPopUp 
{
    border: 1px solid black;
    padding: 3px 3px 3px 3px;
    background-color: #ECECEC;
    position:absolute; 
    display:none; 
    z-index:1000;
}

.refNumTable 
{
    font-size: 9pt;
}

#divScriptError 
{
    background-color: #FFFFFF;
    border: 2 solid #676767;
    color: Red;
    padding: 10px 10px 10px 10px;
    width: 800px;
    margin-bottom: 10px;
}

.sectionStateIcon  
{
    width: 14px; 
    height: 14px; 
    margin: 2px 8px 0 0;
    background:url(../image/ico-sprite.png) no-repeat; 
    float: left; 
    vertical-align: middle;
}
        
.sectionOpenIcon 
{ 
    background-position: -87px -212px; 
}
        
.sectionClosedIcon 
{ 
    background-position: -87px -231px; 
}
      
div.SectionHeader 
{    
    background: #676767 url(../image/bg-opener.gif) repeat-x;
    color: #FFFFFF;
    padding: 6px 8px 6px 8px;
    cursor: pointer;
    text-align: left;
    overflow: hidden;
}
        
div.SectionHeaderHover
{
    background-color: rgb(148,148,148);
    color: #FFFFFF;
    padding: 6px 8px 6px 8px;
    cursor: pointer;
    text-align: left;
    overflow: hidden;
}
        
.SectionHeaderLabel 
{
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

.AlertIcon 
{
    padding: 3px 3px 3px 3px;
    width: 25px;
    text-align: center;
}


div.DataContainer
{
    height: 150px;
    overflow: auto;
}
        
table.StandardTable 
{
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}
        
tr.DataRow td
{
    background-color: #FFFFFF;
    padding: 3px 3px 3px 3px;
    border: 0px
}
        
tr.DataRowAltRow td
{
    background-color: #E8F0F4;
    padding: 3px 3px 3px 3px;
    border: 0px;
}
        
.FieldData 
{
    padding: 3px 3px 3px 3px;
    width: 200px;
    text-align: left;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
}

.FieldDataWide 
{
    padding: 3px 3px 3px 3px;
    width: 250px;
    text-align: left;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
}
                
.FieldDetailLink
{
    padding: 3px 3px 3px 3px;
    width: 50px;
    text-align: center;
    font-size: 13px;
}
        
div.DataHeader
{
    background-color: #ECECEC;
    padding: 3px 3px 3px 3px;
    border-bottom: 1px solid #CCCCCC;
    font-weight: bold; 
    color: #676767;
}
        
.ColHeader
{
    padding: 3px 3px 3px 3px;
    width: 200px;
    text-align: left;
    font-size: 11px;
}
.ColHeaderWide
{
    padding: 3px 3px 3px 3px;
    width: 250px;
    text-align: left;
    font-size: 11px;
}
        
.ColIcon
{
    padding: 3px 3px 3px 3px;
    width: 25px;
    font-size: 11px;
}
        
.ColDetailLink
{
    padding: 3px 3px 3px 3px;
    width: 50px;
    text-align: center;
    font-size: 11px;
}

div.DataFooter 
{
    background-color: #ECECEC;
    padding: 2px 2px 2px 2px;
    border-top: 1px solid #CCCCCC;
    font-size: 11px;
    height: 18px;
    text-align: right;
    vertical-align: bottom;
}

.ExpandButton 
{
    font-size: 9px;
    font-weight: bold;
    cursor: pointer;
}

.ExpandButtonIcon  
{
    width: 12px; 
    height: 12px; 
    background:url(../image/ico-sprite.png) no-repeat; 
    display: inline-block;
    margin-left: 3px;
}
        
.ExpandButtonExpandedIcon 
{ 
    background-position: -88px -188px; 
}
        
.ExpandButtonShrunkIcon 
{ 
    background-position: -88px -169px; 
}

        
div.PagingControls 
{
    float: left;
    display: inline-block;
}

span.PagingButton 
{
    font-size: 7pt;
    cursor: pointer;
    display: inline-block;
}
        
span.PagingPrevButton
{
    height: 13px;
    width: 17px;
    background-image: url('../image/arrow_back.gif');
    background-repeat: no-repeat;
    background-position: center top;
}
        
span.PagingNextButton
{
    height: 13px;
    width: 17px;
    background-image: url('../image/arrow_next.gif');
    background-repeat: no-repeat;
    background-position: center bottom;
}  

.PageLink 
{
    text-decoration: underline;
    cursor: pointer;
}
              
.CurrentPageLink 
{
    font-weight: bold;   
}

.legendIcon 
{
    height: 15px;
    width: 15px;
}
        
.legendIconLabel 
{
    margin-right: 10px;
    vertical-align: top;
    height: 13px;
}


/* Menu Style */
#sidebar {
	float:left;
	height:100%; 
    background:#272727 url(../image/bg-menu.gif) repeat-y;  
	position:relative;
    min-width: 220px;
	padding:0 0 0px;
}


.MenuCell { 
    height:100%; 
    background:#272727 url(../image/bg-menu.gif) repeat-y;  
}
.showButton
{
 	position:relative;
	width:23px;
	height: 23px;
	background: #272727 url(../image/showMenu.png) no-repeat center; 
	padding: 1px;
	top:0px;
	left:0px; 
	text-indent:-9999px;
	overflow:hidden; 
}
#sidebar .hide {
	position:absolute;
	width: 23px;
	height: 23px;
	background: #272727 url(../image/hideMenu.png) no-repeat ; 
	top:8px;
	right:0;
	text-indent:-9999px;
	overflow:hidden;
}

.side-nav {
	margin:0 0 8px;
	padding:0 0 2px;
	list-style:none;
	white-space: nowrap;
	background:url(../image/bg-nav.gif) 0 100% repeat-x; 
}
.side-nav li {
	background:url(../image/bg-nav.gif) repeat-x; 
	padding:2px 0 0;
	font:bold 14px/18px Arial, Helvetica, sans-serif;
    width: 100%;
}
.side-nav li:first-child {
	padding-top:3px;
	background:none;
}
.side-nav li .opener{
	display: block;
	padding:5px 20px 7px 30px;
	background:url('../image/menuArrowExpand.png') no-repeat 14px 9px;  	
	color:#d4d4d4;
	text-decoration:none;
	text-shadow: 1px 1px 1px #181817;
}
.side-nav li .opener.active,
.side-nav li .opener:hover
{	
	background:url('../image/menuArrowExpandHover.png') no-repeat 14px 9px;  	
}
.side-nav li a.open 	
{
    color:#f47c20;
	background:url('../image/menuArrowExpanded.png') no-repeat 14px 11px;  	
}
ul.slide li a.open 
{
    background: none;
}


.openerMenuItem 
{
    margin-left: 10px; font-weight: bold !important;
}

.side-nav .slide {
    background:url(../image/bg-sub-nav.gif) repeat-y; 
	position:relative;
	width:100%;
	display:none;
}
.side-nav li.open .slide {display:block;}
.side-nav .slide ul {
	margin:0;
	padding:2px 30px 10px 16px;
	list-style:none;
	border-top:1px solid #000;
}
.side-nav .slide li {
	background:none;
	font:12px/18px Arial, Helvetica, sans-serif;
	padding:3px 20px 3px 0;
}
.side-nav .slide li a  {
	color:#d8d8d8;
	display:inline-block;
	padding:0 0 0 13px;
	text-decoration:none;
	margin-left: 20px;
}
.side-nav .slide li.active a,
.side-nav .slide li a:hover {
	color:#f47c20;
	background:url(../image/menu-bullet.png) no-repeat 0 6px;
}

#sidebar .contact {
	font:14px/18px Arial, Helvetica, sans-serif;
	margin-left:30px;
	color:#fff;
	text-decoration:none;
	text-shadow:1px 1px 1px #181817;
}
#sidebar .contact:hover {color:#f47c20;}


/* Footer style */
#footer {
	line-height: 26px;
	position:relative;
	height: 25px;	
	background-color: #6c6c6c;
	padding:0 12px 6px;
	font-size:11px;
	color:#c4c4c4;
	overflow:hidden;
}
#footer ul {
	float:right;
	margin:0 -12px 0 0;
	padding:0;
	list-style:none;
}
#footer li {
	float:left;
	padding:0 13px 0 14px;
	background:url(../image/separator-footer.gif) no-repeat 0 9px;
}
#footer li:first-child {background:none;}
#footer a {
	color:#c4c4c4;
	text-decoration:none;
}
#footer a:hover {text-decoration:underline;}
.popup {
	width:796px;
	margin:0 auto;
	background:#ccc;
	line-height:19px;
	padding:0 0 10px;
}
/* Logo in the menu area */
.logo a,
.logo-bottom a {
	text-indent:-9999px;
	display:block;
	overflow:hidden;
	height:30px; 
	background:url(../image/logo-navisphere.png) no-repeat;
}

.logo-bottom {
	position: absolute;	
	bottom: 10px;
	left:5px;
	width:180px;
	height:30px;
}

. logo-bottom a {background-position:0 0;}

/* Main Headings */
.heading {
	border-bottom:2px solid #f47c20;
	overflow:hidden;
	padding:10px 0 9px;
	margin-bottom:15px;
}
.heading a {
	float:right;
	color:#0778ae;
	font-size:12px;
	line-height:24px;
}

.heading a.HelpIconHyperLink {
	float:none;
    padding: 0;
}

.heading h1 {
	overflow:hidden;
	margin:0;
	font:bold 20px/24px Arial, Helvetica, sans-serif;
	display: inline;
}


/* Sub Headinf */
.subheading
{             
    color: White;
    background:#5f5f5f url(../image/bg-opener.gif) repeat-x;
    display:block;
    position: relative;
    width: 100%;
    height:29px;
    margin-bottom:7px;
}

.subheadingText {
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
    color: White;
}

 /* Advanced Tracking Search */
 /* Should be usable for any search parameter page */
 .parameter-block {
	border:1px solid #6c6b6b;
	background:#fff;
	margin-bottom:20px;
	display:block;
}
.parameter-block h2 {
	background:#5f5f5f url(../image/bg-opener.gif) repeat-x;
	padding:3px 15px 5px;
	color:#fff;
	margin:0;
	font:bold 14px/20px Arial, Helvetica, sans-serif;
}
.parameter-block .label-holder 
{
    float:left;
	width:150px;
	margin-right:7px;
	font-weight:bold;
	white-space: nowrap;
	font-size:13px;
}
.parameter-block .text {
	float:left; 
	width:113px;
	border:1px solid #b3b3b3;
	border-top-color:#707070;
	border-left-color:#707070;
	overflow:hidden;
	margin:1px 13px 0 0;
}
.parameter-block .text input {
	float:left; 
	margin:0;
	border:solid #cfcfcf;
	border-width:1px 0 0 1px;
	background:#fff;
	padding:1px 5px 2px;
	width:102px;
	font-size:11px;
}	
.parameter-block input[type="checkbox"] {
	margin:3px 6px 0 0;
	padding:0;
	width:13px;
	height:13px;
	float:left;
	border:thin none;
 }
 
    .parameter-block-fixed{
	    overflow: visible;
	    width: 100%;
	    clear: both;
	    float: none;
	    background: url(../image/bg-opener.gif) repeat-x;
    }
    .parameter-block-fixed .row {				
	    float: none; 
	    display: block;
	    white-space: nowrap;				
    }
    .parameter-block-fixed .column {
	    display: inline-block;					    
	    float: none;
    }
 
    .parameter-block-semi-fixed .column {
	    white-space: nowrap !important;
    }
  
/*

*/

.SearchButton 
{
    display:block;
	position:relative;
	width:101px;
	height:35px;
	background:url(../image/btn-search.png) no-repeat;
	border:none;
	padding:0;
	text-indent:-9999px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	cursor: pointer;
}

.parameter-block .row 
{
    margin:0 -5px 0 16px;
	overflow:hidden;
	display: block; 
	position: relative; 
	width:100%; 
}
.parameter-block .column{
    padding:12px 16px;
	overflow:hidden;
	float:left;
	padding:8px 0 9px;
	display: block; 
	position: relative; 
}
.parameter-block select {
	float:left;
/*	width:112px; */
	margin-right:10px;
	font-size:11px;
}
.parameter-block .small-label-holder{
	float:left;
	margin-right:20px;
	font-size:11px;
}
.parameter-block  .field {
	float:left;
	margin-right:20px;
	font-size:11px;
}
.parameter-block .field .text,
.parameter-block .field select {
	display:block;
	margin:0;
	float:none;
	position:relative;
}

.radio-label 
{
    font-size:12px; 
    margin-right:20px; 
    margin-left:5px;
    line-height:16px;
}
.checkbox-label
{
    font-size:13px; 
    line-height:20px;
}
.dropdown-label
{
    font-size:13px; 
    line-height:20px;
}

/* master header */

#header {
	background:#949494 url(../image/bg-header.gif) repeat-x;
	overflow: hidden;
	width:100%;
	height: 73px;
	max-height:73px;
	clear: both;
	display:block;
	white-space:nowrap;
}

#header div.MinWidth 
{
    width:1200px; 
    float: left;
    display:block;
    height:100%;
    overflow:hidden;
}

#header div.EndCapMinWidthFix 
{
    float: left;
    width: 100%;
}

#header a 
{
    color: #000000;
    text-decoration: underline;
}

#header a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

#mainlogo
{
    float: left;
    display:block;
    overflow:hidden;
    height: 73px;
    background: url("../image/bg-logo-holder.gif") repeat-x scroll 0% 0% rgb(37, 37, 37);
    display: block;
}

.logo-tmc {
    background-image: url(../image/TMC_logo.png);
    background-repeat: no-repeat;
    background-position: 5px 5px;
    background-attachment: scroll;
    background-color: transparent;
    display:inline-block;
    overflow:hidden;
    width: 220px;
    height: 73px;
}

.logo-navisphere 
{
    background-image: url(../image/logo-navisphere.png);
    background-repeat: no-repeat;
    background-position: 17px 20px;
    background-attachment: scroll;
    background-color: transparent;
    display:inline-block;
    overflow:hidden;
    width: 220px;
    height: 73px;   
}
a .logo-navisphere, a .logo-tmc 
{
    cursor: pointer;
}


.DateControl table img 
{
    cursor: pointer;
}

.search-form {
	float:left;
	padding: 26px 21px 6px 21px; 
	height: 44px;
	border-right:2px solid #ccc;
}

.search-form strong {
	float:left;
	font:14px/20px Arial, Helvetica, sans-serif;
	color:#fff;
	margin-right:13px;
}
.search-form select {
	float:left;
	margin:0 9px 0 0;
	width:112px;
}
.search-form .field {
	float:left;
	margin:0 9px 0 0;
	font-size:11px;
	display: inline-block;
}
.search-form .text {
	display:block;
	width:113px;
	border:solid #666;
	border-width:1px 0 0 1px;
	overflow:hidden;
	margin-bottom:1px;
}
.search-form .text input {
	margin:0;
	border:solid #bdbdbd;
	border-width:1px 0 0 1px;
	background:#e9e9e9;
	padding:2px 5px 3px;
	width:113px;
}
.search-form .quickTrackButton {
	float:left;
	width:31px;
	height:26px;
	background:url(../image/ico-sprite.png) no-repeat -30px 0;
	overflow:hidden;
	margin:-1px 0 0;
	padding:0;
	border:none;
	cursor:pointer;
	display: inline-block;
}

.search-form .quickEntryButton {
	float:left;
	width:31px;
	height:26px;
	background:url(../image/Shipment-Detail.png) no-repeat;
	overflow:hidden;
	margin: 0 0 0 3px;
	padding:0;
	border:none;
	cursor:pointer;
	display: inline-block;
}

.search-form .quickTrackHelpButton {
	float:left;
	width:31px;
	height:26px;
	background:url(../image/icon_help_quickTrack.png) no-repeat;
	overflow:hidden;
	margin: 0 0 0 3px;
	padding:0;
	border:none;
	cursor:pointer;
	display: inline-block;
}

#header .info-block {
	float: left;
	padding: 20px 0 0 21px;
	height: 53px;
	max-height:53px;
	font-size:12px;
	width: auto; 
    white-space:nowrap; 
    display:block; 
}

#header .info-block .client-logo {
	float:left;
	margin:0 17px 0 0;
/*	height: 45px; 
	max-height:45px;
	max-width:250px; */
	background-repeat: no-repeat;
	background-position: center;
}
#header .info-block .client-logo img
{
    max-height:45px;
	max-width:250px;
    height: expression(this.height > 44 ? 45: true);
    width: expression(this.width > 250 && this.height < 45 ? 250: true);  

}
#header .info-block .text-holder {
	overflow:hidden;
    vertical-align: middle;
    white-space:nowrap; 
    display:block; 
    float:left; 
}
#header .info-block .title {
	margin-bottom: 5px;
	position:relative;
	overflow:hidden;
	
}
#header .info-block .title strong {
	color:#fff;
	margin-right:4px;
}

#header .info-block a.QuickLinks, .btnExpandCollapse 
{
    padding: 5px 5px 5px 5px;
    line-height: 22px;
    background-image: url('../image/control_center_background.png');
    background-repeat: repeat-x;
    vertical-align: middle;
    color: #000000;
    text-decoration: none;
    margin-right: 5px;
}

.btnExpandCollapse
{
    float:right;
    padding: 0px 5px 5px 5px;
    margin-top: 5px;
    cursor: pointer;
}

.QuickLinksEndCap 
{
    margin-left: 5px;
    background:url(../image/ico-sprite.png) no-repeat;  
    vertical-align: middle;
    background-position: -87px -212px;
}

#header .info-block img.icon 
{
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
}

/* Quick Links */

#lnkShowQuickLinks 
{
    margin-right: 10px;
}

#divQuickLinksHoverPopUP
{
    display: none; 
    background-color: #FFFFFF; 
    position: absolute; 
    z-index: 999999;
}

#QuickLinksControl 
{
    clear:both;
    margin: 20px 0 20px 0;   
}

td.QuickLinksContainer
{
    padding: 5px 10px 5px 10px;
    margin: 0 0 0 0;
    border: 1px solid #000000;
    width: 250px;
    vertical-align: top;
}


/* app chooser */

.appChooserWrapper {
    display: inline;
}

.appChooserWrapper:hover {
    cursor: pointer !important;
}

.app-chooser {
top: 10px;
text-decoration: underline;
width: 38px !important;
border-color: transparent;
background-color: transparent;
cursor: default;
text-decoration: underline;
-webkit-appearance: none;
-moz-appearance: none;
text-indent: 1px;
text-overflow: '';
}

.app-chooser select {
    width: auto;
}

.app-chooser::-ms-expand {
    display: none;
}

.app-chooser:hover {
    cursor: pointer;
    color: white;
    text-decoration-color: white;
}

.app-chooser option {
    text-decoration: underline;
    display: block;
    color: rgb(103, 103, 103);
    clear: both;
    white-space: nowrap;
    cursor: pointer;
}

.litAppChooserDropDownWrap {
    font-size: 12px;
    display: inline-block;
    color: black;
    text-decoration: underline;
}

.litAppChooserDropDownWrap:hover {
    color: white;
    text-decoration-color: white;
}

th.table-block-header 
{
    text-align: left;
    color: #FFFFFF;
    background: url(../image/bg-opener.gif) repeat-x scroll 0 0 #5F5F5F;
    padding: 5px 10px 4px 10px;
    margin: 0 0 0 0;
    font-weight: normal;
    border: 1px solid black;
}

table.MergeTableBorders 
{
    border-collapse: collapse;
}

.SettingsIcon 
{
    width: 18px;
    height: 18px;
    display: block;
    background-image: url(../image/gear_icon_mediumgray.png);
    margin: 0 4px 0 4px;
    vertical-align: text-bottom;
}

.AppChooserIcon {
    width: 18px;
    height: 18px;
    display: block;
    background-image: url(../image/App_Chooser_icon.png);
    margin: 0 4px 0 4px;
    vertical-align: text-bottom;
}

.helpIcon 
{
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(../image/icon_help2.png);
    background-repeat: no-repeat;
    margin-bottom: 3px;
}

.helpIconSmall
{
    width: 15px;
    height: 15px;
    display: inline-block;
    background-image: url(../image/icon_help_small.png);
    background-repeat: no-repeat;
}

.helpIconSmall.helpIconMenu {
    background-image: none;
    margin-right: 10px;
}

.helpIconSmall.helpIconSmall-Bottom
{
    vertical-align: text-bottom;
}

.helpIconSmall.helpIconSmall-right
{
    float: right;
}

.side-nav .slide li.active a.helpIconSmall,
.side-nav .slide li a.helpIconSmall:hover {
    background: none;
}

a.headinglink 
{
    float: right;
    font-size: 14px;
    vertical-align: text-bottom;
}

a.QuickLink 
{
    color: #0778AE;
    text-decoration: underline;
    display: block;
    padding-bottom: 5px;
}

a.QuickLink:hover
{
    color: #F47B20;
    text-decoration: none;
}

.QuickLinksHelpMessage
{
    padding: 25px 5px 25px 5px;
    vertical-align: middle;
    color: #676767;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
}

.QuickLinksIdeaIcon 
{
    display: block; 
    float: left; 
    height:100px; 
    margin-right: 5px;
}

a.GetStartedNowLink 
{
    color: #F47B20;
    text-decoration: underline;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
} 

a.GetStartedNowLink:hover
{
    color: #F47B20;
    text-decoration: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
} 

/* quick links customization pages */

div.SortableSectionHeader 
{
    background-color: #676767;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 16px;
    padding: 2px 0 2px 0;
    clear: both;
    width: 826px;
    border: 1px solid #676767;
}

div.sortableHeader
{
    border: 1px solid #676767;
    border-bottom: 0;
    background-color: #CCCCCC;
    width: 826px;
    clear: both;
    font-size: 14px;
    color: #676767;
    font-weight: bold;
    padding: 3px 0 3px 0;
    vertical-align: middle;
        
}

div.buttonBarSection 
{
    width:820px; 
    text-align:right;
    clear: both;
    margin: 10px 0 10px 0;
}

ul.sortable 
{
    border: 1px solid #676767;
    border-top: 0;
    width: 826px;
}

li.sortableItem 
{
    border: 1px solid #CCCCCC;
    padding: 3px 3px 3px 3px;
    background-color: #E8F0F4;
    vertical-align: middle;
}       
        
div.sortItemSortIconHeader 
{
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    vertical-align: middle;
    margin-left: 4px;
}

.sortItemSortIcon 
{
    cursor: move;
    width: 16px;
    height: 16px;
    background-image: url("../image/icon_sortable.gif");
    display: block;
    float: left;
}

div.sortItemLabel 
{
    cursor: move;
    float: left; 
    width: 500px;
    margin-left: 5px;
    overflow: hidden;
}

div.sortItemCommandButtonHeader
{
    margin: 0 3px 0 3px;
    width: 60px;
    text-align: center;
    float: left;
}

.sortItemCommandButton 
{
    margin: 0 3px 0 3px;
    width: 60px;
    text-align: center;
    float: left;
    vertical-align: middle;
}

        
/* activity board */ 

div.ABBucket 
{
    border: 1px solid #000000;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
}
        
a.abViewListLink, a.abViewListLink:visited
{
    font-size: 12px;
    color: #FFFFFF !important;
    text-decoration: underline;
    float: right;
}
        
a.abViewListLink:hover
{
    color: #000000;
}
        
div.abLegend 
{
    height: 13px;
    padding: 3px 3px 3px 3px;
    vertical-align: top;
    font-size: 11px;   
    color: #676767;
    border: 1px solid #676767;
    background-color: #FFFFFF;
    float: right;
}
        
div.abActivityDate 
{
    font-size: 15px;
    display: inline-block;
            
}
        
div.abControlPanel 
{
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}
        
.abRefNumTable 
{
    font-size: 9pt;
}

    
/* notification ticker */
div.NotificationTicker
{
    font-size: 14px;
    height: 16px;
    width: 100%;
}

.loadingIndicator 
{
    background: url('../image/ajax-loader.gif')  no-repeat left center;   
    font-size: 16px;
    padding-left: 18px;
}

/*
    Expander stuff (like ATS)
*/
    div.searchSection
    {
    /* Need this for expand / collapse to work */
    }
    div.searchSectionHeader 
    {

        background:#afafaf url(../image/bg-opener-2.gif) repeat-x; 
        border:solid #7f7f7f;
        border-width:1px 0;
        color: #363636;
        padding: 6px 6px 6px 6px;
        cursor: pointer;
        text-align: left;
        overflow: hidden;
        /*height:100%;*/
        line-height:16px;
    }    
    div.searchSectionHeader:hover 
    {
        background:#d1d1d1 url(../image/bg-opener-2-hover.gif) repeat-x;
    }
    div.searchSectionHeaderHover
    {
        background:#d1d1d1 url(../image/bg-opener-2-hover.gif) repeat-x;
        border:solid #7f7f7f;
        border-width:1px 0;
        color: #363636;
        padding: 6px 6px 6px 6px;
        cursor: pointer;
        text-align: left;
        overflow: hidden;
        /*height:100%;*/
        line-height:16px;
    }
    .searchSectionHeadingLabel 
    {
        font-size: 12px; 
        font-weight: bold;
        margin-left: 10px;
        text-align: left;
            
    }           
    .sectionStateIcon  
    {
        width: 16px; 
        height: 16px; 
        background-image: url('../image/icon_slider.png');
        float: left; 
        z-index:999;
        background-repeat: no-repeat; 
    }
              
    .sectionOpenIcon 
    { 
        background-position: 0 0;  
    }
        
    .sectionClosedIcon 
    { 
        background-position: -16px 0; 
    }
    
 /* manifest */
 .MarginColumnHeaderNoBorder 
{
    font-size: 12px;
	font-weight: normal;
    text-decoration: underline;
}

.CenteredWithMargin 
{
    width: 80%;
    margin-left: 10%;
    margin-top: 40px;
    margin-bottom: 200px;
}

/* paging controls */
a.PagingPageLinks, a.PagingPageLinks:hover, a.PagingPageLinks:active
{
    color: #FFFFFF;
    margin: 0 2px 0 2px;
    text-decoration: underline;
}

a.PagingCurrentPage, a.PagingCurrentPage:hover, a.PagingCurrentPage:active
{
    color: #FFFFFF;
    margin: 0 2px 0 2px;
    text-decoration: none;
}

div.quoteDisclaimer div.header
{
    color: #FF0000;
}

div.quoteDisclaimer div
{
    margin-bottom: 10px;
    font-size: 12px;
}
#HeaderUCdialog 
{
    font: 14px/20px Arial, Helvetica, sans-serif;
    border: 1px solid black;
    background-color: white;
    height: 80px;
    width: 225px;
    position: absolute;
    margin-top: 100px;
    margin-left: 449px;
    z-index: 100
}
#HeaderUCdialogheader
{
    font: 14px/20px Arial, Helvetica, sans-serif;
    border: 1px solid black;
    background-color: #5F5F5F;
    color: white;
    padding-left: 10px;
    padding-top: 2px;
    height: 25px;
    width: 215px;
    position: absolute;
    margin-top: 75px;
    margin-left: 449px
}
#HeaderUCdialogSpan 
{
    padding-left: 10px;
    padding-top: 4px;
    position: absolute;
    white-space: normal
}
#HeaderUCdialogButton 
{
    margin-left: 95px;
    margin-top: 31px
}