@CHARSET "UTF-8";
/*
 $Rev: 110929 $
 
 This this is just a Sample file for ALKIVIA Styles.
 The file is not loaded, and you have to set the styles in your template.
 Consider this as a list of available styles to customize.
*/

table.profile-list {
	width: 100%;
	cell-spacing: 2px;
	cell-padding: 2px;
	}

table.profile-list thead {
	color: #f2f2f2;
	background-color: #f27830; 
	text-align: center;	
	}

.pager {
	margin: 25px 0 10px 0;
	float: left;
	clear: both;
	}
	
.pager .page-numbers {
	background-color: #f2f2f2;
	margin: 2px;
	padding: 2px 4px;
	border: 1px solid #ff0000;
	}
	
 .pager .prev, .pager .next {
 	font-weight: bold;
	}

.pager .current {
	color: #f2f2f2;
	background-color: #f27830; 
	}

.pager a.page-numbers:hover {
	text-decoration: none;
	color: #f2f2f2;
 	background-color: #734822;
	}

/* EOF */