* {
	font: 10pt Arial, sans-serif;
	color: #000;
	border: 0px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #2A5DB0;
	text-decoration: none;
}

a.person {
	font-weight: bold;
}

#headerDiv {
	background: none repeat scroll 0 0 #3366CC;
	border: 1px solid #3366CC;
	color: #E5ECF9;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
	margin: 12px;
	margin-bottom: 0px;
	width: 960px;
	padding: 4px;
}

#headerDiv .backHome {
	float: right;
	color: #E5ECF9;
	margin: 12px;
}

#headerDiv .backHome a {
	color: #E5ECF9;
}

#buzzStream {
	width: 960px;
}

#buzzStream div.thumbnail {
	float: left;
	width: 46px;
}

#buzzStream img.thumbnail {
	width: 45px;
	height: 45px;
}

#buzzStream a.ot-anchor {
	font-weight: normal;
}

#buzzStream div.buzzPost {
	width: 954px;
	clear: both;
	margin-left: 12px;
	margin-top: 8px;
	padding: 8px;
	border: 1px solid #ccc;
}

#buzzStream  .content {
	margin-left: 48px;
	min-height: 48px;
}

#buzzStream  .content .comment {
	overflow: hidden;
	clear: both;
	margin-left: 18px;
	margin-top: 12px;
}

#buzzStream .content .photo {
	float: left;
	width: 100px;
	height: 100px;
	background-position: center center;
	background-repeat: no-repeat;
	margin: 6px;
}

#buzzStream .photos {
	margin-top: 3px;
	clear: both;
	height: 106px;
}

#buzzStream div.likes {
	color: #777777;
	clear: both;
	font-size: 90%;
}

div.clear {
	clear: both;
}

span.error {
	color: #f00;
	font-weight: bold;
	margin: 12px;
	padding-left: 12px;
	display: block;
}

.footer {
	clear: both;
	margin-top: 24px;
	width: 948px;
	margin: 12px;
}

input {
	height: 24px;
	width: 120px;
	border: 1px solid #000;
	margin-top: 3px;
	padding-left: 3px;
}

input.input {
	width: 95%;
}

textarea {
	padding: 3px;
	width: 95%;
	height: 120px;
	border: 1px solid #000;
}

/* Corner radius */
.ui-corner-tl {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
}

.ui-corner-tr {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

.ui-corner-bl {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.ui-corner-br {
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.ui-corner-top {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}

.ui-corner-bottom {
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.ui-corner-right {
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.ui-corner-left {
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.ui-corner-all {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}