
/* GAB DIR STYLING BELOW IS LEGACY use to style new display */
    /*DHF - experimental -- added for Archive pages, conference in particular*/
    /* GAB - added to fix no_right IE issue */
.contentNoRightArchive {
     padding: 10px 25px 25px 25px;
	width: 535px;
	background-image: url(../furn/images/archive2.png);
	/*background-repeat: no-repeat;*/
     }

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto
     }

img.logo {
    position:relative;
    bottom: -31px;
    z-index: 100;
    }
		
img.floatLeft{		
    float: left; 
    margin: 0px 20px 0px 0px; 
}

img.floatRight { 
    float: right; 
    margin: 10px; 
}
    /* GAB - added to format announcements */
.announcementHR {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    alignment: center;
    border-top: 1px dotted #e57b0f;
    }
    
.announcementHeader {
	padding-left: 10px;
	background-image: url(../furn/images/leftpad.gif);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	}

.heading1 {
	margin: 0px 0px 0px 0px;
	padding-left: 25px;
	font-family: Georgia, Times New Roman, serif;
	font-size: 28px;
	color: #666666;
	}

.heading1Orange {
	font-family: Georgia, Times New Roman, serif;
	font-size: 28px;
	color: #c88c05;
	}

.compactHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    line-height: 14pt;
    color: #e57b0f;
    text-decoration: none;
    text-transform: uppercase;
    }

.compactHeader a {    
    text-decoration: none;
    color: #e57b0f;
    }

.center {
	text-align: center;
     }
     
.highlight {
	color: #e57b0f;
     }

	/* -- DHF -- added div to act as parent of dir/MP combo pages */
#dirMP {
   font-family: Georgia, Times Roman, serif;
	 font-size: 10pt;
	 line-height: 16pt;
	 color: #333333;
	 }
	
    /* GAB - added to format directory */
		/* DHF - changed center to left for switch to directory + MP */
.dirNameBlock {
	text-align: left;
     padding-top: 10px;
     }
    
.dirName, .dirName a, .dirName a:hover, .dirName a:visited {
	font-family: Georgia, Times Roman, serif;
	font-size: 1.2em;
	line-height: 3em;
	color: #333333;
	}

.dirHeading {
	font-family: Georgia, Times Roman, serif;
	font-size: 1em;
     font-weight: bold;
	padding: 10px 0px 0px 0px;
	line-height: 18pt;
	color: #e57b0f;
	}
  
	/* DHF - added to align elements vertically on directory list pages */
#dirList {
	display:inline;
}
  
/* DHF - added to align images in didrectory lists */
#dirList img {
  vertical-align:text-bottom;
}	


/* ===== CSS for thumbnail & large image on hover ===== */
.thumbnail, .thumbnailGallery1 {
    position: relative;
    z-index: 0;
    }
   
.thumbnail:hover, .thumbnailGallery1:hover {
    background-color: transparent;
    z-index: 50;
    }

.thumbnail span { /*CSS for enlarged image*/
    position: fixed;
    background-color: lightyellow;
    padding: 5px;
    top: 10px;
    left: 10px;
    border: 1px dashed gray;
    display: none;
    color: black;
    text-decoration: none;
    }
    
.thumbnail span img, .thumbnailGallery1 span img { /*CSS for enlarged image*/
    border-width: 0;
    padding: 2px;
    }

.thumbnail:hover span { /*CSS for enlarged image on hover*/
    visibility: visible;
    display: inline;
    }

.thumbnailGallery1 span { 
    position: fixed;
    background-color: lightyellow;
    padding: 5px;
    top: 10px;
    left: 10px;
    border: 1px dashed gray;
    display: none;
    color: black;
    text-decoration: none;
    }
    
.thumbnailGallery1:hover span {
    visibility: visible;
    display: inline;
    }

img.Gallery1 {
     clear: both;
     border: 1px solid #91918e;
     margin-top: 20px;
     margin-bottom: 20px;
     margin-left: 20px;
     }
     
/* GAB - added for gallery index */
.indexFrame {
	width:100%;
     border: 0px;
     margin: 0px;
     cellpadding: 0px;
     cellspacing: 0px;
     }
     
.indexFrame tr {
     vertical-align: top;
     }
          
.indexLeft {
	width: 100%;
     vertical-align: top;
     text-align: center;
     border: 0px;
     margin: 0px;
     cellpadding: 0px;
     cellspacing: 0px;
     }

.indexLeft tr {
     vertical-align: top;
     }
     
