﻿/* CSS Document */

/* reset.css */
html, body, div, span, object, h1, h2, h3, h4,
h5, h6, p, pre, a, abbr, acronym, address, blockquote,
code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  /* 
  margin: 0;
  padding: 0;
  border: 0 none;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  */
}

/* HTML tags ******************************************************************* HTML tags */
  html { font-size: 100%; font-family: Verdana,Arial,sans-serif;}
  body {
    background-color: #FFF; /* Color outside of #page box ####MODIFIABLE#### */
    /*font-family: Verdana, Arial, sans-serif;*/
    font-family:Segoe UI,Arial,Verdana,Tahoma,sans-serif;
    font-size: 1em;
    margin: 0pt;
    padding: 0pt;
    color: #333;
  }
  
  div.xhtmlContent
  {
      font-size:0.7em;
      line-height:1.3em;
  }  
  
  form {
    margin: 0;
    padding: 0;
  }
  
  img {
    border: none;
  }
  
  blockquote { margin: 10px; }
  
  blockquote, em { font-style: italic; }
  
  blockquote a, blockquote span, blockquote strong { font-style: normal; }
  
  .blockquote2 { padding-left: 20px;}
   
  /*h1, h2, h3, h4, h5, h6 { font-family: "Segoe UI", Arial, Sans-Serif; font-weight: 400; margin-bottom: 0.5em;}*/
  
  h1, h2, h3 {
	  	font-family: "wf_SegoeUILight","wf_SegoeUI",  "Segoe UI Light","Segoe WP Light","Segoe Pro Semilight","Segoe UI","Segoe","Segoe WP","Tahoma","Verdana","Arial","sans-serif";
		font-weight: 300;
		/*color: #1a1a1a;*/
		color:#1570A6;
		line-height: 1.25;
		margin-bottom:10px;
		/*margin: .25em 0 .75em;*/
		}
		
  h4, h5, h6 { font-family: "Segoe UI", Arial, Sans-Serif; font-weight: 400; margin-bottom: 0.5em;}
  
  h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong { font-weight: normal; }
  
  hr { border: none; background-color: #ccc; color: #ccc; height: 1px; width:100%; }

  /*sub header for page*/
  .PageSubHeader h3 {color:#165DA6; font-size:1.5em; line-height:1.2em;padding-bottom:10px;}
  .smallPageSubHeader h3 {color:#165DA6; font-size:1em; line-height:1em;padding-bottom:10px;}
  
  .PageSubHeader2 h3 {color: #333; font-size:1.7em; line-height:1.2em;padding-bottom:10px;}

  
  h1 { color: #1570A6; font-size: 32px; line-height: 1.3em;}
  #commonPage h1 {margin-bottom: 10px;}
  h2 { color: #2e2e2e; font-size: 20px; line-height: 1.2em; }
  #commonPage h2 {margin-bottom: 18px;}
  h3 { color: #2e2e2e; font-size: 1.7em; line-height: 1.2em;margin-top:10px;}
  .smallHeader h3 { color: #2e2e2e; font-size: 1.1em; line-height: 1.2em;margin-top:15px;}
  /*.smallHeaders h3 { color: #009900; font-size: 1em; line-height: 1em; }*/
  .smallHeaders h3 { color: #009900; font-size: 1em; line-height: 1em; margin-top:12px;}
  #commonPage h3 {margin-bottom: 10px;}
  h4 { color: #2e2e2e; /*font-size: 1em;*/ font-family: Segoe UI Light, Arial, Sans-Serif; font-size:1.75em; line-height: 1.2em; font-weight: normal; margin-top: 10px;}
  h5 { color: #2e2e2e; font-size: 1.5em; font-weight: normal; line-height: 2.25em; }
  h6 { color: #333; font-size: 0.75em; font-weight: bold; line-height: 1.5em; }
  
  /*paragraph styles*/
  p { color: #333; }
  #commonPage #mainContent p {margin-bottom: 5px;}
  #commonPage #mainContentNoRail p {margin-bottom: 5px;}
  
  p.para-big {font-size:.8em}
  
label, ol, p {/* font-size: 0.7em; line-height: 1.3em;*/}
.landing_two_cols p {margin:12px 0;} 
.landing_one_col p {margin: 12px 0;}
  
div.xhtmlContent div.RssFeedWrapper label,
div.xhtmlContent div.RssFeedWrapper ol,
div.xhtmlContent div.RssFeedWrapper p { font-size: 1em; line-height: 1.3em;}
  
  ol {  margin: 10px 0 10px 20px; }
  
  ol h3 { font-size: 1.78em; line-height: 1.2em; }
  ol h4 { font-size: 1.43em; line-height: 1.2em; }
  ol h5 { font-size: 1.21em; line-height: 1.2em; }
  ol h6 { font-size: 1.07em; line-height: 1.2em; }
  
  ol ol { font-size: 1em; }
  ol p { font-size: 1em; line-height: 1.3em; }
  
  sup, sub { height: 0; line-height: 1; position: relative; vertical-align: baseline;}
  sup { bottom: 1ex; }
  sub { top: 0.5ex; }
  
  ul {
    list-style-type: none;
    list-style-image: none;
    list-style-position: outside;
    margin-bottom: 1em;
  }
  ul a 
  {
      font-family: "Segoe UI", Arial, Sans-Serif;
  }
  
  li {
    margin:0pt;
  }
  li p {
    margin: 1px 0 1em 0;
  }
  
  
  td {vertical-align: top;}

  a, a:link, a:visited, a:active, a:hover {
    background-color: transparent;
    color: #3A76B4;
    text-decoration: none;
    cursor: pointer;
  }
  a:hover {
    text-decoration: underline;
  }
  a.disabled, a.disabled:hover { color:#999999; cursor:default; text-decoration:none !important; }
  .accordion-panel a.disabled { color: #f58220; }                                                                                           
                                                                                                         


/*Doc List*/
ul.docList li a { float:left; font-size:.8em; line-height:1.15em; margin:0 0 0 -15px; width:100%; }
ul.docList li p { line-height:1.35em; margin:0 5px 5px 0;}

ul.docList2 { margin:0 0 0 20px;}
ul.docList2 li { float:left; font-size:.9em; line-height:1.2em; margin:0 0 10px -15px; width:100%;}
ul.docList2 li a.no-link{ text-decoration: none; color: #333333; cursor:none;}
ul.docList2 li p { line-height:2.35em; margin:0; padding:0 0 0 20px;}

ul.docList3 li {padding-bottom: 10px!important;}
ul.docList3 li a.linkBlock { font-size:.7em; font-family: Verdana, Arial, sans-serif; line-height:1.15em; margin:0 0 0 -20px; width:100%;}
ul.docList3 li p { line-height:1.35em; margin:0 5px 5px 0;}
html* ul.docList3 li a.linkBlock {margin:0 0 0 -15px;}


ul.docListsmall li a.linkBlock {font-size: 0.7em; font-family: Verdana, Arial, Sans-Serif;}
ul.docListsmall li p { margin: 0 0 0 20px;}
ul.docListsmall li p a { font-family: Verdana, Arial, Sans-Serif;}

.smallLinks   
{
    font-size: 0.7em;
    font-weight: normal;
    line-height: 1.3em;
    font-family: Verdana, Arial, Sans-Serif;
}
.iconLinks ul li {margin-bottom: 8px;}
.iconLinks ul li a    
{
    font-size: 0.7em;
    font-weight: normal;
    line-height: 1.3em;
    font-family: Verdana, Arial, Sans-Serif;
}

/*.show {display: block;}*/
.show { display:block !important; }
span.show { display:inline !important; }
.hide { display:none; }
.hidden { left:-9000px; overflow:hidden; position:absolute; }

/*expand styles*/
.expand-header-set { margin-bottom:15px; }
.expand-header-set h4 { margin-bottom:10px; margin-top:10px;}
.expand-link { padding:0 0 0 17px; }
/*h3 { color: #007B00; font-size: 20px; line-height: 1.2em; }
.expand-header { color: #009900 !important; font-size: 1em; line-height: 1em; }
*/
/* Change expand header to plus with following*/
.expand-header {
    color: #009900 !important;
    /*color: #3874B2 !important;*/
    background-image: url("../Images/icon-sprite.png")!important;
    background-position: 0 -116px !important;
}
.expand-header.expanded {
    background-position: 0 -166px !important;
}

/*Expand/Collapse*/
/*.expand-header { color: #009900 !important;}*/
.expand-link { background-image: url("../Images/Plus_Minus_strip.png"); background-repeat: no-repeat; padding: 0 0 0 30px;color: #2E2E2E;}
.expand-link.expanded {background-position: 0 -170px;}
h4 .expand-link { background-position:0 -223px; }
h4 .expand-link.expanded { background-position:0 -283px; }
.bl-arrow .expand-link { background-position:0 -223px; }
.bl-arrow .expand-link.expanded { background-position:0 -283px; }
.expand-content {display: none;}
/*.show {display: block;}*/
.show { display:block !important; }
span.show { display:inline !important; }
.hide { display:none; }
.hidden { left:-9000px; overflow:hidden; position:absolute; }

/* key_group */

/* FAQ */
.faq-container  .faq {margin-bottom: 10px;}
.faq-container  .faq .faq-question {line-height: 2.1em;}
.faq-container  .faq .faq-question .expand-link {display: block;background-position: 0 2px;}
/*.faq-container  .faq .faq-question h5 a.expand-link {background-position:0 -118px;}*/
.faq-container  .faq .faq-question h5 a.expanded {background-position:0 -30px;}
.faq-container  h5 {margin-bottom: 5px;line-height: 2.1em;}
.faq-container  .faq .body-table { margin-bottom:20px; }
/*.faq-container  .faq .faq-answer {margin-left: 1em;}*/
.faq-container  .faq .faq-answer { margin:7px 0 0 30px; }
#faq-expand-all { padding: 3px 5px 5px 0; }
.faq-container  .faq-expand-para{padding-bottom: 5px 0;}
/* FAQ */

.FloatLeft { float: left; }
.FloatRight { float: right; margin-left: 15px;}
.pushRight { margin-left: 172px;}
.strong {font-weight: bold;}
.col13 {width: 225px;}
.col130 { width: 32.1%; }
.noMargin {margin: 0 !important;}
 
.clear:after {
   content: ".";
   display: block;
   height: 0;
   clear: both;
   visibility: hidden;
 }
 
 .clear {display: inline-block; clear: both; line-height: 0; height: 0; background-color: red; width: 0;}
 * html .clear {height: 1px;}
 .clear {display: block;} 
 .clearright{clear:right;}
/* Header sign in */
  .mstHdrV3 .mstHdr_SignInOut #idPPScarab {
	display: block;
    margin-top: 1px !important;
  }
/* END Header sign in */
 
 /* Footer */
/*#Footer {width: 1024px; margin: 0 auto; clear: both;}
#footer .cueFooter, #Footer .innerBox {height: 50px; padding: 60px 45px 40px; width: 934px;}
#Footer p {font-size: 0.55em; line-height: 1.3em;}
#Footer .logo, #Footer .logo img, #Footer .logo a {float: right;}
#Footer .logo { width: 90px; margin-top: 4px;}
#Footer .logo p {clear: right;}
#Footer .links {float: right; width: 650px;}
#Footer .links ul {clear: right; display: inline; float: right; list-style: none;  margin: 7px 10px 0 0;}
#Footer .links ul li {float: left; padding: 0 5px; border-right: 1px solid #8E8E8E;height: 13px;}
#Footer .links ul li.last {border-right: 0 none;}
*/
/*#Footer .links ul.secondLevel {width: 470px;}*/
/*#Footer .links ul li p a { color: #666; }*/


/* 2-col content */
.LeftCol {
	width:277px;
	float: left;
	margin-right:10px;
}

.RightCol {
	width:277px;
	float: left;
	padding-left:30px;
}

.LeftCol2 {
	margin-right:10px;
}

.LeftCol2 p{
	padding-right:30px;
}

.RightCol2 {
	width:277px;
}

.RightCol2 p{
	padding-right:30px;
}


.negative-margin {
	margin-left:-5px;
}

.Margin20Top{
	margin-top: 20px;
}
.Margin20Bottom{
	margin-bottom: 20px;
}


/* tables */
table.oldSchoolBorder {
	border-width: 1px;
	border-spacing: 2px;
	border-style: outset;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.oldSchoolBorder th {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align: center;
	font-weight: bold;
}
table.oldSchoolBorder td {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	text-align: center;
}
/* END tables */

h3 a.green,
h3 a.green:link,
h3 a.green:visited,
h3 a.green:active,
h3 a.green:hover
{
    color: #007B00;
}

/* Right Rail */

.rightRail div.xhtmlContent{
font-size:100%;
}

.rightRail .faq-answer div.xhtmlContent {
font-size: 12px;
}


.rightRail .faq-container  .faq {
margin-bottom:7px;
}

.rightRail DIV.faq DIV.faq-answer
{
margin-bottom: 5px;
margin-top: 5px;
}

.rightRail DIV.faq DIV.faq-answer DIV
{
margin-bottom: 5px;
}

a.RtLinkHeader span {
	font-size: .9em;
	margin:0 0 18px 12px;
	padding-bottom:12px;
	}

/*** tab styles ***/
#tabs { margin-top:5px; padding-top:10px; }

/*#tab-content .tab-layout { height:auto !important; height:200px; min-height:200px; padding:0 30px; }
#tab-content .tab-layout2 { height:auto !important; height:200px; min-height:200px; padding:0 0 0 0; }
#tab-content .tab-layout2 p, .tab-layout2 p {padding: 3px 0 8px 0;}
#tab-content .tab-layout2 p.para-space {padding: 0 0 10px 0; margin-top: -10px;}
#tab-content .tab-layout.tl2 h4 { margin-bottom:5px; }
#tab-content .tab-layout2 .linkBlock,.tab-layout2 .linkBlock, .linkBlock  { margin-bottom:5px; font-size:12px;}
#tab-content .tl2 img { float:left; margin-right:5px; }
*/

#tab-nav { padding:0 0 25px 0px; }
#tab-nav ul { float:left; list-style:none; width:100%; }
#tab-nav ul li { display:inline; float:left; }
#tab-nav ul li p { margin:0; }
#tab-nav ul li p a { display:block; padding:0 30px; }
#tab-nav ul li p a.two-line { padding-top:5px; padding-bottom:7px; }
#tab-nav ul li p a.two-line span { display:block; }

#tab-nav ul li.active { padding-left:8px; }
#tab-nav ul li.active p { padding-right:8px; }
#tab-nav ul li.afterActive p a { padding-left:22px; }
#tab-nav ul li.beforeActive p a { padding-right:22px; }
#tab-nav ul li.firstActive p a { padding-left:22px; }
#tab-nav.full ul li.lastActive p a {padding-right:22px; }

/*** tab-nav styles ***/
#tab-nav { font-family:"Segoe UI", Arial, Sans-Serif; }
#tab-nav a { font-size:1.25em; line-height:48px; }
#tab-nav ul li p a.two-line { line-height:1.3em; text-align:center; }

/*** tab-nav styles ***/
/*
#tabs { background:url(../PublishingImages/backgrounds/tabs/top-bkg.gif) no-repeat;}
#tab-content { background:url(../PublishingImages/backgrounds/tabs/middle-bkg.gif) repeat-y; }
#tab-content .tab-layout { background:url(../PublishingImages/backgrounds/tabs/bottom-bkg.gif) center bottom no-repeat; }
#tab-nav { background:url(../PublishingImages/backgrounds/tabs/middle-bkg.gif) repeat-y; }
#tab-nav ul { background-image:url(../PublishingImages/backgrounds/tabs/tab_bkg_585.jpg); background-position:top center; background-repeat:no-repeat; }
#tab-nav li { background-image:url(../PublishingImages/backgrounds/tabs/tab_bkg_585.jpg); background-position:top center; background-repeat:no-repeat; }
#tab-nav li p { background:transparent url(../PublishingImages/backgrounds/tabs/divider.jpg) top right no-repeat; }
*/
#tab-nav li p a { color:#4d4d4d; }
#tab-nav li p a:link, #tab-nav li p a:visited, #tab-nav li p a:hover ,#tab-nav li p a:active { outline:none; }
/*
#tab-nav li.active { background:#FFFFFF url(../PublishingImages/backgrounds/tabs/white_tab_left.jpg) top left no-repeat; }
#tab-nav li.active p { background:#FFFFFF url(../PublishingImages/backgrounds/tabs/white_tab_right.jpg) top right no-repeat; }
*/
#tab-nav li.active p a { color:#000000; }

#tab-nav li.beforeActive p { background:none; }

#tab-nav li.first { background-position:top left; }
#tab-nav li.firstActive { background:none; }

#tab-nav li.last { background-position:top right; }
#tab-nav li.last p { background:none; }
#tab-nav li.lastActive { background-position:top left; }
/*
#tab-nav li.lastActive p { background:#FFFFFF url(../PublishingImages/backgrounds/tabs/white_tab_right.jpg) top right no-repeat; }
*/
#tab-nav .full-nav li.last p { background:none; }

/*entry page tabs*/
.entryNavTab span {
    font-size: 1.1em;
    font-weight: lighter;
}
.entryLanding #tab-nav ul li {
   /* border: 2px solid #EEEEEE;*/
    background-color:#eaeaea;
    height: 51px;
    text-align: center;
    width: 302px;
    padding:0;
}
.entryLanding #tab-nav ul li a
{
    display: inline-block;
    color:#9D9D9D;
    line-height:normal;
    width:302px;
    height:31px;
    padding: 10px 0;
}
.entryLanding #tab-nav ul li a:hover
{
    color:#3A76B4;
}
.entryLanding #tab-nav ul li.active a
{
    color:#ffffff;
    background-color: #002050;
}
.entryLanding #tab-nav ul li.active 
{
    background: url("../Images/tab-blue-arrow.png") no-repeat scroll center bottom transparent;
    padding-bottom: 11px;
}
.entryTabNav .first.entryNavTab 
{
    margin-right: 20px;
}
#EntryContentDetails #tabs 
{
    background: none;
}
.entryLanding #tab-nav
{
    width:604px;
    background: none;
}
.entryLanding #tab-nav ul {
    background:none;
}

/*updated for consumer 3 tabs*/
.entryLanding #tab-nav.ThreeTabs ul li 
{
    background-color:#442359;
    border: 1px solid #D4D4D4;
    height: 34px;
    text-align: center;
    width: 185px;
}
.entryLanding #tab-nav.ThreeTabs ul li.active 
{
    background: none repeat scroll 0 0 transparent;
    border: 1px solid #D4D4D4;
    padding: 0;
}
.entryLanding #tab-nav.ThreeTabs.TwoLines ul li 
{
    background-color:#442359;
    border: 1px solid #D4D4D4;
    height:auto;
    width:auto;
    text-align: left;
}
.entryLanding #tab-nav.ThreeTabs.TwoLines ul li a
{
    display: inline-block;
    width: 187px;
    padding: 15px 0 17px 12px;
}
.entryLanding #tab-nav.ThreeTabs.TwoLines ul li a:hover
{
    text-decoration:none;
    background:#9b4f96;
}
.entryLanding #tab-nav.ThreeTabs.TwoLines ul li.active a:hover
{
    text-decoration:none;
    background:none;
}
.entryLanding #tab-nav.ThreeTabs.TwoLines ul li span{
    font-size: .7em;
    line-height:1.1em;
    color:#fff;
}
.entryLanding #tab-nav.ThreeTabs.TwoLines ul li.active span{
    font-size: .7em;
    line-height:1.1em;
    color:#292929;
}

.entryLanding #tab-nav.ThreeTabs.TwoLines ul li.active 
{
    background: none repeat scroll 0 0 transparent;
}
.entryTabNav.ThreeTabs.TwoLines .first.entryNavTab 
{
    margin-right: 1px;
}

.entryTabNav.ThreeTabs.TwoLines .middle.entryNavTab 
{
    margin-right: 1px;
}
.products #tab-content
{
    background:none;
}
/*end consumer tabs*/

/*** clear float class ***/
.cf:after, ul.cf li:after { clear:both; content:"."; display:block; height:0; visibility:hidden; }
.list-border-right li { border-right:1px solid #8E8E8E; }
.list-border-right li.last-list-item { border:none; }

.pagination { margin-top:25px; }

.no-border { border:none !important; }
.no-background { background:none !important; }

p.legal { color:#888888; font-size:0.6em; line-height:1.5em; }
p.legallist {font-size: 0.6em !important; color: #888888; padding-top: 3px;}
p.height span {
	margin-bottom: 200px;
}

.less-margin {
	margin-top:-15px;	
}


/*Utility Bar*/
div.utility-bar{position:relative;z-index:999}
.oneMscomComp
{
    margin:auto !important;
}
.mstHdr {
    margin: auto !important;
    width: 960px;
}

/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
/* !!!!!!! BEGIN landing page styles !!!!!!!!!!! */

/* 2 Column container */	
.two_cols{float:left;padding:0 0 0px 0;width:920px;margin-top:5px;}
/* Containers */
.two_cols .middle_col{width:685px;float:left;position:relative;margin-right:20px;}
.two_cols .right_col{width:215px;float:left;position:relative;margin-right:0px;}

/* 1 Column container*/
.landing_one_col {
    clear: both;
}

div.main-content
{
    margin-top:20px;
}

/*Social share styles*/
#socialshare {
    float: right;
    margin-bottom:10px;
 /* width: 110px;
    height: 48px;*/
	height: 32px;
}
div#socialshare p {
    font-size: .8em;
}

#socialshare div {
    margin: 6px 0 0;
}

#socialshare div p {
    padding-top: 1px;
    padding-right: 0px;
}

#socialshare img {
    margin-left: 10px;
}
/*End Social share*/

/*stage size*/
div.stage
{
 padding: 0 !important;
 /*width: 920px !important;*/
}
/* END stage size*/

.landing_two_cols .landing_middle_col
{
    clear: both;
    float:left;
   /* min-height: 425px;*/
    margin: 0px 20px 0 0;
    /*width: 608px;*/
    width: 604px;
}

.landing_two_cols .landing_right_col {
    float: left;
    margin-right: 0;
    margin-top:0;
    position: relative;
    width: 292px;
    /*width: 215px;*/
}
.landing_two_cols h2
{
    color: #292929;
    font-size: 2.3em;
    /*font-weight: lighter;*/
    line-height:1em;
     margin: 0 0 20px 0;
}
.landing_two_cols h3
{
    color: #2e2e2e;
    font-size: 1.7em;
    /*font-weight: lighter;
    margin: 15px 0 0;*/
	margin: 10px 0 6px 0;
}

.subhead-bold {
	margin-top:6px;
	color:#1b1b1b; 
	font-weight:bold;
}

.landing_two_cols p
{
    color: #333333;
  /*  font-size: 12px;*/
    line-height:18px;
	padding-right:8px;
	margin-bottom: 8px;
	margin-top:0;
}
.middle_two_col
{
    margin-top:20px;
}
.middle_two_col .middle_col
{
    float:left;
    height:393px;
    background-color:#EAEAEA;
     padding-left: 15px;
    width: 279px;
}

.middle_two_col .first_col
{
    margin-right:20px;
}


/*Accordion style starts*/

#accordian {
/* display: inline;    */
width: 215px;/*was 213*/
float: right;
}
.homepage_Accordian, .homepage_Accordian ul {
    background-color: #EAEAEA;
    list-style-type: none;
    padding: 0;
}
.homepage_Accordian {
    height: 300px;
    width: 292px;
    /*width: 215px;*/
    /*max-width: 250px;*/
    padding: 0 !important;
}
.homepage_Accordian_IWantTo, p.homepage_Accordian_IWantTo
{
color: #494949 !important;
font-size: 1.7em;
padding: 12px 5px 0px 12px !important;
font-family: Segoe UI Light,Helvetica,Arial,sans-serif;
}
.homepage_Accordian p
{
color: #1C6BA3;
font-style: normal;
line-height: 1em;
}

.homepage_AccordianContent p {
    font-size: 0.8em;/*0.7em*/
    margin: 0 0 5px;
}
.homepage_AccordianContent p a {
    line-height:1.35em;
}
.homepage_Accordian, .homepage_Accordian ul
{
background-color: #EAEAEA;
list-style-type: none;
padding: 0px;
}
.homepage_AccordianHeadings > li
{
margin: 0;
padding: 0px;
line-height: 2.1em;
}
.homepage_AccordianHeadings > li > h4
{
background: transparent url("../Images/Plus.png") 3px 0px no-repeat;
padding-left: 30px;
margin:10px 0 10px 10px;
cursor: pointer;    
color: #494949;
font-weight: 400;    
font-size:14px;
line-height: 2.1em;
}
.homepage_AccordianHeadings > li > h4.currentAccord
{
background: transparent url("../Images/Minus.png") 3px 0px no-repeat;
}
.homepage_AccordianContent
{
display: none;
padding:5px 5px 5px 40px ;
background-color: #F4F4F4;
}
.homepage_Accordian p a
{
color: #1C6BA3 !important;

}
.homepage_Accordian p a:hover
{ 
color: #000000 !important;
text-decoration: underline;
}
/*Accordion style ends*/
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

.link-headers p {padding: 3px 0 8px 0;}
.coreSection > p {
    margin-top: 8px;
}
.coreSection.link-headers  > p {
    margin-top: 0;
}
.coreSection > p {
    margin-top: 15px;
}
/*Bog Control*/
.blog_cntrl
{
    margin-bottom:15px;
}
.blogTitle
{
    font-size: 0.7em;
}
.BlogFeed {
    width: 280px;
}
.blogDate {
padding-bottom: 7px;
font-style: italic;
}

/*Feedback style begin*/
.SURVEYCONTAINER, .SURVEYCONTAINER .SURVEYHEADER, .SURVEYCONTAINER .SURVEYFOOTER, .SURVEYCONTAINER #SURVEYSECTIONCONTAINER, .SURVEYCONTAINER #SURVEYSECTIONCONTAINER #DIV_0, .SURVEYCONTAINER #SURVEYSECTIONCONTAINER #DIV_0 .SURVEYINTROTEXT, .SURVEYCONTAINER #SURVEYSECTIONCONTAINER #DIV_CLOSE, .SURVEYCONTAINER #SURVEYSECTIONCONTAINER #DIV_CLOSE .SURVEYTHANKYOUTEXT, .SURVEYCONTAINER #SURVEYSECTIONCONTAINER .NAVIGATION .NAVBUTTONCONTAINER, .SURVEYCONTAINER #SURVEYSECTIONCONTAINER .SURVEYSECTION, .SURVEYCONTAINER #SURVEYSECTIONCONTAINER .SURVEYSECTION .QUESTIONCONTAINER, .SURVEYCONTAINER #SURVEYSECTIONCONTAINER .SURVEYSECTION .QUESTIONCONTAINER .QUESTIONTEXT, .SURVEYCONTAINER #SURVEYSECTIONCONTAINER .SURVEYSECTION .QUESTIONCONTAINER .ANSWERTEXT, .SURVEYCONTAINER #SURVEYSECTIONCONTAINER .SURVEYSECTION .QUESTIONCONTAINER .OPTIONALTEXTBOX, .SURVEYCONTAINER #SURVEYSECTIONCONTAINER .SURVEYSECTION .QUESTIONCONTAINER .GHR_QUESTIONTEXT, .SURVEYCONTAINER #SURVEYSECTIONCONTAINER .SURVEYSECTION .QUESTIONCONTAINER .OPTIONALTEXTBOXINSTRUCTION, .SURVEYCONTAINER #SURVEYSECTIONCONTAINER .SURVEYSECTION .NAVIGATION .PROGRESSBARCONTAINER, .SURVEYCONTAINER #SURVEYSECTIONCONTAINER .SURVEYSECTION .NAVIGATION .PROGRESSBARCONTAINER .PROGRESSTEXT, .SURVEYCONTAINER #SURVEYSECTIONCONTAINER .NAVIGATION TABLE.NAVBUTTONCONTAINER, .SURVEYCONTAINER #SURVEYSECTIONCONTAINER .NAVIGATION TABLE.NAVBUTTONCONTAINER TD, .SURVEYCONTAINER #SURVEYSECTIONCONTAINER .NAVIGATION .PROGRESSBARCONTAINER TABLE, .SURVEYCONTAINER #SURVEYSECTIONCONTAINER .NAVIGATION .PROGRESSBARCONTAINER TABLE TD, .SURVEYCONTAINER #SURVEYSECTIONCONTAINER .SURVEYSECTION .QUESTIONCONTAINER TABLE, .SURVEYCONTAINER #SURVEYSECTIONCONTAINER .SURVEYSECTION .QUESTIONCONTAINER TABLE TD {
    font-size: 12px !important;
	font-family:Segoe UI,Arial,Verdana,Tahoma,sans-serif !important;
}

.feedback
{
    clear:both;
	margin-top:40px;
	margin-bottom:40px;
	padding-top:10px;
	border-top:1px solid #CCC;
}
#ShowFeedbackLink {
	cursor: pointer;
}
.feedback h1, .feedback h3
{
	padding-top: 20px;
	font-size: 1.15em;
}

div#FeedbackForm
{
	
}
div#FeedbackForm p
{
    /*font-size: .8em;*/
	padding-top: 10px;
}
div.SURVEYSECTION div.QUESTIONCONTAINER 
{
	padding-left:0 !important;
}
div.QUESTIONTEXT a.QUESTIONTEXT 
{
    /*font-size: 1em !important;*/
}

.SURVEYCONTAINER #SURVEYSECTIONCONTAINER .NAVIGATION .NAVBUTTONCONTAINER .NAVBUTTONCELL .NAVBUTTON {
font-size: 12px !important;
height: 32px !important;
}
.NAVBUTTON {
    border: none;/*2px solid #2a2a2a*/
    background: #1570a6;
	color: #fff;
	padding:6px;
	font-size: 12px !important;
	font-family:Segoe UI,Arial,Verdana,Tahoma,sans-serif !important;
}
div.SURVEYTHANKYOUCONTAINER {
	padding-left:0 !important;
}
div.SURVEYTHANKYOUCONTAINER div.SURVEYINTROTEXT {
	font-size: 12px !important;
	font-family:Segoe UI,Arial,Verdana,Tahoma,sans-serif !important;
}

div.FeedbackLink {
	margin: 24px 0 !important;
	}
a#ShowFeedbackLink {
	border: 2px solid #eaeaea;
    background: #fff;
	color: #2a2a2a;
	padding:8px;
	font-size: 14px !important;
	font-family:Segoe UI,Arial,Verdana,Tahoma,sans-serif !important;
	}

/*Feedback style begin*/
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.contentText {
 /*   font-size: 12px; */
}
.malwareTitle
{
    display: inline;vertical-align:middle;/*margin-left:15px;*/
}
.SubmissionHistoryContentLeft {
    width: 215px;
}
.oneMscomCarousel .mstCarousel_head
{
    padding-left:0 !important;
}
/*make selected items normal weight*/
.selected {
    font-weight: normal;
}
/*featured family*/
.ff_imagetext {
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
}
.ff_imagetext img {
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 0;
}

.ff_imagetext.contentText > div {
    float: left;
    width: 130px;
}
/*Table styles*/
.mmpctable {
    border-style: none;
    border-collapse: collapse;
    border-spacing: 0;
    color: #666666;
    font: 12px/18px "Segoe UI",Arial,sans-serif;
    margin: 25px 0;
    width: 100%;
}
.mmpctable tr {
    border-style: none;
}
.mmpctable tr.colg {
    background-color: #F2F2F2;
}
.mmpctable tr.colw {
    background-color: #FFFFFF;
}
.mmpctable th {
    border-style: none;
    background: none repeat scroll 0 0 #E5E5E5;
    color: #333333;
    text-align: left;
    padding: 10px;
    font-weight:bold;
}
.mmpctable td {
    border-style: none;
    padding: 10px;
}
.mmpctable td.smalltd {
    width: 145px;
}
.mmpctable td.largetd {
    width: 425px;
}

/*End Table styles*/
/*Footer*/
div.mstFooterLocale {
	display: none;
	}
/*End Footer*/
.translate_box
{
 float: right;
 margin-bottom: 10px;
 margin-left: 15px;
}