/* This is the main CSS for the manitobawildlands.org site. */
/* Last updated on: January 7 19, 2005 - LM */

/*ABOUT US page - the facts about manitoba formatting:*/
.specs2 {
	font-size: 12px;
	background-attachment: fixed;
	background-color: #D1DD8E;
	list-style-image: none;
	list-style-type: disc;
	list-style-position: inside;
	border: thin solid #D1DD8E;
	}

/*NEWS page and TAKE ACTION CENTRE page -*/

/*For the MWL list registration and News Archives links*/
.notice { font-weight: bold;
		}
		
/*For ANYTHING that needs to be BOLD!!!*/
.makeBold { font-weight: bold;
		  }

/* Bold and Italic text ( on LUP ESPI WNO pop-up page*/
.bold_italic	{font-style: italic;	
				font-weight: bold;
				}
				
/*Date for News items and Notices*/
.date {	text-align: right;
		color: #333333;
		font-style: italic;	
	  }
.news_title { font-weight:bold; 
			  font-size:1.2em;
			}  
.news_para { height:10px;
			}
	  
/*Citing a source, reference for news items or for images, smaller text*/
.source { font-size: smaller;}

/*For the secondary categories in the Archives - Year and Month*/
.grey_bold	{font-weight:bold; 
			color: #666666;
			}
.purple	{font-weight:bold;
		color:purple;
		}

/*TAKE ACTION LETTERS!! */
/*This is for the Purple H1 header */
.ta_letters	{ color:#663399;}

/*Bold purple for the Names of the MWL email notices on Take Action Centre*/
.emailNotice  { color: #663399;
		   font-weight:bold;
		}

/* This is for the form # in the top right hand side of the screen */
.form_num	{ text-align:right;
			 font-size:smaller;
			 color:#666666;
			}


/*SITEMAP page*/

/*Main page titles, same size as a header but with a link*/
/*!!!!! THIS MAY NOT BE THE RIGHT SIZE _ CHECK IN DIFFERENT BROWSERS*/
.sitemap { font-size: medium;
		   font-weight: bold;
		   text-transform: uppercase;
		 }

/*Sitemap - for headers that don't link directly to any page*/
.sitemap2 { font-size: medium;
		   font-weight: bold;
		   text-transform: uppercase;
		   color: blue;
		   text-decoration: underline;
		 }


/* CONSULTATIONS REGISTRIES page */
.city_red	{ color:#FF0000;
			font-weight: bold;
			}

/* PROTECTED AREAS pages*/			
/* for the steps on the PA Criteria page*/
.steps {font-style: normal;
		font-weight: bolder;
		color: #003300;
		}			


/* ALL PAGES */

body {font-family:arial;}
h1	{color:#444444;}
h2	{color:#444444;}

/* to Match H2 HEADERS*/
/* DOES NOT WORK IN ALL BROWSERS!!  .level2	{font-weight:bold; font-size:large;color:#444444;}*/

/* For Underlineing text elements - can be anything*/
.uline {text-decoration: underline;}

/*Page last updated text  */
.updated { text-align: right;
			font-size: x-small;
			color:#666666;
		}

/* for anything that should be one size smaller*/
.teeny	{ font-size: smaller;}

/* for anything that should be two sizes smaller*/
.xtra_teeny	{font-size: x-small;}

/* for a quote or anything that needs to be small (-1) and Italic*/
.small_quote	{font-size: smaller;
				font-style: italic;	
				}

/*Copyright dates on all pages and this stops it from looking like a seperate link */
.copyright { font-size: xx-small;
			text-decoration: none;
			}
a.copyright:link { color: black; 
				text-decoration: none; 
				}
a.copyright:visited {color: black; 
					text-decoration: none;
					}
		
/*Green highlighted Boxes*/
/*  THE TABLE TAG MUST CONTAIN THE CENTER TAG!!!*/
.box	{padding:5px;
		width:85%;
		background-color:#D1DD8E;
		}
		
/*Gray highlighted box for COMMENT areas (also called Editorial or opinions) */
/*  THE TABLE TAG MUST CONTAIN THE CENTER TAG!!!*/
.comment	{padding:5px; 
			width:85%; 
			background-color:lightgrey;
			}
/*this is for the background and text in the Wuskwatim myths page*/
.myth		{font-weight:bold;
			font-size:20; 
			background-color:lightgrey;
			}

/* this is for the header in the global Warming MYTHS page*/
.mythHead	{color: #003300;}


/*BIO DIVERSITY SPECIES GREEN CHART - only sections background*/

.backcolor {background-color:#D1DD8E;}


td.middle {
	text-align: center;
}


/*WORK PRODUCTS PAGE*/
.worklist	{margin-bottom:5px}
.indent {margin-left:25px;
		margin-bottom:5px}
		
/*PA Private Lands Sub page*/
.question	{font-style: italic;}

.indicator	{font-weight:bold;
			font-size: larger;}
			
/*For CHECKMARKS in a list, originally used for a news item #947*/
ul.checks	{list-style-type: none;}
li.checks2	{background: url(images/checkmark2.gif) left center no-repeat;
			padding-left: 20px;}
			
						
/*For the PRINT link on News items*/
.theGrey	{color:#666666;
			font-size: smaller;
			text-decoration:none;}

/* STYLES LINK FOR GRAPHIC IN NEWS ITEMS: RIGHT */
.news_pic_link_r , .news_pic_link_l  { text-align:center;}
.news_pic_link_l { float:left;}
.news_pic_link_r { float:right;}
.news_pic_link_r .img_source, .news_pic_link_l .img_source{
	font-size:11px;
	text-align:left;
	margin: 0 10px;}
.news_pic_link_r img, .news_pic_link_l img{
	margin:10px;
	margin-top:0px;
}

.list_no_top {
    margin-top: 0;
    padding-top: 0;
}
.list_no_bottom {
    margin-bottom: 0;
    padding-bottom: 0;
}