﻿@import url('Menu.css');

body {
    padding:0;
    margin:0;
    background-color:#979797;
    font-family:Arial;
    font-size:13px;
    min-width:1018px;
    text-align:center;
}

.ie6Tweak {
	position:relative;
}

h3 {
	margin-top:15px;
	margin-bottom:5px;
}

p {
	line-height:18px;
}

ul {
	margin-top:15px;
	list-style-position:inside;
}
ul li ul {
	margin-top:0px;
	margin-left:20px;
}

a.downloadArrow {
    background: url(~/media/Images/Icons/ArrowDown.ashx) no-repeat 0 0;
    height: 21px;
    padding-left: 26px;
    display: block;
    float: left;
    clear: right;
}

a.customerListItem {
	background-repeat: no-repeat;
    height: 24px;
    padding-left: 28px;
    padding-top: 3px;
    display: block;
    float: left;
    clear: right;
    font-weight:bold;
    font-size: 11px;
    color: #C65B25;
    text-decoration: none;
}

img.customerListItemArrow {
	padding: 0 0 0 7px;	
	border: 0;	
}

.clear {
    clear: both;
    font-size: 0px; /* to fix IE6 height bug */
}

.OrangeTxt {
	color:#fb7d08;
}

.darkOrangeTxt {
	color: #CC6600
}

.GrayTxt {
	color:#999999;
}

/* --- Main Template Definitions --- */
.PageWrapper {
    width:1017px;
    text-align:left;
    margin:0 auto;
}

    /* --- External Navigation --- */
    .ExternalNavi {
        text-align:right;
        float:right;
        margin:21px 35px 5px 0px;
    }
    
		.ExternalNavi ul {
			list-style-image:none;
			list-style-position:outside;
			list-style-type:none;
		}
    
			.ExternalNavi ul li {
				font-size:11px;      
				color:White;
				font-weight:bold;
				border-right:1px solid #e3984e;
				float:left;
				margin:0pt 7px 0pt 0pt;
				padding:0pt 7px 0pt 0pt;    
			}
    
				.ExternalNavi ul li a {
					color:White;
					text-decoration:none;
				}

			.ExternalNavi ul li.last {
				border-right:none;
			}
    
    /* --- Content Wrapper --- */
    .ContentWrapper {
        background-image:url(/images/ContentBg.jpg);
        background-repeat:no-repeat;
        padding:0px 47px 0px 42px;
        background-color:White; 
        min-height:675px;
    }

        /* --- Header Wrapper --- */
        .HeaderWrapper {
            margin-top:20px;
        }
        
            .HeaderWrapper .logoInterop {
                float:left;
                margin:0px 0px 0px 3px;
                padding:0px;
            }
            
            .HeaderWrapper .logoAffiliates {
                float:right;
                margin:10px 0px 0px 0px;
                padding:0px;
                text-align:right;
            }

				.HeaderWrapper .logoAffiliates img {
					margin-left: 10px;
				}
        .InnerContentWrapper {
			margin-top:34px; /* all other browsers */
			/*.margin-top:0px;  ie 6 and ie 7 */
			
			margin-right:20px;
			margin-bottom:20px;
			margin-left:20px;
			min-height:675px;
			height:auto !important;
			height:675px;
        }
        .InnerContentWrapper_no_Subnav {
			margin-top:19px;
			margin-right:20px;
			margin-bottom:20px;
			margin-left:20px;
			padding-top:41px;
			min-height:675px;
        }
            
            .InnerContentWrapper h1 {
                font-size:25px;
                font-weight:bold;
                width:580px;
            }
            .InnerContentWrapper_no_Subnav h1 {
                font-size:25px;
                font-weight:bold;
            }
            
            .InnerContentWrapper h2 {
                font-size:16px;
                font-weight:bold;
                margin-bottom:0px;
                margin-top:32px !important;
                margin-top:15px;
            }
            .InnerContentWrapper_no_Subnav h2 {
                font-size:16px;
                font-weight:bold;
                margin-bottom:0px;
                margin-top:52px !important;
                margin-top:35px;
            }

        /* --- Footer --- */
        .footer {
			/*height:28px;
			margin:10px 0px 0px 3px;*/
			padding-bottom:20px;
        }
            .footer .corner {
                float:left;
            }
            .footer .content {
                font-family:Verdana;
                font-size:10px;
                color:White;
                background-color: #FC7809;
                background-image:url(/images/FooterBg.gif);
                background-repeat:repeat-x;
                float:left;
                height:28px;
                width:903px;
            }
                
                .footer .content .left {
                    float: left;
					/*border: solid 1px red;*/
                }
                
                .footer .content .right {
                    float: right;
					/*border: solid 1px green;*/
                }
				
					.footer .content .left ul li {
						/*border: solid 1px blue;*/
					}
					
					.footer .content .left ul,
					.footer .content .right ul {
						list-style-image: none;
						list-style-position: outside;
						list-style-type: none;
						margin: 0;
						padding: 8px 0 0 0;
					}
                
						.footer .content .left ul li, 
						.footer .content .right ul li {
							border-right: 1px solid #ffffff;
							float: left;
							margin: 0 7px 0 0;
							padding: 0 7px 0 0;
						}
                
						.footer .content .left ul li.last {
							border-right: none;
							margin: 0;
						}
						
						.footer .content .right ul li.last {
							border-right: none;
							margin: 0;
						}
                
							.footer .content .left ul li a,
							.footer .content .right ul li a {
								text-decoration: none;
								color: #ffffff;
							}

