#leftPanelOuter {
   border-collapse: collapse;
   vertical-align:top;
   background-color: #e6e6e6;
   height: 100%;
}

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

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

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


#leftPanel a.category {
	text-decoration : none;
	font-size: 13px;
	font-weight: bold;
	color: #057abf;
	line-height: 14pt;
	letter-spacing: normal;	
}

#leftPanel a.categorySelected {
	text-decoration : none;
		font-size: 13px;
	line-height: 14pt;
	font-weight: bold;	
}

#leftPanel a.category:hover, 
#leftPanel a.categorySelected:hover {
	text-decoration : underline;
	font-weight: bold;
		font-size: 13px;
	color: #C64934;
}

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

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

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

#subCat td {
   padding: 5px;
   font-size: 11px;
   font-weight: bold;
}
#subCat a.subCategory {
	color : #057abf;
	text-decoration : none;
	font-weight: normal;
}

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

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


/********************** leftPanelCallout******************************/
#leftPanelCalloutOuter {
   vertical-align:top;
   width:275px;
   height: 100%;
   background-color:#fff;
}

/*********************************************************************/
#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;
}

