
#wrapper {
	position:relative;
	margin:0 auto;
	text-align:left;
	width: 960px;
}

.visitlink {
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}

body {
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif; 
	padding: 0px; 
	margin: 0px; background-color: #FFFFFF;
}
a {color: #B30000;}
#header {font-size: 1.4em; width: 960px;}
#header a {cursor: pointer;}
#content {
	padding: 10px;
}

#container {
	z-order: 1;
}

#overlay_container {
	overflow: hidden;
	z-order: 0;
}

.container {
	position: absolute; 
	left: 0px; 
	top: 60px; 
	padding: 0px; margin: 5px; 
	width: 720px; 
	max-width: 720px;
}

.row {
	position: absolute; left: 720px; height: 54px; 
	max-height: 54px; overflow: hidden; width: 720px; 
	background-color: #FFF; border-top: 0px solid #FAFAFA; 
	padding: 0px; margin: 0px;
}
.thumbnail {max-width: 55px; max-height: 50px; width: 55px; height: 50px; overflow: hidden;}
.thumbnail .image {position: absolute; left: 0px; top: 0px; width: 50px; max-width: 50px; height: 50px; overflow: hidden;}
/*
.thumbnail .username {position: absolute; left: 54px; top: 0px; max-width: -10px; max-height: 50px; height: 50px; overflow: hidden;}
*/
.box {
	position: absolute; top: 0px; overflow: hidden; height: 54px; 
	max-height: 54px; padding: 0px; 
	background-color: #F2F1E4; 
	z-index: 5;
	background-image: url(boxbg.png);
}

.labelbox {
	cursor: pointer;
	position: absolute; top: 0px; overflow: hidden; 
	height: 46px; 
	max-height: 46px; 
	padding: 3px; z-index: 7; 
	border-right: 1px solid #E0DEC5;
	border-left: 1px solid #E0DEC5;
	border-top: 1px solid #E0DEC5;
}		
.previous_activity_borders {
	border-top: 1px solid #E0DEC5;
	border-top: 1px solid #DEDEDE;
}
.labelbox a {
	text-decoration: none;
	color: #000000;
	cursor: pointer;
	font-size: 1em;
}
.labelbox b {
	font-weight: normal;
	color: #B30000;
}
.labelbox img {
	border: 0px;
}

.step {
	position: absolute; color: #DEDEDE; text-align: center; top: 0px; 
	height: 52px; 
	vertical-align: middle; 
	line-height: 52px; 
	z-index: 2;
	background-image: url(rowbg.png);
	overflow: hidden;
}

.previous_activity {
	background-image: url(rowbg_previous.png);
	background-color: #EFEFEF;
}

.graph {position: absolute; z-index: 6; top: 0px;}
#details {position: absolute; display: none; left: 740px; width: 420px; max-width: 420px; padding: 5px; border: 1px solid #DEDEDE;}
.service_icon {position: absolute; top: 34px; left: 34px; height: 16px; width: 16px;}
.previous_label {
	line-height: normal; 
	padding-top: 13px;
	border-top: 1px solid #E0DEC5;
}	
#loading {
	position: absolute; 
	top: 50px; 
	left: 770px;
	width: 180px;
	display: none; 
	color: #ABABAB; 

	text-align: left;}
	
#page_description {
	position: absolute;
	top: 2px;
	text-align: left;
	left: 768px;
	width: 175px;
	background-color: #FFFFFF;
	color: #000000;
}
#controls {
	position: absolute;
	top: 60px;
	left: 760px;
	width: 180px;
	padding: 0px;
	font-size: 1.1em;
}

.controls {
	padding: 5px;
}

#sidebar {
	position: absolute;
	top: 180px;
	left: 760px;
	width: 180px;
	padding: 0px;
}

.label_hover {
	background-image: url('boxbg_hover.png');
}

td {
	font-size: 12px;
}

.filter {
	padding: 3px;
	margin: 5px;
	background-color: #DEDEDE;
	color: #333333;
	cursor: pointer;
}

#filter_container {
	padding: 0px;
}

.activity {
	margin-bottom: 5px;
	background-color: #E0DEC5;
	background-image: url('boxbg.png');
	background-repeat: repeat-x;
	padding: 0px;
	border: 1px solid #E0DEC5;
}

.activity table {
	margin: 0px;
}

.activity_list {
	margin: 0px 0px 3px 0px;
	display: inline;
}

.activity_from {
	text-align: right;
	margin-top: 5px;
	max-width: 200px;
	width: 200px;
}

.blockquote {
	margin: 0px;
}

.cite {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
}

.thread_header {
	margin-top: 10px;
	margin-bottom: 10px;
}
.mini_portrait {
	height: 50px; width: 50px; 
	min-height: 50px; max-height: 50px;
	min-width: 50px; max-width: 50px;
	overflow: hidden;
	margin: 2px;
	float: right;
}