.Wpl_paginator .active 	{
		font-weight:bold;
		/*background-color:#C9FBDF;	*/
		text-decoration:underline;
	}
	
.Wpl_paginator a:link, 
.Wpl_paginator a:visited
	{	
		font-size:12px;
		font-family:verdana;
		line-height:11px;
		padding:3px;
		padding-left:4px;
		float:left;
		margin:2px;
		/*border:solid 1px #cccccc;*/
	}
.Wpl_paginator a:hover
	{
		/*background-color:#C9FBDF;	*/
		font-weight:bold;
	}
	
.Wpl_paginator_item
	{
		width:12px;
		display:block;
		text-align:center;
		
		
	}

.list 
	{
		width:100%;

}
/* @group Table list */
table.list {
	border-spacing: 2px 2px;
	border-collapse: collapse;
	border-color: #efefef;
	width:100%;
}
/* @subgroup List title */
table.list caption {
	height: 1.5em;
	text-align: left;
	font-size: 120%;
	font-weight: bold;
}
/* @subgroup Table column labels */
table.list thead tr {
	background: #dcf4fd;
	color: #333;
}
table.list thead tr th {
	padding: 6px 4px;
	border-bottom: 2px solid #ccc;
	text-align:left;
}
/* @subgroup Table column data */
table.list tbody tr {
	background: #fff;
}
table.list tr.alt {
	background: #C9FBDF;
}
table.list tr.even {
	background: #FFFFFF;
}
table.list tr.over {
	background:#EFD1B8;
}
.alt {
	background: #C9FBDF;
}
.even {
	background: #FFFFFF;
}
table.list tbody tr.hover {
	background: #EFD1B8;
}
table.list tbody tr td {
	padding: 3px 3px;

}
table.list tbody tr td a {
	color: #000;
}
table.list tbody tr td a:hover {
	color: #000;
	text-decoration:underline;
}
/* @subgroup selected table row */
table.list tbody tr.selected {
	background-color: #19a2ec;
	color: #fff;
}
table.list tbody tr.selected td {
	border-bottom-color: #fff;
}
table.list tbody tr.selected td a {
	color: #fff;
}
/* @subgroup Table footer */
table.list tfoot tr td
	{
		text-align:center;	
}

#wpl_debug_list {
	width:700px;
	margin-left:auto;
	margin-right:auto;
}
#wpl_degub_list *.row td
	{
		background-color:#cccccc;
	}
#wpl_debug_list .debugtitle
{
	background-color:#cccccc;
}
ul.auto-complete-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 100;
}

ul.auto-complete-list li {
	list-style-type: none;
	margin: 0;
	padding: 2px;
	background-color: white;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
	border-left: 1px solid black;
	cursor: pointer;
}

ul.auto-complete-list li.auto-complete-list-rollover {
	background-color: #c5c5c5;
}
.loginsubmit
	{
		width:auto;
		height:21px;
		line-height:21px;
		margin:2px;
		padding-left:6px;
		padding-right:6px;
		border:none;
		outline:3px #FF6600;
		background-image:url("../images/bg_button_submit.png");
		color:#FFFFFF;
		font-family:Verdana, Arial;
		font-weight:bold;
		line-height:20px;
		cursor:pointer;
	}
