
div {
	margin:0; padding:0;
}

/* Images */
img {
	border:0;
}

/* Text */
h1, h2, h3, h4 {
	background-color: inherit;
	font-weight: normal;
}
h1 {
	margin: 5px auto;
}
.align-c {
	text-align: center;
	margin: 1px auto;
}

/* Tables */
table {
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
}
th {
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	text-align: center;
	white-space: nowrap;
}
th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a:hover {
	background-color: #ccc;
	color: #333;
	text-decoration: none;
}
table tr td {
	background: #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #999;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
}
table tr.altrow td {
	background: #f4f4f4;
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
td.actions a {
	display: inline;
	margin: 0px 6px;
}

/* Forms */
form {
	margin-bottom: 5px;
}
form div input {
	margin-right: 2px;
}
form fieldset {
	padding: 2px;
	margin: 5px auto;
}
form fieldset div, form fieldset p {
	padding: 2px;
}
form fieldset * div {
	padding: 0;
}
label {
	font-weight:bold;
}
input, select {
	padding:2px;
}
textarea {
	width:98%;
	padding:2px;
	display:block;
}
div.input label {
	display:block;
}
div.submit input { 
	margin: 0;
	padding: 2px 3px; 
}

/* Actions */
ul.actions {
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
ul.actions li {
	display: inline;
	padding-right: 10px;
}

/* Item Lists */
.richlist {
	position: relative;
	border: 1px solid;
}
.richlist .item {
	position: relative;
	padding: 4px;
	border-top: 1px dotted;
}
.richlist .item:hover {
	background: #2180BC;
	color: #FFF;
}
.richlist .item:hover a {
	color: #FFF;
}
.richlist .item h2, .richlist .item h3 {
	margin: 0; padding: 0;
}
.richlist .metadata {
	position: absolute;
	top: 4px; right: 4px;
}
.richlist .description {
	text-align: justify;
	margin: 0;
	padding: 4px 0 0;
}
.richlist ul.actions {
	text-align: center;
}

/* Blocks */
#content, .block {
	border: 1px solid;
}
.block {
	font-size: 85%;
}
.block .header {
	margin: 0; padding: 4px;
	border-bottom: 1px solid;
	text-align: center;
}

/* Pagination */
div.paging, div.pagination {
	padding: 6px 0;
}
div.paging span.current, div.pagination .current {
	font-weight: bold;
}

code {
	text-align: left;
	display: block;
	padding: 2px;
	white-space: pre;
	font-size: 0.8em;
	font-family: "Lucida Console", 'courier new', monospace;
	border: 1px solid;
	overflow: auto;
	line-height: 70%;
}




/* Random Stuff */
input.openid_login {
	background: url(http://www.openid.net/login-bg.gif) no-repeat;
	background-color: #fff;
	background-position: 0 50%;
	color: #000;
	padding: 1px 0 1px 18px;
}
.avatar {
	height: 75px;
	width: 75px;
	border: 1px solid;
	text-align: center;
	vertical-align: middle;
}
.iconic {
	background: no-repeat left center;
	padding: 1px 0 1px 20px;
	white-space: nowrap;
}
.hide { display: none; }













#flashMessage, .error, .error_message {
color:#900;
font-size: 16px;
background-color: #fff;
margin: 8px 0px;
font-weight: bold;
}
.error_message {
clear: both;
}
.error em {
font-size: 18px;
color: #003d4c;
}
.notice {
color: #656565;
font-size: 14px;
background-color: #f4f4f4;
padding: 0.5em;
margin: 1em 0;
display:block;
}
.tip {
color: #656565;
background-color: #ddd;
}