﻿/* CSS Reset */
body, div, span, object, h1, h2, h3, h4, h5, h6, p, a, em, font, img, strong, ul, li, table, tbody, tfoot, thead, tr, th, td
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

html
{
    overflow-x: hidden;
}

/* remember to define focus styles! */
:focus
{
    outline: 0;
}
body
{
    line-height: 1;
    color: black;
    background: white;
}

/* tables still need 'cellspacing="0"' in the markup */
table
{
    border-collapse: separate;
    border-spacing: 0;
}
th, td
{
    text-align: left;
    font-weight: normal;
}

a
{
    color: #0B5297;
    text-decoration: none;
    line-height: 16px;
    font-weight: bold;
}

a.ImageContainer
{
    line-height: 0px;
    font-size: 1px;
}

a.ImageContainer:hover
{
    text-decoration: none !important;
}

a:hover
{
    text-decoration: underline;
}

p
{
    margin: 0px 0px 5px 0px;
    line-height: 16px;
}

body
{
    font-family: Verdana;
    font-size: 11px;
}

div#container
{
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 0;
}

.darkBlueBorderTop
{
    border-top: 1px solid #0B5297;
}

.darkBlue
{
    color: #0B5297 !important;
}

.red
{
    color: #FF0000 !important;
}

.midGrey
{
    color: #7F7F7F !important;
}

.black
{
    color: #000000 !important;
}

.hAlignCenter
{
    text-align: center;
}


div#header
{
    background-image: url(../Images/HeaderBackground.png);
    background-position: right top;
    background-repeat: no-repeat; /*   height: 100px; */
    vertical-align: bottom;
    z-index: 10;
}

div#MenuContainer
{
    float: right;
    display: inline;
    padding-top: 5px;
    height: 62px;
    text-align: right;
    z-index: 20;
}

div#MenuContainer a
{
    color: #000000;
    font-weight: normal;
}

div#SearchContainer
{
    margin-bottom: 18px;
    padding-right: 10px;
    height: 22px;
}

div#MenuContainer div
{
    float: right;
    clear: right;
}

input.TextBox
{
    border: 1px solid #C9C9C9;
    font-family: Verdana;
    font-size: 9px;
    height: 15px;
    width: 140px;
    padding: 5px 0px 0px 0px;
    margin: 0;
}

input.Button
{
    border: 1px solid #81A6CB;
    background-color: #ffffff;
    font-family: Verdana;
    font-size: 9px;
    color: #C6C6C6;
    height: 15px;
    padding: 0px;
    margin: 0px;
    height: 22px;
    line-height: 22px;
    margin: 0px 0px 0px 5px;
}

div#breadcrumbContainer
{
    clear: both;
    background-image: url(../Images/BreadcrumbBackground.png);
    background-position: top left;
    background-repeat: repeat-x; /*height: 32px;     line-height: 32px; */
    padding-left: 10px;
    padding-right: 10px;
    color: #7F7F7F;
}

div#breadcrumbContainer a
{
    font-style: italic; /*line-height: 32px;*/
    font-weight: normal;
}

div.PageContent
{
    background-color: #f1f1f1;
    background-image: url(../Images/PageContentBackground.png);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    float: left;
    width: 950px;
    clear: both;
}

div.Left
{
    width: 235px;
    float: left;
    display: inline;
    padding-left: 10px;
    border-top: 1px solid #0B5297;
    padding-bottom: 10px;
}

div.Left a
{
    cursor:pointer;
}

div.left div.box
{
    clear: right;
}

div.Content
{
    float: left;
    display: inline;
    width: 705px;
    border-top: 1px solid #0B5297;
    padding-bottom: 10px;
}

div.Content div.FullWidth
{
    width: 695px !important;
}

div.WideContent
{
    float: left;
    display: inline;
    width: 940px;
    border-top: 1px solid #0B5297;
    padding-bottom: 10px;
    padding-left: 10px;
}

div.WideContent div.FullWidth
{
    width: 930px !important;
}

div.Box
{
    margin-top: 10px;
    width: 225px;
    margin-right: 10px;
    float: left;
    display: inline;
}

div.RightBox
{
    float: right !important;
    clear: right;
}

div.BlueBox div.BoxHeader, div.GreyBox div.BoxHeader
{
    background-position: top left;
    background-repeat: repeat-x;
    position: relative;
    height: 31px;
    line-height: 31px;
    padding: 0px 9px 0px 9px;
    font-weight: bold;
}

