/* CSS Document */
body {
font-family:Arial;
padding:10px;
}

a{
text-decoration:none;
border-bottom:1px dashed black;
color:black;
}

a:visited {
color:black;
text-decoration:none;
border-bottom:1px dashed black;
}

a:hover {
color:black;
text-decoration:none;
border-bottom:1px solid black;
}

.gb_entry {
width:500px;
border:1px solid #CCCCCC;
background-color:#EEEEEE;
}

.gb_entry:hover {
width:500px;
border:1px solid #333333;
background-color:#EEEEEE;
}

.gb_name {
width:100px;
float:left;
font-weight:bold;
padding:5px;
color:#000000;
}

.gb_date {
float:right;
font-style:italic;
padding:5px;
}

.gb_content {
float:none;
clear:both;
background-color:#FFFFFF;
padding:5px;
}

.field {
border:1px solid #CCCCCC;
background-color:#EEEEEE;
padding:2px;
}

.field:focus {
border:1px solid #333333;
background-color:#EEEEEE;
}

.textfield {
border:1px solid #CCCCCC;
background-color:#EEEEEE;
padding:2px;
}

.textfield:focus {
border:1px solid #333333;
background-color:#EEEEEE;
padding:2px;
}

.button {
border:1px solid #CCCCCC;
background-color:#EEEEEE;
}
