#leftPanelOuter {
   border-collapse: collapse;
   vertical-align:top;
   background-color: #f1d5b0;
   height: 300px;
   width: 200px;
   border:0px solid #000;
}

/********************** TEXT ALBUMS ******************************/
#leftPanel {
   border-collapse: collapse;
   color: #CC0033;
   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: 14px;
	line-height: 16px;
	color: #000066;
	font-weight: normal;
}
	
#leftPanel td.arrow{
   padding: 8px;
}


#leftPanel a.category {
	text-decoration : none;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #a481b7;
	font-weight: bold;
	line-height: 14pt;
	letter-spacing: normal;	
}

#leftPanel a.categorySelected {
	text-decoration : none;
	font-family: Arial, Verdana,  Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #a50001;
	font-weight: bold;
	line-height: 14pt;
}

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

#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 : #a481b7;
	text-decoration : none;
	font-weight: bold;
	line-height: 22px;
}

#subCat a.subCategory:hover, 
#subCat a.subCategorySelected {
	color : #a50001;
	text-decoration : none;
	font-weight: bold;
	line-height: 22px;
}

#subCat .subCategorySelected {
	color : #a50001;
	text-decoration : none;
	font-weight: bold;
	line-height: 22px;
}


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

/*********************************************************************/
#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-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #6699cc;
	line-height: 18px;
}

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


