body {
    margin:0px;
    padding:0px;
    font-family: Arial, Verdana, sans-serif;
    font-size:11px;
    color:#777;
    line-height:18px;
	background-color:#ededed;
}

.popup {
    padding:0px;
	margin: 0px;
    font-size:11px;
    line-height:18px;
}

.header {
    padding-left:10px;
	padding-right:0px;
    font-size:11px;
    line-height:18px;
}

a {
    text-decoration:underline;
    color:#06c;
}

a:hover {
    text-decoration:none;
    color:#06c;
}

img {
	border: 0;
}

#title {
	font-size:14px;
	font-weight:bold;
}

#title a {
	color: black;
}

#metadata {
	float:right;
	line-height:12px;
	margin: 0 5px 0 0;
}

#cc {
	float:left;
}

#cc_text {
	margin: 4px 5px 0 0;
	float:left;
}

#support_text {
	float:left;
	margin: 4px 5px 0 0;
}


#doc_view_box { 
    position:relative;
    /*border: 1px solid #4a4a4a;*/  text-align:center; height:100%; /*margin-bottom:10px;*/ width: 100%;
    background : #fff;
    /*background: #3E5BA2 url('/images/unipaper-background-image.png') 50% 50% no-repeat;*/
}

#enzyme_status { width:600px; margin-left:-300px; margin-top:-40px; text-align:center; position:absolute; top:50%; left:50%; }
.enzyme_message { color:#ddd; }