/* ___ Section Four: Sidebar Elements ___ */

/* 4.1 - Default Background Color */
 td.sidebarbgcolor {background-color: none;}

/* 4.3 - Header When NOT Surrounded by a Link */
table.sideheader {display : block;
background-image:url(http://66.193.23.4/sites_Neuance/292/images/sidebarHeaderbg2.gif);
	 background-repeat:no-repeat;
         width : 100%;
	 background-color: #D8C9BA;
	 padding: 0px 0px 0px 3px;
	 margin-top: 0px;}

.sideheader,td.sideheader {
	 display : block;
	 font-family: "Trebuchet MS", sans-serif;
         width : 100%;
	 font-size: 13px;
         line-height:15px;
         font-weight:bold;
	 color: #FFFFFF;
	 padding: 5px 10px 2px 10px;
	 margin-top: 0px;}

/* Header When it HAS a Link Around It */
table.sideheaderlink {display : block;
background-image:url(http://66.193.23.4/sites_Neuance/292/images/sidebarHeaderbg2.gif);
	 background-repeat:no-repeat;
         width : 100%;
	 background-color: #D8C9BA;
	 padding: 0px 0px 0px 0px;
	 margin-top: 0px;}

.sideheaderlink,a.sideheaderlink,a.sideheaderlink:link,a.sideheaderlink:visited, a.sideheaderlink:active {
	 display : block;
	 font-family: "Trebuchet MS", sans-serif;
	 width : 100%;
	 font-size: 13px;
         line-height:15px;
	 color: #FFFFFF;
	 padding: 5px 10px 2px 2px;
	 margin-top: 0px;
	 text-decoration: none;}

 a.sideheaderlink:hover{
	 display : block;
	 width : 100%;
	 padding: 5px 10px 2px 2px;
	 margin-top: 0px;
	 text-decoration: underline;}

/* Area Directly Below Header and Around Article Titles */
.sideheadersurround,table.sideheadersurround{
	 display : block;
	 width : 161px;
	 background-color: #F0EFED;
         border-top:1px solid #FFFFFF;}

td.sideheadersurround {padding-top:10px;}

/* Padding Around Article Titles */
.sidecontentpadding,td.sidecontentpadding{
	 padding:5px 2px 0px 9px;}

/* Article Title */
.sidetitle,a.sidetitle,a.sidetitle:link,a.sidetitle:visited, a.sidetitle:active {font-family: "Trebuchet MS", sans-serif;
	 font-size : 12px;
         line-height:12px;
	 color: #A68462;
         font-weight:bold;
	 text-decoration: none;}

 a.sidetitle:hover {color: #A68462;
	 text-decoration: underline;}

/* Default Text Style */
.sidetext {font-family: "Trebuchet MS", sans-serif;
         font-size : 11px;
         font-weight:normal;
	 color: #47443A;}

/* make links inside a sidebar summary match regular sidebar article links */
.sidetext a:link,a:visited {text-decoration:none;
         color: #A68462;}

.sidetext a:hover,a:active {text-decoration:underline;
         color: #A68462;}

/* More... Link That Goes With Article Title and Abstracts */
.sidemorelink,a.sidemorelink,a.sidemorelink:active,.sidemorelink:visited {
	 font-size : 11px;
	 color: #76A2CB;
	 text-decoration: none;}

 a.sidemorelink:hover {
	 font-size : 11px;
	 color: #76A2CB;
	 text-decoration: underline; }