﻿/*  Core color summary:
	block background: #003399
    block alternate: #0066cc
    light alternate: #b5c7d6
    grey: #eeeeee
    Warning colors: Cornsilk, maroon
*/
/* BROWSER RESET (based on Eric Meyer's Reset) */
html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	padding: 0px;
	margin: 0px;
	border: 0px;
	outline: 0px;		
	line-height: normal;
	vertical-align: baseline;
	font-family: inherit;
	font-size: 100%;
}
:focus {
	outline: 0;
	}
body {background: white;
	line-height: 1;
	color: black;
	}
ol, ul {
	list-style: disc;
	margin: 20px;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	font-weight: normal;
	/* text-align: inherit; */
	padding: 4px;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";	
	}
blockquote, q {
	quotes: "" "";
	margin: 15px;
	}
input,select,textarea
{
	font-size: inherit;
	font-weight: inherit;
	font-style: inherit;
}	
p
{
	margin: 10px 0;
}
/* END BROWSER RESET */


body,table,td,th,input,textarea,select
{
    font-family: verdana,sans-serif;
    font-size: 10pt;
}
pre
{
    color: navy;
    font-family: monospace,courier new;
    font-weight: normal;
    margin-top: 5px;
    margin-bottom: 5px;
}
h1
{
    background-color: #eeeeee;
    color: navy;
    font-size: 14pt;
    font-weight: bold;
    padding: 5px;
    text-align: center;
    Xmargin-bottom: 15px;
}
h2
{
    color: maroon;
    font-size: 14pt;
    font-weight: bold;
    margin-bottom: 0pt;
    margin-top: 0pt;
    padding-bottom: 0pt;
    padding-top: 0pt;
}
h3
{
    color: steelblue;
    font-size: 11.25pt;
    font-weight: bold;
    margin-bottom: 0pt;
    margin-top: 0pt;
    padding-bottom: 0pt;
    padding-top: 0pt;
}
td
{
    vertical-align: top;
    padding: 4px;
}
table.blackborder>tbody td
{
	border: solid 1px lightgrey;	
}
th
{
	border-collapse: collapse;
	font-weight: bold;
	text-align: center;
}
a 
{ color:#003399; }
a:visited
{
	color: maroon;
}
a:hover 
{ color:red;}
small 
{
    font-size: 8.25pt;
    font-weight: normal;
}

hr 
{ color: navy; background: navy; border: 0; height:1px;}
	
ul 
{
    margin-bottom: 0pt;
    margin-top: 2pt;
    padding-bottom: 2pt;
    padding-top: 2pt;
}	
li
{
	padding-top: 2pt;
	padding-bottom: 0pt;
}
img
{
	border: 0px;
}
legend
{
    text-align: center;
	font-weight: bold;
	background: #DE8079;
	color: White;
	padding: 2px 5px;
	margin: 3px;
	border: solid 1px maroon;
	text-align: left;
}    
.fieldsetpadding
{
	padding: 5px;
}
fieldset
{
	border: solid 1px darkgrey;	   
	margin-bottom: 5px;
	padding: 10px;
}
input[type=text], input[type=password], select 
{    	    	
	background-color: #F5F7FA;    	
	border: solid 1px lightsteelblue;
	border-style:solid;
	padding: 2px;
	margin-bottom:3px;
}
input[type=text]:focus, input[type=password]:focus,select:focus
{
    background-color: cornsilk;
}
input[type=button], input[type=submit]
{
	font-size: 8pt;
}
.blackborder
{
	border-style: solid;
	border-width: 2px;
	border-color: #003399;
	background: white;
	text-align: left;
}

.bigtext
{
	font-size: 18pt;
	font-weight: bold;
	color: Navy;
}
.rightalign
{
	float: right;
}


/* block backgrounds for headers etc. */
.menuband, .gridheader, .gridheaderbig, .gridpager, .buttonlinks, .blockheader, .roundedbar_top, .roundedbar_bottom
{
	color: cornsilk;
	background-color: #003399;
	padding: 0px;
}
/* alternate background color color to offset the background
   used for the category list and banner strips for color
   variety. should be a companion color to the block background
   colors (previous tag
*/
.alternatebackground
{
	color: white;
	background-color: #0066cc;
}

/* used for any block tags like headers on tables etc. */
.blockheader
{
	font-weight:bold;
}
.banner
{
	color: cornsilk;
	font-weight:bold;
	background: #003399 url('../images/floralbackground_sm.gif') ;
	height: 16px;
	padding: 5px;
	white-space:nowrap;
}
.bannertext
{
	color: White;
	text-decoration: none;
	padding: 1px 0;
}
.bannertext:visited
{
	color: white;
}
.bannertext:hover
{
	color: #003399;
	background: white url('images/menuhighlight.png');	
}
.bannersubtitle
{
	color: khaki;
	float:left;
	padding-left:8px;
}


/* used on the category list as a standard link */
.menuband, .menuband-bottom
{	
	font-weight: bold;
	height: 20px;
	padding-top: 5px;
	text-align: center;
	background-image: url('images/vertgradient.gif');
	background-repeat: repeat-x;
}
.menuband-bottom
{
    height: 7px;
    background-position: 0% 20%;	

}
.menulinkcontainer
{
	padding: 5px;
}
.menurow 
{ 
	padding:5px;
	border-bottom: solid 1px white ;
}
.menulink
{
    color: navy;
    font-size: 8pt;
    font-weight: normal;
    text-decoration: none ;
    display:block;
    text-align:left;
    padding-top:4px;
    padding-bottom: 4px;
    padding-left: 5px;
    border: solid 1px transparent;
}
.menulink:visited { color:black; } 
.menulink:hover 
{ 
	color:#003399; 
	text-decoration:none; 
	font-weight:normal; 
	background: white url('images/menuhighlight.png') repeat-x;
}
.footer
{
    margin: 10px 0px;
    border-top: solid 1px navy; 
    font-size: 8pt;   
    padding: 5px 10px;
}
.submitbutton
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	font-weight: bold;
	height: 35px;
	width: 200px;
	background: url('images/submitbutton.gif');
	color: lemonchiffon;
}
.submitbutton:hover { background: url('images/submitbuttonhover.gif');
} 
.submitbutton:active { background: url('images/submitbuttonpressed.gif');
}

