/* Filename: left_menu.css
 * Description: Stylesheet for left-hand menu of the NEUMES Project website.
 * Author: Louis W. G. Barton
 * Version: 27 December 2007
 */

body {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: rgb(204, 204, 153);
	font-family: Georgia,"Times New Roman",Times,serif;
	font-size: 12px;
	color: #000066;
}

/* Work-around for Mozilla: */
A {
	text-decoration: none;
}

.line {
	text-decoration: underline;
}
/*[end, work-around]*/

A:hover {
	background-color: #FFFF00;
	color: inherit;
/*	layer-background-color: #FFFF00; */
}

/* Controlled by "A.flags": */
IMG.flags {
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 18px;
	height: 12px !important;
}

A.flags {
	width: 18px;
	height: 12px !important;
	/* should be "transparent", but apparent browsers bug: */
	border-color: rgb(204, 204, 153);  /* page background color */
	border-style: solid;
	border-top-width: 3px;
	border-left-width: 4px;
	border-bottom-width: 3px;
	border-right-width: 4px;
	margin-top: 0px;
	margin-left: 3px;
	margin-bottom: 0px;
	margin-right: 0px;
	padding: 0px;
}

A.flags:visited {
	/* should be "transparent", but apparent browsers bug: */
	border-color: rgb(204, 204, 153);  /* page background color */
}

/* NB: ":hover" must come after ":visited" ! */
A.flags:hover {
	border-color: rgb(255, 255, 0);  /* yellow */
}

TR,TD {
	font-size: 13px;
	vertical-align: top;
	white-space: nowrap;
}

/* Sub-headings of menu items:*/
div.subheading {
	font-size: 10px;
	margin-top: 0px;
	margin-left: 6px;
	margin-bottom: 0px;
	margin-right: 0px;
	color: rgb(0,2,98);
}

TABLE.menu, TABLE.shortMenu {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-width: 0px;
	border-collapse: collapse;
	background-color: rgb(212,218,227);
	color: #000066;
	background-image: url(../images/background8.jpg);
	vertical-align: top;
	font-size: 13px;
}

TABLE.menu {  /* refinement: */
	width: 384px !important; /* widest column on page */
	/* hack: */
	white-space: nowrap;
	overflow: hidden;
/*	overflow-x: hidden; */
/*	text-overflow: ellipsis; */
}

TABLE.shortMenu {  /* refinement: 154; 147*/
	width: 154px !important; /* column width */
	white-space: normal;
	overflow: hidden;
/*	overflow-x: clip;
	overflow-y: auto; */
}

/* Use local style to override letter spacing: */
TD.SectionTitle {
	height: 46px !important;
	background-color: #003333;
	color: #FFFFFF;
	vertical-align: middle;
	font-family: Geneva,Arial,Helvetica,sans-serif;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
}

.Button {
	vertical-align: middle;
	border-width: 0px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 4px;
	margin-left: 4px;
	padding: 0px;
}

/* Stand-alone menu table (specialization class): */
TABLE.standalone {
	background-color: rgb(255,190,143);
	color: inherit;
	background-image: none;
}

/* Stand-alone menu table (specialization ID): */
#madison {
	height: 92px !important;
	background-image: url(../images/madison2.gif);
	background-repeat: no-repeat;
	background-color: rgb(255,190,143);
	color: inherit;
}

/* Footer menu table (specialization ID): */
#footer {
	background-color: transparent;
	color: inherit;
	background-image: none;
}

/* To accommodate Table layout idiosyncracy of Opera: */
.nopx {
	font-size: 0px;
	line-height: 0px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}

.onepx {
	display: inline-block; /* needed for Span */
	font-size: 1px;
	line-height: 1px;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}

/* CALENDAR: */
.calMain {
	width: 150px !important;
	border: 2px solid #003333;
}
.month {
	background-color: #003333;
	color: white;
	font: bold 11px Verdana,Geneva,Arial,Helvetica,sans-serif;
}
.daysofweek {
	text-align: center;
	width: 14.28%;
	background-color: #808080;
	color: white;
	font: bold 10px Verdana,Geneva,Arial,Helvetica,sans-serif;
}
.days {
	text-align: left;
	font-size: 9px;
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	color: black;
	cursor: default;
}
.butt {
	font: bold 9px Verdana,Geneva,Arial,Helvetica,sans-serif;
	text-align: center;
	text-decoration: none;
	height: 20px;
	width: 20px;
	display: block;
	background-color: #999999;
	color: black;
	border-style: solid;
	border-top-color: #DDDDDD;
	border-right-color: #555555;
	border-bottom-color: #333333;
	border-left-color: #BBBBBB;
}
.buttTxt {
	font: 9px Verdana,Geneva,Arial,Helvetica,sans-serif;
	/* light gray: */
	background-color: #D3D3D3;
	color: black;
	text-align: center;
	vertical-align: middle;
}
/* CALENDAR: */
/*[end, left_menu.css]*/