/* ------------------------------------------------------------------------------  */
/* REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! REMEMBER! */
/*                                                                                 */ 
/*              ALL CUSTOM STYLES MUST BE ADDED TO MOBILE STYLES AS WELL!          */
/*                                                                                 */
/*                                                                                 */ 
/* ------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------ */
/* Element Defaults */
/* ------------------------------------------------------------------ */
 
/* These got reset by re set.css. */
p { margin: 1.08em 0 }
strong { font-weight: bold }
em { font-style: italic }

/* Fonts and such. */
body {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 92%;
  color: #222;

}

a { color: #008888;
  text-decoration: none; }
a:hover { text-decoration: underline; }

img { font-size:9px; }

hr { color:#aaaaaa; background-color:#aaaaaa; }
div.contentImageLeft,
div.contentImageRight {
   margin-top:5px;
   margin-bottom:5px;
}
/* ------------------------------------------------------------------ */
/* Common Class Defaults */
/* ------------------------------------------------------------------ */

/* clearfix - for closing elements containing floats across browsers */
.clearfix:after {
  content:"."; 
  display:block; 
  height:0; 
  clear:both; 
  visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */

a.inlineEdit, span.inlineEdit {
  font-family: Arial, Helvetica, Verdana, sans-serif!important;
  font-weight:normal!important;
  font-size:10px!important;
  color:#CCC!important;
  text-decoration:none!important;
  text-transform:uppercase;
}
  a.inlineEdit:hover, span.inlineEdit:hover { color:#C70E0F!important; }

.clicktozoom {
  display:block;
  text-align:right;
  font-size:9px;
  text-decoration:none;
}

.headline, .headline a {
font-family: Georgia, Times, Times New Roman, serif;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
  .headline a:hover { text-decoration:underline; }

.subheadline {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color: #464646;
}

.byline {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#7d7d7d;
}
.byline span {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    text-transform: lowercase;
}

/* ---------------------------------------------------- */
.excerpt {                   /* XXX Where is this used? */
    background: #EEEEEF;
    padding: 15px;
    margin: 10px 15px;
    border: 1px dotted #666;
}

.pagination { font-size: 10px; }

a.memberThumb {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
}

input.searchbox {
  width: 134px;
  height: 16px;
  background: url(/images/backgrounds/keywords.png) no-repeat;
  padding: 3px 9px 0 21px;
  border: 0;
  font-size: 10px;
}
  input.searchbox:focus { outline: none; }

.BlogButton {
  display: block;
  width: 140px;
  height: 45px;
  background-repeat: no-repeat;
  text-indent: -6000px;
}

.sectionHeader { 
  background-repeat: no-repeat;
  background-position: left top;
  text-align: left; 
  font-weight: bold;
  font-size: 16px;
  color: #004961;
}
  .sectionHeader a, .sectionHeader span {
    display: block;
    text-indent: -6000px;
  }

h1.sectionHeader {
  height: 22px;
}
  h1.sectionHeader a, h1.sectionHeader span { 
    height: 22px; 
    line-height: 22px;
    }

h2.sectionHeader {
  height: 13px;
}
  h2.sectionHeader a, h2.sectionHeader span { 
    height: 13px; 
    line-height: 13px;
    }

#gridMainSidebar1 div.MainSidebar { 
  background: none;
  margin-bottom: 15px; 
}
  #gridMainSidebar1 div.MainSidebar h3 {
    background: none;
    padding: 0 0 10px;
    font-family: Verdana, Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #b5d939;
    text-align: left;
    text-transform: uppercase;
    line-height: 1em;
    letter-spacing: -1px;
  }
    #gridMainSidebar1 div.MainSidebar h3 a { 
      color: #b5d939;
      text-decoration: none;
    }
    #gridMainSidebar1 div.MainSidebar ul {
      padding: 0;
    }

/* -----------------------  Now in publication.css   -------------------------- */
 
