/**
 * @author James Louie H. Puro
 * @copyright 2007
 * Last update: 1 2007 @ 21:49
 * --------------------------------------------------------------------------------
 * FileName: style.css
 *
 * Mambo GuestBook Component for Mambo CMS!
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  
 * --------------------------------------------------------------------------------
**/

/** This is a unfinished CSS file for Mambo Guestbook Component.

Start Editing Below **/

/** View Entry Styles

Table Row and Data Header Style **/
tr.guestbookheader td {
	padding: 2px;
	border: 1px solid #FFFFFF;
	background: #666666;
	color: #FFFFFF;
	font-weight: bold;
}

/** Style for the first table entry **/
tr.guestbooktableentry1 td {
	padding: 2px 6px;
	border-bottom: 1px solid #DDDDDD;
}

/** Style for the next table entry **/
tr.guestbooktableentry2 td {
	padding: 2px 6px;
	border-bottom: 1px solid #DDDDDD;
	background: #F8F8F8;
}

/** Style for the posted and rating font**/
.postedrating {
	font-size: 10px;
	color: #999999;	
}
/**End of View Entry Style**/