.smallbutton
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	height: 22px;
	width: 90px;
	font-size: 8pt;
	color: navy;
	background: url('images/smallbutton.gif');
}
.smallbutton:hover { background: url('images/smallbuttonhover.gif');
}
.smallbutton:active { background: url('images/smallbuttonpressed.gif');
}

.gridheader, .gridheaderbig, .gridheaderleft, .gridheaderright, .gridpager
{	
	padding: 4px 4px 4px 4px;
	background:  #003399 url(images/vertgradient.png) repeat-x;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
}
.gridheader a, .gridheaderbig a
{
	color: cornsilk;
	text-decoration: none;
}
.gridheaderleft
{
	text-align: left;
}
.gridheaderright
{
	text-align: right;
}
.gridheaderbig
{	
	font-size: 135%;
	background-image: url(images/vertgradient.png);
	background-repeat: repeat-x;
}
.gridnormal
{
	background-color: #eeeeee;
}
.gridalternate
{
	background-color:#b5c7d6;	
}
.gridhighlight
{
	background-image: url(images/LightOrangeGradient.png);
	background-repeat: repeat-x;
	background-color: White;	
	cursor:pointer;
}
.gridpager, .gridpager table tr td
{	
	border: none 0px transparent;	
	text-align: right;
	padding: 3px;
	color: cornsilk;	
	font-weight: bold;		
	font-size: 12pt;
}
.gridpager a, .gridpager a:visited
{	
	font-weight: normal;
	text-decoration: none;
	color: white;	
	font-size: 10pt;
}
.gridpager table
{
    float: right;
    margin-right: 10px;
}
.containercontent
{
	padding: 20px;	
}
.grouping
{
	padding: 10px;
	background-color: whitesmoke;   
	position: relative; 	
}
.groupheader  
{
	background: SteelBlue; 
	color: White; 
	padding: 4px; 
	margin-top: 10px; 
	margin-bottom: 5px; 
	font-weight: bold;
	font-size: 110%;
}    
.errormessage
{
	font-weight: bold;
	color: maroon;
}
.errordisplay
{	
	font-weight: normal;
	color: maroon;
	background-color:cornsilk;
	border: solid 2px maroon;	
	padding: 6px 5px 8px 10px;
	line-height: 1.5;
	margin: 7px 0;
}
.errordisplay hr
{
	color: maroon;
}
.contentcontainer
{
  margin: 15px;
  padding: 20px;
  background: white;       
  border-top: solid 1px silver;
  border-left: solid 1px silver;
  border-right: solid 2px #535353 ;
  border-bottom: solid 2px #535353;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -opera-border-radius: 10px;
  -moz-box-shadow: #535353  2px 2px 3px;
  -webkit-box-shadow: #535353 2px 2px 3px;  
}
.dialog
{
  background: White;
  overflow: hidden;
  border: solid 1px steelblue;  
  -moz-border-radius: 6px 6px 4px 4px;
  -webkit-border-radius: 5px;    
}
.dialog-header
{	
	background-image: url(images/dialogheader.png);    
	background-repeat: repeat-x;
	text-align: left;
	color: cornsilk;
	padding: 5px;	
	padding-left: 10px;
	font-size: 1.02em;
	font-weight: bold;
    -moz-border-radius: 5px 5px 0px 0px;   
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;   
}
.dialog-top
{
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;    
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;  
}
.dialog-bottom
{
	-moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;     
	-webkit-border-bottom-left-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
}
.dialog-content
{
	padding: 15px;
}
.dialog-statusbar, .dialog-toolbar
{
	background: #eeeeee;
	background-image: url(images/dialogstrip.png);
	background-repeat: repeat-x;
	padding: 5px;
	padding-left: 10px;
	border-top: solid 1px silver;
	border-bottom: solid 1px silver;
	font-size: 0.8em;
}
.dialog-statusbar
{
	-moz-border-radius: 0 0 3px 3px;	
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	padding-right: 10px;
}
.closebox
{
	position: absolute;    	
	right: 2px;
	top: 2px;
	background-image: url(images/close.gif);
	background-repeat: no-repeat;
	width: 14px;
	height: 14px;
	cursor: pointer;    	
	opacity: 0.60;
	filter: alpha(opacity="80");
} 
.closebox:hover 
{
	xbackground-color: white;
	opacity: 0.95;
	filter: alpha(opacity="100");
}