/*

div.tools {
    margin-bottom: 5px;
    width: 156px;
    background-color: #eee;
    padding: 2px;
    color: #7d7d7d;
}
div.tools h3 {
    padding: 5px 0;
    border: 1px solid #FFF;
    border-bottom: none;
    text-align: center;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
div.tools h4 {
    padding: 0 0 3px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}
div.tools *+h4 { padding-top: 8px; }
div.tools ul {
    border: 1px solid #fff;
    border-top: none;
}
div.tools ul li {
    border-top: 1px solid #FFF;
    font-size: 13px;
}
div.tools ul li a {
    background-repeat: no-repeat;
    background-position: 5px center;
    display: block;
    padding: 5px 0 5px 28px;
    text-transform: lowercase;
    color:#7d7d7d;
}
div.tools ul li * a {
    display: inline;
    padding: 0;
    text-transform: none;
}
div.tools ul li.l1 {
    padding: 5px;
}
div.tools ul li.l0 ul {
    margin-bottom: 5px;
}

  div.tools div.togglePanel {
    padding: 5px;
    background-color: #D3DCDE;
}
  div.horizontalToolsTogglePanel {
    padding: 5px;
    background-color:#E3E2D5;
  }
div.tools div.togglePanel textarea,
div.tools div.togglePanel input[type=text] {
    width: 132px;
    padding: 2px;
    border: solid 1px #ccc;
}
div.tools div.loading {

    background-image: url(/images/icons/toolsloader.gif);
    background-repeat: no-repeat;
    background-position: 0px center;
    padding: 0 20px;
}

div.tools a.emailAction {
    background-image: url(/images/icons/article_tools/email.gif);
}
div.tools a.printAction {
    background-image: url(/images/icons/article_tools/print.gif);
}
div.tools a.shareAction {
    background-image: url(/images/icons/article_tools/share.gif);
}
div.tools a.saveAction {
    background-image: url(/images/icons/article_tools/save.gif);
}
div.tools a.commentItem {
    background-image: url(/images/icons/article_tools/comment.gif);
}
div.tools a.reminderAction {

}
div.tools a.addAction {
    display: block;
    padding: 5px 0 5px 18px;
    background-repeat: no-repeat;
    background-position: 0px center;
    background-image: url(/images/icons/article_tools/add.gif);
}
  div.tools form a.addAction {
    background-image: none;
    padding:5px;
    text-decoration: none;
  }

  div.horizontalTools {
      background-color:#eee;
      border:2px solid #ddd;
      float:left;
      margin-bottom:10px;
      width:100%;
  }
  div.horizontalTools ul {
      padding:0 8px;
  }
  div.horizontalTools li.l0 {
      float:left;
      margin:0 5px;
      padding:1px 9px;
  }
    div.horizontalTools li.l0 a {
      text-decoration:none;
      font-size:.9em;
    }
  div.horizontalToolsTogglePanel {
    width:auto!important;
    height:auto!important;
    padding:10px;
  }
    div.horizontalToolsTogglePanel .toolsInner {
      padding:5px;
    }
      div.horizontalToolsTogglePanel .toolsInner h3 {
        margin:5px 0;
      }
  div.horizontalToolsTogglePanel ul li.l1 {
      background: #FEFEFE;
      padding: 2px;
      margin: 2px 0;
  }

div.processOutput {
  background: #ffffcc;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ffff00;
}


*/

/* ------------------------------------------------------------------ */


/* Now in publication.css

div.tinyTools {
    background-color: #eeeeee;
    float: right;
    font-size: 10px;
    line-height: 1em;
    margin-left: 5px;
    padding: 8px 7px;
    width: 116px;
}
div.tinyTools h3 {
    font-size: 10px;
    line-height: 1em;
    font-weight: bold;
}
div.tinyTools h4 {
    margin: 5px 0 2px 0;
    font-size: 10px;
    font-weight: bold;
}
div.tinyTools ul {
    margin: 10px 0 0 0;
}
div.tinyTools ul li.l0 {
    border-bottom: solid 1px #E3E3E3;
    margin-bottom: 4px;
}
div.tinyTools ul li.l0 a {
  background: #FFF;
  background-repeat: no-repeat;
  display: block;
  padding: 4px;
  text-decoration: none;
  color:#094760;
}
div.tinyTools div.togglePanel ul {
    margin: 0;
}
div.tinyTools div.togglePanel {
    padding: 4px;
}
div.tinyTools div.togglePanel textarea,
div.tinyTools div.togglePanel input[type=text] {
    width: 102px;
    padding: 2px;
    border: solid 1px #ccc;
}

*/

