#header_admin {
	width: 800px;
	height: 108px;
	background: url('../site_images/logo.gif');
	background-repeat: no-repeat;
	background-color: #2B4967;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 5px 0 0;
	font-size: 10px;
	font-family: verdana, arial, sans;
	color: white;
	font-weight: bold;
	text-align: right;
	}
#header_text {
	font-size: 18px;
	font-family: verdana, arial, sans;
	color: white;
	font-weight: bold;
	right: 200px;
	}
		
#content_admin {
	width: 800px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	font-family: verdana, arial, sans;
	/*color: blue;*/
	padding: 10px;
	text-align: left;
	}
#papers_admin {
	line-height: 16px;
	}
.not_shown {display: none;}
.shown_trg {display: table-row-group;}
.shown_i {display: inline;}
TD {
	font-size: 10px;
	font-family: verdana, arial, sans;
	/*color: blue;*/
	text-align: left;
	}
.select_width {
	width: 216px;
	}
A.nav {
	text-decoration: none;
	color: white;
	}
TABLE.sqlTable {
	text-align: center;
	}
TH.sqlHeaderRow {
	background-color: #808EA1;
	font-family: verdana, arial, sans;
	font-size: 12px;
	text-align:center;
	color: white;
	}
TH.sqlHeaderCell {
	background-color: #808EA1;
	font-family: verdana, arial, sans;
	font-size: 10px;
	text-align:center;
	color: white;
	}
TH.sqlLabelCell {
	background-color: #808EA1;
	font-family: verdana, arial, sans;
	font-size: 10px;
	text-align: right;
	color: white;
	}
TD.sqlDataCell {
	font-family: verdana, arial, sans;
	font-size: 10px;
	text-align: left;
	}