/* --- Boxes --- */
.Box284 {
	margin:0 0 10px 0;
}
    .Box284 .Top {
        background:#FFFFFF url('/Images/Box284_Top.gif') no-repeat 0 top;
        height:30px;    
    }
    .Box284 .Bottom {
        background:#FFFFFF url('/Images/Box284_Bot.gif') no-repeat 0 bottom;
        height:27px;    
    }    
    .Box284 .contactFootSpace {
		clear:both;
		line-height:0px;	
    }
    .Box284 .Content {
        background:#FFFFFF url('/Images/Box284_Bg.gif') repeat-y 0 top;
        padding:0px 20px 0px 20px;
    }
		.Box284 .Content .ContactLink {
			padding-bottom:10px;
			position:relative;
			/*float:left;
			clear:right;*/	
		}
        .Box284 .Content a {
            font-weight:bold;
        }
        .Box284 .Content .Hr {
            padding:5px 0px 10px 0px;
        }
			.Box284 .Content .Hr img {
				width:248px;
				height:9px;
			}
        .Box284 .Content .Header {
            font-weight:bold;
            font-size:12px;
			position:relative;
        }
.Box284Gray {
}
    .Box284Gray .Top {
        background:transparent url('/Images/Box284Gray_Top.gif') no-repeat 0 top;
        height:30px;
    }
    .Box284Gray .Bottom {
        background:transparent url('/Images/Box284Gray_Bot.gif') no-repeat 0 bottom;
        height:27px;    
    }    
    .Box284Gray .Content {
        background:transparent url('/Images/Box284Gray_Bg.gif') repeat-y 0 top;
        padding:0px 20px 0px 20px;
        line-height:18px;
    }
        .Box284Gray h3 {
            padding:0px 0px 10px 0px;
            margin:0px;
            font-size:14px;
            font-weight:bold;
            color:Black;
        }
        .Box284Gray .Content a {
			font-size:11px;
            font-weight:bold;
            color:#cc6600;
        }
        .Box284Gray .Content .Hr {
            padding:5px 0px 10px 0px;
        }    
        .Box284Gray .Content .Header {
            font-weight:bold;
            font-size:12px;
        }

.BoxWhiteTop {
	background: url(/images/BoxWhiteTop.gif) no-repeat 0 0;
	height: 9px;
	padding-bottom:0px !important;
	padding-bottom:6px;
	overflow:hidden;
	width: 285px;
}