div.BlueBox div.BoxHeader a, div.GreyBox div.BoxHeader a
{
    color: Black;
    line-height: 31px;
}

div.BlueBox div.BoxHeader
{
    background-image: url(../Images/BoxHeaderBackgroundBlue.png);
    color: White;
}

div.GreyBox div.BoxHeader
{
    background-image: url(../Images/BoxHeaderBackgroundGrey.png);
    color: Black;
}

div.BoxHeaderLeft, div.BoxHeaderRight
{
    background-position: left center;
    background-repeat: no-repeat;
    position: absolute;
    width: 9px;
    height: 31px;
}

div.BlueBox div.BoxHeaderLeft
{
    background-image: url(../Images/BoxHeaderLeftBlue.png);
    left: 0px;
    top: 0px;
}

div.BlueBox div.BoxHeaderRight
{
    background-image: url(../Images/BoxHeaderRightBlue.png);
    right: 0px;
    top: 0px;
}

div.GreyBox div.BoxHeaderLeft
{
    background-image: url(../Images/BoxHeaderLeftGrey.png);
    left: 0px;
    top: 0px;
}

div.GreyBox div.BoxHeaderRight
{
    background-image: url(../Images/BoxHeaderRightGrey.png);
    right: 0px;
    top: 0px;
}

div.BoxContent
{
    padding: 10px;
    overflow: hidden;
    position: relative;
}

div.Padded
{
    padding: 0px 1px 0px 1px;
}

div.BoxGradient
{
    background-color: #B7B8BA;
    background-image: url(../Images/BoxContentGradientBackground.png);
    background-position: bottom left;
    background-repeat: repeat-x;
}

div.BoxNoGradient
{
    background-color: White;
    border-left: 2px solid #C6C6C6;
    border-right: 2px solid #C6C6C6;
}

div.BoxBottom
{
    text-align: center;
    font-size: 1px;
}

div.BlueBox div.BoxBottomCenter1
{
    height: 1px;
    margin-left: 1px;
    margin-right: 1px;
    font-size: 1px;
}

div.BlueBox div.BoxBottomCenter2
{
    height: 1px;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 1px;
}

div.BlueBox div.BoxBottomCenter1, div.BlueBox div.BoxBottomCenter2
{
    background-color: #F1F1F1;
    font-size: 1px;
}

div.GreyBox div.BoxBottomCenter1
{
    height: 1px;
    font-size: 1px;
}

div.GreyBox div.BoxBottomCenter2
{
    height: 1px;
    margin-left: 1px;
    margin-right: 1px;
    font-size: 1px;
}

div.GreyBox div.BoxBottomCenter1, div.GreyBox div.BoxBottomCenter2
{
    background-color: #C6C6C6;
    font-size: 1px;
}

/* Footer */
div#footer
{
    clear: left;
    text-align: center;
    position: relative;
}

div#region-select
{
    text-align: center;
}

div#region-select-noflash
{
    text-align: left;
    width: 930px;
    padding: 10px;
}

table#region-change
{
    position: absolute;
    top: 3px;
    left: 5px;
    height: 29px;
}

td#region-change-left
{
    /*background-image: url(../Images/region-change-left.png);
    background-repeat: no-repeat;
    background-position: left top;*/
    width: 2px;
}

td#region-change-center
{
   /* background-image: url(../Images/region-change-center.png);
    background-repeat: repeat-x; */
    padding: 0px 7px 0px 7px;
    color: #333333;
    line-height: 29px;
    font-weight: bold;
}

td#region-change-right
{
   /* background-image: url(../Images/region-change-right.png);
    background-repeat: no-repeat;
    background-position: right top;*/
    width: 2px;
}

table#region-change select
{
    font-size: 11px;
    font-family: inherit;
    color: #7f7f7f;
}

div#footerLinks
{
    height: 25px;
    padding-top: 5px;
}


ul
{
    /*color: #0B5297;*/
}

ul li
{
    list-style-type: none;
    list-style-position: outside; /*  margin-left: 15px; */ /*margin-left: 12px;*/
    padding-left: 12px;
    background-image: url('../Images/BlueBullet.gif');
    background-position: 0px 1px;
    background-repeat: no-repeat;
}

ul li a
{
    font-weight: normal;
    color: Black;
}


div.ImageInfoContainer
{
    position: absolute;
    top: 0px;
    right: 0px;
    padding-right: 15px;
}