.indexRight {
	width:100%;
     vertical-align: top;
     text-align: center;
     border: 0px;
     margin: 0px;
     cellpadding: 0px;
     cellspacing: 0px;
     }

.indexRight tr {
     vertical-align: top;
     }
        
/* ===== END thumbnail ===== */
    
.little
{
	padding-top: 10px;
	padding-bottom: 10px;
	color: #333333;
	font-family: Arial;
	font-size: 9pt;
	line-height: 12pt;
	text-decoration:none;
	font-weight:normal;
	border-top:1px dotted #333333;
	border-bottom:1px dotted #333333;

}

/* GAB - Added for conference grids */
table#gridLayout {
    text-align: center;
    border: 0px;
    border-collapse: collapse;
    cellpadding: 0px;    
    cellspacing: 0px;
    text-align: center;
    }
    
table#gridLayout td {
    /*margin: 0px;*/
    padding: 2px 0px 2px 0px;
    /*align: center;*/
    vertical-align: middle;
    border: 2px solid #91918e;
    cellspacing: 0px;
    background: #e8e7dc;
    }
    
table#gridLayout a {
    text-decoration: none;
    }
    
table#confFees {
    text-align: center;
    border: 0px;
    border-collapse: collapse;
    cellpadding: 0px;    
    cellspacing: 0px;
    text-align: center;
    }

table#confFees td {
    /*margin: 0px;*/
    padding: 2px 0px 2px 0px;
    /*align: center;*/
    vertical-align: middle;
    border: 1px solid #464643;
    cellspacing: 0px;
    }


/* ========================= GAB - NEW CSS ========================= */
/* #indexHomeBody is Zen */
body, #indexHomeBody {
	margin: 0px;
	padding: 0px;
	border: 0px;
	background-color: #464643;
	font-family: Georgia, Times New Roman, serif;
	font-size: 10pt;
	line-height: 18pt;
	color: #333;
	text-align: center; /* GAB - explicit declaration for Safari/Opera */
}

a, a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	/* line-height: 16pt; */
	color: #333;
	text-decoration: underline
}

a.visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	/* line-height: 16pt; */
	color: #666;
	text-decoration: underline
}

a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	/* line-height: 16pt; */
	color: #d5a228;
	text-decoration: underline
}
     
h2, h2 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 18pt;
	color: #e57b0f;
	text-decoration: none;
	text-transform:uppercase;
}

.pseudoheader, .pseudoheader a, a.pseudoheader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    line-height: 14pt;
    color: #e57b0f;
    text-decoration: none;
    text-transform: uppercase;
}

img {
	border: 0px;
     margin: 0px;
     padding: 0px;
}

table, tr, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

input:focus, select:focus, textarea:focus {
	background: #F0F8FF;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.floatright {
	display:block;
	float:right;
}

.rightmargins {
	margin: 10px 0px 10px 15px;
}

.floatleft {
	display:block;
	float:left;
}

.leftmargins {
	margin: 10px 15px 10px 0px;
}

.textright {
	text-align:right;
}

.textcenter {
	text-align:center;
}

.textleft {
	text-align:left;
}

p.notop {
margin-top:0;
}

p.nobottom {
margin-bottom:0;
}

img.center {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

.clearboth {
	clear:both;
}

.clearright {
	clear:right;
}

blockquote.nobreak {
	margin-top:0;
}

.fullindent {
	margin-left:40px;
}

.underline {
	text-decoration:underline;
}

div#wrap_window {
	width: 100%;
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #91918E;
	position: relative;
}

div#header {
	width: 100%;
	height: 85px;
	margin: 0px; /* 0px auto; */
	padding: 0px;
	text-align: center;
	background: #6e6e6a;
	clear: both;
}

#header img {
	margin: 13px auto 0px auto;
}

/* GAB - transparent shade will top wrap_layout */
/* GAB - wrap_layout_1 & 2 will extend to wrap_layout_fill using a background
image for col_nav and wrap_content. PHP change out on no_right when col_right
not needed */
div#wrap_layout_1 {
	width: 944px;
	margin: 0px auto;
	padding: 0;
	background-image: url(../furn/images/layout/content_back_right.gif);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #464643;
}

div#wrap_layout_1_noright {
	width: 944px;
	margin: 0px auto;
	padding: 0;
	background-image: url(../furn/images/layout/content_back_noright.gif);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #464643;
}

div#wrap_layout_2 {
	width: 100%;
	margin: 0px;
	background-image: url(../furn/images/layout/nav_back.gif);
	background-repeat: repeat-y;
}

