/***********************************************************************************/
/* Start of Arcadia Defined CSS Classes...

/* The category tree navication links */
.CatTreeNavStyle {
	Font-Size: 12px;
	/*Font-Weight: bold;
	color: #FC6203; */
	Font-Weight: normal;
	Font-Family: Arial,Helvetica,Geneva,SanSerif;
	Background-Color: #000000;
}

/* The category inline navigation links */
.CatInlineNavStyle {
	Font-Size: 12px;
	Font-Weight: normal;
	Font-Family: Arial,Helvetica,Geneva,SanSerif;
}

/* The sub category list section in a gallery page */
.SubCatListStyle {
	Font-Size: 12px;
	Font-Weight: normal;
	Font-Family: Arial,Helvetica,Geneva,SanSerif;	
}

/* Page navigation links ie. 'Prev Category, Page Number links and Next Category' */
.PageNavStyle {
	Font-Size: 12px;
	Font-Weight: normal;
	Font-Family: Arial,Helvetica,Geneva,SanSerif;
}

/* Page stats ie. 'Displaying Page 1 of 2 and 30 images' */
.PageStatsStyle {
	Font-Size: 10px;
	Font-Weight: normal;
	Font-Family: Arial,Helvetica,Geneva,SanSerif;
}

/* User Options */
.UserOptionsStyle {
	Font-Size: 10px;
	Font-Weight: normal;
	Font-Family: Arial,Helvetica,Geneva,SanSerif;
	Background-Color: #ffffff;
}

/* Category navigation list box */				 
.CatListBoxStyle {
	background-color: #c0c0c0;	
	color: #000000; 	
	Font-Weight: normal;
	font-family: Arial,Helvetica,Geneva,SanSerif; 	
	font-size: 10px;
}

/* Input Button for Category Nav List Box */
.CatInputStyle {
	background-color: #c0c0c0;	
	color: #000000; 	
	Font-Weight: normal;
	font-family: Arial,Helvetica,Geneva,SanSerif; 	
	font-size: 10px;
}

/* Sort Options List Box */
.SortListBoxStyle {
	background-color: #c0c0c0;	
	color: #000000; 	
	Font-Weight: normal;
	font-family: Arial,Helvetica,Geneva,SanSerif; 	
	font-size: 10px;
}

/* Sort Options Input button */
.SortInputStyle {
	background-color: #c0c0c0;	
	color: #000000; 	
	Font-Weight: normal;
	font-family: Arial,Helvetica,Geneva,SanSerif; 	
	font-size: 10px;
}

.SearchBoxStyle {
	background-color: #c0c0c0;	
	color: #000000; 	
	Font-Weight: normal;
	font-family: Arial,Helvetica,Geneva,SanSerif; 	
	font-size: 10px;
}

/* Any of the text that's displayed along with the thumb */
.ThumbInfoStyle {
	Font-Size: 10px;
	Font-Weight: normal;
	Font-Family: Arial,Helvetica,Geneva,SanSerif;
}

/* Any of the text that's displayed along with the full size media */
.FullSizeInfoStyle {
	Font-Size: 10px;
	Font-Weight: normal;
	Font-Family: Arial,Helvetica,Geneva,SanSerif;
}

/* The Header of the Table Style */
.TableHeaderStyle {
	Font-Size: 14px;
	Font-weight: Bold;
	Font-Family: Arial,Helvetica,Geneva,SanSerif;
}
	
/* The style of the table of thumbs ie. <table>...</table> */
table.ThumbTableStyle {
	background-color: #000000;
}
	
/* Style of the actual <td>..</td> tag for the Thumb */
td.ThumbTableTDStyle {
	background-color: #000000;
}

/* Copyright displayed at the bottom of page. */
.Copyright {
	Font-Size: 10px;
	Font-Weight: normal;
	Font-Family: Arial,Helvetica,Geneva,SanSerif;
}

.error {
	color: #FF0000;
}

/* End of Arcadia Defined CSS Classes...
/***********************************************************************************/

/***********************************************************************************/
/* Define anything else you wish here... */

