/* Color #002469 is the official Rice blue.
   Colors #CFD3D7 and #F1F5FA are based on the official Rice gray #5e6062,
   actually a blue-gray, but with increased brightness for better contrast.
*/

BODY {
	background-color: #F1F5FA;
	background-image: none;
	color: #000000;
	font-family: sans-serif;
        margin: 0;
}

/***************
 * Other tables
 ***************/

TABLE.list {
	width: 100%;
	border-spacing:0;
}
table.list tr:hover {
	background: #CFD3D7;
}
table.list th {
	padding: 5px;
	background: #CFD3D7;
	color: #002469;
	vertical-align: top;
}
TABLE.list TD {
	padding: 5px 10px;
	vertical-align: top;
        font-size: smaller;
}

TD.date {
        vertical-align: top;
	text-align: right;
        white-space: nowrap;
}
TD.topic {
        vertical-align: top;
	text-align: left;
}
TD.holiday {
	color: gray;
}


/*********
 * Other
 ********/

H1, H2, H3 {
	color: #002469;
	text-align: left;
	margin: auto 7px;
}

h1 {
	background-color: white;
	vertical-align: middle;
	padding: 5px 7px 0px 7px;
	font-size: 38px;
        margin: 0;
        overflow: auto;
}

h3 {
	background-color: #CFD3D7;
}

HR {
	width: 100%;
	clear: both;
	color: #002469;
}

p {
	margin-left: 7px;
	margin-right: 7px;
}

P, LI {
	text-align: justify;
}

DT {
	font-weight: bold;
}
DD {
	padding: 0 0 .5em 0;
}

IMG.right {
	float: right;
	border: 0;
	margin: auto auto 0 1em;
}

PRE {
	margin-left: 3em;
}

div.flex1box2 {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	display: -moz-box;
	-moz-box-orient: horizontal;
	display: -ms-flexbox;
	-ms-flex-direction: row;
	display: box;
	box-orient: horizontal;
}
div.flex1box2 > div:nth-child(1) {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	box-flex: 1;
        padding: 0 10px 0 0;
}
