body {
	margin: 0px;
	font-family: arial;
	font-size: 14px;  /* was 12px; */
	color: #036A6E;  /* Also used by adm pages */
}
.topspacerrow {  
	height: 10px;
}
.preamblelogin { /* login info in preamble (page header picture) */
	/* position: absolute; 
	left: 0px; 
	top: 3px;
	min-width: 700px;
	text-align: right; */
	float: right; 
	margin-right: 2px;
	font-size: .8em;
	color: white;
}
.preamblelogin a
{
	color: white;
}
.preamblelogin a:link {text-decoration: none;}     /* unvisited link */
.preamblelogin a:visited {text-decoration: none;}  /* visited link */
.preamblelogin a:hover {text-decoration: underline;}   /* mouse over link */
.preamblelogin a:active {text-decoration: none;}   /* selected link */
.menurow {
	height: 22px;  /* was 19px */
}
.menu {
	height: 19px;
	text-align: center;
	font-family: "Arial Rounded MT Bold",Arial,"AvantGarde Bk BT";  /* il faudra des boutons graphiques */
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #ffffff;
}	
.menu p.activeitem:first-letter {
	color: #ff0000;
}
.menu a {
	display:block; /* Otherwise underlining does not work in Firefox */
}
.menu a:link {color: #FFFFFF; text-decoration: none;}     /* unvisited link */
.menu a:visited {color: #FFFFFF; text-decoration: none;}  /* visited link */
.menu a:hover {color: #FFFFFF; text-decoration: underline;}   /* mouse over link */
.menu a:active {color: #FFFFFF; text-decoration: none;}   /* selected link */


/* Active menu or submenu item has its first letter red.
    It would be nice to use :first-letter for this but that does not work
	because :first-letter can only be applied to block-level elements and if
	I apply it to <li> then the bullet is also changed to red.
	This does work for <h1> however.
*/
span.activeitem {
	color: #ff0000;
}

/********************* SUBMENU ******************/
.submenu {
	padding: 6px 6px 3px 6px; 
	/* font-size: 1em; */
}	
.submenu h1 {
	font-size: 1.5em;
	font-weight: normal;
	text-align: right;
	margin-top: 0px;
	margin-bottom: 12px;
}
.submenu h1:first-letter { 
	color: #ff0000;
}	
.submenu p {
	margin-top: 6px;
	margin-bottom: 0;
	padding-left: 6px;
	text-indent: -6px;
}
.submenu p.activeitem:first-letter {
	color: #ff0000;
}

.submenu ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.submenu li.activeitem:first-letter { /* not used; this colors the bullet red as well */
	color: #ff0000;
}
.submenu a {
	/* display:block; No, don't do this otherwise text goes to newline in Firefox */
}
.submenu a:link {color: #036A6E; text-decoration: none;}     /* unvisited link */
.submenu a:visited {color: #036A6E; text-decoration: none;}  /* visited link */
.submenu a:hover {color: #036A6E; text-decoration: underline;}   /* mouse over link */
.submenu a:active {color: #036A6E; text-decoration: none;}   /* selected link */

/********************* LOGIN BOX on HOME PAGE ******************/
.login {
	font-size: .8em;
}

/********************* ARTICLE TEXT ****************************/
.article {
	padding: 6px 6px 3px 6px; 
	/* font-size: 1em; */
}
/* .articletitle { font-size: 24 px }  deprecated */
.article h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 12px;
}
.article p {
	margin-bottom: 6px;
	text-indent: 12px;
}
.article p.quote {
	font-family: Courier New, Courier;
	font-size: 0.9em;
	text-indent: 0px;
}

.article a:link {color: #036A6E}     /* unvisited link */
.article a:visited {color: #036A6E}  /* visited link */
.article a:hover {color: #0000FF}   /* mouse over link */
.article a:active {color: #0000FF}   /* selected link */

/************** DOCUMENT DESCRIPTION *********************/
.docdesc {
	padding: 18px 6px 3px 6px; 
	/* font-size: 1em; */
}

.docdesc h1, .docsheet h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 12px;
}
.docdesc p, docsheet p {
	margin-bottom: 6px;
	/* text-indent: 12px; */
}

.docdesc ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 0;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.docdesc a:link {color: #036A6E}     /* unvisited link */
.docdesc a:visited {color: #036A6E}  /* visited link */
.docdesc a:hover {color: #0000FF}   /* mouse over link */
.docdesc a:active {color: #0000FF}   /* selected link */

/********* DOCUMENT THUMBNAIL AND PRINT BUTTON **********/
.docsheet {
	padding: 6px 6px 6px 6px; 
}

.docsheet a:link {color: #036A6E}     /* unvisited link */
.docsheet a:visited {color: #036A6E}  /* visited link */
.docsheet a:hover {color: #0000FF}   /* mouse over link */
.docsheet a:active {color: #0000FF}   /* selected link */

/******************** CONDITIONS ************************/

.conditions {
	padding: 6px 6px 3px 6px; 
	/* font-size: 1em; */
}
.conditions h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 12px;
}
.conditions h2 {
	margin-top: 6px;
}
.conditions p {
	margin-bottom: 6px;
	text-indent: 12px;
}	
.conditions ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 12px; 
	padding-left: 12px; /* for Firefox */
	margin-top: 0;
	margin-bottom: 12px;
}	
.conditions li {
}	

/********************* OTHER ****************************/
.spacerrow {  
	height: 15px;
}
.footer { /* no longer used */
	background-image: url('../pub/images/Bottom.jpg');
	height: 65px;
}
.thumbnail { 
	text-align: center;
	font-size: 0.8em;
}
.thumbnail a:link {text-decoration:none}
.thumbnail a:visited {text-decoration:none}
.thumbnail a:hover {text-decoration:underline}
.thumbnail a:active {text-decoration:none}

a.icon:link {text-decoration:none}
a.icon:visited {text-decoration:none}
a.icon:hover {text-decoration:underline}
a.icon:active {text-decoration:none}

.warning {
    font-family: Helvetica, Verdana, sans-serif;
    font-size: 90%;
    font-weight: bold;
    color: red;
}
.warning a:link {color: red};
.warning a:visited {color: red};
.warning a:hover {color: blue};
.warning a:active {color: red}; /* active must come after hover */

/************* PRINT CONFIRMATION DIALOG WINDOW *********/
.printconfirm {
	margin: 12px;
	text-align: center;
	font-size: 1.2em;
}

/************ WITHIN AMEMBER PAGES ****************/
.noborder td {
	border: none;
	padding: 0px;
}