/* ------------------------------------------------------------------ */

div.flipBook {
    position: relative;
}
div.flipBook .credit {
    margin-top: 2px 0 2px 0;
  text-align: right;
  font-family: "Trebuchet MS";
  font-size: 9px;
  text-transform: uppercase;
}
div.flipBook div.photGridWrap {
    text-align: center;
}
div.flipBook div.photoGrid {
    display: inline-block;
    margin-top: 4px;
    border-top: dotted 1px;
    padding: 4px 0 4px 1px;
}
div.flipBook div.photoGrid a,
div.flipBook div.photoGrid a:link,
div.flipBook div.photoGrid a:visited,
div.flipBook div.photoGrid a:hover {
    position: relative;
    float: left;
    text-decoration: none;
    border: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 1px solid #999;
    margin: 3px 5px 4px 0;
    width: 46px;
    height: 46px;
}
div.flipBook div.photoGrid a:hover {
    width: 50px;
    height: 50px;
    left: -2px;
    top: -2px;
    margin-right: 1px;
    margin-bottom: 0px;
}

/* ------------------------------------------------------------------ */

/* ------------------------------------------------------------------ */
/* Inline Images */
/* ------------------------------------------------------------------ */

.contentImageCenter {
  text-align:center;
}

body.ContentDefaultNoRelated .contentImageCenter {
clear:both;
padding-top:20px;
}
.contentImageRight {
  float:right;
  margin-left:10px;
  position:relative;
}
.contentImageLeft {
  float:left;
  margin-right:10px;
  position:relative;
}

/* blog images */  
.postBody img.blogImageLeft,
.postBody img.blogImageRight,
.postBody img.blogImageCenter
{
    background:#EEEEEE none repeat scroll 0 0;
    border:1px solid #CCCCCC;
    display:block;
    margin:5px;
    padding:5px;
    text-align:center;
}
.postBody img.blogImageLeft {
    float:left;
    display:inline;
    margin:0 10px 10px 0;
}
.postBody img.blogImageRight {
    float:right;
    display:inline;
    margin:0 0 10px 10px;
}
.postBody img.blogImageCenter {
    display:inline;
    margin:0 10px 0 10px;
}

div.blogImageRight {
    float: right;
    margin: 0 0 5px 10px;
    }
div.blogImageCenter {
    clear: both;
    margin: 10px auto;
    }
div.blogImageLeft {
    float: left;
    margin: 0 10px 5px 0;
    }
div.blogImageCenter ul,
div.blogImageLeft ul,
div.blogImageRight ul {
    padding: 0;
    margin: 0;
    color: #636363;
    font-family: Arial,Helvetica,sans-serif;
    font-size: .9em;
    text-align: right;
    margin-top: -5px;
    }
    ul li.imageCredit {
      letter-spacing: 0.1em;
      text-transform: uppercase;
      font-size: .9em;
      list-style: none outside none;
    }
    ul li.imageCaption {
      text-align: center;
      list-style: none outside none;
    }

/* Page list styles */

div#storyBody ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin: 3px 0;
}

/* Digital Issue styles [Issue Archives] */

li.digitalIssue {
  padding-top: 5px;
}
a.digitalIcon {
  background: #EEF url(/images/icons/paper.gif) no-repeat scroll 1px center;
  padding: 1px 3px 1px 15px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #CCE;
  }
  
  #archiveIssueHeader ul {
    margin-bottom: 15px;
  }
  #archiveIssueHeader a.digitalIcon {
    font-size: .8em;
    background: #EEF url(/images/icons/paper-large.png) no-repeat scroll 2px center;
    padding-left: 25px;
  }
  
