/* ______________________________________ */	
/* ___ Section Four: Sidebar Elements ___ */
/* ______________________________________ */

/* 4.1 - Default Background Color */
/* includes all sidebar elements */
td.sidebarbgcolor {}

td#sidebararealeft {padding-left:10px;
         background-repeat:no-repeat;}

/* 4.2 - Header Background Image */
 table.sideheader {width:150px;}

/* 4.3 - Header When NOT Surrounded by a Link */
.sideheader, td.sideheader {font-size:10pt;
         line-height:12px;
         font-weight:bold;
         font-family: Verdana, sans-serif;
         text-transform: uppercase;
         color:#666666;}

/* 4.4 - Header When it HAS a Link Around It */
.sideheaderlink,a.sideheaderlink:link,a.sideheaderlink:visited,a.sideheaderlink:hover,a.sideheaderlink:active {font-size:10pt;
         line-height:12px;
         font-weight:bold;
         font-family: Verdana, sans-serif;
         text-transform: uppercase;
         color:#666666;}

/* 4.5 - Area Directly Below Header and Around All Article Titles */
.sideheadersurround,table.sideheadersurround {width : 150px;
         padding: 0px 0px 0px 0px;}

/* 4.6 - Padding Around Article Titles */
.sidecontentpadding,td.sidecontentpadding {padding:0px;}

/* correct extra padding between articles */
td.sidecontentpadding p {font-size : 8pt;
         line-height: 10pt;
         margin-bottom:0px;}

/* 4.7 - Article Titles */
.sidetitle,a.sidetitle:link,a.sidetitle:visited,a.sidetitle:active {font-family: Verdana, sans-serif;
         font-size : 8pt;
         line-height: 10pt;
	 color : #4B81BC;
         font-style: normal;
         
         
         text-decoration: none;
         display:block;
         /* testing this margin style to decrease space between article links */
         margin-bottom:-10px;}

a.sidetitle:hover {font-family: Verdana, sans-serif;
         font-size : 8pt;
         line-height: 10pt;
	 color : #4B81BC;
         font-style: normal;
         
         text-decoration: underline;
         display:block;
         /* testing this margin style to decrease space between article links */
         margin-bottom:-10px;}

/* 4.8 - Default Text Style */
span.sidetext {color : #666666;
	 font-size : 8pt;
         line-height: 10pt;
	 font-family: Verdana, sans-serif;
         padding:0px;}

/* 4.9 - More... Link That Goes With Article Title and Abstracts */
.sidemorelink,a.sidemorelink:link,a.sidemorelink:visited,a.sidemorelink:hover,a.sidemorelink:active {font-size : 8pt;
         line-height: 10pt;
	 font-family: Verdana, sans-serif;
         padding:0px;}

span.sidetext a:link, span.sidetext a:visited, span.sidetext a:active
{font-size : 8pt;
         line-height: 10pt;
	 font-family: Verdana, sans-serif;
         padding:0px;}