* {
	font-family: tahoma, sans-serif;
}
a img,
abbr,
acronym {
	border: 0;
}

tr a:visited {
	color: #0000ff;
}

dd {
	background: #ffffff;
	color: #000000;
	padding: 6px;
}
dd a {
	color: #000000;
	text-decoration: none;
}
dd a:hover {
	color: #000000;
	text-decoration: underline;
}
dd.description {
	border-bottom: 1px solid #ffffff;
}
dd.description.private {
	border-bottom: 1px solid #ffffff;
}
dd.description.shared {
	border-bottom: 1px solid #ffffff;
}
dd.private a {
	color: #000000;
	text-decoration: none;
}
dd.shared a {
	color: #000000;
	text-decoration: none;
}
div#bookmarks {
	float: left;
	margin-right: 8px;
	width: 75%;
}
div#sidebar {
	float: left;
	font-size: small;
	padding-top: 2.6em;
}
html > body div#sidebar {
	padding-top: 1.8em;
}
div#sidebar a {
	color: #777;
	font-weight: bold;
	text-decoration: none;
}
div#sidebar a:hover {
	color: #000;
}
div#sidebar div {
	background: #dddddd;
	color: #777;
	margin-top: 1em;
	padding: 1em;
	-moz-border-radius: 1em;
}
div#sidebar form {
	margin: 0;
}
div#sidebar h2 {
	border-bottom: 2px solid #FFF;
	color: #993300;
	padding-top: 0;
}
div#sidebar li,
div#sidebar p {
	padding: 0 6px;
}
div#sidebar td {
	padding: 4px;
}
div#sidebar ul {
	list-style-type: none;
	margin: 0.5em 0;
	padding: 0;
}
div#stats {
	background: #FFF;
}
dl {
	border-bottom: 4px solid #000;
	font-size: small;
	margin: 0;
}
dl#profile dd {
	background: #CDE;
	color: #247;
    width: 100%;
}
dl#profile dt {
	background: #ffffff;
	color: #000000;
	display: block;
	font-weight: bold;
	padding: 6px;
	width: 100%;
}
dl#profile a {
	color: #446;
	text-decoration: none;
}
dl#profile a:hover {
	color: #000 !important;
	text-decoration: underline !important;
}
dl#tags dd {
	line-height: 1.5em;
}
dl#tags dt {
	background: #ffffff;
	color: #004584;
	display: block;
	font-weight: bold;
	padding: 6px;
	border-bottom: 1px solid #004584;
}
dt a {
	background: #ffffff;
	color: #004480;
	border-bottom: 1px solid #004480;
	display: block;
	font-weight: bold;
	padding: 6px;
	text-decoration: none;
}


dd.deleted {
	background: #DDD;
	color: #BBB;
}
dd.deleted a,
dd.deleted a:hover {
	color: #BBB !important;
	cursor: default;
	text-decoration: none !important;
}
dt.deleted a,
dt.deleted a:hover {
	background: #DDD;
	color: #BBB;
	cursor: default;
}
dd.private {
	background: #ffffff;
	color: #000000;
}
dt.private a {
	background: #ffffff;
	color: #cc3333;
}
dt.private a:hover {
	background: #ffffff;
}
dd.shared {
	background: #ffffff;
	color: #000000;
}
dt.shared a {
	background: #ffffff;
	color: #339999;
}
dt.shared a:hover {
	background: #ffffff;
}
form {
	font-size: small;
}
form th {
	padding-right: 8px;
}
form#add,
form#import,
form#search {
	margin-top: 0.5em;
}
form#search {
	background: #DDD;
	border-bottom: 1px solid #BBB;
	color: #777;
	margin: 0;
	padding: 0.5em;
}
h1 {
	margin: 0;
	letter-spacing: 0.25em;
	text-transform: uppercase;
}


h2 {
	border-bottom: 4px solid #000;
	color: #993333;
	font-family: arial;
	font-size: medium;
	margin: 0;
	padding: 8px 0;
}
h3 {
	color: #004480;
	font-family: arial;
	font-size: medium;
	margin: 0;
	padding: 6px 0;
}

hr {
	display: none;
}
img.buddyicon {
	border: 2px solid #FFF;
}

p {
	font-size: small;
}
p a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
p a:hover {
	color: #777;
}
p.error,
p.success {
	background: #78a7cd;
	border: 4px solid #000;
	font-weight: bold;
	margin: 4px 0;
	padding: 8px;
}

table#profile th {
	color: #004584;
	border-bottom: 1px solid #004584;
}



table.table
{
	width: 100%;
	border: solid 1px gainsboro;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
	background-color: #b5c7de;
}

#barra
{
	border-top: solid 1px lightsteelblue;
	border-bottom: solid 1px steelblue;
	border-left: solid 1px lightsteelblue;
	border-right: solid 1px steelblue;
	background-color: #b5c7de;
}
p.toolbar {
	margin: 8px 0;
}
p.toolbar span {
	display: none;
}
p.toolbar a,
p.toolbar span.disable {
	background: #CCC;
	color: #004584;
	display: inline;
	font-size: small;
	margin-right: 2px;
	padding: 4px 10px;
	text-decoration: none;
}
p.toolbar a {
	background: #b5c7de;
}
p.toolbar a:hover {
	background: #777;
	color: #FFF;
}

ol,
td,
th,
ul {
	font-size: small;
}
ol,
ul {
	margin-left: 1em;
	padding-left: 1em;
}
ol li,
ul li {
	margin-bottom: 0.5em;
}
ol li a,
ul li a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
ol li a:hover,
ul li a:hover {
	color: #777;
}
textarea {
	font-size: small;
}
ul.error {
	color: #F00;
}