div.AdditionalInfo
{
    float: right;
    clear: right;
    background-image: url('../Images/AdditionalInfoBox.gif');
    width: 126px;
    height: 31px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 31px;
    color: #0B5297;
    font-weight: bold;
}


/* news */

#Year, #RelationshipType, #Applications
{
    width: 100%;
}

#RelatedProduct, #SubApplications
{
    width: 205px;
}

#RelationshipType, #Applications
{
    margin-bottom: 10px;
}

/* end news */


/* login */

div#loginPopup
{
    z-index: 1000;
    background-color: Transparent;
    background-image: url('../Images/loginDropShadow.png');
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    width: 279px;
    height: 244px;
    display: none;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 35px;
    padding-bottom: 25px;
}

div#loginPopup table
{
    width: 270px;
}

div#loginPopup table td
{
    vertical-align: middle;
    height: 28px;
    padding-right: 5px;
}

div.loginLink
{
    font-style: italic;
    font-weight: normal;
    color: #0b5297;
    position: absolute;
    right: 10px;
    top: 77px;
    height: 16px;
    z-index: 10;
}

div.loginLink a
{
    font-weight: normal;
}

input.LoginButton
{
    border: none;
    background-color: #ffffff;
    font-family: Verdana;
    font-size: 100%;
    color: #0b5297;
    padding: 0px;
    margin: 0px;
    height: 16px;
    line-height: 16px;
    font-weight: bold;
    cursor: pointer;
}

div.LoginSpacer
{
    margin-top: 28px;
    margin-bottom: 40px;
}

img.Close
{
    position: absolute;
    top: 20px;
    right: 20px;
    _right: 50px;
    cursor: pointer;
    height: 15px;
    width: 15px;
}

div#loginPopup p
{
    margin-bottom: 0px;
}

input.login_emailAddress, login_password
{
    margin-top: 3px;
    margin-bottom: 3px;
}

img#LoginLoading, img#ReminderLoading
{
    display: none;
}

/* end login */

.Abstract
{
    font-weight: bold;
}

.SubTitle
{
    font-size: 14px;
    font-weight: bold;
}

