@import "common.css";
@import "bdo.css";


/* General */

body {
	line-height: 1.3;
}

blockquote {
	text-align: justify;
	margin-left: 3ex;
}

div.outerframe {
	position: relative;
}

small {
	font-size: 80%;
}

*.c {
	text-align: center;
}


/* Banner */

div.banner {
	margin-bottom: 2ex;
}

div.vv {
	margin-left: 2ex;
	padding-top: 0.2ex;
	font-size: 170%;
	font-weight: bold;
	color: white;
	text-align: left;
}

img.banner {
	float: left;
	margin: 0.3ex 3ex 0ex 3ex;
}

div.user {
	margin-right: 5ex;
	font-weight: bold;
	text-align: right;
	color: #ffffc0;
}



/* Main menu */

div.menu { 
	clear: both 
}

div.menu-item, div.menu-popup {
	min-width: 11ex;
}


/* BDO table */

table.bdo.table td {
	padding: 0.1ex 0.5ex;
	border: solid 1px #b0b0c0;
	vertical-align: middle;
}

table.bdo.table thead td {
	background-color: #2050b0;
	color: white;
	font-weight: bold;
	padding: 0.3ex;
}

table.bdo.table tr.odd  td { background-color: white; }
table.bdo.table tr.even td { background-color: #f0f0f0; }

table.bdo.table td.manip {
	text-align: center;
}

a.ibutton, a.ibutton:hover {
	border-bottom: none;
}

a.ibutton img {
	position: relative;
	top: 0.3ex;
}


/* Filter and row limit box */

div.ttop {
	padding: 0.3ex 0ex 1.5ex 0ex;
	text-align: left;
}

div.topbar form {
	display: inline;
	margin-left: 2ex;
}

div.topbar {
	display: inline;
	padding: 0.4ex;
	margin-right: 1ex;
	border: solid 1px #b0b0c0;
	background-color: white;
	font-weight: bold;
}

div.noborder {
	border: none !important;
}

div.topbar span {
	margin: 0ex 0.3ex;
}

div.topbar a {
	border-bottom: none;
}

img.arrow {
	position: relative;
	top: 0.3ex;
	margin: 0ex 0.5ex;
}


/* Misc */

p.filter {
	margin: 0ex 0ex 1ex 2ex;
	width: 99%;
}

span.h3samp {
	font-size: 140%;
	font-weight: bold;
}

span.authorsamp {
	font-weight: bold;
	font-style: italic;
	color: #2050b0;
}
