#leftPanelOuter {
   border-collapse: collapse;
   vertical-align:top;
   background-color: #EDF8F2;
   height: 400px;
   width:200px;
}

/********************** TEXT ALBUMS ******************************/
#leftPanel {
   border-collapse: collapse;
   color: #EDF8F2;
   text-align: left;
   border:0px solid #000;
   margin:auto;
   width:200px;
   margin-top:10px;
   margin-left:5px;
}

#leftPanel td {
   padding: 5px;
   font-size: 12px;
}

#leftPanel td.title {
	font-size: 12px;
	line-height: 16px;
	color: #000066;
	font-weight: normal;
}
	
#leftPanel td.arrow{
   padding: 8px;
}


#leftPanel a.category {
	text-decoration : none;
	font-size: 12px;
	font-weight: bold;
	color: #8C8C8C;
	line-height: 12pt;
	letter-spacing: 1px;	
}

#leftPanel a.categorySelected {
	text-decoration : none;
	font-size: 12px;
	color: #FF4000;
	line-height: 12pt;
	font-weight: bold;	
	letter-spacing: 1px;	
}

#leftPanel a.category:hover, 
#leftPanel a.categorySelected:hover {
	text-decoration : underline;
	font-weight: bold;
	color: #FF4000;
	letter-spacing: 1px;	
}

#leftPanel .categorySelected{
	color : #FF4000;
	text-decoration : none;
	font-weight: bold;
}

/********************** TEXT SUB CAT ******************************/

#subCat {
   padding: 0px;
   border-collapse: collapse;
   vertical-align:top;
   width: 100%;
}

#subCat td {
   padding: 2px;
   font-size: 11px;
   font-weight: bold;
}
#subCat a.subCategory {
	color : #8C8C8C;
	text-decoration : none;
	font-weight: normal;
}

#subCat a.subCategory:hover, 
#subCat a.subCategorySelected {
	color : #FF4000;
	text-decoration : underline;
	font-weight: bold;
}

#subCat .subCategorySelected {
	color : #FF4000;
	text-decoration : underline;
	font-weight: bold;
}

/********************** leftPanelCallout******************************/
#leftPanelCalloutOuter {
   vertical-align:top;
   width:200px;
}

/*********************************************************************/
#leftPanelCallout {
   border-collapse: collapse;
   width:100%;
   margin-left: 20px;
}

#leftPanelCallout td{
   padding: 2px;
}

#leftPanelCallout img{
}

#leftPanelCallout td.header {
}

#leftPanelCallout td.title{

}

#leftPanelCallout a.title {
	font-size: 9pt;
	color: #6699cc;
	line-height: 18px;
}

#leftPanelCallout a:hover{
	color : #FF3333;
}

