a:link { 
	color:#cc0000; text-decoration:none;
}
a:visited {
	color:#cc0000; text-decoration:none;
}

/* definitions applying to the logo */
.logo {
	position: absolute;
	left: 60px;
	top: 5px;
}

.bodytable {
	position: absolute;
	left: 20px;
	top: 130px;
	right: 20px;
	bottom: 20px;
}
.bodyframe {
	border-top: 1px dashed #cc0000; 
	border-left: 1px dashed #cc0000;
	border-right: 1px dashed #cc0000;
	border-bottom: 1px dashed #cc0000;
	width: 703px;
	/* margin-bottom: 120px; */
}

.topmenu {
	position: absolute;
	top: 105px;
	left: 176px;
	width: 548px;
	border-top: 1px dashed #cc0000; 
	border-left: 1px dashed #cc0000;
	 /* border-right: 1px dashed #cc0000; */
}

.topmitem {
	border-right: 1px dashed #cc0000;
}	
	

.navbar {
	/* border-top: 1px dashed #cc0000; */
	/* border-left: 1px dashed #cc0000; */
	/* border-bottom: 1px dashed #cc0000; */
	border-right: 1px dashed #cc0000;
	width: 155px;
	font-size: 9pt;
	/* use a lighter text color (grey) */
	color: #777;
	/* overflow: visible; */
	/* line-height: 1pt; */
	vertical-align: center;
}



.navpicitem {
	border-top: 1px dashed #cc0000;
	/* border-bottom: 1px dashed #cc0000; */
	border-right: 1px dashed #cc0000;
	width: 115px;
	/* line-height: 1pt; */
	vertical-align: top;
	margin-bottom: 1pt;

}

#navb {
	padding-top: 10px;
	text-align: center;


}





/* definitions applying to the contents block */
.contents {
	/* padding-left: 20px; */
	padding-top: 15px;
	width: 549px; 
	/* border-left: 1px dashed #cc0000; */
	/* border-top: 1px dashed #cc0000; */
	/* border-right: 1px dashed #cc0000; */
	/* border-bottom: 1px dashed #cc0000; */
	overflow: visible;
}

/* nucleusbutton */
.poweredby {
	
}

/* search highlights */
.highlight {
	background-color: yellow;
}

input, textarea, select, option {
	background-color: transparent;
}



/* main index */

.day {
}


.item {
	padding-left: 25px;
	padding-top: 5px;
	padding-right: 20px;
	margin-bottom: 10px; 
}

.item .title {		/* item title */
	display: block;
	padding: 2px;

 /*	letter-spacing: 2; */
	font-weight: bold;
}

.item .body {		/* item body */
 	padding: 2px; 
 	margin-top: 5px;	 
 	margin-bottom: 5px; 
 	line-height: 1.5;	 
}

.item2 {
	padding-left: 35px;
	padding-top: 0px;
	padding-right: 5px;
	margin-bottom: 5px; 
}

.item2 .title {		/* item title */
	display: block;
	padding: 2px;

	letter-spacing: 2;
	font-weight: bold;
}

.item2 .body {		/* item body */
	padding: 0px;
	margin-top: 0px;	
	margin-bottom: 5px;
	line-height: 1;	
}
/* item timestamp */
.timestamp {	
	font-size: x-small;
	color: gray;
	text-align: right;
}

/* anchors in timestamps and comments*/
.timestamp a, .comments a, .commentcount a {
	font-weight: bold;
	color: #555;
	text-decoration: none;
}


/* headers used in the menu */
h3 {
	font-size: small;
	text-align: left;
}

/* global definitions that apply to all of the page */
body {
	font-size: 9pt;
	font-family: verdana, arial;
}

.bottomline {
	margin-bottom: 10px;
	display: block;
}

.error {
    color: red;
    font-size: larger;
}








