﻿body
{
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	background: white;
	color: #4F4F4F;
}

textarea
{
	font-family: Tahoma, Verdana, Sans-Serif;
	font-size: 9pt;
}

input, select, textarea
{
	font-weight: bold;
}

img
{
	border: 0;
}

a
{
	color: #990000;
	font-size: 10pt;
	font-family: tahoma;
	font-weight: bold;
}

hr
{
	width: 100%;
	border-top: #bdbdbd;
	height: 1px;
}

.centered
{
	text-align: center;
}

div.pageheading
{
	line-height: 14px;
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	background-position: left 4px;
	background-image: url(images/downrightarrowbullet.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	margin-bottom: 10px;
}

div.pageheading a
{
	vertical-align: top;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #4F4F4F;
}

div.pageheading span.first
{
	color: #9A0000;
}

td, tr, table, div
{
	vertical-align: top;
	padding: 0;
	margin: 0;
}

div.companylogo
{
	background: url(images/mdlogo_stretched.jpg) no-repeat top left;
	width: 192px;
	height: 85px;
}

div.companylogo a
{
	display: block;
	width: 100%;
	height: 100%;
}

.alt
{
	display: none;
}

table
{
	border-collapse: collapse;
}

div#fullpage
{
	width: 100%;
	padding: 0;
	margin: 0;
}

table.fulltable
{
	width: 736px;
	margin: 0 auto;
	padding: 0;
}

td.leftcolumn
{
	width: 192px;
}

ul.leftnav
{
	margin: 0;
	padding: 0;
}

ul.leftnav li
{
	list-style: none;
	width: 192px;
	height: 22px;
	background: url(images/leftnavitembg.jpg);
}

ul.leftnav li span
{
	color: white;
	margin-left: 30px;
	padding-top: 30px;
}

div.topleft
{
	height: 269px;
	border-bottom: 1px solid #bdbdbd;
	background-color: #282828;
	position: relative;
}

td.leftcolumn, td.roundedbottomleft
{
	border-right: 1px solid #bdbdbd;
}

td.roundedbottomright div
{
	border-right: 1px solid #bdbdbd;
	width: 324px;
	height: 100%;
}

td.footer
{
	text-align: center;
	background: gray;
}

div.titleandlogin
{
	background: url(images/6pxsmallgraybar.jpg) repeat-x 0 0;
	position: relative;
	height: 60px;
	border-bottom: 1px solid #bdbdbd;
}

div.titlearea
{
	background: url(images/warehouse_box_moving.jpg);
	cursor: pointer;
	background-repeat: no-repeat;
	overflow: hidden;
	width: 324px;
	height: 60px;
}

div.loginwelcomearea
{
/*	background: #F7F7F7;
*/	position: absolute;
	top: 0;
	right: 0;
	width: 207px;
	height: 54px;
	padding-left: 10px;
	padding-top: 6px;
}

div.TopRightMultiView
{
	position: absolute;
	background: #F7F7F7;
	top: 61px;
	right: 0;
	position: absolute;
	padding: 5px;
	height: 198px;
	width: 205px;
}

td.centerandrightcolumn
{
	background-position: 324px top;
	background-attachment: scroll;
	background-image: url(images/grayborder.gif);
	background-repeat: repeat-y;
}

.nobg
{
	background-image: none !important;
}

td.contentarea
{
	position: relative;
	width: 313px;
	padding: 5px;
}

div.bottomleft
{
	padding: 5px;
}

td.bottomright
{
	padding: 5px;
}

div.toprightbuttons
{
	width: 100%;
	margin-bottom: 15px;
}

div.toprightbuttons div
{
	background: url(images/toprightbutton.jpg) no-repeat top right;
	padding: 20px 5px 0px 3px;
	float: left;
	width: 60px;
	height: 15px;
	text-align: center;
}

div.toprightbuttons div a
{
	text-decoration: none;
	color: #706F6F;
	font-size: 8pt;
	font-weight: normal;
}

div.welcomearea
{
	font-weight: bold;
	text-align: center;
	width: 100%;
}

div.searchbox
{
	line-height: 16px;
	padding: 5px 5px 15px 5px;
	text-align: center;
	position: absolute;
	bottom: 0;
}

input.txtSearchInput
{
	width: 140px;
/*	height: 14px;
*/	color: #333333;
	font-weight: bold;
	padding: 0;
	vertical-align: baseline;
}

div.searchbox > *
{
	vertical-align: middle;
}

div.adminheading
{
	font-size: 14px;
	font-weight: bold;
	display: block;
	margin: 0 0 4px 0;
	padding: 2px;
	background: #9A0000;
	color: white;
	text-align: center;
	position: relative;
	height: 20px;
	background: url(images/redgradientbackground.jpg) repeat-x;
}

div.adminframe a 
{
	text-decoration: none;
}

div.adminframe ul
{
	margin: 0 0 10px 0;
	padding: 0 0 3px 20px;
}

span.AdminHeading
{
	margin-left: 5px;
	padding-left: 12px;
	background: url(images/downrightarrowbullet.gif) center left;
	background-repeat: no-repeat;
}

span.AdminHomeLink
{
	display: block;
	margin-bottom: 5px;
	text-decoration: none;
}

div.adminframe li
{
	list-style-image: url(images/point_2.jpg);
}

/* This needs to be last so that it can override inside SetupPage() */
div.bigtopheight
{
	height: 269px;
}

.displaynone
{
	display: none;
}

td.contentfull, td.roundedbottomright div.contentfull
{
	position: relative;
	width: 521px;
	border-right: none;
	background-image: none !important;
}

/* Specify all the borders */
table.fulltable
{
	border: 1px solid #bdbdbd;
	border-top: 0;
}

/* Styles for forms */
td.formLabel, td.FormLabel
{
	clear: both;
	padding-top: 5px;
	padding-left:5px;
	padding-right: 10px;
	vertical-align: middle;
	line-height: 16px;
}

td.formElement, td.FormElement
{
    margin-bottom: 5px;
    vertical-align: middle;
	padding-top: 5px;
	padding-left: 5px;
}

.standardTextBox
{
    width:288px;
    color: #333333;
	font-weight: bold;	
}

.shortTextBox
{
    width:125px;
    color: #333;
    font-weight: bold;
}

.multilineTextBox
{
    width:288px;
    height: 75px;
    color: #333333;	
	font-weight: bold;
}

.multilineTextBoxTall
{
	height: 250px;
}

.dateTextBox
{
    width:96px;
    color: #333333;	
	font-weight: bold;
}

.checkboxList tr td
{
    padding: 5px 0 0 10px;    
}

.endFormButtons
{
    padding: 10px 0 20px 10px;
}

div.LinkMenu
{
	margin-bottom: 10px;
	display: block;
}

div.LinkMenu a
{
	margin-right: 15px;
}

/*-------------------------------------------*/
/* Grid Styles                               */
/*-------------------------------------------*/
tr.GridHeader td, tr.GridHeader td a
{
	font-weight: bold;
	padding: 1px 5px 1px 5px;
	font-weight: bold;
	color: white;
	background-color: #9A0000;
	text-align:center;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;	
}

tr.GridRow td
{
	background-color: #A3A3A3;
	padding: 1px 5px 1px 5px;
	color: Black;
}

tr.GridRowAlt td
{
	color: Black;
	background-color: white;
	padding: 1px 5px 1px 5px;
}

tr.GridFooter
{
    padding-left: 20px;
    color: white;
    font-weight: bold;
    background-color: #9A0000;
    font-size: 8pt;
}

tr.GridFooter td
{
	padding: 2px;
}

tr.GridFooter a
{
	color: #b7b7b7;
    font-size: 8pt;
    margin-left: 3px;
}

/* Events and News */
div.EventNewsHeading
{
	width: 200px;
	font-weight: bold;
	margin-bottom: 5px;
}

div.EventNewsInfo
{
	width: 90%;
	margin-left: 15px;
	margin-bottom: 10px;
}

div.EventNewsLeftHalf
{
	width: 48%;
	float: left;
}

div.EventNewsRightHalf
{
	width: 48%;
	float: right;
}

div.RssIcon
{
	float: right;
	position: relative;
	top: -25px;
	width: 16px;
	height: 16px;
	display: inline;
}

span.RssIcon
{
	float: right;
	right: 0;
	width: 16px;
	height: 16px;
}

div.RssIconDefault
{
	float: right;
	position: relative;
	top: -25px;
	left: 7px;
	width: 16px;
	height: 16px;
	display: inline;
}

/* Our Company */
.OurCompanyImage
{
	float: right;
	margin: 0 0 10px 5px;
}

/* SolutionViewDetail */
div.SolutionHeading, div.SolutionHeading a
{
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

div.SolutionSubHeading
{
	color: Black;
}

div.SolutionInfo
{
	width: 90%;
	margin-left: 15px;
	margin-bottom: 10px;
}

div.DefaultSolutionInfo
{
	padding-bottom: 10px;
}

.SolutionDetailImage
{
	float: right;
	width: 160px;
	height: 70px;
	margin-bottom: 10px;
}

.RelatedSolutionImage
{
	float: left;
	width: 95px;
	height: 42px;
	margin-left: 0;
	margin-bottom: 10px;
}

.FullSolutionImage
{
	width: 160px;
	height: 70px;
}

.CustomerTestimonialImage
{
	float: left;
	width: 56px;
	height: 72px;
	margin-bottom: 10px;
}

.DefaultCustomerTestimonialImage
{
	float: left;
	width: 56px;
	height: 72px;
	margin-bottom: 5px;
}

.CustomerTestimonialQuote
{
	font-style: italic;
	font-size: 9pt;
}

.DefaultCustomerTestimonialQuote
{
	font-size: 9pt;
	margin-left: 15px;
	margin-bottom: 10px;
	width: 90%;
}

.ViewAllCustomerTestimonialQuote
{
	font-style: italic;
	margin-left: 0 !important;
}

div.RelatedSolutionInfo
{
	position: relative;
	margin-left: 100px;
	background-repeat: no-repeat;
	background-position: left top;
}

div.RelatedCustomerTestimonialInfo
{
	position: relative;
	margin-left: 61px;
	background-repeat: no-repeat;
	background-position: left top;
}

div.CustomerInfoDefault
{
	text-align: right;
	width: 100%;
}

div.CustomerInfoViewAll
{
	text-align: right;
	width: 400px;
	margin-left: 0%;
}

div.CustomerInfoDefault
{
	text-align: right;
	width: 200px;
}

hr.CustomerTestimonialSeparator
{
	margin-top: 15px;
	margin-bottom: 15px;
	width: 75%;
	text-align: center;
}

div.CustomerTestimonialInfo
{
	margin-left: 61px;
}

.CustomerTestimonialImage
{
	float: left;
	width: 56px;
	height: 72px;
}

div.MoreLink
{
	/*float: right;
	display: inline;*/
	font-style: normal;
	margin-left: 10px;
	margin-bottom: 10px;
	text-align: right;
}

div.MoreLink a
{
	text-decoration: none;
}

a.LogonLink
{
	display: block;
	padding-bottom: 10px;
	text-decoration: none;
}

div.MoreLink a.LogonLink
{
	display: block;
	padding-bottom: 0 !important;
}

span.MoreLink
{
	white-space: nowrap;
	margin-right: 0px !important;
}

span.MoreLink a
{
	text-decoration: none;
	/*margin-left: 5px;*/
}

.DefaultCustomerTestimonialQuote span
{
	margin-right: 5px;
}

.divUltimateSearchInput input
{
	margin-right: 5px;
	vertical-align: middle;
}

/*------------------------------------------*/
/* CSS for Component Art Menu				*/
/*------------------------------------------*/

div.NavMenu td, div.NavMenu tr, div.NavMenu table
{
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

/* DefaultItemLook */
.TopMenuItem, .TopMenuItemHover, .TopMenuItemHoverNoLink
{
	width: 192px;
	height: 22px;
	background: url(images/leftnavitem_depressed.jpg);
	background-repeat: no-repeat;
	color: White;
	cursor: pointer;
	z-index: 1;
	overflow: hidden;
}

.MenuItem, .MenuItemHover
{
	/*width: 150px;*/
	padding-right: 22px;
	height: 22px;
	background: url(images/leftnavitem_flyout_depressed.jpg);
	background-repeat: no-repeat;
	color: black;
	cursor: pointer;
	z-index: 1;
	overflow: hidden;
}

.TopMenuItemHover, .TopMenuItemHoverNoLink
{
	background: url(images/leftnavitem_redarrow.jpg);
}

.MenuItemHover
{
	background: url(images/leftnavitem_flyout_redarrow.jpg);
}

.MenuItemHover nobr, .TopMenuItemHover nobr, .TopMenuItemHoverNoLink nobr, .MenuItemHover img
{
	position: relative;
	/*top: 3px;*/
}

.MenuBreak
{
	height: 2px;
	width: 100%;
	background: black;
}

/* End of Menu CSS */

.watermarked
{
	background: #D6D6D6 !important;
	color: #686868 !important;
}

/* Footer Links */
.footer a
{
	color: White;
	font-size: 10pt;
	text-decoration: none;
}

.footer ul
{
	margin: 0;
	padding: 0;
	display: inline;
}

.footer ul li
{
	display: inline;
	padding-left: 10px;
	padding-right: 20px;
	background-image: url(images/point_3.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}

.footer ul li.last
{
	padding-right: 0;
	background-image: none !important;
}

.SuccessMessage
{
	padding: 5px;
	color: #070e9a;
}

td.copyright
{
	text-align: center;
}