.BoxWhiteBottom {
	background: url(/images/BoxWhiteBottom.gif) no-repeat 0 0;
	height: 9px;
	width: 285px;
	margin-bottom: 10px;
}

.BoxWhiteBody {
	background: url(/images/BoxWhiteBody.gif) repeat-y 0 0;
	width: 285px;
}
    .BoxWhiteBody .Content {
        padding:0px 10px 0px 20px;
    }
        .BoxWhiteBody .Content a,
        .rightCol a.bannerBox {
            color:Black;
			font-weight:bold;
            font-size:11px;
            text-decoration:underline;
            cursor:pointer;
        }
        .bannerImage {
			 float:left; 
			 width:68px; 
			 text-align:right;
        }
        .bannerText {
        	text-decoration:underline;
        	float: left; 
        	padding: 7px 0px 0px 10px; 
        	width: 170px;
        	font-size:11px;
        	font-weight:bold;
        }
          
.BoxBeigeTop {
    background: url(/images/BoxBeigeTop.gif) no-repeat 0 0;
	height: 9px;
	width: 285px;
}

.BoxBeigeBottom {
	background: url(/images/BoxBeigeBottom.gif) no-repeat 0 0;
	height: 9px;
	width: 285px;
	margin-bottom: 10px;
}

.BoxBeigeBody .Content {
    background: url(/images/BoxBeigeBody.gif) repeat-y 0 0;
}
    .BoxBeigeBody .Content {
        padding:5px;
    }
        .BoxBeigeBody .Content a {
			font-size:11px;
            font-weight:bold;
            color:Black;
        }
/* --- Column Definitions --- */
.leftCol {
    float: left;    
    width: 580px;
    /*margin-right: 20px !important;
    margin-right:6px;*/
    margin-right:20px;
    margin-top:10px;
    line-height:18px;
}
	.leftCol a,
	.leftCol a:link	{
		color:#C65B25;
	}

.rightCol {
    float: left;
    width: 285px;
    margin-top:10px;
}
	.rightCol a {
		color:#C65B25;
	}
	.rightCol .Header {
		font-weight:bold;
		font-size:12px;
	}

/* --- Unordered Lists --- */
.OrangeBullets {
    
}
    li.OrangeBullets {
        line-height:18px;
        list-style-image:url('/Images/BulletOrange.gif');
    list-style-position:outside;
    }
    
/* --- Anchor Styles --- */
.LinkItem {
    padding-top:10px;
    font-size:12px;
    line-height:18px;
    
}
	.LinkItem td {
		vertical-align:top;
	}
    .LinkItem .LinkItemImg {
        /*float:left;*/
    }
    .LinkItem .LinkItemHref {
        float:left;
        margin:3px 0px 0px 5px;
        font-size:11px;
    }   
        .LinkItem .LinkItemHref a {
            font-weight:bold;
            background:url('/Images/Icons/ArrowRight.gif') no-repeat right 5px;
            padding-right:10px;
        }    
    .LinkItem .LinkItemHrefNoArrow {
        float:left;
        font-size:12px;
        font-weight:bold;
    }   
        .LinkItem .LinkItemHrefNoArrow a {
            /*color:Black;*/
        }   
    .LinkItem .LinkItemHrefOrange {
        float:left;
        margin:0px 0px 0px 5px;
        font-size:11px;
        font-weight:bold;
    }   
        .LinkItem .LinkItemHrefOrange a {
            color:#cc6600;
        }   
    .LinkItem .LinkItemFileSize {
        float:left;
        margin:5px 0px 0px 5px;
        font-size:11px;
        font-style:italic;
    }   
    .LinkItem ul.LinkItemFileList {
        list-style-image:none;
        list-style-position:outside;
        list-style-type:none;
	    padding:0px;
	    margin:0px;
	    padding-top:2px;
    }   
    .LinkItem ul.LinkItemFileList li {
        margin-left:7px;
        margin-top:1px;
        float:left;
        font-weight:bold;
        color:#FB7D08;
    }
    .LinkItem ul.LinkItemFileList li a {
        color:#cc6600;
        float:left;
        padding:1px 0px 0px 0px;
		font-size:11px;
    }
    .LinkItem td a {
        color:#cc6600;
		font-size:11px;
		font-weight:bold;
    }
    .LinkItem ul.LinkItemFileList li.first {
        list-style-image:none;
        margin-left:10px;
    }   