.toolbarcontainer  
{
	background:#eeeeee;
	background-image: url(images/dialogstrip.png);
	background-repeat: repeat-x;
	border: solid 1px silver;
	vertical-align: top;
	padding: 5px; 
}
.statusbar
{
	position: fixed;
	bottom: 5px;
	left: 0px;
	right: 0px;
	height: 16px;	
	padding: 5px;	
	background: black;
	color: white;	
	border: solid 1px lightgray;	
	opacity: .70;	
	filter: alpha(opacity="70");
	z-index: 200;
	overflow: hidden;
	overflow-y: auto; 
}
.statusbarhighlight
{
	font-weight: bold;
	background-color: khaki;
	color: Maroon;
	border: solid 1px silver;
}
.statusbarclose
{
	position: absolute;
	right: 10px; 
	top: 2px;
	color:red;
	font-size: 12pt;
	font-weight: bold;
	cursor: pointer;
}
.hoverbutton  
{
	text-decoration:none;		
	padding: 4px; 	
	font-size: 8pt; 		
	border: solid 1px transparent; 	
}
.hoverbutton:hover
{	
	background: white url('images/dialoghighlight.png'); 
	border:  outset 1px silver; 
	
	cursor: hand;
}     
.hoverbutton a
{
	text-decoration: none;
}
.tabbutton, .selectedtabbutton
{
	border-style: none;
	border-color: inherit;
	border-width: 0px;
	font-size: 8pt;
	background: url('images/tabnormal.gif') no-repeat;
	text-align: center;
	vertical-align: middle;
	cursor: hand;
	color: darkblue;
	width: 120px;
	margin: 0px;
	padding:0px;
}
.tabbutton:hover
{
	background: url('images/tabhover.gif') no-repeat;
}
.selectedtabbutton 
{ 
	font-weight: bold; 
	color: white; 
	background:url('images/tabselected.gif') no-repeat;
	cursor:default;
}
.smallprogress,.smallprogressright
{
	width: 16px;
	height: 16px;
	background-image: url(images/loading_small.gif);
	background-repeat: no-repeat;			
	display: none;	
}
.smallprogressright { float: right }
.notebox
{
	background: lightsteelblue;
	padding: 10px;
	border: solid 1px navy;
	margin: 5px 40px 15px 30px;
	font-size: 8pt;
}
.descriptionheader
{
	background: khaki;
	color: black;
	font-size: 8pt;
	text-align: left;
	padding: 10px;
	border-top: solid 1px silver;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	background-image: url(images/img-altnav-logo.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #0054a6;
	font-weight: bold;
}
a:visited { color: #0054A6; }
a:hover { color: #0054A6; }
#pageWrapper {
	float: left;
	height: auto;
	width: 100%;
	text-align: left;
}
.centerContainer01 {
	height: auto;
	width: 1195px;
	margin-right: auto;
	margin-left: auto;
}
#indexWrapper {
	float: left;
	height: auto;
	width: 100%;
}
#backWrapper {
	float: left;
	height: auto;
	width: 100%;
}
.contentContainer01 {
	float: right;
	height: auto;
	width: 1185px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px; 
}
.toptable { 
    background-color:#e3e3f3;
    border:solid 1px #9c9;
    padding:5px 10px;
    width:100%;
}
.toptable .outer {
    border-top:1px solid #669;
    border-bottom:1px solid #fff;
    border-right:1px solid #fff;
}
.toptable .inner { border-left:1px solid #669; }
.toptable TD 
{
    width:50%;
}
.toptable TD INPUT {
    width:75%;
}
.toptable TD SELECT {
    width:95%;
}
.regtoptable { 
    background-color:#e3e3f3;
    border:solid 1px #9c9;
    padding:5px 10px;
}
.regtoptable .outer {
    border-top:1px solid #669;
    border-bottom:1px solid #fff;
    border-right:1px solid #fff;
}
.regtoptable .inner { border-left:1px solid #669; }
#navContainer01 {
	float:right;
	width:858px;
	padding-right: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	line-height:normal;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 34px;
}
#navContainer01 ul {
	margin:0;
	padding:0px;
	list-style:none;
}

