/* CSS Document */
/* Stylized Component Sheets - System */
/* Author - Wes Shell, Rapid City - Factor 360 */

/* RecordsPerPage Component */
.recordsPerPage {
	width:225;
	float:left;
	display:block;
}

.recordsPerPage #recordsPp {
	width: 25px;
	text-align:center;
}

/* recordListSearch Component */
.recordListSearch {
	float:right;
	display:block;
	width:auto;
}


/* ListNav Component */

.listNav {
	width:auto;
	padding:5px;
	float:right;
}
.listNav a {
	text-decoration:none;
}
.listNav a:hover {
	color:#FF0000;
}
.listNavNum {
	padding:2px;
}
.listNavCur {
	padding: 3px;
	border: 1px solid silver;
	background-color: #FAFAFA;
}
.listNavPageOf {
	font-weight: bold;
	padding-right:3px;
	margin-right: 7px;
	border-right:1px solid silver;
	color:#666666;
}


/* Default List element. */

#listElement {
	clear: both;
	margin-bottom:5px;s
}
#listElement a{
	color:#000000;
}
#listElement td {
	padding:8px;
	border-bottom:1px solid #F1EFE2;
	vertical-align:top;
}
#listElement .rowOne {
	background-color: #FFFFFF;
}
#listElement .rowTwo {
	background-color: #FCFAF6;
}
#listElement .titleRow {
	background-color:#EBEADB;
}
#listElement .titleRow td {
	border-bottom-style: solid;
	border-bottom-width: medium;
	border-bottom-color: #CBC7B8;
}
#listElement .titleRow a{
	color:#000000;
}
#listElement .listLinks {
	text-align:right;
}
#listElement .listLinks a{
	text-align:right;
	color: #003547;
	padding: 5px 5px 5px 5px;
	background-color:#E1E8FB;
	text-decoration:none;
}
#listElement .listLinks a:hover{
	background-image:url(/skins/layout/images/homepageFeature_bg.jpg);
}

