/******************************/
/**                          **/
/**   IPATH DB Style Sheet   **/
/**                          **/
/******************************/
body {
	font-size:11px;
}
legend {
	font-size:18px;
	font-weight:bold;
}
h4 {
	font-size:12px;
	font-weight:bold;
}
fieldset {
	margin-top:10px;
	padding:7px;
}
h3.error {
	color:red;
	font-family :Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
}
.message {
	padding:0px;
}
.entry h2 {
	padding:12px;
}
.sidebar ul li h2 {
	padding:5px 0px 5px 0px;
}
.page {
	margin-top:0px;
	width:100%;
}
.main-narrow {
	width:100%;
	float:left;
}
.sidebar {
	float:left;
	margin-left:-225px;
}
.post {
	padding:0px 35px 20px 10px;
	margin-right:202px;
}
.complete_date{
	float:right;
	font-size:11px;
}
.comment_author {
	font-size:10px;
	padding:5px 0px 0px 0px;
}
.comment_text {
	clear:both;
	padding:3px 8px 3px 8px;
}
div.autocomplete {
	position:relative;
	width:150px;
	background-color:white;
	border:1px solid #888;
	margin:0px;
	padding:0px;
}
div.autocomplete ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
div.autocomplete ul li.selected {
	background-color: #ffb;
}
div.autocomplete ul li {
	list-style-type:none;
	display:block;
	margin:0;
	padding:2px;
	height:32px;
	cursor:pointer;
}
.entry img {
	padding:0px;
	border:none;
}
#print {
	float:right;
	width:48px;
	text-align:center;
	padding-right:30px;
}
table.r_sortable, table.c_sortable, table.p_sortable {
	text-align:left;
	border-spacing:1px;
	background-color:#999999;
}
.r_sortable tbody td, .c_sortable tbody td, .p_sortable tbody td {
	padding:4px;
	background-color:#FFFFFF;
}
.r_sortable thead tr th, .p_sortable thead tr th, .c_sortable thead tr th {
	padding:4px;
	background-color:#CCCCCC;
	border:1px solid #FFFFFF;
	cursor:pointer;
	color:#333333;
}