.NaviLinks a {
    color:#cc6600;
    font-size:12px;
}    

.OrangeBulletLink {
    line-height:20px;
}          
    .OrangeBulletLink a {
        font-weight:bold;
        text-decoration:none;
        color:#cc6600;
        background:url('/Images/BulletOrange2.gif') no-repeat left 4px;
        padding-left:15px;
    }

.OrangeLink a {
    color:#cc6600;
    font-weight:bold;
}

/* --- Misc. Styles --- */
.SubTitle {
    font-style:italic;
    padding:10px 0px 10px 0px;
    font-size:12px;
    line-height:18px;
}
.BodyText {
    line-height:18px;
}  
.DisclaimerWrapper
{
    color:#999999;
    line-height:20px;    
    font-size:10px;
}

/* --- SharePostBox Styles --- */
.Box284 .Content .buttonCollapsed {
	background: url(/Images/Icons/Plus.gif) no-repeat 0 0;
	font-size: 12px;
	font-weight: bold;
	height:17px;
	/*width: 40px;*/
	display: block;
	padding-left: 25px;
	color: #cc6600;
}

.Box284 .Content .buttonExpanded {
	background: url(/Images/Icons/Minus.gif) no-repeat 0 0;
	font-size: 12px;
	font-weight: bold;
	height:17px;
	/*width: 40px;*/
	display: block;
	padding-left: 25px;
	color: #999999;
}

.formElement {
	margin:5px 0;	
}

.formButton input {
	float: right;
	margin:0 9px 0 0;
}

.label {
	font-size:10px;
	color: #707070;
	/*width:70px;
	float:left;
	text-align:right;*/
	padding-top:4px;
	padding-left:2px;
	padding-right:5px;
	/*border:solid 1px Red;*/
}

.inputTextbox {
	background-image: url('/Images/Icons/textboxBackground.gif');
	background-repeat: no-repeat;
	background-position: center left;
	background-color: transparent;
	padding-left:5px;
	padding-top:3px;
	font-size:10px;
	height: 15px;
	width: 159px;
	border:0;
}

.postItWrapper {
	padding-top: 10px;
	padding-left:25px;
}

.postItInstructions {
	font-size:10px;
}

#SocialMediaLinks {
	padding-top:10px;
}

.smlLink {
	float:left;
}

#rssFeedWrapper {
	background-image: url('/Images/Icons/Rss.gif');
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
}
	#rssFeedWrapper a {
		height:17px;
		display: block;
		padding-left: 25px;
		color: #cc6600;
	}
	
#SocialMediaLinks img {
	border: none;
}
	
#wrapperSml1,
#wrapperSml2,
#wrapperSml5,
#wrapperSml6,
#wrapperSml7,
#wrapperSml8,
#wrapperSml10,
#wrapperSml11,
#wrapperSml12,
#wrapperSml13 {
	float:left;
	margin-right:8px;
}

#wrapperSml3 {
	float:left;
	margin-right:11px;
}

#wrapperSml4,
#wrapperSml9 {
	float:left;
	margin-right:10px;
}

/* Language Selector */
#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
}
	#dropmenudiv a{
		width: 100%;
		display: block;
		text-indent: 3px;
		border-bottom: 1px solid black;
		padding: 1px 0;
		text-decoration: none;
		font-weight: bold;
	}
	#dropmenudiv a:hover{ /*hover background color*/
		background-color: yellow;
	}
	
