/* ====================== LAYOUT TABLE STYLES ========================= */
#lyrloading{
	position: absolute;
	top: 75px;
	left: 0px;
	text-align: center;
	line-height: 0;
	z-index: 9999999;
	background-color: #FFFFFF;
	background-image: url(../images/spacer-loading-w.gif);
	width: 100%;
}
table#holder {
	text-align:justify;
	background-image:url(../images/spacer-table-holder.gif);
	}
#banner {
	font-size: xx-large;
	font-weight: bolder;
	font-variant: small-caps;
	text-align: left;
	letter-spacing: 0.5em;
	line-height: 0.7em;
	text-decoration: none;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
table#layout {
	background-image:url(../images/spacer-table-layout.gif);
	}	
#top_bar {
	font-size: small;
	color: #000000;
	text-align: left;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	}
#bottom_bar {
	font-size: x-small;
	color: #000000;
	text-align: right;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	}

/* ========================= ACCORDION MENU STYLES ============================= */

.arrowlistmenu {
	width: 150px; /*width of accordion menu*/
	position:relative;
	text-align:left;
	}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #000000;
	margin-bottom: 5px; /*header text is indented 10px*/
	cursor: pointer;
	font-size: medium;
	font-variant: small-caps;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0; /*bottom spacing between each UL and rest of content*/
	cursor: pointer;
	}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	cursor: pointer;
	}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	cursor: pointer;
	}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	}

.arrowlistmenu ul li a{
	color: #666666; /*custom bullet list image*/
	display: block;
	padding-left: 15px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: small;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	cursor: pointer;
	font-variant: small-caps;
	}

.arrowlistmenu ul li a:visited{
	}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #000;
	}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	font-weight: normal;
	color: #000;
	}
	
ul.subcategoryitems li a {
	font-variant:normal;
	margin-left:15px;
	}

/* ====================== GENERAL BODY STYLES ========================= */
body {
	margin: 0px;
	font-family: "Baskerville Old Face", "Bookman Old Style", Georgia, serif;
	text-align: center;
	font-size: small;
	}
a:link {
	color: #000000;
	text-decoration: none;
	}
a:visited {
	text-decoration: none;
	color: #000000;
	}
a:hover {
	text-decoration: none;
	color: #666666;
	}
a:active {
	text-decoration: none;
	color: #989898;
	}
img {
	margin: 0px;
	padding: 0px;
	border: none;
	}
h1 {
	font-size: large;
	font-variant: small-caps;
	}
h2 {
	font-size: large;
	}
h3 {
	font-size: medium;
	}
table.thumbtable {
background-image:url(../images/spacer-table-thumb.gif);	
	}		
.thumb {
	text-align: center;
	vertical-align: middle;
	background-image: url(../images/spacer-cell-thumb.gif);
	}
.label {
	vertical-align: middle;
	font-size: small;
	}
.worktitle {
	font-style: italic;
	}
table.vidtable {
	text-align: center;
	vertical-align: middle;
	}
.vidtable .label {
	text-align: left;
	}
p	{
	font-size:small;
	}	
p a:link {
	color: #999999;
	text-decoration: none;
	}
p a:visited {
	text-decoration: none;
	color: #999999;
	}
p a:hover {
	text-decoration: underline;
	color: ##CCCCCC;
	}
p a:active {
	text-decoration: underline;
	color: ##CCCCCC;
	}	
/* ====================== CV FORMATTING ========================= */
.cv-table {
	text-align: left;
	vertical-align: top;
	font-size:small;
}
.cv-head {
	font-weight: bold;
	font-variant: small-caps;
	font-size: x-large;
	padding-bottom: 1em;
}
.cv-subhead {
	font-size: medium;
	font-variant: small-caps;
	padding-top: 0.8em;
	padding-bottom: 0.5em;
	font-weight: bold;
}
.cv-year {
	vertical-align: top;
}
.cv-new-year {
	padding-top: 15px;
}
.forthcoming {
	font-size: small;
}
#loading {
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
