@charset "utf-8";
/* 
 	----------------------------------------
 	Prime Listing
 	----------------------------------------
*/

#prime_listing { 
}
/* Sizes */
#prime_listing table.fullsize {
 	width: 500px; 	
}
#prime_listing table.size1 {
 	width: 668px; 	
}

/* Basic Table */

#prime_listing table { /* basic table style */ 
	border-collapse: collapse;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background-color: #FFFFFF;
}

#prime_listing table td, table th {
	border-bottom: 1px solid #999; 
	vertical-align: top;	
	padding: 8px;
	line-height: 1.4em;
}

/* Header Row */

#prime_listing .header,
#prime_listing .header td {
	background-color: #ffffff;
	background-image: url(/resources/images/application/table_prime.gif); /* {image name="tableheader_background"} */
	background-repeat: repeat-x; 
	padding: 4px 4px 4px 8px;
	height: 19px;	
	color: white;
	font-weight: bold;
}

/* Footer-Row */

#prime_listing table tr.footer td {
	background-color: #FFFFFF;
	background-image: url(/resources/images/mm_files/79.gif); /* {image name="tablefooter_background"} */
	background-repeat: repeat-x;
	text-align: center;
	padding: 8px;
	font-size: 11px;
}

/* Cells */
#prime_listing .listingField,
#prime_listing .listingField td {

    margin: 0px;
	padding: 8px;
	color: black;
    font-size: 11px;
    font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
}

/* Links */

#prime_listing table a,
#prime_listing  table a:hover,
#prime_listing table tr th a,
#prime_listing table tr th a:hover { 

	text-decoration: none;
}

#prime_listing table a,
#prime_listing table tr th a { 
	border-bottom: 1px solid #000000; 
	color: #000000; 
}
#prime_listing  table a:hover,
#prime_listing table tr th a:hover {
	border-bottom: 1px solid #015099;
	color: #333333;
}
