html
{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
}
body
{
	margin:0;
	padding:0;
	height:100%;
	color:#666;
	text-align:center;
	background:#cccccd url("images/gradientbg.gif") top left repeat-x;
}
h1 {font-size: 1.4em;color:#4b90cc;}
h2 {font-size: 1em;color:#666;}
h3 {font-size: 12px;color:#4b90cc;margin:0;}
h4 {font-size: 1.0em; margin:0;font-weight:bold;color:#333;}
h5 {font-size: 1em;color:#666;}
h6 {margin:0;font-weight:normal;}
img{border:0;}
.nobottommargin + p{margin-top:0;}

.news_header{margin-top:1em;font-weight:bold;font-size: 1.2em;margin-bottom:0;color:#999;text-transform:uppercase;}

.registration_steps{margin-left:54px;font-size:14px;color:#bbb;padding:0 0 20px;}
.registration_steps .done{}
.registration_steps .active{color:#FB6C0E;border-bottom:2px dotted #FB6C0E;}
.registration_steps th .active{border:none;}
.registration_steps td{text-align:center;vertical-align:bottom;padding-right:10px;padding-bottom:2px;}
.registration_steps b.active{color:#FB6C0E;border:none;}
.active{color:#FB6C0E;border-bottom:2px dotted #FB6C0E;}

.section_title
{
	text-transform:uppercase;
	font-weight:bold;
	font-size:1em;
}

a:link, a:visited
{
	color: #4b90cc;
	text-decoration:underline;
}
a:hover
{
	color: #4b90cc;
	text-decoration:underline;
}

p
{
	margin:1em 0;
}

.print_only{display:none;}

div,form,table
{
	margin:0;
	padding:0;
	border-collapse:collapse;
}
td{padding:0;margin:0;vertical-align:top;}

table.chart{border:2px solid black;}
.chart td,.chart th{padding:4px 4px;}
.chart th{text-align:center;background-color:#4f7dba;color:#000;}

table.tiles{margin:0;}
.tiles td{padding:10px 0 10px 20px;text-align:center;}
.tile_info td{padding-left:0;text-align:left;}

ul{margin:8px 0 12px;padding-left:20px;}
li{margin:5px 0;}
li li{margin:3px;}

input, textarea{font-family:Arial, Helvetica, sans-serif;font-size:1em;}

.small {font-size: .9em;}
.alert {color:#62bd19;font-size:1.3em;}
.blue{color:#4b90cc;}

.hidden{display:none;}
.left
{
	float:left;
}
.right
{
	float:right;
}
.clear
{
	clear:both;
}
.clearleft
{
	float:left;
	clear:left;
}
.clearright
{
	float:right;
	clear:right;
}
.spacer{clear:both;}
.center{text-align:center;}
.tleft{text-align:left;}
.tright{text-align:right;}
img.left, img.clearleft
{
	margin: 0 1em .5em 0;
}
img.right, img.clearright
{
	margin: 0 0 .5em 1em;
}
img.stock
{
	margin: 0 0 2em 3em;
}

div#site
{
	width:963px;
	margin:0 auto;
	padding:27px 0 0 0;
	color:#666;
	background-color:#fff;
}

div#top
{
	margin:0 18px;
}
#logo
{
	width:233px;
	height:50px;
	margin-bottom:10px;
	float:left;
}
#logo_landing
{
	width:233px;
	height:50px;
	float:left;
	margin:0 0 10px 15px;
}

div#menu
{
	text-align:right;
	font-size:12px;
	font-weight:bold;
}
#tiptopmenu
{
	padding-top:10px;
	font-size:13px;
	font-weight:normal;
	color:#888;
}

#social
{
	float:left;
	margin-top:15px;
	text-align:left;
}
#top_100
{
	float:left;
	margin-left:220px;
	text-align:center;
}
#rightside #top_100
{
	margin-left:80px;
}
#search
{
	float:right;
	margin-top:15px;
	font-size:12px;
}
#search table
{
	display:inline;
	float:right;
}
#search input
{
	font-weight:normal;
}

#headline
{
	white-space:nowrap;
	margin:5px 0 0 0;
	font-size:18px;
	color:#98ca47;
	font-weight:normal;
	text-align:right;
}


#menu a:link, #menu a:visited
{
	white-space: nowrap;
	margin:0;
	padding:0 35px;
	color:#666;
	background-color: transparent;
	text-decoration:none;
}
#menu a:hover
{
	color:#fff;
	background-color:#4b90cc;
	text-decoration:none;
}
#menu a:link.current, #menu a:visited.current
{
	color:#666;
	background-color: transparent;
}

#tiptopmenu a:link, #tiptopmenu a:visited
{
	margin:0 0 0 10px;
	padding:0;
	color:#888;
	background-color:transparent;
	font-weight:normal;
}
#tiptopmenu a:hover
{
	color:#4b90cc;
	background-color:transparent;
	text-decoration:underline;
}

.menu
{
	background:#ccc url("images/bg-menu.gif") top left no-repeat;
}
#menu .menu
{
	margin:0;
	height:23px;
}
ul#dropdown
{
	position:relative;
	float:right;
	height:23px;
	line-height:23px;
	margin:0;
	list-style: none;
	z-index:3;
}

ul#dropdown li
{
	margin:0;
	padding:0;
	float:left; /*For Gecko*/
	display:inline;
	list-style:none;
	position:relative;
}
ul#dropdown li.about{float:right;}

ul#dropdown ul
{
	position:absolute;
	top:auto;
	left:0;
	margin:0;
	padding:0;
	background-color:#ccc;
	list-style:none;
	display:none;
	z-index:2;
}
ul#dropdown ul.about
{
	margin-left:-5em;
}

ul#dropdown ul:after /*From IE 7 lack of compliance*/
{
	clear:both;
	display:block;
	font:1px/0px serif;
	content:".";
	height:0;
	visibility:hidden;
}

ul#dropdown ul li
{
	float:left; /*For IE 7 lack of compliance*/
	display:block !important;
	display:inline; /*For IE*/
	text-align:left;
}

/* Root Menu */
ul#dropdown a
{
	padding:0;
	height:23px;
	float:none !important; /*For Opera*/
	float:left; /*For IE*/
	display:block;
	height:auto !important;
	height:1%; /*For IE*/
}
ul#dropdown li ul li a
{
	
}
ul#dropdown ul li a:link, ul#dropdown ul li a:visited
{
	text-align:left;
	width:18em;
	padding:0 8px;
	margin:0;
}
ul#dropdown ul.about li a:link, ul#dropdown ul.about li a:visited
{
	width:14em;
}
ul#dropdown a.about:hover
{
	background:#4b90cc url("images/bg-menucorner-right-blue.gif") top right no-repeat;
}
/* Root Menu Hover Persistence */
ul#dropdown a:hover,
ul#dropdown li:hover a,
ul#dropdown li.sfhover a
{
	border:0;
}

/* 2nd Menu */
ul#dropdown li:hover li a,
ul#dropdown li.sfhover li a
{
	float:none;
}

/* 2nd Menu Hover Persistence */
ul#dropdown li:hover li a:hover,
ul#dropdown li:hover li:hover a,
ul#dropdown li.sfhover li a:hover,
ul#dropdown li.sfhover li.sfhover a
{
	
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#dropdown li:hover ul ul
{
	display:none;
}

ul#dropdown li:hover ul,
ul#dropdown ul li:hover ul,
ul#dropdown li.sfhover ul
{
	display:block;
}
/* drop down menu system 
.menu
{
	background:#ccc url("images/bg-menu.gif") top left no-repeat;
}
#menu .menu
{
	margin:0;
	height:23px;
}
#dropdown
{
	height:23px;
	float:right;
}
#dropdown, #dropdown ul, #dropdown li
{
	padding: 0;
	margin: 0;
	list-style: none;
}

#dropdown a:link, #dropdown a:visited
{
	display: block;
	line-height:23px;
}
#dropdown label{height:23px;}

#dropdown ul a:link, #dropdown ul a:visited
{
	display:block;
	width:18em;
	margin:0;
	padding:0 8px;
}
#dropdown ul.about a:link, #dropdown ul.about a:visited
{
	width:14em;
}
#dropdown a.about:hover
{
	background:#4b90cc url("images/bg-menucorner-right-blue.gif") top right no-repeat;
}
#dropdown li
{
	float: left;
	display: inline;
}
#dropdown ul li{float:none;display:block;margin:0;padding:0;}

#dropdown ul
{
	position: absolute;
	top: auto;
	left: -999em;
	padding:0;
	background-color:#ccc;
	text-align: left;
}
#dropdown ul.about
{
	margin-left:-5em;
}

#dropdown li:hover ul, #dropdown li.sfhover ul
{
	left: auto;
}
/* end drop down menu */

#breadcrumb
{
	padding:15px 0 5px;
	text-align:left;
	font-size:11px;
}
#breadcrumb a:link, #breadcrumb a:visited
{
	color:#999;
	text-decoration:none;
}
#breadcrumb a:hover
{
	color:#4b90cc;
	text-decoration:underline;
}
#pagetitle{font-size:1.3em;}
.webinar_title{margin-top:0;}


/* in-page tabs */
.tabs
{
	height:42px;
	font-weight:bold;
}

.tabs a:link, .tabs a:visited{text-decoration:none;}
.tabs a:hover{text-decoration:none;color:#fff;background-color:#4b90cc;}

.tab{float:left;height:42px;}
.leftcell{vertical-align:top;width:12px;background:url("images/bg-tabcorner-left-gray.png") top left no-repeat;}
.rightcell{vertical-align:top;width:12px;background:url("images/bg-tabcorner-right-gray.png") top left no-repeat;}
.centercell{vertical-align:middle;color:#fff;background-color:#999;}

a:hover .tab, a.over .tab{cursor:pointer;text-decoration:none;}
a:hover .leftcell, a.over .leftcell, .currenttab .leftcell{background-image:url("images/bg-tabcorner-left-blue.png");}
a:hover .rightcell, a.over .rightcell, .currenttab .rightcell{background-image:url("images/bg-tabcorner-right-blue.png");}
a:hover .centercell, a.over .centercell, .currenttab .centercell{color:#fff;background-color:#4b90cc;}

.tabcontent
{
	padding:10px;
	border:1px solid #999;
	font-size:12px;
	font-weight:bold;
	color:#888;
	text-decoration:none;
}
.tabcontent img{display:inline;vertical-align:middle;}
.tabcontent a:hover
{
	text-decoration:none;
	color:#888;
}
.tabcontent h3 a:hover
{
	color:#4b90cc;
}
/* end in-page tabs */

div#content
{
	margin:5px 18px 0;
	text-align:left;
	clear:both;
}
#leftside
{
	float:left;
	width:233px;
}
.topbox
{
	background-color:#4b90cc;
	color:#fff;
}
.linkbox
{
	font-size:10px;
	font-weight:normal;
}
#bottombox
{
	margin-top:3px;
	margin-bottom:3px;
	background-color:#ccc;
	color:#999;
}
.topbox div, #bottombox div{padding:5px 15px;}

.topbox a:link, .topbox a:visited{font-weight:bold;color:#fff;text-decoration:none;}
.topbox .not_bold a:link, .topbox .not_bold a:visited{font-weight:normal;}
.linkbox a:link, .linkbox a:visited{font-weight:bold;color:#fff;text-decoration:underline;}
#bottombox a:link, #bottombox a:visited{font-weight:bold;font-size:11px;color:#666;text-decoration:none;}
.topbox a:hover, .linkbox a:hover{text-decoration:underline;}

.customer_quote
{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:30px;
	cursor:pointer;
}

#rightside
{
	float:right;
	width:674px;
}

#home_page_content
{
	padding-top:20px;
	border-bottom:1px solid #ccc;
}
#left_column
{
	float:left;
	width:430px;
}
#right_column
{
	float:right;
	width:475px;
	padding-left:20px;
	border-left:1px solid #ccc;
}
#about
{
	padding:20px;
	padding-bottom:0;
	line-height:20px;
	font-weight:bold;
	font-size:11px;
	border-top:1px solid #ccc;
}
#about a:link, #about a:visited, #about a:hover
{
	color:#666;
}

#wms_webinars
{
	padding:20px 20px 0 20px;
}
#request_info
{
	padding-left:20px;
	padding-bottom:20px;
}
.section_title
{
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:5px;
	margin-bottom:15px;
}
.section_title_content
{
	color:#81ca47;
}
.section_content
{
	width:340px;
	background:url('images/bg-section.gif') right top no-repeat;
	font-size:11px;
}
.no_bg
{
	width:auto;
	background:none;
}
.section_icon_left
{
	float:left;
	width:50px;
}
.section_right
{
	margin-left:65px;
}
.section_subtitle
{
	padding-top:5px;
	padding-bottom:10px;
	font-size:12px;
	font-weight:bold;
}
.section_content li
{
	margin:0;
	margin-bottom:3px;
	color:#4b90cc;
}
.section_content a:link, .section_content a:visited, .section_content a:hover, .section_content .a
{
	color:#555;
}

#wms_express
{
	padding-bottom:30px;
}
#wms_express img.right
{
	margin-top:30px;
	margin-right:40px;
}

#wms_white_paper
{
	float:left;
	margin-left:-20px;
	padding-left:26px;
	height:160px;
	background:url('images/warehousing_sanity_check_icon.gif') left 10px no-repeat;
}
#wms_white_paper .section_content
{
	padding-left:85px;
}
.big_blue
{
	color:#4b90cc;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:10px;
	letter-spacing:-1px;
}

#wms_links
{
	float:right;
}

.article{margin-top:30px;}
.articlesubtitle{font-style:italic;}

#homepagebanner{text-align:right;}

#boxes{margin-top:5px;}
#boxes table{font-weight:bold;float:left;margin-left:4px;}

.leftbox{width:233px;}
.leftbox .topcell{background:url("images/bg-boxtop-left.gif") top left no-repeat;}
.centerbox{width:233px;}
.centerbox2{width:223px;}
.centerbox .topcell, .centerbox2 .topcell{background:url("images/bg-boxtop-center.gif") top left no-repeat;}
.rightbox{width:225px;}
.rightbox .topcell{background:url("images/bg-boxtop-right.gif") top left no-repeat;}

.topcell
{
	height:21px;
	color:#fff;
	vertical-align:middle;
	padding-left:12px;
}
.maincell
{
	border-right:1px solid #999;
	height:120px;
	background:url("images/bg-border.gif") top left repeat-y;
	padding:10px 10px 0 10px;
	font-size:10px;
	vertical-align:top;
}
.bottomcell
{
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	background:url("images/bg-border.gif") top left repeat-y;
	padding:0 10px 0 0;
}

table.form td
{
	padding:5px 10px;
}

#mp3player
{
	padding:20px 0 0 20px;
}

.popupbox
{
	display:none;
	position:absolute;
}
#mp3box
{
	margin-top:40px;
	padding:10px;
	right:100px;
	width:300px;
	border:2px solid #666;
	background-color:#ddd;
	color:#000;
	text-align:justify;
}
#mp3box .title
{
	font-size:1.2em;
	font-weight:bold;
	color:#4b90cc;
	text-transform:uppercase;
}
.desc_box
{
	width:350px;
	background:url("images/bg-popupbox.png") top left repeat-x;
	color:#222;
	padding:10px;
	margin-right:20px;
	border:2px solid #333;
	border-top:none;
	font-size:.9em;
}

.sitemap{margin:1.5em 0 0 0;}
p.sitemap ul{padding-left:30px;}

div#footer
{
	clear:both;
	padding:10px 34px 24px;
	color:#999;
	font-size:11px;
	font-weight:bold;
}

#left_footer
{
	float:left;
}
#center_footer
{
	clear:both;
	text-align:center;
	font-size:8px;
	margin:20px auto 0;
}
#right_footer
{
	float:right;
}
a.quiet:link, a.quiet:visited{color:#999;text-decoration:none;}
a.quiet:hover{color:#4b90cc;text-decoration:underline;}
/*#footer a{color:#999;text-decoration:none;}
#footer a:hover{color:#999;text-decoration:underline;}*/

/* landing page registration form */
.black{color:#000;}
.register_title{color:#ffa559;font-size:1.2em;font-weight:bold;margin-bottom:5px;}
.register_title+p{margin-top:0;}

#registration_form
{
	float:right;
	width:320px;
	padding-left:10px;
	padding-bottom:10px;
	background-color:#dedede;
}

#registration_form table, #registration_form td
{
	padding:0;
}
#registration_form td.input
{
	padding-bottom:5px;
}

#landing_left_column
{
	margin-right:390px;
}
#landing_left_column h2
{
	font-size:1.3em;
}

#registration_form label
{
	font-size:85%;
}

#optional_fields
{
	display:none;
}
.toggler
{
	cursor:pointer;
}

.live_demo_title
{
	font-weight:bold;
	font-size:100%;
	color:#333;
	margin-bottom:0;
}
.live_demo_form
{
	margin-top:15px;
	font-size:10px;
}
.live_demo_form select, .live_demo_form input, .live_demo_form label
{
	font-size:10px;
}
.live_demo_form td
{
	padding-bottom:10px;
}
.date_select img
{
	vertical-align:middle;
}

/* Styles for calendar popup */

.calcpYearNavigation, .calcpMonthNavigation
{
	background-color:#6185c4;
	text-align:center;
	vertical-align:middle;
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
.calcpDayColumnHeader, .calcpYearNavigation, .calcpMonthNavigation, .calcpCurrentMonthDate, .calcpCurrentMonthDateDisabled, .calcpOtherMonthDate,
.calcpOtherMonthDateDisabled, .calcpCurrentDate, .calcpCurrentDateDisabled, .calcpTodayText, .calcpTodayTextDisabled, .calcpText
{
	font-family:arial;
	font-size:8pt;
}
td.calcpDayColumnHeader
{
	text-align:right;
	border-bottom:1px solid #666;
}
.calcpCurrentMonthDate, .calcpOtherMonthDate, .calcpCurrentDate
{
	text-align:right;
	text-decoration:none;
}
.calcpCurrentMonthDateDisabled, .calcpOtherMonthDateDisabled, .calcpCurrentDateDisabled
{
	color:#ccc;
	text-align:right;
	text-decoration:line-through;
}
a.calcpCurrentMonthDate
{
	color:#000;
}
a.calcpOtherMonthDate
{
	color:#999;
}
a.calcpCurrentDate
{
	color: #FFFFFF;
	font-weight:bold;
}
.calcpOtherMonthDate
{
	color:#808080;
}
td.calcpCurrentDate
{
	color:#FFFFFF;
	background-color:#6185c4;
	border:1px solid #000;
}
td.calcpCurrentDateDisabled
{
	border-width:1px;
	border:solid thin #FFAAAA;
}
td.calcpTodayText, td.calcpTodayTextDisabled
{
	border-top:1px solid #666;
}
a.calcpTodayText, span.calcpTodayTextDisabled
{
	height:20px;
}
a.calcpTodayText
{
	color:#333;
	font-weight:bold;
}
span.calcpTodayTextDisabled
{
	color:#D0D0D0;
}
.calcpBorder
{
	border:1px solid #bbb;
}