/* layout */
body {
	background-color: #5E5F6D;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #444444;
}
#main-box {
	padding: 0px; margin; 0px; position: absolute;
	top: 15px;
	width: 765px;
	margin-left: -382px;
	left: 50%;
	background: url('../img/main-bg.png') repeat-y;
}
#content {
	/* base margins */
	/* padding: 44px 5px 0px 170px; */
	margin: 44px 10px 0px 180px;
	z-index: 100;
}
#main-bottom {
	padding: 0px; margin: 0px;
	position: absolute;
	bottom: -19px;
	left: 0px;
}
#main-logo {
	padding: 0px; margin: 0px; position: absolute;
	left: 0px; top: 0px;
}
#main-tabs {
	padding: 0px; margin: 0px; position: absolute;
	left: 176px; top: 0px; height: 44px;
	width: 589px; /* for ie6, we cannot do right: 0px */
	background: url('../img/tab_bg.png') repeat-x;
}
#main-tabs img {
	padding: 0px; margin: 0px; border: 0px; float: left;
}
#main-tabs a {
	padding: 0px;
	margin: 0px;
	border: 0px;
	cursor: pointer;
}
#main-tabs-right {
	padding: 0px; margin: 0px;
	position: absolute; right: 0px; top: 0px;
}
#main-tabs-right img {
	padding: 0px; margin: 0px;
}

@media print {
	body {
		background-color: white;
	}
	#main-box {
		position: relative;
		width: 100%;
		margin: 0px; padding: 0px;
		left: 0px; top: 0px;
		background-color: white;
		background-image: none;
	}
	#content {
		margin: 0px; padding: 0px;
	}
	#main-logo { display: none; }
	#main-tabs { display: none; }
	#main-bottom { display: none; }
}

/* text styles */
a {
	color: #5E5F6D;
	cursor: pointer;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline overline;	
}

dl.expand dt {
	font-weight: bold;
	color: #5E5F6D;
	cursor: pointer;
}
dl.expand dt:hover {
	text-decoration: underline;
}

/* screenshots */
.imagebox {
	float: left;
	margin: 5px 10px 5px 10px;
}

/* my */
#interface-actions {
	padding-top: 10px;
	padding-right: 15px;
}
#interface-actions div {
	float: right;
}

.recorder {
	clear: both;
}
.recorder img {
	float: left;
}
.recorder .title {
	float: left;
	cursor: pointer;
	font-size: 20px;
	width: 450px;
	padding: 15px 0px 3px 0px;
	border-bottom: 1px solid #cccccc;
}
.recorder .title .arrow {
	float: right;
	padding-top: 5px;
}
.recorder .viewsarea {
	padding-left: 20px;
	clear: both;
}

.statsview {
	padding-top: 8px;
}

@media print {
	.noprint {
		display: none;
	}
}