/* style.css for http://e30.ffwd.us/  (C)2002 Skye Poier */
BODY {
 	margin-left: 90px;
	font-size: 0.8em;
	font-family: Verdana, Helvetica, Lucida, sans-serif;
	color: black;
	background-color: white;
/* 	background-image: url(/checkflag.gif); */
	background-repeat: repeat-y;
/* 	background-attachment: fixed; */
}
p, blockquote, ul, ol, dl, dd, li, dir, menu, th, td {
        /* inherit from body */
}
H2 {
	font-size: 1.7em;
	font-weight: bold;
	margin: 0;
}
table {
	font-size: 1em;
}
table.title {
	border: 8px outset black;
	background-color: #BDE6FD;
	text-align: center;
	width: 90%;
}
table.jumpto {
	border: 1px solid black;
	background-color: #bde6fd;
	text-align: center;
	font-weight: bold;
}
FONT.nav {
	font-size: 1.2em;
	font-weight: bold;
}
P.nav {
	font-size: 0.8em;
	text-align: right;
}
P.footer {
	font-size: 0.8em;
	text-align: right;
	width: 600px;
}
HR {
	width: 600px;
	height: 4px;
}
A:link {
	color: #CC0000;
	text-decoration: underline;
}
A:visited { color: #CC0000; text-decoration: none }
A:hover {  color: #CC0000; background-color: #AAAAAA; text-decoration: none; }
A:active {  color: #000000; background-color: #AAAAAA; text-decoration: none; }
TABLE.tab {
	border-collapse: collapse;
/* 	border: 2px solid black; */
}
TH.tab {
	text-align: left;
	border: 1px solid black;
/* 	border-bottom: 2px solid black; */
/* 	border-right: 1px solid black; */
	padding: 0 5px;
	font-size: 0.8em;
	font-weight: bold;
	color: white;
	background-color: black;
	white-space: nowrap;
}
TD.tabblank {
	border-bottom: 1px solid black;
	width: 66%;
}
TD.tab {
	text-align: left;
	border: 1px solid black;
/* 	border-right: 1px solid black; */
/* 	border-bottom: 1px dotted black; */
	padding: 0 5px;
	font-size: 0.8em;
	white-space: nowrap;
/* 	background-color: white; */
}
OL LI {	
	list-style-type: decimal;
}	
OL OL LI {	
	list-style-type: lower-alpha;
}	
OL OL OL LI {	
	list-style-type: lower-roman;
}	
OL OL OL UL LI {
	list-style-type: none;
}
UL LI {
	list-style-type: circle;
}
IMG {
	border: 0;
}
IMG.pad {
	border: 0;
	margin: 10px;
}
TABLE.attention {
	border-collapse: collapse;
	border: 1px solid black;
	width: 50%;
	font-size: 1em;
}
TABLE.attention TD {
	text-align: center;
	padding: 5px;
}
/* sched */
TABLE.sched {
/* 	width: 620px; */
	width: 90%;
	text-align: center;
}
TABLE.sched TH {
	color: white;
	background-color: black;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	padding: 4px;
}
TD.sched {
	width: 25%;
	border: 1px dotted black;
}
TD.profilepic {
	width: 25%;
	border: 1px dotted black;
	color: #00f;
	font-size: 1.35em;
	font-weight: bold;
	white-space: nowrap;
}
TD.desc {
	border: 1px dotted black;
	text-align: left;
	padding: 4px;
}
TD.date {
	background-color: #CCCCCC;
	color: black;
	text-align: center;
	font-weight: bold;
}
TD.result {
	width: 10%;
	border: 1px dotted black;
	font-size: 1.2em;
	color: red;
	white-space: nowrap;
}

div.journal_image_big {
	margin: 30px 60px;
	text-align: right;
	font-style: italic;
}
