#guestbookBlurb{
	margin-top: 0 ;
	padding-bottom: 10px ;
}

#taRating{
	border: 1px solid #CCCCCC ;
	padding: 3px 5px 10px 5px ;
	margin-bottom: 10px ;
	font-size: 11px ;
}

#taRating img{
	margin-right: 5px ;
	float: left ;
}

#taRating em{
	font-size: 17px ;
	color: #006633 ;
	font-weight: bold ;
	font-style: normal ;
}

.pageNumLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 11px ;
	font-weight: bold ;
	margin-bottom: 10px ;
	text-align: center ;
}

.pageNumLinks a {
	margin-left: 2px ;
	margin-right: 2px ;
	padding-left: 3px ;
	padding-right: 3px ;
	text-decoration: none ;
	border: 1px solid #006b6e ;
	background: #bde4e5 ;
	color: #006b6e ;
}

.pageNumLinks a:link {
	text-decoration: none ;
}

.pageNumLinks a:visited {
	color: #006b6e ;
	text-decoration: none ;
}

.pageNumLinks a:focus {
}

.pageNumLinks a:hover {
	background: #006b6e ;
	color:#FFFFFF;
	text-decoration: none ;
}

.pageNumLinks a:active {
	color: #006b6e ;
	text-decoration: none ;
}

div.gbEntryContainer{
	border: 1px solid #CCC;
	width: auto;
	margin-bottom: 20px ;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 12px ;
	text-align: left ;
	color: black ;
}

div.gbEntryHeader{
	background: #3D79A2 url('/template/en/images/sidebar-hdr-bkg.gif'); 
	color: #FFF;
	padding: 4px ;
	border-bottom: 1px solid #DDD ;
}

div.gbEntryHeaderPend{
	background: #999999 ;
	color: white ;
	padding: 4px ;
}

div.gbEntry{
	padding: 7px ;
	background: #FFF ;
}

div.gbEntryPend{
	padding: 7px ;
	background: #EEEEEE ;
	color: #666666 ;
}

a.gbNavLink{
	color: #000;
	padding: 4px;
	background: #D6D7DB;
	border: 1px solid  #AAA;
	text-align: center;
	cursor: pointer;
	margin: 0 auto;
	text-decoration:none;

}

a.gbNavLink:HOVER{
	color: #000;
	text-decoration:none;
	background: #E0E3EF;
	border: 1px solid  #BFBFBF;
}

/* submission form styles */
#guestbookEntry{
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	font-size: 12px ;
	border: 1px solid black ;
	background: url('/modules/guestbook/views/en/images/gb-form-bg.jpg') ;
}

#guestbookFormLayout{
	color: black ;
	background: #dfecf5 ;
	border: 1px solid black ;
}

#gbform #message{
	width: 300px ;
	height: 120px ;
}