/* Twitter Feed */
#TwitterFeed {
  background:#fff;
  padding: 0;
  overflow:hidden;
}
  #TwitterFeed h2.widget_head {
    text-align:center;
    padding:5px 10px;
    background:#004961 url(/images/icons/twitter-bird.gif) no-repeat 3px 3px;
  }
  #TwitterFeed h2.widget_head a {
    color:#fff;
    text-decoration:none;
    }
    div#TwitterFeed.MainColumn h2.widget_head {
      text-align: left;
      background: transparent;
      padding: 0;
    }
    div#TwitterFeed.MainColumn h2.widget_head a {
      color: #f0bf3e;
      font-size: 16px;
    }
#twitter_div {
  padding: 0px;
}  

#twitter_div a#twitter-link span {
  padding: 0px;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  display:block;
  text-transform:uppercase;
  font-size:.85em;
  margin-bottom:10px;
}


#twitter_div ul {
  padding: 0;
  overflow: hidden;
}

#twitter_div ul li {
  margin:5px 0px;
  padding:0px;
  background:#fff;
  font-size:0.9em;
  border-bottom: 1px solid #ebebeb;
  padding-bottom:5px;
  }
  #twitter_div ul li a.twitterTime {
    color: #979797;
    font-style: italic;
    font-size: .9em;
    font-family: Georgia,serif;
    text-decoration: none;
  }
a.widget_link {
  text-align:center;
  display:block;
  font-size:0.8em;
  width:100%;
  background:#004961;
  color:#fff;
  padding:2px 0;
  }
  div#TwitterFeed.MainColumn a.widget_link {
    color: #222;
    background: #EEE;
  }
  
/* ------------------------------------------------------------------------ */
/* SLIDESHOW */
/* ------------------------------------------------------------------------ */

/* Styles for pop-up controls. */

#SlideshowMetaData {
clear:both;
}

#SlideshowPopUp .closeBtn {
  font-weight:bold;
  margin-left:530px;
  margin-top:5px; 
  position:absolute;
  }
  #SlideshowPopUp .closeBtn a {
    display: block;
    color: #000;
    text-decoration: none;
    height: 30px;
    }
    #SlideshowPopUp .closeBtn a img {
      margin-bottom: -10px;
    }

#SlideshowPopUp .slideImg,
#SlideshowFullPage .slideImg {

  margin: auto;
}
#SlideshowPopUp .slideContainer,
#SlideshowFullPage .slideContainer {
  background: #fff;
  }
  #SlideshowFullPage .slideContainer {
    width: 600px;
    margin: 0 auto;
  }

#SlideshowPopUp .slideImg .controls {
  position:     relative;
  margin-top:   -100px;
  width:        300px;
  height:       57px;
  margin-left:  auto;
  margin-right: auto;
  z-index:      100;
  clear:		both;
}

#SlideshowPopUp .slideImg .controls a {
  background-attachment:  scroll;
  background-color:       transparent;
  background-position:    0 0;
  background-repeat:      no-repeat;
  display:                block;
  float:                  left;
  width:                  100px;
  height:                 57px;
  text-indent:            -6000px;
  overflow:               hidden;
}

#SlideshowPopUp .slideImg .controls .back {
  background-image:       url(/images/buttons/slideshow/slideshow-back.png);
}
#SlideshowPopUp .slideImg .controls .playpause {
  background-image:       url(/images/buttons/slideshow/slideshow-play_pause.png);
}
#SlideshowPopUp .slideImg .controls .play {
  background-image:       url(/images/buttons/slideshow/slideshow-play.png);
}
#SlideshowPopUp .slideImg .controls .pause {
  background-image:       url(/images/buttons/slideshow/slideshow-pause.png);
}
#SlideshowPopUp .slideImg .controls .next {
  background-image:       url(/images/buttons/slideshow/slideshow-next.png);
}

