	/* Note : 
   The "!important" attributes ensure that this style will never be overwritten by 
   the client stylesheet and will keep the integrity of the theme. Apply it to all CSS attributes.
*/
/****** PHOTO ALBUM ******/
.custom_pa_container
{
	background-color:#efefef!important;
	border:1px solid #cccccc!important;
	padding:10px!important;
}
.custom_pa_container .title
{
	font-family:Arial!important;
	font-size:11px!important;
	color:#333333!important;
	text-align:center;	
	display:block;
	padding-bottom:5px;
}
.custom_pa_container .description
{
	font-family:Arial!important;
	font-size:11px!important;
	color:#333333!important;
	text-align:center;
	display:block;
	font-weight:normal!important;
	padding-bottom:10px;
}
.custom_pa_container .albumcontainer
{
	background-color:#ffffff;
	padding:10px;
	border:1px solid #cccccc!important;	
}
.custom_pa_container .imagecontainer 
{
	padding:5px;
	border:1px solid #cccccc!important;
	width:110px;
}
.custom_pa_container .image { margin:5px!important; }
.custom_pa_container .imagetitle 
{
	font-family:Arial!important;
	font-size:11px!important;
	color:#333333!important;
	font-weight:bold;
}
.custom_pa_paging 
{
	background-color:#fefefe!important;
	border:1px solid #cccccc!important;
	padding:5px 15px 5px 15px!important;
	color:#333333!important;
}
.custom_pa_paging .resultsDisplay { float:left; text-transform:uppercase; }
.custom_pa_paging .resultsDisplay .text 
{
	font-family:Arial!important;
	font-size:10px!important;
	color:#333333!important;
}
.custom_pa_paging .resultsDisplay .number
{
	font-family:Arial!important;
	font-size:10px!important;
	color:#333333!important;
}

.custom_pa_paging .pagingControl { color:#333333!important; text-align:right; }
.custom_pa_paging .pagingControl a, 
.custom_pa_paging .pagingControl a:link, 
.custom_pa_paging .pagingControl a:visited,
.custom_pa_paging .pagingControl span
{
	font-family:Arial!important;
	font-size:10px!important;
	font-weight:bold!important;
	color:#18587e!important;
	text-decoration:none!important;
	text-transform:uppercase;
}
.custom_pa_paging .pagingControl a:hover
{
	text-decoration:underline!important;
}
.custom_pa_paging .pagingControl .current 
{ 
	color:#333333!important; 
}