/* div#wrap_layout_2_conf {
	width: 100%;
	margin: 0px;
	background-image: url(../furn/images/layout/nav_conf_back.gif);
	background-repeat: repeat-y;
} */

div#wrap_layout_fill {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

div#col_nav {
	width: 170px;
	float: left;
	vertical-align: text-top;
	margin-right: 4px;
	background-image: url(../furn/images/layout/nav_back.gif);
	background-repeat: repeat-y;
	text-align: left;
	color: #fff;
}

#col_nav ul {
	margin: 10px 0px 20px 0px;
	padding: 0px;
	width: 150px;
	list-style:none;
}

#col_nav ul a, #col_nav ul a:link, #col_nav ul a:visited {
	display:block;
     margin: 3px 0px 3px 20px;
	padding: 0px;
	text-decoration: none;
	font: 11pt Georgia, "Times New Roman", serif;
	color: #fff;
}

#col_nav ul a:hover, #col_nav ul a:active, #col_nav ul a.active, #col_nav ul a:link.active, #col_nav ul a:visited.active {
	color:#f8bb31;
}

#col_nav ul.secondary {
	margin: 8px 0px 8px 0px;
	padding: 0;
	list-style:none;
}

#col_nav ul.secondary a, #col_nav ul.secondary a:link, #col_nav ul.secondary a:visited {
	border-bottom: none;
     margin: 6px 0px 6px 30px;
	padding: 0;
	text-decoration: none;
	font: 11pt Georgia, "Times New Roman", serif;
	color: #ecd774;
}

#col_nav ul.secondary a:hover, #col_nav ul.secondary a:active, #col_nav ul.secondary a.active, #col_nav ul.secondary a:link.active, #col_nav ul.secondary a:visited.active {
	color:#f8bb31;
}

#col_nav img.divider {
	margin: 2px 0px;
}

div#mast {
	width: 770px;
	height: 185px;
	float: right;
	background: #91918e;
}

/* GAB submast encompasses page_title and image (105) */
div#submast {
	width: 770px;
	height: 150px;
	float: right;
	background: #91918e;
}

div#page_title {
	width: 770px;
	height: 45px;
	float: right;
	background: #d8dbd2;
	text-align: left;
	/* gab DECLARE FONTS, use span for subheading*/
}

#page_title p {
	margin: 10px 0px 0px 10px;
	padding: 0;
	font-family: Georgia, Times New Roman, serif;
	font-size: 28px;
	color: #666;
}

#page_title span {
	font-family: Georgia, Times New Roman, serif;
	font-size: 28px;
	color: #c88c05;
}

div#wrap_content {
	width: 770px; /* 944 (1024 - 40px margins) - 174 (col_nav) = 770 */
	border-top-width: 8px;
	border-top-style: solid;
	border-top-color: #e8e7dc;
	/*padding-top: 8px;*/
	background: transparent; /* GAB VERIFY MOVED TO BORDER TOP #e8e7dc;*/
	float: right;
}

div#content {
	position: relative;
	float: left;
	width: 560px; /* total width: 600 - add padding */
	min-height: 100%;
	background-color: #fff;
	padding: 10px 20px 40px 20px;
	text-align: left;
	color: #333;
}

div#content_noright {
	position: relative;
	float: left;
	width: 730px; /* total width: 770 - add padding */
	min-height: 100%;
	background-color: #fff;
	padding: 20px 20px 40px 20px;
	text-align: left;
	color: #333;
}

#content p {
}

.contentHR {
	width: 100%;
	height: 2px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	alignment: center;
	border-bottom: 1px dotted #787874;
}

div#col_right {
	position: relative;
	float: right;
	width: 170px;
	padding: 0px 0px 20px 0px; /*0px 10px 20px 10px;*/
	/*height: 100%; */
	background: #e8e7dc;
}

#col_right p {
	margin: 0px 10px;
	color: #60624e;
	line-height: normal;
	font: 10pt Arial, Helvetica, sans-serif;
	text-align: left;
	padding:0;
}

#col_right p.caption {
	margin: 4px 10px;
	color: #60624e;
	font: 8pt Arial, Helvetica, sans-serif;
	line-height: normal;
	text-align: right;
}

#col_right p a {
	line-height: normal;
	text-decoration:none;
}

#col_right p.caption span {
	font-style: italic;
}

#col_right .hr {
    width: 150px;
    height: 2px;
    margin: 15px 10px; /*-top: 15px; 
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;*/
    padding: 0px;
    /*align: center;*/
    border-bottom: 1px dotted #787874;
}

