@CHARSET "UTF-8";

root {
	display: block;
}

* {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body {
	background-color: #FFFFFF;
	margin: 0px;
	/*padding: 10px;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}

a,a:link,a:visited,a:hover {
	color: #000033;
}

p {
	margin: 2px;
}

input,textarea {
	border: 1px #00549f solid;
	font-size: 12px;
}

td.filerow1 {
	background-color: white;
}

td.filerow2 {
	background-color: #DDD;
}

#navihead {
	width: 100%;
	min-height: 27px;
	background-color: #333;
	margin-bottom: 5px;
	color: white;
	font-weight: bold;
	display: table;
}

#navihead div.col {
	display: table-cell;
	padding: 0px;
	margin: 0px;
	height: 27px;
}

#navihead div.item {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	height: 25px;
	margin-right: 5px;
}

#navihead div.item div.item {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0px;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

#navihead div.item a {
	color: white;
	text-decoration: none;
	font-size: 110%;
	display: inline-block;
	margin-top: 1px;
}

#header {
	width: 100%;
	clear: both;
	height: 100px;
	text-align: center;
	background-color: white; /*#f7f9fa;*/
	margin-bottom: 5px;
}

#loginbox input.textfield,#loginbox input.textfield2 {
	padding: 3px;
	font-size: 80%;
	background: transparent;
	margin-right: 3px;
	font-weight: normal;
}

#loginbox input.submit,div.item input {
	padding-bottom: 2px;
	background: transparent;
	color: white;
	font-weight: bold;
}

#loginbox input.submit:active,#loginbox input.submit:hover,#navihead div.item input:active,#navihead div.item input:hover
	{
	border: 1px #00549f solid;
}

#loginbox input.textfield {
	color: #CCC;
}

#loginbox input.textfield2 {
	color: white;
}

#subhead {
	background-image: url(ixipub.png);
	width: 300px;
	height: 100px;
	cursor: pointer;
}

#header img {
	margin: 0px auto 0px;
	border: 0px;
}

#content {
	min-height: 500px;
	padding-left: 5px;
	padding-right: 5px;
	/*	width: 100%;*/
}

#separator {
	position: relative;
	left: 0px;
	width: 100%;
	height: 4px;
	margin-bottom: 8px;
	border-top: 1px #00549f solid;
}

#searchbox {
	position: relative;
	left: 330px;
	top: -60px;
	width: 500px;
}

#searchfield {
	width: 400px;
	padding: 5px;
	border-left: 1px #00549f solid;
	border-right: 1px #00549f solid;
	border-bottom: 1px #779ec8 solid;
	border-right: 1px #779ec8 solid;
}

#searchfield:hover {
	border: 1px black solid;
}

#searchfield:active {
	border: 1px #00549f solid;
}

input.boldbutton,#searchbutton,#upload_btn {
	border: 1px #00549f solid;
	background-color: #00549f;
	color: white;
	font-weight: bold;
}

#searchbutton {
	height: 27px;
}

#upload_btn {
	margin-top: 7px;
}

#searchbutton:hover,#upload_btn:hover,input.boldbutton:hover{
	cursor: pointer;
	border: 1px #f6a800 solid !important;
	-moz-box-shadow: 0px 0px 3px 0px #f6a800;
	-webkit-box-shadow: 0px 0px 3px 0px #f6a800;
	box-shadow: 0px 0px 3px 0px #f6a800;
}

#searchresults {
	width: 710px;
	padding-top: 10px;
}

#preview {
	position: absolute;
	top: 150px;
	left: 765px;
	border: 1px #CCCCCC solid;
	padding: 7px;
	box-shadow: inset 0 0px 2px #CCCCCC;
	-moz-box-shadow: inset 0 0px 2px #CCCCCC;
	-webkit-box-shadow: inset 0 0px 2px #CCCCCC;
}

#uploadbox {
	position: relative;
	top: -92px;
	left: 840px;
	width: 600px;
	height: 60px;
}

#popup_overlay {
	z-index: 10000;
	filter: alpha(opacity =                                               50);
	/*older IE*/
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50 ); /* IE */
	-moz-opacity: .50; /*older Mozilla*/
	-khtml-opacity: 0.5; /*older Safari*/
	opacity: 0.5; /*supported by current Mozilla, Safari, and Opera*/
	background-color: #000000;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

#popup_topmost {
	z-index: 20000;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

#popup {
	margin: 0px auto 0px;
	background-color: white;
	border: 1px #00549f solid;
	width: 60%;
	margin-top: 150px;
	min-height: 30px;
}

#popup_caption {
	background-color: #00549f;
	color: white;
	border: 1px #00549f solid;
	font-weight: bold;
	padding-bottom: 2px;
}

#popup input,#popup textarea,#nojsedit input,#nojsedit textarea {
	width: 300px;
}

#popup textarea,#nojsedit textarea {
	height: 100px;
}

div.headline {
	color: #153b63;
	font-weight: bold;
	font-size: 13px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	padding-left: 4px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-bottom: 10px;
	background-color: #f7f9fa;
}

div.box {
	border: 1px #00549f solid;
	padding: 10px;
	margin-bottom: 5px;
}

div.boxhead {
	width: 100%;
	height: 15px;
	background-color: #00549f;
	color: white;
	text-align: center;
	font-weight: bold;
	text-align: center;
}

div.error,div.info,div.warning {
	padding: 10px;
	border: 1px solid #F00;
	margin-bottom: 5px;
	background-color: #FACACA;
}

div.info {
	background-color: #CAFACA;
	border: 1px solid #0F0;
}

div.warning {
	background-color: #FAFACA;
	border: 1px solid #FF0;
}

div.result {
	padding: 5px;
	margin-bottom: 15px;
}

div.result:hover {
	border: 1px solid #E0E0E0;
	margin: -1px;
	margin-bottom: 14px;
	box-shadow: inset 0 0px 2px #E0E0E0;
	-moz-box-shadow: inset 0 0px 2px #E0E0E0;
	-webkit-box-shadow: inset 0 0px 2px #E0E0E0;
}

div.upload_bar,div.upload_bar_fg {
	margin: 1px;
	height: 20px;
	width: 290px;
	position: absolute;
	top: 0;
	left: 0;
}

div.upload_bar_fg {
	border: 1px #00549f solid;
	margin: 0px;
}

#searchresults a {
	font-size: 115%;
	font-weight: bold;
	color: #1B57B1;
}

td.fileinfocaption {
	text-align: left;
	font-weight: bold;
}

div.button,div.btn_delete,div.btn_edit,div.btn_stats,div.btn_add,div.btn_replace {
	cursor: pointer;
	display: inline-block;
	width: 16px;
	height: 16px;
}

div.btn_delete {
	background-image: url(delete.png);
}

div.btn_edit {
	background-image: url(edit.png);
}

div.btn_stats {
	background-image: url(stats.png);
}

div.btn_add {
	background-image: url(add.png);
}

div.btn_replace {
	background-image: url(replace.png);
}

#fileinfo td {
	padding-left: 5px;
}

#fileinfo {
	padding-right: 5px;
}

#filemanagerbox a {
	text-decoration: none;
}

div.download_link_box {
	font-size: 125%;
	text-align: center;
	background-color: #00549f; /*#779ec8*/
	padding: 3px;
}

div.download_link_box a
{
	color: white;
	font-weight: bold;
}

div.download_link_box span.hash {
	font-size: 60%;
	color: white;
	font-weight: bold;
}

/* Google Scholar classes */
div.citation_title {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	background-color: #eee;
	border-bottom: 1px black solid;
}