body
{
  font-family: Roboto, Helvetica, Arial, Tahoma, sans-serif;
  font-size: 10pt;
  color: #4F506C;
  padding-top: 6px;
  padding-bottom: 6px;
  margin-top: 6px;
  margin-bottom; 6px;

}

h1
{
font-family: Roboto, Helvetica, Arial, Tahoma, sans-serif;
font-size: 18pt;
font-weight: bold;
color: #57c0a4;
}

h2
{
font-family: Roboto, Helvetica, Arial, Tahoma, sans-serif;
font-size: 18pt;
font-weight: bold;
color: #4F506C;
}

h3
{
font-family: Roboto, Helvetica, Arial, Tahoma, sans-serif;
font-size: 18pt;
font-weight: bold;
color: #4F506C;
}

/* Default style for links */
/*                         */

a:link:active  { color: #57c0a4; font-weight: bold; text-decoration: none;}
a:link         { color: #57c0a4; font-weight: bold; text-decoration: none;}
a:visited      { color: #57C0A4; font-weight: bold; text-decoration: none;}
a:link:hover, a:visited:hover   { text-decoration: underline;}

span.WebWorks_Number
{
  display: inline-block;
  margin: 0;
  padding: 0;
  text-indent: 0;
}

div.WebWorks_Table
{
  border: 1px solid #000000;
}

div.WebWorks_Table_Row
{
  clear: left;
}

div.WebWorks_Table_Cell
{
  float: left;
}

div.WebWorks_Table_End
{
  clear: both;
  font-size: 1px;
}

/* MiniTOC */
/*         */

div.WebWorks_MiniTOC
{
  margin: 20px;
  padding: 0;
  background: #DCDCDC;
  border-color: #CCCCCC;
  border-width: 1px;
  border-style: solid;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}

div.WebWorks_MiniTOC_Heading
{
  display: none;
}

dl.WebWorks_MiniTOC_List
{
  margin: 0;
  padding: 0 0 0 16px;
}

div.WebWorks_MiniTOC > dl.WebWorks_MiniTOC_List
{
  padding-left: 0;
}

dl.WebWorks_MiniTOC_List > dd
{
    margin: 0;
    padding: 0;
}

div.WebWorks_MiniTOC_Entry
{
  cursor: pointer;
  margin: 0 8px 0 8px;
  padding: 4px;
  border-color: #CCCCCC;
  border-style: solid;
  border-width: 1px 0 0 0;
}

div.WebWorks_MiniTOC > dl.WebWorks_MiniTOC_List > dd:first-child > div.WebWorks_MiniTOC_Entry
{
  border-width: 0;
}

div.WebWorks_MiniTOC_Entry:hover
{
  background: #4F86CF;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96B6DD', endColorstr='#6A9DDF');
  background: -webkit-gradient(linear, left top, left bottom, from(#96B6DD), to(#6A9DDF));
  background: -moz-linear-gradient(top,  #96B6DD,  #6A9DDF);
}

a.WebWorks_MiniTOC_Link:link
{
  color: black;
  text-decoration: none;
}

a.WebWorks_MiniTOC_Link:visited
{
  color: #606060;
  text-decoration: none;
}

div.WebWorks_MiniTOC_Entry:hover > a.WebWorks_MiniTOC_Link:link
{
  color: white;
}

div.WebWorks_MiniTOC_Entry:hover > a.WebWorks_MiniTOC_Link:visited
{
  color: #EFEFEF;
}

/* Related Topics */
/*                */
/* Rhonda update these   */

dl.Related_Topics_List
{
  margin: 0;
  padding: 0;
  
 /* Rhonda commented out the following to get rid of border   */
/*  background: white;
  border: 1px solid #A4A4A4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;*/
}

dt.Related_Topics_Title
{
  font-weight: bold;
  /* Rhonda Set color to our Progress gray   */
  color: #1E2229;
  /* Rhonda Set font size same as section titles  */
    font-size: 15px;
  /* Rhonda commented out the following to get rid of border/background settings   */
 /* background: #9C332E;
  background: -moz-linear-gradient(top,  #73191A 0%, #9C332E 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#73191A), color-stop(100%,#9C332E));
  background: -webkit-linear-gradient(top,  #73191A 0%,#9C332E 100%);
  background: -o-linear-gradient(top,  #73191A 0%,#9C332E 100%);
  background: -ms-linear-gradient(top,  #73191A 0%,#9C332E 100%);
  background: linear-gradient(to bottom,  #73191A 0%,#9C332E 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73191A', endColorstr='#9C332E',GradientType=0 );
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  margin: 0;
  padding: 4px;
  color: white;*/
}

dd.Related_Topics_Entry
{
  cursor: pointer;
/*Rhonda Changed margin to 0 and padding to 0*/
  margin: 0;
  padding: 0px;
}

dl.Related_Topics_List > dd.Related_Topics_Entry:last-child
{
}
/*Rhonda commenting out all special link stylings for related topics so it just uses the default
link settings */
/*dd.Related_Topics_Entry:hover
{
  background: #EFEFEE;
  color: black;
}

dd.Related_Topics_Entry a:link
{
  color: #9C332E;
  text-decoration: none;
}

dd.Related_Topics_Entry a:visited
{
  color: #DC736E;
  text-decoration: none;
}

dd.Related_Topics_Entry:hover a:link
{
  color: #9C332E;
  text-decoration: none;
}

dd.Related_Topics_Entry:hover a:visited
{
  color: #DC736E;
  text-decoration: none;
}*/

/* LinkedIn Share */
/*                */
span#social_linkedin {
  margin-right: 12pt;
  vertical-align: -7px;
}

/* Google +1 */
/*           */
span#social_google_plus1 {
  vertical-align: -7px;
}

.Search_Result_Highlight
{
    background-color: yellow;
}
