#leftPanelOuter {
   border-collapse: collapse;
   vertical-align:top;
   background-color: #fff;
   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 {
	color : #8d8686;
	text-decoration : none;
	font-weight: bold;
}

#leftPanel a.categorySelected {
	color : #7d7373;
	text-decoration : underline;
	font-weight: bold;
}

#leftPanel a.category:hover, 
#leftPanel a.categorySelected:hover {
	color : #7d7373;
	text-decoration : underline;
	font-weight: bold;
}

#leftPanel .categorySelected{
   color: #000000;
}

/********************** 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 : #8d8686;
	text-decoration : none;
	font-weight: normal;
}

#subCat a.subCategory:hover, 
#subCat a.subCategorySelected {
	color : #7d7373;
	text-decoration : underline;
	font-weight: bold;
}

#subCat .subCategorySelected {
	color : #7d7373;
	text-decoration : underline;
	font-weight: bold;
}


/********************** leftPanelCallout******************************/
#leftPanelCalloutOuter {
   vertical-align:top;
   width:50%;
   height: 100%;
}

/*********************************************************************/
#leftPanelCallout {
   border-collapse: collapse;
   width:90%;
   margin:auto;
   border: 1px solid #004164;
   margin-top:10px;
   background-color: #cce3f1;
   height: 100%;
}

#leftPanelCallout td{
   padding:5px;
   text-align:left;
   line-height:20px;
}

#leftPanelCallout img{
   margin:auto;
}

#leftPanelCallout td.header {
   padding:5px;
   background-color:#004164;
   color:#fff;
	font-weight: bold;
	font-size: 17px;
}

#leftPanelCallout td.title{
	color : #004479;
	font-weight: bold;
	letter-spacing: 1px;
   text-align:center;
}

#leftPanelCallout a.title {
	color : #004479;
	font-weight: bold;
	text-decoration : underline;
}