h3
{
    padding-top: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

div.ContentBlock
{
    clear: both;
    margin-top: 10px;
    line-height: 16px;
}

div.ContentBlock div.Image
{
    text-align: center;
    padding: 0px 0px 5px 0px;
}

div.ContentBlock div.LeftImage, table.ProductTable div.LeftImage
{
    float: left;
    padding: 0px 5px 5px 0px;
    position: relative;
}

div.ContentBlock div.RightImage, div#ApplicationsList div.RightImage
{
    float: right;
    padding: 0px 0px 5px 5px;
    margin: 0px;
    position: relative;
}

div.ContentBlock div.BottomImage
{
    text-align: center;
    padding: 5px 0px 0px 0px;
}

table.ProductTable
{
    width: 100%;
    position: relative;
}

table.ProductTable td
{
    text-align: left;
    vertical-align: top;
    padding-bottom: 10px;
    width: 50%;
    padding-right: 10px;
}

table.ProductTable td.ImageContainer
{
    width: 110px;
}

table.DownloadTable
{
    width: 100%;
    position: relative;
}

table.DownloadTable td
{
    width: 50%;
    text-align: center;
}

div.Download
{
    text-align: center;
    padding: 5px;
}

div.Download a
{
    color: #000000;
    font-weight: normal;
}

div.Download a img
{
    padding-bottom: 5px;
}

#moreDownloadsLink
{
    position: absolute;
    bottom: 15px;
    right: 35px;
}

div.Hidden, ul.Hidden
{
    display: none;
}

.ClearBoth
{
    clear: both;
    padding: 0px !important;
    margin: 0px !important;
}

option.Hidden
{
    display: none !important;
    height: 0px;
    font-size: 1px !important;
    color: White;
}

table.contact
{
    width: 100%;
}

table.contact tr td
{
    padding: 5px;
}

a.homeLink
{
    display: block;
    width: 280px;
    position: absolute;
    top: 0;
    left: 0;
    height: 60px;
    border: 0;
}

a.homeLink:hover
{
    text-decoration: none;
}

/* careers */

div#CareersList
{
    margin-left: 30px;
}

div#CareersList div
{
    margin-top: 15px;
    margin-bottom: 15px;
}

div#CareersList a
{
    font-weight: bold;
    color: #000000;
}

div#CareersList p
{
    color: #0b5297;
}

/* end careers */

/* applications */

div#ApplicationsList
{
    margin-top: 10px;
}

div#ApplicationsList div
{
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 5px;
    clear: both;
}

/* end applications */

ul.map
{
    margin-left: 10px;
}
ul.top
{
    margin-bottom: 10px;
}
ul.map li
{
    margin-left: 10px;
    padding-left: 5px;
}
ul.map li a
{
    color: #0B5297;
}
ul.map li.ms
{
    margin-bottom: 10px;
}


div.ImageFooter
{
    padding: 0px; *margin-top:-2px;
clear:both;
position:relative;
background-color:White;
border-left:1pxsolid#D6DDE2;
border-right:1pxsolid#D6DDE2;
border-bottom:1pxsolid#D6DDE2;
padding:0px;
height:25px;

}


div.ImageFooter a
{
    display: block;
    width: 25px;
    height: 18px;
    right: 3px;
    top: 3px;
    position: absolute;
    right: 0px;
    background-image: url('../Images/ResizeImageBackground.gif');
    background-repeat: no-repeat;
}

ul#TopMenu
{
    z-index: 20;
    line-height: normal;
}

ul#TopMenu li
{
    list-style-type: none;
    background-image: none;
    color: Black;
    float: left;
    line-height: 16px;
    padding: 0px;
    margin: 0px;
    position: relative;
    background-color: Transparent;
    padding: 0px 8px 8px 8px;
    z-index: 20;
}

ul#TopMenu li.divider
{
    padding: 0px !important;
}

ul#TopMenu li ul
{
    display: none;
    position: absolute;
    z-index: 20;
    right: 0px;
    top: 22px;
    width: 150px;
    padding: 0px;
    margin: 0px;
    text-align: left;
    padding-bottom: 6px;
    background-image: url('../Images/DropShadowBottom.png');
    background-position: bottom left;
    background-repeat: repeat-x;
    line-height: normal;
    border-top: 1px solid #0B5297;
    line-height: 0px;
}

ul#TopMenu li ul li
{
    float: none;
    background-color: #e0e0e0;
    border-left: 1px solid #C6C6C6;
    border-right: 1px solid #C6C6C6;
    padding: 8px 8px 0px 8px;
    margin: 0px;
    line-height: normal;
    text-align: right;
}

ul#TopMenu li ul li a
{
    line-height: normal;
}

/* Flowplayer Video */

div.flowplayer-container
{
    margin-bottom: 10px;
    text-align: center;
}

a.flowplayer
{
    display: inline-block;
    margin: 0;
}

/* Receive More Information */

div#infoReqPopup
{
    z-index: 1000;
    background-color: Transparent;
    background-image: url('../Images/infoReqDropShadow.png');
    background-position: top left;
    background-repeat: no-repeat;
    position: absolute;
    left:295px;
    top:70px;
    width: 289px;
    height: 45px;
    padding-left: 30px;
    padding-right: 40px;
    padding-top: 24px;
    padding-bottom: 25px;
}

a.receive-more-information
{
    display: inline-block;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    background-image: url('../Images/Info.png');
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 29px;
}

/* admin messages */

div.messages ul
{
	padding-left:10px;
	margin:5px 0px 5px 0px;
}

div.messages ul li
{
	list-style-type:none;
	background-position:left center;
	background-repeat:no-repeat;
	height:20px;
	line-height:20px;
	padding-left :20px;
}

div.messages ul li.Error, div.error ul li
{
	background-image: url(../Images/exclamation.png);
}

div.messages ul li.Info
{
	background-image: url(../Images/error.png);
}

div.messages ul li.Success
{
	background-image: url(../Images/information.png);
}

div.messages
{
	color:Black !important;
}

/* admin custom forms */

table.AdminTable
{
	width:100%;
}

table.form td
{
	padding:0px 5px 5px 0px !important;
}

table.AdminTable td
{
	vertical-align:middle;
}

table.AdminTable th
{
	font-weight:bold;
	padding-bottom:5px;
}

span.question input
{
	width:130px !important;
}

span.displayOrder input
{
	width:50px !important;
	text-align:center;
}

select.questionType
{
	width:140px;
}

textArea.answers
{
	width:150px;
}

.optionList
{
	margin-right:5px;
}

iframe
{
	background-color:Transparent;
}