/* Orange Media Boxes (some on solutions page)*/
.Bucket {
        float:left;
        background-image:url('/Images/Solutions/Bucket.gif');
        background-repeat:no-repeat;
        height:387px;
        width:204px;
        margin-right:17px;
    }
    
    .lastBucket {
		margin-right:0;
    }        
        .Bucket .Content {
            padding:5px 13px 13px 13px;
            font-size:11px;
            line-height:16px;
        }        
            
            .Bucket .Content h1 {
                color:White;
                font-weight:bold;
                margin-bottom:5px;
                font-size:13px;
				width:175px;
            }       
            
            .Bucket .Content a {
                color:#fb7d08;
                font-weight:bold;
            }                 
            
            .Bucket .Content .ImgHeader {
                margin-bottom:5px;
            }            
            
            .Bucket .Content .Copy {
                padding:8px 5px 0px 5px;
				height: 110px;
            }
            
            .Bucket .Content .Hr {
                padding:0px 0px 0px 3px;
            }

.SendItBtn_LeftEdge {
	background: #FFFFFF url(/images/sendBtn_Bg_LeftEdge.gif) no-repeat 0 0;
	height: 19px;
	width: 6px;
	float: left;
}

/* Language Selector Wrapper
----------------------------------------- */
.languages {
	margin:5px 2px 0px 0px;
	color:#999999;
	font-size:11px;
	float:right;
	position:relative;
}
	.languages a.languageSelector {
		text-decoration:none;
		color:#999999;
	}
	
	.languages .languageWrapper {
		position:absolute;
		top:20px;
		right:-5px;
	}
		.languages .languageWrapper .LanguageBoxTop {
			background: transparent url(/images/LanguageBoxTop.gif) no-repeat 0 0;
			width:181px;
			margin-bottom:0px;
			padding-top:12px;
		}
		.languages .languageWrapper .LanguageBoxBottom {
			background: transparent url(/images/LanguageBoxBottom.gif) no-repeat 0 0;
			height:12px;
			width:181px;
		}
		.languages .languageWrapper .innerWrapper {
			width:181px;
			text-align:right;
			background: #FFFFFF url(/images/LanguageBoxBody.gif) repeat-y 0 0;
		}
		.languages .languageWrapper .innerWrapper .leftCol_1 {
			/*background: #FFFFFF url(/images/LanguageBoxBody.gif) repeat-y 0 0;*/
			/*total width of background image is 90px. */
			width:71px;
			padding-right:19px;
			float: left;
		}
		.languages .languageWrapper .innerWrapper .rightCol_1 {
			/*background: #FFFFFF url(/images/LanguageBoxBody.gif) repeat-y -90px 0;*/
			/*total width of background image is 91px. */
			width:72px;
			padding-right:19px;
			float: left;
		}
			.languages .languageWrapper .innerWrapper a {
				margin-bottom:8px;
				color:#fc8109;
				display:block;
				font-weight:bold;
				text-decoration:none;
			}
			.languages .languageWrapper .innerWrapper a:hover {
				text-decoration:underline;
			}
			.languages .languageWrapper .innerWrapper a.active {
				color:#000000;
			}
			.languages .languageWrapper .innerWrapper a.last {
				margin-bottom:0px;
			}
			
/**************************
  Webforms for Marketers
**************************/
.scfForm {
	/*visibility:hidden;*/
}
	.scfForm  h1 {
		line-height:normal;
	}
	
.notRequired {
	padding-left:3px;
}

.leftCol .scfForm {
	font-family:Arial;
	visibility:hidden;
}

.leftCol .scfForm input,
.leftCol .scfForm select {
	font-family:Arial;
}

.scfSectionContent > div {
	padding:2px;
}
.scfSectionContent .scfRadioButtonListLabel {
	width:100%;
}

.scfSectionContent .scfRadioButtonListGeneralPanel {
	clear:both;
	float:none;
	width:100%;
}