/* Story page, inline and teaser */
div.inlineSlideshow {
 /* width: 420px; */
  margin: 0 auto;
  }
  h5.slideshowHeader {
    font-size: 1.4em;
    text-transform: uppercase;
  }
  div.inlineSlideshow p,
  div#SlideshowTeaser p {
    margin: 0;
    color: #444;
  } 
  .slideshowTitle {
    font-size: 1.1em;
    font-weight: bold;
    color: #000;
  } 
  .slideshowDesc {

  }
  .slideshowCount {
    font-size: .9em;
  }
  .slideshowByline {
    font-size: .9em;
    font-style: italic;
  }
  a.postComment {
    display: block;
    font-size: .9em;
    margin-top: 5px;
    font-weight: bold;
  }

  div.slideshowThumbnails {
    margin-top: 5px;
    font-size: 0;
    text-align: center;
  }
  div.slideshowThumbnails img {
 display: inline-block;
  }
  div.slideshowThumbnails a+a img{
    margin-left: 7px;
  } 
body#Content div#SlideshowTeaser.Sidebar,
div#SlideshowTeaser.Sidebar {
  padding: 0;
  background: transparent;
  border: 0;
  font-size: .9em;
  }
  div#SlideshowTeaser div {
    margin-bottom: 10px;
  }  

/* Full page styles */

body#Slideshow div#gridMainColumn .MainColumn  {
  padding: 0 20px;
  margin-bottom: 20px;
}
body#Slideshow div#gridMainColumn {
  padding:20px 0;
}
body#Slideshow div#Comments.CommentsComponent,
body#Slideshow div#BrowseComments.ContentComments {
  padding:0 0 12px;
}

body#Slideshow div#Share {
  float: right;
  margin: 10px 0;
}

#Slideshow div.MainColumn h3 {
  border-bottom:1px solid #999;
  margin-bottom:5px;
  font-size:1.3em;
  }
  #Slideshow div.MainColumn h3.headline {
    border: 0;
    font-size: 1.1em;
    margin-bottom: 0;
  }
  #Slideshow div#Comments.MainColumn h3 {
    border: 0;
    font-size: 16px;
  }

#Slideshow div.MainColumn .byline {
  margin-top: 0;
}  

div#SlideshowFullPage .credit,
div#SlideshowPopUp .credit {
    text-align: right;
    text-transform: uppercase;
    color: #444;
    font-size: .9em;
    margin-bottom: 3px;
}
div#SlideshowFullPage .caption,
div#SlideshowPopUp .caption {
  text-align: left;
  font-size: .9em;
  margin-bottom: 10px;
}

div#SlideshowFullPage .slideshowPrevNext {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
  margin: 10px auto;
  width: 300px;
  height: 57px;
  clear: both;
}  
div#SlideshowFullPage .slideshowCount {
  text-align: center;
}
div#SlideshowFullPage a.imageLink {
  display: block;
  background: #000;
  margin-top: 15px;
}
/* Related Slideshows - updated styles from search */
#RelatedSlideshows>ul {
  display: -webkit-box;    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
  display: -ms-flexbox;    /* TWEENER - IE 10 */
  display: -webkit-flex;    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
  display: flex;    /* NEW, Spec - Firefox, Chrome, Opera */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
div.inlineSlideshow>a.toggleSlideshow{
  display: block;
}
#RelatedSlideshows .teaser-wrap {
  position: relative;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  height: 204px;
  padding-bottom: 0 !important;
  text-align: center;
  background-color: #333
}

#RelatedSlideshows .teaser-wrap img {
  height: 100%;
}
div#RelatedSlideshows ul li {
  padding-bottom: 10px;
  }
  div#RelatedSlideshows ul li div.storyTeaser {
    float: left;
    margin-right: 10px;
  }