#navContainer01 li {
    display:inline;
    margin:0;
    padding:0;
}
#navContainer01 a {
	float:right;
	margin:0;
	text-decoration:none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
}
#navContainer01 a span {
	float:left;
	display:block;
	color:#FFFFFF;
	padding-top: 6px;
	padding-right: 16px;
	padding-left: 8px;
	margin-right: 1px;
	padding-bottom: 7px;
}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #navContainer01 a span {float:none;}
    /* End IE5-Mac hack */
.borderHeader { 
border: 1px solid #4C3C1B; 
padding: 5px; 
width: 250px; 
background-color: #EFEECB; 
text-align:center;
}
.productname  
{
	background-color:#e3e3f3;
}
.btnCenter { 
border: 1px solid #4C3C1B; 
padding: 5px; 
width: 240px; 
background-color: #ffffff; 
}
.btnCenter:hover { 
background-color: #e2e7e7; 
cursor:pointer;
}
/* Core datasheet styles */
.datasheet {
    font-family:lucida grande,arial,helvetica,sans-serif;
    font-size:11px;	
    width:700px;
    background-color:#e3e3f3;
    border:solid 1px #9c9;
    padding:5px 10px;
}
.datasheet .outer {
    border-top:1px solid #669;
    border-bottom:1px solid #fff;
    border-right:1px solid #fff;
}
.datasheet .inner { border-left:1px solid #669; }
.datasheet .footer
{ 
	text-align:right; 
	padding-top:5px;
	height:30px;
	line-height:30px;
}
.datasheet .header{ padding-bottom:6px; }

.datatable {
	/* fill the container */
    width:100%;
}
.datatable TH {
    padding:3px;
    border-top:1px solid #eef;
    border-left:1px solid #eef;
    border-right:1px solid #999;
    border-bottom:1px solid #999;
    color:#003;
    background-color:#ddd;
    font-weight:bold;
    text-align:left;
}
.datatable TD {
    padding:2px 2px;
    border-right:1px solid #999;
    border-bottom:1px solid #999;
    background-color:#fff;
}
.datatable TD INPUT {
    border:0px none;
    width:95%;
}
.datatable TD SELECT {
    border:0px none;
    width:95%;
}
.datatable TH.first {
    text-align:center;
    width:25px;
    color:#222;
}
.datatable .datebox {
    border:0px none;
    width:70%;
}
.datatable .command{ text-align:center; width:100px; }
.datatable .command A{ color:#003; }

/* Excel 2007 Style */
.excel2007 .outer {
    border-top-color:#bfdbff;
}
.excel2007 .inner { border-left-color:#bfdbff; }
.excel2007 TH {
    border-top-color:#eef;
    border-left-color:#eef;
    border-right-color:#d0d7e5;
    border-bottom-color:#d0d7e5;
    color:#27413e;
    background-color:#e4ecf7;
}
.excel2007 TD {
    border-right-color:#d0d7e5;
    border-bottom-color:#d0d7e5;
    background-color:#fff;
}
.excel2007 .command A{ color:#27413e; }


TD.cal,
TD.calday,
TD.calmonth,
TD.caltoday,
A.textlink,
.disabledtextlink{font-family:arial;font-size: 8pt;}
TD.calday{border:solid thin #C0C0C0;border-width:0 0 1 0;}
TD.calmonth{text-align:right;}
TD.caltoday{text-align:right;color:white;background-color:#C0C0C0;border-width:1;border:solid thing #800000;}
TD.textlink{border:solid thin #C0C0C0;border-width:1 0 0 0;}
A.textlink{height:20px;color:black;}
.disabledtextlink{height:20px;color:#808080;}
A.cal{text-decoration:none;color:#000000;}
A.calthismonth{text-decoration:none;color:#000000;}
A.calothermonth{text-decoration:none;color:#808080;}
.calnotclickable{color:#808080;}
.disabled{color:#D0D0D0;text-decoration:line-through;}



#StatusEditWindow
{
	width: 600px; 
	height: 400px;   	
	position: absolute;    	
	top: 80px;
	left: 45px;
	display: none;
}
TABLE#tblProvinceTax.loading {  background: url(images/loading_small.gif) no-repeat center center;}
.reqast
{
  font-weight: bold;
  color: #D50000;
}
.PostalCodeMask
{
	text-transform:uppercase;
}
/**
 * Overlay CSS.
**/
.select-overlay { background:#fff }
.select-overlay span
{
    display:block;
    float:left;
    clear:both;
    background:transparent url(../Scripts/bg-ie-select-width.png) no-repeat 0 0
}
/* Overlay CSS for Internet Explorer 6 and 7 */
.ie6 .select-overlay span,
.ie7 .select-overlay span
{
    width:18px;
    height:22px;
    background-position:0 -20px
}
.ie6 .select-overlay-hover span,
.ie7 .select-overlay-hover span { background-position:-18px -20px }

.ie6 .select-overlay-active span,
.ie7 .select-overlay-active span { background-position:-18px -20px }

/* Overlay CSS for Internet Explorer 8 with no borders or padding */
.ie8 .select-overlay span
{
    width:18px;
    height:20px;
    background-position:0 0
}

.ie8 .select-overlay-hover span { background-position:-18px 0 }

.ie8 .select-overlay-active span { background-position:-18px 0 }


/* Overlay CSS for Internet Explorer 8 with borders and padding */
#select-styleable-container.ie8 .select-overlay span
{
    width:17px;
    height:20px;
    background-position:-36px 0
}

#select-styleable-container.ie8 .select-overlay-hover span { background-position:-53px 0 }

#select-styleable-container.ie8 .select-overlay-active span { background-position:-53px 0 }


.itemtemplate b
{
    color: Navy;
}
.itemtemplate a
{
    text-decoration: none;
}
.itemtemplate a:visited
{
    color: Navy;
}
.stockicon
{
	float: left;
	background-image: url(../images/symbol.gif);
	background-repeat: no-repeat;	
	width: 20px;
	height: 20px;
	padding: 0px 0px 10px 10px;	
}
.dealername
{
	font-weight: bold;
	padding: bottom: 3px;
	color: steelblue;
	height: 20px;
}
.itemtools
{
	float: right;
}
.dealerdetail
{
	font-size: 8pt;
}    
.dealerdetail td
{
	font-size: 8pt;
}
.dealerinfocolumn
{    	
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	width: 100px;
}
.dealeraddresscolumn
{    	
	font-weight: bold;
	text-align: left;
	padding-right: 10px;
	width: 400px;
}
.leftSide 
{
  float:left;
	width:100px;
	padding-right: 10px;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height:normal;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 28px;
}
.leftSideGPT
{
  float:left;
	width:200px;
	padding-right: 10px;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height:normal;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 28px;
}
.leftSideWide {
  float:left;
	width:150px;
	padding-right: 10px;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height:normal;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 28px;
}
.rightSide {
	float:right;
	height: 28px;
}
input[type=text]
{
  width:200px;
}
.leftSideNASL
{
  float:left;
	width:300px;
	padding-right: 10px;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	line-height:normal;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 28px;
	display:block;
}
