/* KNOWLEDGE/TIP CONTENT */

/* TIP LIST */
#tips-list  {
     font-size:12px;
     /* background-color:#EEEEEE;  //grey */
     background-color:#F7F7F7;
     padding-left:10px;
     width:711px;

/*   
     margin-left:-10px;
     margin-top:-10px;
*/
}

#tips-list ul {
     margin:0;
}

#tips-list li {
     margin-left:-10px;
     list-style:none;
     border-bottom:1px dashed #eee;
}

#tips-list li a {
     color:#1e1a4b;
     display:block;
     text-decoration:none;  /* this means don't show underline in anchor */
     padding:10px 10px;
     width:700px;
}

#tips-list li a:hover {
     /* background:#7F0000; */   /* maroon red */  /* #1e1a4b darker than site top nav blue here */
     /* background-color:#DF0101; */
     /* border:dashed #DF0101 1px;  nice red */
     border:dashed #7DCF00 1px;   /* #7DCF00  */
     /* color:#FFF; */
     font-weight:bold;
}



#tips-list ul li a {
    font-size:12px;
    text-align: bottom;
}

#tips-list ul li a span {
    vertical-align: top;

}

#tips-list ul li a strong {
    display: inline-block;
    width: 650px;
}

/* TIP CONTENT */


div#leftTips{
  width:680px;
  /* background:#EEEEEE; */
  background:#F7F7F7;
  padding:20px 20px 20px 30px;
  /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); */
}

div.tipLatest p span a {
  font-size:1.2em;
  text-decoration:none;
}

div.tipLatest p small {
  vertical-align:9%;
}

.tipsLatestItems {
  font-size:88%;
  line-height: 1.7em;
}

.contentVersion {
}

.contentTip {
  /* background:#EEEEEE; */
  background:#F7F7F7;
  padding:10px 10px 10px 10px; /* top, right, bottom, left */
  float:left;
  width:880px;  
}

.tipsBoxedContent {
  padding:20px 30px 30px 0;
}

.tipsBoxedHeader {
  color:#7DCF00;        /* #7DCF00 nice green */
}

<!--
span.tipsSubjectLink {
  border: 1px solid #4E80B3;
  color: #000000 !important;
  float: left;
  font-size: 12px;
  /* font-style: italic; */
  font-weight: bold;
  padding: 5px 5px 5px 25px;
  width:100px;
  margin:5px;  
}
-->


/* TIPS TABS */


/* END TIPS TABS */


/* additional custom css for tip examples */
#imgme1 {   
  opacity: 0.5; 
}  
#imgme1:hover { 
  opacity: 1.0; 
} 

















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