div.slideshowPrevNext a {
  float: left;
  text-indent: -3000px;
}
div.slideshowPrevNext a.slideshowBack {
  background: transparent url(/images/buttons/slideshow/slideshow-back.png) no-repeat 0 0;
  display: block;
  height: 57px;
  width: 100px;
}
div.slideshowPrevNext a.slideshowNext {
  background: transparent url(/images/buttons/slideshow/slideshow-next.png) no-repeat 0 0;
  display: block;
  height: 57px;
  width: 100px;
}
div.slideshowPrevNext a.SlideshowFullPageNewToggleSlideshow {
  background: transparent url(/images/buttons/slideshow/slideshow-play.png) no-repeat 0 0;
  display: block;
  height: 57px;
  width: 100px;
}
div.slideshowPrevNext a.playing {
  background: transparent url(/images/buttons/slideshow/slideshow-pause.png) no-repeat 0 0;
  display: block;
  height: 57px;
  width: 100px;
}

/* Pop-up Styles */

body.SlideshowPopUp div#gridHeader div {
  margin: 5px;
}

div#SlideshowMetaData .slideshowByline {
  margin-bottom: 10px;
}

div#SlideshowMetaData .caption {
  font-size: .9em;
}
div#SlideshowMetaData .credit {
  text-transform: uppercase;
  color: #444;
  font-size: .9em;
}

div#SlideshowPopUp .date {
  color: #444;
  font-size: .9em;
}

/* narrow search options bar */
div.searchedFor ul.narrowOptionsBar {
  position:absolute; 
  right:-10px; 
  top:17px; 
  margin-top:4px;
  padding: 2px 0 1px; 
  background-color:#f0bf3f; /* for dropdown menu */
  -webkit-box-shadow:0 10px 15px rgba(0, 0, 0, 0.4);
  -moz-box-shadow:0 10px 15px rgba(0, 0, 0, 0.4);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}
div.searchedFor ul.narrowOptionsBar li {clear:both; margin-bottom: 2px; display:block; text-transform: none;}
div.searchedFor ul.narrowOptionsBar li a {
  display:block; 
  padding:1px 30px 2px 20px;
  color: #fff; 
  font-size: 12px; 
  text-decoration:none; 
}
div.searchedFor ul.narrowOptionsBar li a:hover {color:#f0bf3f;background-color:#fff;}
div.searchedFor .sortBar {
  float:right;
  margin-left:1em;
  text-align:right;
  position:relative;
}
div.searchedFor .sortBarHeader {font-size:12px;color:#f0bf3f;}
div.searchedFor .sortBarHeader a {
  display:inline-block;
  height:16px;
  margin-left:0;
  padding:0 18px 0 0;
  background:transparent url(/images/buttons/sort-arrows.png) right bottom no-repeat;
  color:#f0bf3f;
  text-decoration:none; 
  outline: 0;
  }
div.searchedFor .sortBarHeader a.active {}

/* event source branding header styles */
li.eventItem span.eventSource {display:block;float:right;height:20px;line-height:20px;}
  li.eventItem span#Soket.eventSource {color:#0067a2;}
li.eventItem span.eventSource a {display:inline-block;text-decoration:none;text-indent:-6000px;}
  span#GETn2it.eventSource a {width:18px;height:20px;background:url(/foundation/images/buttons/getn2it-logo.png) center no-repeat;}
  span#Soket.eventSource a {width:20px;height:20px;background:url(/foundation/images/buttons/soket-logo.png) left center no-repeat;}
  .postBody blockquote,
.inlineComponent.inlineLeft {
  float: left;
  margin: .25em 10px .25em 0;
}
.inlineComponent.inlineRight {
  float: right;
  margin: .25em 0 .25em 10px;
} 
.inlineComponent.inlineCenter{
  margin:.5em auto;
  text-align: center;
}
.inlineComponent.inlineCenter div {
  margin:auto;
}  

.inlineComponent.inlineLeft {
  float: left;
  margin: .25em 10px .25em 0;
}
.inlineComponent.inlineRight {
  float: right;
  margin: .25em 0 .25em 10px;
} 
.inlineComponent.inlineCenter{
  margin:.5em auto;
  text-align: center;
}
.inlineComponent.inlineCenter div {
  margin:auto;
}  

.socialLogInHolder a {
  color:#000;
  }