﻿#RightPanelArea
{
    width:190px;
    max-width:190px;
    overflow:hidden;
     
    height:550px; 
    
    background-color:Transparent; 
    vertical-align:top;
    
    
}


#divWebLinkCategories
{
	margin:0px 3px; background-color:White;
	width:100%;
	padding-bottom:3px;
	border:1px solid gray;
 }
#divWebLinkCategories img
{
	border:0px;
}
 
#divWebLinkItems
{
	margin:3px; 
	width:100%;
	padding-bottom:3px;
	text-align:left;
 }
 

 
#divRightPanelTitle
{

 background-color:#777;
 background-image:url("images/rightpaneltitlebg.jpg");
 background-repeat:repeat-x;
 color:White;
 font-family:arial;
 font-weight:bold;
 font-size:12pt;
 vertical-align:middle;
 text-align:left;
 padding:2px 2px 5px 2px;
}


