
abbr, acronym {
    border-bottom: 1px dotted #aaa;
}

dl {
}
dt { font-weight: bold; }
dd { padding-left: 2em; padding-bottom: 1em; }

pre.code { 
    background-color: #ccc; padding: 1em;
    margin: 1em 3em 1em 3em;
}



h6 { font-size: 100%; color: #888; }

/* table
----------------------------------------------- */
table.formedit td, table.formedit th { padding: 3px; }

table.padding td, table.padding th {
    padding: 2px 5px;
}

table.padded {
	border:1px solid #bbb;
	margin-bottom:10px;
}
table.padded col.colC {
	width:8em;
}
table.padded > tbody > tr > th, table.padded > thead > tr> th, table.padded > tbody > tr> td {
	padding:.2em 1em;
	text-align:left;
}
table.padded > thead > tr > th {
	border-bottom:2px solid #888;
	background:#6c3;
    color: white;
	padding:.4em 1em .2em;
}
table.padded > thead > tr > th.table-head {
	font-size:1em;
	font-weight:normal;
	text-transform:uppercase;
	color:#fff;
	background:#555;
	border:1px solid #555;
}
table.padded > tbody > tr > th,
table.padded > tbody > tr > td {
	border-top:1px solid #bbb;
	border-bottom:1px solid #bbb;
	background:#eee;
}
table.padded > tbody > tr.odd > th,
table.padded > tbody > tr.odd > td {
	background:#fff;
}
table.padded > tfoot > tr > th,
table.padded > tfoot > tr > td {
	border-top:2px solid #666;
	background:#eee;
}
table.padded > tfoot > tr.total > th,
table.padded > tfoot > tr.total > td {
	border-top:6px double #666;
}
table.padded > tfoot >  tr.total > th {
	text-transform:uppercase;
}
table.padded > tbody > tr > th.currency,
table.padded > tbody > tr > td.currency {
	text-align:right;
}

fieldset {
	border:1px solid #bbb;
	padding:10px;
	position:relative;
	background:#e9e9e9;
	margin-bottom:10px;
}
legend {
	font-size:1.1em;
	padding:.4em .8em;
	background:#fff;
	border:1px solid #bbb;
}

form p.notice {
	font-weight:bold;
}

.error { color: red; }
.display { font-size: 16pt; }


.unimportant {
    font-size: 13px; color: #999;
}

.notemeta { padding-bottom: 0; margin-bottom: 0; }
.notebody { padding-top: 0; margin-top: 0; padding-left: 1em; }

hr { margin-top: 0.5em; }

.rss-icon { float: right; }

.newsletter-subscribe { float: right; }

.tweets {
    color: #888;
    text-decoration: none;
}
.tweets .tweet { color: black; }
.tweets a:link, .tweets a:visited {
    text-decoration: none;
    color: #888;
}


.press a:link, .press a:visited { 
    color: #888;
}

.suggest { color: black; }
.suggest a:link, .suggest a:visited { 
    color: #888;
}

h1 .logo {
    padding-top: 10px; 
}

.logohack {
    position: relative;
    top: 50px;
    right: 0px;
}

.unknown {
    color: #999;
    font-weight: 400;
}

.ei_profile .comment {
    color: #999;
    font-style: italic;
}

.highlight {
    background-color:  #f1f1f1;
    padding: 4px;
}

.homehighlight {
    font-size: x-large;
    font-weight: bold;
}

.flushbottom { 
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;;
}

.part .pagetitle { margin-top: 1.2em; }

.fullwidth { width: 100%; }
.required { font-weight: bold; }

.tabs a:hover.disabled {
    background: black; !important
}