div#col_right_blog {
	position: relative;
	float: right;
	width: 170px;
	padding: 0px 0px 20px 0px; /*0px 10px 20px 10px;*/
	/*height: 100%; */
	background: #e8e7dc;
}

/* begin WP calendar styling for col_right_blog */
/* GAB CHANGE MENU TO MENU_BLOG if possible */
#menu {
	/*background: #fff;*/
	width: 162px; /* 150 */
	padding: 0px 4px;
	font-family: Arial, Helvetica, sans-serif;
	/*float: left;*/
}

#menu a { 
	color: #6e6e6a; /*#919DB4;*/
	border: 0;
	text-decoration: none;
}

#menu a:hover, #menu a:active {
	color: #d5a228;
}

#menu form {
	margin: 0;
}

#menu { 
/*	font-size: 1.1em; */
	color: #6f6f6f;
	font-weight: bold;
	text-transform: lowercase;
	text-align: left;
	margin: 0px 0px 20px 0px;
 }

#menu input#s {
	width: 80%;
	background: #fafafa;
	border: 1px solid #999;
	color: #000;
}

#menu ul {
	list-style-type: none;
	margin: 0; /* 4px; */
	padding-left: 3px;
	/* text-transform: lowercase; */
}

#menu ul li {
	padding-bottom: 3px;
	margin-top: 3px;
	letter-spacing: 0.1em;
}

#menu ul ul {
	font-variant: normal;
	font-weight: normal;
	line-height: 100%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#menu ul ul li {
	border: 0;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
	padding-left: 12px;
}

#menu ul ul ul.children {
/*	font-size: 142%; */
	padding-left: 4px;
}

#wp-calendar {
	border: 1px solid #fafafa;
	empty-cells: show;
	margin: 0px auto;
	width: 90%;
	font-size: 10px;
	text-align: center;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #ccc;
	color: #f6f6f6;
}

#wp-calendar caption {
	color: #77c14e; /*#999;*/
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

#wp-calendar td {
	color: #595854;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	line-height: 1.5em;
}

#wp-calendar td.pad:hover {
	background: #e8e7dc;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #77c14e; /*#e5a462;bbb;*/
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #919db4;
}
/* end WP calendar styling for col_right_blog */

div#footer {
	width: 100%;
	height: 60px;
	clear: both;
	vertical-align: bottom;
	margin: 0px;
	padding: 1px 0px;
	border: none;
	font: 8pt Arial, Helvetica, sans-serif;
	color: #fff;
	background: #6e6e6a;
	text-align: center;
}

#footer p {
	font-size: 8pt;
}

#footer a, #footer a:link, #footer a:visited {
	color: #fff;
	font-size: 8pt;
	line-height: 16pt;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover, #footer a:active {
	color: #f8bb31;
	font-size: 8pt;
}

div.pagination {
	padding: 3px;
	margin-top: 10px;
	text-align: center;
	display: block;
	clear: both;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 5px; /*2px;*/
	border: 1px solid #e8e7dc;
	text-decoration: none; 
	color: #88Af3f;
}

div.pagination a:hover, div.pagination a:active {
	border: 1px solid #e5a462;
	/*color: #e57b0f;
	/*background-color: #e8e7dc; /*F1FFD6;*/
}

div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 5px; /*2px;*/
	color: #e57b0f;/*#283b41;*/
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

div.pagination span.first {
	margin-right: 10px;
}

div.pagination span.last {
	margin-left: 10px;
}

div.dir_legend {
	text-align: right;
	display: block;
	float: right;
	padding: 5px;
	border: 1px solid #e8e7dc;
	font-size: 8pt;
	font-style: italic;
}

div#dir_search {
}

#dir_search p {
	margin: 5px;
}

#dir_search p.instructions {
	font-size: 10pt;
}

#dir_search p.submit {
	text-align: center;
}

#dir_search p.tips {
	text-align: right;
	margin-top: 20px;
}

#dir_search p.tips span {
	font-size: smaller;
	font-style: italic;
}

#dir_search label {
	width: 180px;
	float: left;
	text-align: right;
	margin-right: 20px;
	display: block;
	font-weight: bold;
}

div#dir_listing {
}

span.dir_new_window a {
	text-decoration: none;
}

#dir_listing span.name {
	font-weight: bold;
	font-size: 14pt;
}

#dir_listing span.sub_name {
	font-size: 14pt;
}

#dir_listing div.search_again {
	display: block;
	float: right;
	clear: both;
	margin: 20px 0px;
	text-align: right;
}

div#portfolio_images {
	width: 100%;
	display: block;
	clear: both;
	margin: 25px auto 0px auto;
}

