﻿/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

/* Histoire de Bourgeois templatebody */

.templatebody {
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;  
	background-image: url(../img/parchment.gif);
/*	background-color: #FFFFFF;*/
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center;
}
/* fieldnameback: background color for column and row title sections */
.fieldnameback {
	background-color: #BB0004;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #663333;
	border-bottom-color: #663333;
	background-image: url(../img/fieldbg.jpg);
}

.databack {
	background-color: #F2E6CC;
	background-image: url(../img/parchment_data.gif); 
/*	background-image: url(../img/parchment.gif);*/
}

/* Marquee formating for background image */
.html-marquee {
	background-image:url(../img/parchment.gif);
	}
	
/* sideback: background color for side and top frames */
.sideback {
	background-color: #660002;
	background-image: url(../img/fieldbg.jpg);
}
.navtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3E331D;
	padding-left: 5px;
}
/* Drop down menu override for width of menu text - copied from genstyle by M. Bourgeois (2 June 2009)*/

#mnav a {
	display: block;
	width: 15em;        /*increase width of text in drop down menu*/
	padding-top: 2px;
	padding-bottom: 2px;
	font-size: 11px;
	color: #b99852;
	text-decoration:none;
}
#mnav li { /* all list items */
	background: #800000; /*same as "databack" background color */
	border-bottom:0px solid #777;
	border-right:0px solid #777;
	border-top:0px solid #e0e0f7; /*same as "databack" background color */
	border-left:0px solid #e0e0f7; /*same as "databack" background color */
}
#mnav li:hover, #mnav li.sfhover { /* lists nested under hovered list items */
	background-color: #ffffff;
	border-top:1px solid #aaa;
	border-left:1px solid #aaa;
}

/* Drop down menu override for width of menu text - copied from genstyle by M. Bourgeois (2 June 2009)*/
#mnav .drop {
	padding-right: 1em;
	width: 100px; /* increased to 100 from 95 to accommodate large entries M. Bourgeois*/
}

#mnav li ul { /* second-level lists */
	border-top: 1px solid #777;
	border-left: 1px solid #777;
	border-right: 1px solid #777;
	background: #ffffff;
	position: absolute;
	width: 26em;  /* Increased to 26 from 13 to accommodate large entries M. Bourgeois */
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers*/
}

#mnav li ul li {
	border: 0px;
	width: 26em;  /*increased to 26 from 13 to accommodate large entries M. Bourgeois */
	background: #eeeeee; /*inactive dropdown menu color */
	margin-right: 0px;
	margin-top: 2px;
	border-bottom: 1px solid #777;
}

#mnav li ul li a {
	width: 26em; /*increased to 26 from 13 to accommodate large entries M. Bourgeois*/
	padding-top: 1px;
	padding-bottom: 1px;
	font-size: 11px; /* Changed to 11px from 12px - Mb 28062009 */
	padding-left: 3px;
	text-decoration: none;
}

#mnav li:hover #third, #mnav li.sfhover #third {
	right: 256px; /* This moves the custom menu tabs to their proper place - Marc Bourgeois (6 Nov 2010) */
}

/* Bourgeois/Charlebois .headertitle */

.headertitle {
	text-align: left;
/*	background-color: white;*/
	background-image: url(../img/parchment.gif);
	background-repeat: repeat; 
	background-attachment: fixed;
	background-position: center;
	letter-spacing: 4px;
	line-height: 40px;
	color: #1A000A;
	font-style: italic;
	font-size: 40px;
	font-family: "Brush Script MT", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	padding-left: 10px;
}

/* Bourgeois new .rememberfooter */

.rememberfooter {
	text-align: left; /*	background-image: url(graphics/My-bg-mirror-2.bmp);*/;
/*	background-color: #FFFFFF;*/
	background-image: url(../img/parchment.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center;
	letter-spacing: 1px;
	line-height: 25px;
	color: #0033CC;
	font-style: italic;
	font-size: 17px;
	font-family: "Brush Script MT", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	padding-left: 10px;
}
/* Bourgeois/Charlebois .headerback */

.headerback {
	background-image: url(../img/parchment.gif);
/*	background-color: #FFFFFF;*/
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center;
}
/* Bourgeois/Charlebois .titlemid */

/* Bourgeois/Charlebois .gradientup*/

.gradientup {
 	background-image: url(../img/gradientup.gif);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center;
}
/* gradient added to replace background=gradient.gif" bgcolor="#F8EDE3" in topmenu */

/* Bourgeois/Charlebois .gradient */

.gradient {
	background-image: url(../img/Parchment_border_down.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center;
}
.tablebkground {
	background-image: url(../img/parchment.gif);
}

/* footer added to replace <font size="1" color="#cccc99"> in footer */
.footer {
	font-size: 10px;
	color: #B99852;
}

.page {
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	width: 100%;
}




