#articlebox {
	text-align:left;
}
#outertable {
	/* border:1px solid gray;*/
}
td { padding:3px 5px;}
form { margin: 0; }

.sider {
	width: 260px;
	/* background: url(../images/gray_bg.jpg) repeat-x; */
	/* padding:10px; */
	font-size:95%;
}
.title {
	font-size:125%;
	font-weight: bold;
	color: navy;
}
.deck {
	font-style: italic;
	/* font-weight:bold;*/
}
.description {
	font-size: 90%;
	color:#333333;
}
.precontents {
	margin-top: -15px;
	padding: 15px;
}
.precontents-gray {
	margin-top: -5px;
	padding: 15px;
	/* background: url(../images/gray_bg.jpg) repeat-x 10px 0px; */
}
.contents {
	padding: 15px;
	margin: 15px;
	background-color:#e9e9e9;
	/* background: url(../images/gray_bg.jpg) repeat-x; */
	font-size: 90%;
	line-height:125%
}
.contentcopy {
	margin-top: 5px;
	text-align:left;
	font-size: 12px;
}
.resultset {
	padding: 15px;
	margin: 15px;
	background-color:#e9e9e9;
}
.picbox {
	margin-left:5px;
	width: 100px;
	float:right;
	padding-left: 5px;
	/* background-color:gray; */
	text-align:center;
}
.piclabel {
	font-size: 11px;
	margin-top: -2px;
	margin-bottom: 5px;
	padding: 0 2px;
	color: #333333;
	line-height: 120%;
}
.img {
	background: white;
	border: 1px solid gray;
	padding:4px;
	margin:4px;
}
.img_first {
	margin-top: -4px;
}

.attachment {
	border:1px solid darkgray;
	font-size: 11px;
	/* margin-left:5px; */
	padding: 5px;
	background-color: white;
	float:left;
	max-width:570px;
	line-height: 150%;
	margin-top:5px;
}
.attachment a {
	padding:2px;
	color:navy;
	text-decoration:none;
}
.attachment a:hover {
	background-color:#e9e9e9;
}

.links {
	 text-align: left; font-size: 12px;
	 padding-top: 10px;
}
.links a {
	padding-left: 15px;
	color:navy;
	text-decoration:none;
}
.links a:hover {
	background-color:#e9e9e9;
}
/*.links a[href^="http:"] { 
	background: url(../images/external_link.gif) no-repeat left; 
	padding-left: 15px; 
	padding-right: 3px;
} 
.links a[href^="http://localhost:8888"], a[href^="http://localhost"] { 
	background-image: none; 
} 
*/
.button {
	margin: 4px;
	padding: 0px 7px;
	border: 1px solid #666666;
	background-color: #e9e9e9;
	color:navy;
	text-decoration: none;
}