.scfSectionContent .scfRadioButtonListGeneralPanel input {
	float:left;
}
.scfSectionContent .scfRadioButtonListGeneralPanel label {
	display:block;
	float:left;
	padding-left:2px;
	width:172px;
}
.scfSectionContent .scfRadioButtonListGeneralPanel label.shortLabel {
	width:100px;
}

label span.scfRequired {
	color:#FB7D08;
	float:none;
}

span.scfValidatorRequired {
	display:none;
}

label.requiredField {
	color:#FF0000;
}


/*********************************
Third Aniversary
*********************************/
.thirdAniversary h2 {
	font-size:22px;
	font-weight:bold;
}

.thirdAniversary p {
	/*margin-top:10px;*/
}

.mediaPlayer {
	margin-top:30px;
}


/*********************************
	Flash Piece
*********************************/
.flashPieceWrapper {
	height:173px;
	margin:0 auto;
	width:814px;
}


/*********************************
	Sidebar
*********************************/
.thumbnail {
	display:block;
	float:left;
}

.relatedLinkTitle {
	font-size:14px;
	font-weight:bold;
	position:relative;
}

.relatedLinkItem {
	padding-top:20px;
}
	.relatedLinkItem .linkCopy {
		float:left;
		padding-left:10px;
		padding-top:4px;
		width:208px;
	}
	
div.first_relatedLinkItem {
	padding-top:0;
}

a.hlInteropLab_HiddenLink {
	visibility:hidden;
}

.InnerContentWrapper_no_Subnav h2.blogTitle,
.InnerContentWrapper_no_Subnav h2.postTitle {
	font-size:18px;
	margin-top:22px !important;
}

div.blog h3 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:0;
}

div.blog div.postedBy {
	color:#999999;
	font-size:13px;
	margin-bottom:10px;
}

div.blog a.hlReadFullStory {
	color:#cc6600;
	display:inline-block;
	font-size:13px;
	margin:10px 0 0 0;
}

span.lblPostedDateAndTime {
	color:#cc6600;
}

div.blogPost {
	background:transparent url(/Images/Hr_578x9.png) no-repeat 0 0;
	margin-top:20px;
	margin-bottom:25px;
	padding-top:15px;
}

div.blogPost_first {
	background:none;
	margin-bottom:0;
	padding-top:0;
}

.InnerContentWrapper_no_Subnav h2.postTitle {
	font-size:15px;
}

div.postedOn {
	margin-bottom:10px;
	margin-top:10px;
}

div.comments,
span.trackbacks,
span.comments {
	color:#cc6600;
}

span.comments {
	padding-left:40px;
}

div.blogHR {
	background:transparent url(/Images/Hr_578x9.png) no-repeat 0 0;
	height:9px;
	margin:20px 0;
	width:578px;
}

h2.commentsTitle,
h2.leaveACommentTitle {
	margin:20px 0 !important;
}

div.commentAuthor {
	margin:20px 0;
}
	div.commentAuthor span.author,
	div.commentAuthor span.commentDate {
		color:#cc6600;
	}
	
div.commentForm td {
	text-align:right;
}

div.commentForm table {
	width:100%;
}

div.commentForm .label {
	color:#000000;
	font-size:12px;
	font-weight:bold;
	padding-right:10px;
	padding-top:0;
	text-align:right;
	vertical-align:top;
	width:90px;
}
	div.commentForm .label * {
		/*width:100%;*/
	}

div.commentForm .field {
	color:#000000;
	text-align:left;
	vertical-align:top;
}
	div.commentForm .field * {
		width:468px;
	}
	
textarea.txtYourComment {
	height:150px;
}
	
div.NaviLinks_bottom {
	margin:40px 0 20px 0;
}

div.shareErrorMessage {
	color:Red;
	display:none;
}

table tr.submitButton td {
	text-align:left;
}
input.btnSubmitComment {
	margin-right:15px;
}