/* CSS Document */
/* Normal Bubble */
div.bubble {
	width: auto;
	font-size: 0.75em;
	margin-bottom: 24px;
	color:#FF9900;
	font-weight:bold;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border:#333333 dashed 1px;
	background-color: #222222;
}

div.bubble blockquote p {
	margin: 10px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 27px;
	top: 6px;
	background: transparent url(../img/tip.gif) no-repeat 20px 0;
	font-style:italic;
	color:#FFFFFF;
	font-size:10px;
	font-weight:lighter;
}


#postMessage {
display:none;
}
#currentEntries {

}
.guestbook_header {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
color:#FF9900;
background-color:#222222;
padding:3px 3px 3px 3px;
font-weight:bold;
}
.guestbook_header_text, .guestbook_header_text a, .guestbook_header_text a:link, .guestbook_header_text a:active, .guestbook_header_text a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color:#F6E4C8;

}
.guestbook_header_text a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color:#F6E4C8;

}
/* ENTRIES */
.guestbook_entry_message {
font-family: Arial, Helvetica, sans-serif;
font-size: 13px;
font-weight: normal;
color:#FF9900;
border-top: 1px dashed #333333;
background-color:#222222;
border-right: 1px dashed #666666;
border-left: 1px dashed #666666;
padding:3px 3px 3px 3px;
font-weight:bold;
}
.guestbook_entry_name {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight:bold;
color:#FF9900;
background-color:#222222;
border-right: 1px dashed #666666;
border-left: 1px dashed #666666;
border-right: 1px dashed #666666;
border-top: 1px dashed #666666;
padding:3px 3px 3px 3px;
}
.guestbook_entry_time {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
color:#ffffff;
border-right: 1px dashed #666666;
border-left: 1px dashed #666666;
border-bottom: 1px dashed #666666;
background-color:#222222;
padding:3px 3px 3px 3px;
font-style:italic;
}

/* FORMS */
.forms_textfield {
border: 1px solid #C1C1C1;
padding:2px;
background-color:#191919;
color:#FFFFFF;
}
.forms_button {
border: 1px solid #C1C1C1;
padding:2px;
background-color:#191919;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color:#FF9900;
}
.forms_table {
border: 1px solid #C1C1C1;
}

.entryMain {
width:597px;
}
.entryTop {
background-image:url(../images/commentLay_01.gif); 
background-repeat:no-repeat; 
width:597px; 
height:10px;
}
.entryLeft {
background-image:url(../images/commentLay_02.gif); 
background-repeat:repeat-y; 
width:10px; 
height:auto; 
float:left;
}
.entryCenter{
width:576px; 
height:auto; 
float:left;
margin-left:10px; 
background-color:#222222;
padding-left:5px;
color:#FF9900;
}
.entryRight {
background-image:url(../images/commentLay_04.gif); 
background-repeat:repeat-y; 
width:11px; 
height:auto;
float:right;
}
.entryBottom {
background-image:url(../images/commentLay_05.gif); 
background-repeat:no-repeat; 
width:597px; 
height:17px; 
clear:left;
}