﻿/* helpcenter.css */

td.conTxt, 
td.conTxt a:active, 
td.conTxt a:visited, 
td.conTxt a:link, 
td.conTxt a:hover { 
  color: #575654;
  padding: 0;
}

div.helpCenterBreadCrumbs {
  padding: 0;
  margin: 0;
}

div.helpCenterBreadCrumbs a:visited, 
div.helpCenterBreadCrumbs a:link, 
div.helpCenterBreadCrumbs a:active {
  text-decoration: underline;
}

div.helpCenterBreadCrumbs a:hover {
  text-decoration:underline;
}

span.helpCenterCategoryTitle {
  color: #575654;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
}

span.helpCenterCategoryDesc {
  color: #575654;
  font-size: 14px;
}

span.helpCenterContentTitle {
  color: #575654;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: underline;
}

span.helpCenterContentDate {  
  color: #575654;
  font-size: 1em;
  display:none;
}

span.helpCenterSubTitle {
  font-size: 24px;
  font-weight: bold;
}

h1 {
  font-family:HelvBld;
  font-size: 2em;
}

h2 { 
  font-size: 14px;
  font-family: Helvetica,Arial,sans-serif;
  font-weight: bold;
  margin-bottom: 20px;
}

div#outerWrap div#helpDate {
  font-size: 1em;
  float: left;
  margin: 10px 0 15px;
}

/*
 *
 * Lists 
 * 
 */
div#outerWrap ul.noStyle li {
  list-style-type: none;
}

div#outerWrap ul.bullet li {
  list-style-type: disc;
}

div#outerWrap ul.numbered li {
  list-style-type: decimal;
}
