/*** SHARED *******************************************************************/

.PrintOnly
{
    display: none !important;
}

.Large
{
    font-size: 14px;
}

.Small
{
    font-size: 10px;
}

.Notice
{
    font-style: italic;
}

td.Right
{
    float: none;
    text-align: right !important;
}

.ContentTitle
{
    display: block;
    margin: 0px;
    margin-left: 5px;
    margin-bottom: 10px;
    padding: 5px;
    padding-left: 15px;
    padding-top: 0px;
    color: #09367A;
    font-weight: normal;
    font-size: 26px;
    line-height: 30px;
    background-image: url(/Media/Graphics/Arrow-Title.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.NoArrow
{
    background-image: url(/Media/Graphics/Blank.png);
    background-repeat: no-repeat;
    background-position: left center;
    background: none;
    padding-left: 5px;
}

.ContentSummary
{
    display: block;
    margin: 0px;
    padding: 5px;
    padding-top: 0px;
    color: #000;
}

.Content-WithBackdrop
{
    height: 422px;
    color: #000;
    overflow: hidden;
}

.Content-WithBackdrop .ContentSummary
{
    display: block;
    float: left;
    background: url(/Media/Graphics/Summary-Background.png);
    background-repeat: no-repeat;
    background-position: left top;
    color: #FFF;
    margin: 0px;
    padding: 10px;
    padding-right: 15px;
    width: 220px;
    height: 402px;
    overflow: hidden;
}

.Content-WithBackdrop .ContentBackdrop
{
    float: right;
    overflow: hidden;
    width: 503px;
    height: 422px;
}

.ContentDescription
{
    margin: 0px;
    padding: 15px;
    padding-top: 0px;
}

.ContentTitle + .ContentDescription
{
    padding-top: 15px;
}

.PageChildren
{
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    width: 740px;
    background: url(/Media/Graphics/Bar-Background.png) repeat-y;
    min-height: 23px;
    overflow: hidden;
}

.ContentTitle + .PageChildren
{
    margin-top: -5px;
}

.PageChildren a
{
    display: block;
    float: left;
    height: 23px;
    line-height: 23px;
    margin: 0px 5px 1px 5px;
    padding: 0px 5px 0px 5px;
    color: #333;
    white-space: nowrap;
}

.PageChildren a:hover
{
    color: #FFF;
    background: url(/Media/Graphics/Bar-Item-SelectedBackground.png) repeat-x;
}

.Breadcrum
{
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
    background: #EEE;
    border: solid 1px #CCC;
    display: block;
    overflow: hidden;
}

.Breadcrum *, .Breadcrum .BreadcrumItem
{
    white-space: nowrap;
    line-height: 23px;
}

.ContentTitle + .Breadcrum
{
    margin-top: -5px;
}

.BreadcrumItem
{
    display: block;
    margin: 0px;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
    float: left;
    white-space: nowrap;
    line-height: 18px;
}

.BreadcrumItem + .BreadcrumItem
{
    background-image: url(/Media/Graphics/ArrowSmall.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: 5px;
    padding-left: 15px;
}

.TreeView table > tbody > tr > td
{
    background: transparent !important;
}

.Bar
{
    background: url(/Media/Graphics/Bar-Background.png) no-repeat;
    height: 23px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}

.Bar a
{
    display: block;
    float: left;
    height: 20px;
    margin: 0px;
    padding: 0px;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
}

.Bar a:hover
{
    background: url(/Media/Graphics/Bar-Item-HoverBackground.png) repeat-x;
    color: #FFF;
}

.Bar a.Selected
{
    background: url(/Media/Graphics/Bar-Item-SelectedBackground.png) repeat-x;
    color: #FFF;
}

.Icon
{
    white-space: nowrap;
}

.Icon-Error
{
    color: #803030;
}

.Form
{
    margin-top: 20px !important;
    margin-left: 10px !important;
    width: 500px !important;
    border-spacing: 0px !important;
}

.Form-Errors
{
    margin: 0px;
    margin-top: 20px;
    padding: 10px;
    background: #803030;
    color: #FFF;
}

.Form-Success
{
    margin: 0px;
    margin-top: 20px;
    padding: 10px;
    color: #206080;
    background: #EEEEF4;
    border: solid 1px #206080;
}

.Form > tbody > tr > th
{
    width: 100px !important;
    margin: 0px !important;
    padding: 0px !important;
    padding-right: 10px !important;
    padding-bottom: 5px !important;
    white-space: nowrap !important;
    font-weight: bold !important;
}

.Form > tbody > tr > th[colspan]
{
    width: auto !important;
    margin: 0px !important;
    padding: 0px !important;
    padding-top: 10px !important;
    white-space: normal !important;
}

.Form > tbody > tr > td
{
    width: 60% !important;
    padding-right: 20px !important;
    padding-bottom: 5px !important;
    white-space: normal !important;
}

.Form > tbody > tr > td + td
{
    width: 80px !important;
    padding-right: 0px !important;
    white-space: nowrap !important;
    overflow: visible;
}

.Form > tbody > tr > td[colspan]
{
    padding-right: 20px !important;
}

.Form input[type="text"], .Form textarea
{
    width: 100%;
    margin-right: -18px;
}

.Form textarea
{
    width: 100%;
    height: 100px;
}

.Form select
{
    width: 100%;
    margin-right: -35px;
}

.Form .Required
{
    color: #883333;
}

.Form .Extended
{
    width: 100%;
    float: none;
    margin-top: 10px;
}

.Form .Checkbox
{
    margin-top: 5px;
}

.Form input[type="checkbox"]
{
    display: inline;
}

.Form input[type="checkbox"] + label
{
    display: inline;
}

.Form .CheckboxList td, .Form div.CheckboxList
{
    padding-left: 10px !important;
    padding-top: 2px;
}

/*** DEFAULT PAGE *************************************************************/

.Homepage-FlashBox
{
	z-index: 1;
}

.Homepage-Sections
{
    margin-top: 10px;
}

.Homepage-Section
{
    float: left;
}

.Homepage-Section, .Homepage-Section > table
{
    width: 273px;
    height: 91px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.Homepage-Section table
{
    background-position: left top;
    background-repeat: no-repeat;
    width: 100%;
}

.Homepage-Section table td
{
    padding: 5px !important;
    padding-left: 135px !important;
    padding-bottom: 10px !important;
    padding-right: 10px !important;
    text-align: left !important;
    vertical-align: middle !important;
}

.Homepage-Section .Section-FakeImage
{
    position: absolute;
    margin-top: 2px;
    margin-left: 2px;
}

.Homepage-Section .Section-FakeImage img
{
    width: 140px;
    height: 85px;
}

.Homepage-Section .Section-Content
{
    max-height: 72px;
    overflow: hidden;
}

.Homepage-Section .Section-Title, .Homepage-Section .Section-Title a
{
    color: #5C8CB3;
    font-weight: bold;
}

.Homepage-Section .Section-Title a:hover, .Homepage-Section td:hover .Section-Title
{
    color: #E89719;
}

.Homepage-Section .Section-Overview
{
    max-height: 48px;
    overflow: hidden;
    padding-top: 5px;
    font-size: 10px;
    line-height: 12px;
    margin-left: 15px;
}

.Homepage-Section .Section-Overview *
{
    font-size: 10px;
    line-height: 12px;
}

.Homepage-Section .Section-Overview ul
{
    margin-top: 0px;
    margin-left: 25px;
}

.RecentNews
{
    height: 115px;
    margin: 0px;
    overflow: hidden;
}

.Tradeshows
{
    height: 170px;
    overflow: hidden;
}

.Tradeshows img
{
    display: block;
    margin-bottom: 10px;
}

.Tradeshows .Date
{
}

.TradeshowsPages
{
    position: absolute;
    width: 165px;
    text-align: right;
}


/*** CATALOG PAGE *************************************************************/

.CatalogTitle, .CatalogTitleShadow
{
    display: block;
    margin: 0px;
    margin-left: 5px;
    margin-bottom: 10px;
    padding: 5px;
    padding-left: 15px;
    padding-top: 0px;
    color: #09367A;
    font-weight: normal;
    font-size: 26px;
    line-height: 30px;
    background-image: url(/Media/Graphics/Arrow-Title.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.CatalogSummary, .CatalogSummaryShadow
{
    display: block;
    margin: 0px;
    margin-bottom: 10px;
    padding: 5px;
    padding-top: 0px;
    color: #000;
}

.WithBackdrop
{
    height: 141px !important;
    width: 750px !important;
    background-repeat: no-repeat !important;
}

.WithBackdrop td
{
    color: #FFF !important;
    padding: 20px !important;
    padding-top: 0px !important;
    padding-right: 25px !important;
    padding-bottom: 25px !important;
    vertical-align: bottom !important;
}

.WithBackdrop .CatalogTitle, .WithBackdrop .CatalogTitleShadow
{
    background: none;
    color: #FFF;
    margin: 0px;
    padding: 0px;
    width: 700px;
}

.WithBackdrop .CatalogSummary, .WithBackdrop .CatalogSummaryShadow
{
    background: none;
    color: #FFF;
    margin: 0px;
    padding: 0px;
    padding-top: 5px;
    width: 700px;
}

.CatalogDescription
{
    margin-bottom: 10px;
    padding: 4px;
    display: block;
}

.CatalogType0 .CatalogDescription
{
	display: none;
}

.SubCatalogs
{
    margin-top: 10px;
    width: 100% !important;
    table-layout: fixed !important;
    overflow: hidden;
}

.CatalogType0 .Breadcrum
{
    width: 740px;
}


.CatalogType1 .Options, .CatalogType0 .Options
{
	display: none;
}

.CatalogType0 .SubCatalogs
{
    margin-left: -2px;
}

.CatalogType0 .SubCatalog, .CatalogType0 .SubCatalog .SubCatalog-Wrapper
{
    width: 375px;
    height: 136px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.CatalogType0 .SubCatalog table
{
    width: 375px;
    height: 136px;
    background-position: left top;
    background-repeat: no-repeat;
}

.CatalogType0 .SubCatalog table td
{
    padding: 5px;
    padding-left: 190px;
    padding-bottom: 15px;
    padding-right: 15px;
    text-align: left;
    vertical-align: middle;
}

.CatalogType0 .SubCatalog .SubCatalog-Title, .CatalogType0 .SubCatalog .SubCatalog-Title a
{
    color: #5C8CB3;
    font-weight: bold;
}

.CatalogType0 .SubCatalog .SubCatalog-Title a:hover, .CatalogType0 .SubCatalog td:hover .SubCatalog-Title
{
    color: #E89719;
}

.CatalogType0 .SubCatalog .SubCatalog-FakeImage
{
    position: absolute;
    margin-top: 2px;
    margin-left: 2px;
}

.CatalogType0 .SubCatalog .SubCatalog-FakeImage img
{
    width: 180px;
    height: 125px;
}

.CatalogType0 .SubCatalog .SubCatalog-Overview
{
    max-height: 95px;
    overflow: hidden;
    padding-top: 5px;
    font-size: 10px;
    line-height: 12px;
    margin-left: 15px;
}

.CatalogType0 .SubCatalog .SubCatalog-Overview *
{
    font-size: 10px;
    line-height: 12px;
}

.CatalogType0 .SubCatalog .SubCatalog-Overview ul
{
    margin-top: 0px;
    margin-left: 0px;
}

.CatalogType1 .SubCatalogs,
.CatalogType2 .SubCatalogs
{
    table-layout: auto !important;
    width: auto !important;
}

.CatalogType1 .SubCatalog,
.CatalogType2 .SubCatalog
{
    background: url(/Media/Graphics/Product-Background.png) no-repeat;
    vertical-align: top;
    height: 130px;
    width: 170px;
    overflow: hidden;
}

.CatalogType1 .SubCatalog table,
.CatalogType2 .SubCatalog table
{
    margin: 1px;
    margin-right: 15px;
    margin-bottom: 15px;
    vertical-align: middle;
}

.CatalogType1 .SubCatalog table td,
.CatalogType2 .SubCatalog table td
{
    vertical-align: middle;
}

.CatalogType1 .SubCatalog .SubCatalog-FakeImage,
.CatalogType2 .SubCatalog .SubCatalog-FakeImage
{
    background-image: url(/Media/Graphics/Placeholder.gif) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    height: 90px;
    width: 165px;
    text-align: center;
}

.CatalogType1 .SubCatalog .SubCatalog-FakeImage img,
.CatalogType2 .SubCatalog .SubCatalog-FakeImage img
{
    height: 90px;
    width: 165px;
}

.CatalogType1 .SubCatalog .SubCatalog-Container,
.CatalogType2 .SubCatalog .SubCatalog-Container
{
    height: 29px;
    overflow: hidden;
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
}

.CatalogType1 .SubCatalog .SubCatalog-Title,
.CatalogType2 .SubCatalog .SubCatalog-Title
{
    margin: 0px;
    padding: 0px;
    text-align: center;
    line-height: 14px;
}

.CatalogType1 .SubCatalog .SubCatalog-Title *,
.CatalogType2 .SubCatalog .SubCatalog-Title *
{
    line-height: 14px;
}

.CatalogType1 .SubCatalog .SubCatalog-Overview,
.CatalogType2 .SubCatalog .SubCatalog-Overview
{
    margin: 0px;
    margin-top: 1px;
    padding: 0px;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
}

.CatalogType1 .SubCatalog .SubCatalog-Overview *,
.CatalogType2 .SubCatalog .SubCatalog-Overview *
{
    margin: 0px;
    padding: 0px;
    text-align: center;
    list-style: none;
    font-size: 10px;
    line-height: 12px;
    list-style: none;
    list-style-image: none;
}

.CatalogType1 .SubCatalogs caption,
.CatalogType2 .SubCatalogs caption
{
    border: none;
    background: none;
}

.RelatedCatalogsHeader
{
    clear: right;
    background-color: #09367A;
    color: #FFFFFF;
    padding: 4px;
    margin-bottom: 5px;
}

.RelatedCatalogs
{
    -dead-border: solid 1px #a3c2df;
    padding: 10px 0 0 10px;
}

.DeadRelatedCatalogs .SubCatalog
{
    -dead-background: none;
}

.CatalogType2 .AddThis
{
    margin-bottom: 5px;
}

.Options
{
    display: block;
    width: 300px;
    padding-left: 20px;
    padding-bottom: 20px;
	text-align: center;
    float: right;
}

.ImageList
{
    display: block;
}

.ImageList .ImageList-Image
{
    width: 300px;
    text-align: center;
}

.ImageList-Thumbnails
{
    text-align: center;
    margin-bottom: 5px;
}

.ActionCalls, .AddThis, .RequestQuote, .GalleryButton
{
    margin-bottom: 5px;
    padding: 0;
}

.ActionCalls
{
	display: table;
	margin: 1px 15px 0 0;
	float: right;
	height: 82px;
}

.ActionCalls a
{
	background-repeat: no-repeat;
	display: table-cell;
	padding: 2px 5px 7px 35px;
	width: 86px;
	height: 72px;
	text-align: left;
	overflow: hidden;
	color: #333366;
	font-size: 95%;
	vertical-align: middle;
}

.ActionCalls a:hover
{
	color: #666699;
}

.SpecificationList
{
}

.SpecificationHeader
{
    clear: right;
    background-color: #09367A;
    color: #FFFFFF;
    padding: 4px;
}

.SpecificationTable
{
    clear: right;
}

.SpecificationTable th
{
    border: none !important;
    vertical-align: top;
    width: 33%;
    white-space: pre-wrap;
}

.SpecificationTable th[colspan]
{
    border-top: solid 1px #BCD !important;
    border-bottom: solid 1px #BCD !important;
    vertical-align: top;
    width: auto;
    background: #DEF !important;
}

.SpecificationTable caption + tr th[colspan]
{
    border-top: none !important;
}

.SpecificationTable td
{
    border: none !important;
    vertical-align: top;
}

.SpecificationTable th + td
{
    border-left: solid 1px #E89719 !important;
}

.SpecificationTable td + td
{
    border-left: solid 1px #CCC !important;
}

.SpecificationTable-Text
{
    background: #FFF !important;
    padding-top: 0px !important;
    padding-bottom: 5px !important;
}

.SpecificationTable tr:first-child .SpecificationTable-Text
{
    padding-top: 5px !important;
}

.Documents
{
    clear: right;
    table-layout: fixed;
}

.DocumentsHeader
{
    clear: right;
    background-color: #09367A;
    color: #FFFFFF;
    padding: 4px;
    margin-top: 10px !important;
}

.Documents td
{
    white-space: nowrap;
}

.Documents .Title, .Documents .TitleOutOfDate
{
    width: 60%;
    white-space: normal;
}

.Documents .TitleOutOfDate a
{
    text-decoration: line-through;
}

.Documents .OutOfDate
{
    clear: none;
    float: right;
    font-size: 10px;
    text-decoration: none;
    color: #AAA;
}


/*** NEWS ROOM PAGE ***********************************************************/


.Left, .Center, .Right
{
    width: 247px;
    margin-left: 4px;
    float: left;
}

.Left
{
    margin-left: 0px;
}

.InfoBox
{
    background-image: url(/Media/Graphics/InfoBox-Middle.png);
    background-position: left top;
    background-repeat: repeat-y;
}

.InfoBox-Container
{
    background-image: url(/Media/Graphics/InfoBox-Bottom.png);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.InfoBox-Container2
{
    background-image: url(/Media/Graphics/InfoBox-Top.png);
    background-position: left top;
    background-repeat: no-repeat;
}

.InfoBox-Heading
{
    height: 30px;
    font-size: 14px;
    padding: 0px;
    padding-top: 8px;
    padding-right: 5px;
    text-align: center;
}

.InfoBox-Content
{
    margin: 10px;
    padding: 0px;
    height: 258px;
    overflow: hidden;
    overflow-y: auto;
    width: 225px;
}

.InfoBox-Footer
{
    height: 20px;
    padding-top: 2px;
    padding-bottom: 10px;
    padding-left: 9px;
}

.InfoBox-Footer a
{
    color: #19468A;
}

.InfoBox-Footer .Feed
{
    padding-right: 15px !important;
}

.InfoBox-Footer a:hover
{
    color: #D88709;
}

.NewsRoom-Releases, .NewsRoom-Events, .NewsRoom-Newsletters
{
    height: 258px !important;
    width: 100% !important;
}

.NewsRoom-Releases td, .NewsRoom-Events td, .NewsRoom-Newsletters td
{
    vertical-align: middle !important;
}

.NewsRoom-Release .Title, .NewsRoom-Event .Title, .NewsRoom-Newsletter .Title
{
    font-weight: bold;
    color: #000;
}

.NewsRoom-Release .Date, .NewsRoom-Event .Date, .NewsRoom-Newsletter .Date
{
    font-size: 10px;
}

.NewsRoom-Event .Location
{
    font-size: 10px;
}

.NewsRoom-Event .Booth
{
    font-size: 10px;
}

.NewsRoom-Newsletter .Image
{
    text-align: center;
    width: 60px;
}


/*** PRESS RELEASES PAGE ******************************************************/

.NewsTable th:first-child, .NewsTable th:first-child
{
    width: 25%;
}

.Releases-Subscribe
{
    margin-top: 10px;
}


/*** EVENTS PAGE **************************************************************/

.YearLinks
{
    margin-bottom: 5px;
    margin-left: 5px;
}

table.YearLinks
{
    width: 100% !important;
}

.EventTable .Location, .EventTable .Date, .EventTable .Booth, .EventTable .Company
{
    font-size: 10px;
}

.EventTable .Booth
{
    width: 50px;
}

.EventTable .Location, .EventTable .Company
{
    width: 110px;
}

.Events-Subscribe
{
    margin-top: 10px;
}



/*** NEWSLETTERS PAGE *********************************************************/

.NewsletterDescription
{
    overflow: hidden;
    margin-bottom: 20px;
}

.NewsletterDescription .Image
{
    float: left;
    margin-right: 30px;
}

.NewsletterDescription .NewsletterInfo
{
    display: block;
    overflow: hidden;
}

.NewsletterDescription .Title
{
    color: #09367A;
}

.NewsletterDescription .Date
{
    font-size: 10px;
}

.NewsletterDescription .Description
{
    padding-bottom: 10px;
}

.Newsletter-Links
{
    display: block;
    margin-left: 20px;
    margin-top: 0px;
    margin-bottom: 50px;
    padding: 10px;
    float: right;
    background: #EEE;
    border: solid 1px #CCC;
}

.Newsletter-Links img
{
    margin-right: 5px;
}

.NewsletterDescription .ReadMore
{
    display: block;
    margin-bottom: 10px;
}

.NewsletterDescription .Feed
{
    display: block;
    margin-top: 10px;
}

.NewsletterListing .Newsletters
{
    margin: 0px;
    padding: 0px;
    width: 100%;
}

.NewsletterListing .Newsletters td
{
    padding-right: 10px;
    text-align: center;
    vertical-align: bottom;
}


.NewsletterListing .Newsletters img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.NewsletterListing .Newsletters .Date
{
    font-size: 10px;
}


/*** CONTACTS PAGE *********************************************************/

.ContactList
{
    overflow: hidden;
}

.ContactList .Section
{
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: solid 1px #CCC;
}

.ContactList .Content
{
    height: 350px;
    margin-top: 10px;
    padding-left: 5px;
    overflow: hidden;
    overflow-y: auto;
}

.ContactList .Regions
{
    width: 190px;
}


.ContactList .Countries
{
    width: 190px;
}

.ContactList .Locations
{
    width: 190px;
}

.ContactList .Markets
{
    width: 190px;
}

.ContactList .Contacts
{
    width: 315px;
    height: 365px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-right: none;
}

.ContactList .Extended
{
    width: 525px;
}

.ContactList .Extended2
{
    width: 740px;
}

.ContactList .Contacts .Content
{
    height: 365px;
    margin-top: 0px;
}

.ContactList .Region, .ContactList .Country, .ContactList .Location, .ContactList .Market, .ContactList .Contact
{
    margin-top: 5px;
}

.ContactList .Contact
{
    margin-bottom: 10px;
}

.ContactList .Contact .Name
{
    font-weight: bold;
}

.ContactList .Selected
{
    color: #E89719;
}

.ContactList .Extended2 .Contact
{
    float: left;
    width: 30%;
    margin-right: 25px;
    height: 140px;
}


/*** FAQS PAGE *********************************************************/

.FaqList
{
    overflow: hidden;
}

.FaqList .Section
{
    float: left;
    margin-right: 10px;
    padding-right: 10px;
    border-right: solid 1px #CCC;
}

.FaqList .Content
{
    min-height: 350px;
    padding-left: 10px;
    padding-right: 10px;
    
}

.FaqList .Categories
{
    width: 120px;
}

.FaqList .Questions
{
    width: 200px;
}

.FaqList .Answers
{
    width: 360px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-right: none;
}


.FaqList .Answers .Content
{
}

.FaqList .Category, .FaqList .Question, .FaqList .Answer
{
    margin-top: 5px;
}

.FaqList .Selected
{
    color: #E89719;
}


/*** READ NEWSLETTER PAGE *****************************************************/

.Newsletter-DownloadLink
{
    float: right;
    margin-left: 10px;
    margin-top: 10px;
    text-align: center;
}

.Newsletter-DownloadLink .AddThis
{
    float: none;
    margin-bottom: 10px;
}

.Newsletter-DownloadLink *
{
    text-align: center;
}

.Articles
{
    margin-bottom: 20px;
}

.Article-Title
{
    margin-bottom: 10px;
}

.Article-Author
{
    margin-top: -10px;
    font-style: italic;
}

.Article-Title + .Article-Text
{
    margin-top: 10px;
}


/*** CAREERS PAGE *************************************************************/

.CareerListing .Date
{
    width: 100px;
}

.ContentText + .CareerListing
{
    margin-top: 10px;
}

.CareerListing .Category + .Category
{
    margin-top: 5px;
}

.Careers-Subscribe
{
    margin-top: 10px;
}


/*** WHITEPAPERS PAGE *********************************************************/

.WhitepaperListing .Date
{
    width: 100px;
}

.Whitepapers-Subscribe
{
    margin-top: 10px;
}


/*** DOCUMENTS PAGE ***********************************************************/

.DocumentIdentifiers, .DocumentPages
{
    margin-top: 10px;
}

.DocumentIdentifiers a, .DocumentIdentifiers span,
.DocumentPages a, .DocumentPages span
{
    padding: 2px 5px 2px 5px;
}

/*** PHOTO GALLERY PAGE *******************************************************/


.Gallery
{
    display: block;
    margin: 0px;
    padding: 5px;
    padding-top: 0px;
    color: #000;
}

.GalleryTitle
{
    display: block;
    margin: 0px;
    margin-left: 5px;
    margin-bottom: 10px;
    padding: 5px;
    padding-left: 15px;
    padding-top: 0px;
    color: #09367A;
    font-weight: normal;
    font-size: 26px;
    line-height: 30px;
    background-image: url(/Media/Graphics/Arrow-Title.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.Gallery .GalleryDescription
{
    margin: 0px;
    padding: 15px;
    padding-top: 0px;
}

.Gallery .GalleryTitle + .GalleryDescription
{
    padding-top: 15px;
}

.Gallery table
{
    table-layout: fixed;
    width: 100%;
}

.Gallery .Image
{
    text-align: center;
    vertical-align: top;
    padding: 10px;
}

.Gallery .Image a
{
    font-size: 10px;
    line-height: 11px;
    color: #444;
}

.Gallery .Image img
{
    border: none;
    margin-bottom: 5px;
}


table.DynamicForm
{
	width: 100%;
	border: none !important;
	background: #fff !important;
}

.DynamicForm .ErrorSummary
{
	color: #800;
}

.DynamicForm th, .DynamicForm td
{
	vertical-align: top !important;
	border: none !important;
	background: #fff !important;
}

.DynamicForm th
{
	color: #3660a8;
	text-align: right;
	vertical-align: top;
	padding-top: 7px;
	padding-right: 15px;
	font-size: 12px;
	width: 150px;
	font-weight: bold;
}

.DynamicForm th.Required
{
	color: #800;
}

.DynamicForm th + td
{
	width: 350px;
}

.DynamicForm img.Required
{
	position: absolute;
	padding-top: 3px;
	padding-left: -1px;
}

.DynamicForm .ShortText, .DynamicForm .Date, .DynamicForm .Number, .DynamicForm .PhoneNumber
{
	width: 350px !important;
}

.DynamicForm .LongText, .DynamicForm .EmailAddress, .DynamicForm .MultilineText, .DynamicForm select
{
	width: 350px !important;
}

.DynamicForm .MultilineText
{
	height: 10em !important;
}

.Error
{
	padding: 2px 0 0 18px;
	color: #833;
	background-image: url(/Media/Graphics/Required.png);
	background-repeat: no-repeat;
	background-position: left 2px;
}

.Modal
{
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	z-index: 9000;
}

.Dialog
{
	position: absolute;
	left: 0;
	top: 0;
	width: 400px;
	background-color: #fff;
	border: solid 1px #000;
	z-index: 9999;
}

.Dialog-Title
{
	padding: 5px;
	background-color: #005596;
	background-image: url(/Media/Graphics/Top-Background.png);
	background-position: right center;
	color: #fff;
	font-size: 110%;
	border-bottom: solid 1px #000;
}

.Dialog-Text
{
	padding: 5px;
	max-height: 400px;
}

.Dialog .Catalogs .Catalog
{
	background-image: url(/Media/Graphics/Bullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	padding: 0 0 0 10px;
	margin: 0 0 2px 5px;
}

.Dialog .Catalogs .Catalog + .Catalog
{
	margin-top: 2px;
}

/*** MAIN MENU ****************************************************************/

#MainMenu
{
    margin: 0px;
    margin-bottom: 14px;
    padding: 0px;
    background-color: #09367A;
    background-image: url(/Media/Graphics/Top-MenuBackground.png);
    background-repeat: repeat-x;
    overflow: hidden;
}

#MainMenu a, #MainMenu a:hover
{
    display: block;
    margin: 0px;
    padding-left: 6px;
    padding-right: 8px;
    border-left: solid 1px #FFF;
    min-width: 100px;
    height: 20px;
    line-height: 20px;
    color: #FFF;
    font-size: 10px;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
}

#MainMenu a:hover
{
    color: #F90;
}

#MainMenu ul
{
    display: none;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-type: none;
    list-style-image: none;
}

#MainMenu li
{
    display: block;
    margin: 0px;
    padding: 0px;
    width: auto;
}

#MainMenu ul.Menu
{
    display: block;
    width: auto;
    float: right;
}

#MainMenu ul.Menu > li
{
    float: left;
}

#MainMenu ul.Menu > li:hover
{
    background: #051F46;
}

#MainMenu ul.Menu > li > ul
{
    background: #CCC;
    margin: 0px;
    margin-top: 0px;
    border: solid 1px #FFF;
}

#MainMenu ul.Menu > li:hover > ul
{
    display: block;
    position: absolute;
    background: #CCC;
    overflow: hidden;
    z-index: 100;
}

#MainMenu ul.Menu > li > ul > li
{
    display: block;
    float: none;
    background: #CCC;
    overflow: hidden;
}

#MainMenu ul.Menu > li > ul > li:hover
{
    background: #BBB;
}

#MainMenu ul.Menu > li > ul > li > a, #MainMenu ul > li > ul > li > a:hover
{
    display: block;
    border-left: none;
    text-align: center;
    background: #CCC;
    color: #333;
}

#MainMenu ul.Menu > li > ul > li > a:hover
{
    background: #BBB;
    color: #09367A;
}

.WithBackdrop .CatalogTitle
{
    text-shadow: #000 1px 1px 3px;
}

.WithBackdrop .CatalogTitleShadow
{
    display: none;
}

.WithBackdrop .CatalogSummary
{
    text-shadow: #000 1px 1px 1px;
}

.WithBackdrop .CatalogSummaryShadow
{
    display: none;
}


