
/*Page related styles for you to view*/
#mycustomscroll {
/* Typical fixed height and fixed width example */
width: 300px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #E7EADE;
margin: 0.3em auto;
padding: 15px;
}


 #article_nav_container
 {
/* Typical fixed height and fixed width example */
width: 900px;
height: 145px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: white;
margin: 0.3em auto;
 
 background-image: url(../images/article_nav_bg.png);
	background-repeat: repeat-x;
	background-position: left top;   
	padding-left:10px;
 }



.article_nav_cell
{
     position:relative;
     width:80px;
     height:105px;   
     
     font-family:Segoe UI;
     font-size:11px;
     line-height:15px;
     font-weight:bold;

}
 
.article_nav_cell_link_selected:link
{
    
       padding-top:60px;
	display:block;
	width:80px;
	position:relative;
	 text-decoration:none;
	 color:#464646;
	 background-image: url(../images/article_nav_link_selected.png);
	background-repeat:no-repeat;
	background-position: left top;   
    
    
    
}

.article_nav_cell_link:link
{
    
    padding-top:60px;
	display:block;
	width:80px;
	position:relative;
	 text-decoration:none;
	 color:#464646;
	 background-image: url(../images/article_nav_link.png);
	background-repeat:no-repeat;
	background-position: left top;   
}

.article_nav_cell_link:hover
{
	 color:#464646;
	 text-decoration:underline;
	 background-image: url(../images/article_nav_link_hover.png);
	background-repeat:no-repeat;
	background-position: left top;   
}


.article_nav_cell_link_selected:hover
{
    
    
     color:#464646;
	 text-decoration:underline;
	 background-image: url(../images/article_nav_link_hover.png);
	background-repeat:no-repeat;
	background-position: left top;   
    
    
    
}

#mycustomscroll2 {
/* Typical fixed height and fixed width example */
width: 340px;
height: 250px;
overflow: auto;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #D5EADE;
margin: 0.3em auto;
padding: 15px;
}


.fixedwidth {
/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
width: 550px;
height: auto;
position: relative;
color: black;
padding: 1px;
}

/* general page style ends here */