div#portfolio_images img {
	border: 1px solid #d8dbd2;
}

div#portfolio_left {
	width: 50%;
	display: block;
	float: left;
	text-align: center;
}

div#portfolio_right {
	width: 50%;
	display: block;
	float: right;
	text-align: center;
}

div.port_caption {
	width: 95%;
	margin: 10px auto 0px auto;
	border-bottom: 1px dotted #787874;
	border-top: 1px dotted #787874;
	text-align: left;
	font-style: italic;
}

div#port_info {
	width: 100%;
	display: block;
	clear: both;
	margin: 0px auto;
}

/* set up $port_switch variable to do +1 per iteration for left/right? */
div#port_block {
	width: 100%;
	display: block;
	clear: both;
	text-align: left;
	padding-top: 25px;
}

div#port_block_left {
	width: 50%;
	display: block;
	float: left;
	text-align: left;
	margin-top: 25px;
}

div#port_block_right {
	width: 50%;
	display: block;
	float: right;
	text-align: left;
	margin-top: 25px;
}

/* AOD layout */
table#award_of_distinction {
	width: 100%;
	margin: 0px;
	border: 0px;
	vertical-align: text-top;
	text-align: center;
	line-height: 16px;
}

table#award_of_distinction td {
	width: 25%;
	padding: 10px;
	vertical-align: text-top;
	text-align: center;
}

table#award_of_distinction img {
	vertical-align: text-top;
	border: 1px solid #e57b0f;
}

div.gallery {
	clear:both;
	width:100%;
	font-size: 8pt;
	color: #666;
	line-height: normal;
}

div.gallery ul {
	margin:20px 0;
	padding:0;
	text-align:center;
}

div.gallery ul li {
	width:25%;
	height:125px;
	list-style:none;
	display:inline;
	float:left;
	margin:0px 0px 10px 0px;
}

div.gallery ul li img {
	border:1px solid #91918e;
	padding:2px;
}

div.gallery ul li span {
	font-style:italic;
}

div.gallery_small {
	clear:both;
	width:100%;
}

div.gallery_small ul {
	margin:0;
	padding:0;
	text-align:center;
}

div.gallery_small ul li {
	width:25%;
	list-style:none;
	display:inline;
	float:left;
	margin:0px 0px 20px 0px;
	vertical-align:bottom;
}

div.gallery_small ul li img {
	border:2px solid #91918e;
}

div.gallery_small ul li span {
	font-style:italic;
}

#networking_bar img {
	margin:0px 5px;
}

/* column1 and column2 are used for manual, 2-column div layout */
div.columncontainer {
	display:block;
	margin:0px auto;
	clear:both;
}

div.column1 {
	display:block;
	float:left;
	width:49%;
}

div.column2 {
	display:block;
	float:right;
	width:49%;
}

div.column1 ul, div.column2 ul, div.index ul {
	list-style: none;
	margin: 0 0 0 10px; /* 1em */
	padding: 0px;
	text-indent: -10px; /* -1em */
}

div.column1 ul li a, div.column2 ul li a, div.index ul li a {
	text-transform:uppercase;
	color:#e57b0f;
	text-decoration:none;
	font-weight:bold;
	background-image: url(../furn/images/leftpad.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px; 
}

div.columnfill {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.col_right_gallery {
	padding:0 5px;
}

.col_right_gallery img {
	border:2px solid #222;
}

.col_right_gallery span {
	font-style:italic;
}

.img_caption {
	font-size: 8pt;
	color: #666;
	line-height:normal;
}

.border4blue {
	border:solid 4px #6986b0;
}

.border2blue {
	border:solid 2px #6986b0;
}

div.menu_login form {
	display: block;
	margin: 20px 0px 6px 0px;
	padding: 0px;
	border: none;
	text-decoration:none;
}

.menu_login_label {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11pt;
	color:#ecd774;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	line-height: 1em;
}
	
.menu_login input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333333;
	background: #e8e7dc;
	margin: 3px 0px 6px 20px;
	padding: 0px;
}

table.info_display {
	cellspacing:0;
	cellpadding:0;
	border:0px;
	border-collapse:collapse;
}

table.info_display th {
	text-align: center;
	padding: 4px;
	vertical-align: middle;
	border: 1px solid #464643;
	font-weight:bold;
	background-color:#ebebeb;
}

table.info_display td {
	text-align: center;
	padding: 4px;
	vertical-align: middle;
	border: 1px solid #464643;
}

/* GAB used for past events background */
.past_event {
	background-image: url(../furn/images/layout/past_event.png);
	background-repeat: repeat-y;
}
