/* STYLES FOR THE 3 LINKS THAT PRECEDE THE LIST OF MESSAGES */

.compose {
	height: 16px;
	background-image: url(images/write.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 18px !important;
	margin-right: 35px;
	font-variant: small-caps;
}

#archive {
	height: 16px;
	background-image: url(images/history.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 22px;
	margin-right: 35px;
	font-variant: small-caps;
}

#help{
	height: 16px;
	background-image: url(images/info16.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 22px;
	margin-right: 35px;
	font-variant: small-caps;
}

/* STYLES FOR THE MESSAGE LIST ITSELF */

.odd1 {
border-top: solid 1px;border-top-color:silver;
}

.odd1,.odd1 *{
font-size:9pt;
background-color: InfoBackground !important; /* MAC SAFARI SHOWS UP AS BLACK */
/* debug: WHERE ARE THE OTHER InfoBackground style references */
background-color: #FFFFCC !important; /* AKA "Pale Weak Yellow" */
}

.even1 {
border-top: solid 1px;border-top-color:silver;
}

.even1, .even1 * {
font-size:9pt;
background-color: #FFCC66 !important;
}

.sticky_msg, .sticky_msg *, .sticky_msg .offsetdate, .sticky_msg .offsetname {
font-size:10pt !important;
background-color: brown !important;
color: #ffffff !important;
font-weight: bold;
}

.newparent {
	border-top: solid 1px;
	border-color: Gray;
}

.msglink {
	padding-left:1em;
	color: #333333;
	/*
	width: 150px;
	font-size: 9pt !important;
	font-family: sans-serif !important;
	*/
}

td#contents div.nav div, td#contents div div.transparent {
	margin-left:2em;
}

.newhide {
	visibility: hidden;
	display:none;
}

.newshow {
	visibility: visible;
	position: relative;
	left:-2px;
	background-color: transparent !important;
}

.offsetname {
	width: 130px;
	font-family: "Courier New", Courier, monospace;
	color: #330000 !important;
	white-space: nowrap;
}

.offsetdate {
	width: 140px;
	font-family: "Courier New", Courier, monospace;
	color: #330000 !important;
	white-space: nowrap;
}

div.forest {
	height: 1px;
	width: 1px;
	visibility: hidden;
}

div.forest img.newshow {
	visibility: hidden !important;
}

/* STYLES FOR THE OVERLAY (COMPOSE OR READ A SPECIFIC MSG) */

.popwinphp .nav * {
	background-color: #ffffff !important;
	font-size: 10pt;
}

.activeNav {
	text-decoration: underline;
	color: Blue;	
	margin-right:20px;
	height:2em;
	cursor:pointer;
}

.activeNav span {
	width: 10px;
	background-repeat: no-repeat;
}

.inactiveNav {
	color: Gray;	
	margin-right:20px;
	height:2em;
}

.inactiveNav span {
	width: 10px;
	background-repeat: no-repeat;
}

.activeNav #left {
	background-image: url(images/prev_msg.gif);
	background-position: center;
}

.activeNav #right {
	background-image: url(images/next_msg.gif);
	background-position: center;
}

.activeNav #up {
	background-image: url(images/prev_disc.gif);
}

.activeNav #down {
	background-image: url(images/next_disc.gif);
	background-position: right;
}

.inactiveNav #left {
	background-image: url(images/prev_msg_off.gif);
	background-position: center;
}

.inactiveNav #right {
	background-image: url(images/next_msg_off.gif);
	background-position: center;
}

.inactiveNav #up {
	background-image: url(images/prev_disc_off.gif);
}

.inactiveNav #down {
	background-image: url(images/next_disc_off.gif);
	background-position: right;
}

.popwinphp {
	position: absolute;
	left: 210px;
	top: 180px;
	left: 0px;
	top: 0px;
	background-color: InfoBackground !important; /* MAC SAFARI SHOWS UP AS BLACK */
	/* debug: WHERE ARE THE OTHER InfoBackground style references */
	background-color: #FFFFCC !important; /* AKA "Pale Weak Yellow" */
	margin: 0px !important;
	width: 660px;
	padding: 0px !important;
	border: solid 2px;
	border-color: teal;
}

.popwinmsg {
	background-color: InfoBackground !important; /* MAC SAFARI SHOWS UP AS BLACK */
	/* debug: WHERE ARE THE OTHER InfoBackground style references */
	background-color: #FFFFCC !important; /* AKA "Pale Weak Yellow" */
	padding: 0em 1em;
	height: 7em;
	overflow: scroll;
	height: 230px;
	margin-left:0px !important;
}

.popwinmsg, .popwinmsg span, .popwinmsg a, .popwinmsg img, .popwinmsg b, .popwinmsg em, table.popwinbody, table.popwinbody td, table.popwinbody span, *.label *, *.label, .popwinmsg em, .popwinmsg strong, .popwinmsg p {
	background-color: InfoBackground !important; /* MAC SAFARI SHOWS UP AS BLACK */
	/* debug: WHERE ARE THE OTHER InfoBackground style references */
	background-color: #FFFFCC !important; /* AKA "Pale Weak Yellow" */
}

.popwinhead {
	border-bottom: solid 1px;
	border-bottom-color: gray;
}

.popwinhead, .popwinhead *{
	font-size: 10pt;
	background-color: #FFCC66 !important;
	padding: 0em 1em;
	margin: 0px !important;
}

*.label {
	font-variant:  small-caps;
	text-align: right !important;
	font-style: italic;
	padding-right: 1em;
	white-space: nowrap;
}

*.button {
	text-align: center;
	font-variant:  small-caps;
	font-style: italic;
	width: 70px;
}
