a.TmenuEntry {
  display:block; 
  line-height:18px; padding: 2px 2px 2px 5px;
  border-style: solid;
  border-width: 0px 1px 1px 1px;
  border-color: #FFFFFF;
  margin:0px;
  background-color: #036C4E; color: #FFFFFF; 
  font-weight: bold; font-family: Arial, Helvetica, Verdana; font-size:12px;
  text-decoration:none;
}
a.TmenuEntry:hover {
  border: 1px solid #036C4E;
  background-color: #FFFFFF; color: #036C4E; 
  text-decoration:none;
}

.menuheader           {background-color:#FFF0BB; color:#036C4E;}
.columnheader,
table.columnheader, .sidebarheader, 
table.columnheader td   {background-color:#036C4E; color:#F4F938; border-color:#036C4E;}
table.columnheader td a {color:#F4F938;}

.sidebarheader, .sidebarheaderPlain {
  background-color:#036C4E; color:#F4F938;
}
.sidebarframe {
  width:auto; 
  padding:2px;
  border:2px solid #036C4E; border-width: 0px 2px 0px 2px;
}
.sidebarfooter {
  background-color:#036C4E; color:#F4F938;
}
.sidebarbox {
  background-color:#FFFFFF;
}

.section              {background-color:#036C4E; color:#F4F938; border-color:#036C4E;} 
.subsection,
.article,
.feature              {background-color:#FFF0BB; color:#036C4E; border-color:#036C4E;}  
.subsubsection        {color:#036C4E; border-bottom-color:#036C4E;} 


/* all A tags whose HREF attribute ends in a common file type prefix */
a[href$='.pdf'] { 
	padding-right: 18px;
	background: transparent url(/MEDIA/furniture/linkIcons/icon_pdf.gif) no-repeat center right;
}
a[href$='.doc'] { 
	padding-right: 18px;
	background: transparent url(/MEDIA/furniture/linkIcons/icon_doc.gif) no-repeat center right;
}
a[href$='.xls'] { 
	padding-right: 18px;
	background: transparent url(/MEDIA/furniture/linkIcons/icon_xls.gif) no-repeat center right;
}
/* all A tags whose HREF attribute starts with mailto: */
a[href ^="mailto:"] {
	padding-right: 18px;
    background: transparent url(/MEDIA/furniture/linkIcons/icon_mailto.gif) no-repeat center right;
   
}
/* all A tags whose CLASS attribute is popup */
a[class ="popup"] {
	padding-right: 18px;
    background: transparent url(/MEDIA/furniture/linkIcons/icon_popup.gif) no-repeat center right;
}
/* all A tags whose REL attribute equals external */
a[rel ~='external'] {
	padding-right: 18px;
	background: transparent url(/MEDIA/furniture/linkIcons/icon_external.gif) no-repeat center right;
}
/* all A tags whose REL attribute equals pdf */
a[rel='pdf'] { 
	padding-right: 18px;
	background: transparent url(/MEDIA/furniture/linkIcons/icon_pdf.gif) no-repeat center right;
}
/*  all A tags whose REL attributes has the letters pdf somewhere mixed in*/
a[rel*='pdf'] { 
	padding-right: 18px;
	background: transparent url(/MEDIA/furniture/linkIcons/icon_pdf.gif) no-repeat center right;
}
/* all A tags whose REL attribute contains the value pdf, space seperated from other values */
a[rel~='pdf'] { 
	padding-right: 18px;
	background: transparent url(/MEDIA/furniture/linkIcons/icon_pdf.gif) no-repeat center right;
}
a[class ="photo"] {
	padding-left: 15px;
    background: transparent url(/MEDIA/furniture/linkIcons/photo_icon.gif) no-repeat center left;
}
a[class ="video"] {
	padding-left: 15px;
    background: transparent url(/MEDIA/furniture/linkIcons/video_icon.gif) no-repeat center left;
}
a[class ="audio"] {
	padding-left: 15px;
    background: transparent url(/MEDIA/furniture/linkIcons/audio_icon.gif) no-repeat center left;
}

