/*-------------------------------------------------------------------------------------------------------*//*	Header/*-------------------------------------------------------------------------------------------------------*/#header{	background-color:		white;	background-image:		url( /images/bg_users_header.jpg );	background-repeat:		no-repeat;	padding:				0px;}

/*-------------------------------------------------------------------------------------------------------*//*	Content List Page /*-------------------------------------------------------------------------------------------------------*/.listpagetable{	/*	Entire list table */	font-family:		verdana,arial,sans serif;	line-height:		1.4em;	margin-top:			2.0em;	margin-bottom:		1.3em;	font-size:			1.0em;	color:				#666666;        border-top:                     1px solid #cccccc;        border-left:                    1px solid #cccccc;        width:                          524px;        }.listpagetable td{	/* All cells of the table */	padding:			20px 0px 0px 20px;        xborder:                         1px solid red;}.listpagetable td img{	/* All images in the list table cell */	padding-right:		0px;	padding-top:		0px;        xborder:                         1px solid green;}.listpagetable td a.titlelink{	/* The title link of the list item */	font-weight:		bold;	margin-right:		10px;
	color:              #666666;        }
.listpagetable td a.titlelink:hover
{	/* The title link of the list item */	font-weight:		bold;	margin-right:		10px;
	color:              #333333;        }/* When there is no details page */.listpagenodetails{	font-weight:	 bold;	display:			block;        padding:                8px 0px 8px 0px;}.listpagebacklink{	display:			block;	padding-top:		10px;	font-weight:		bold;}