@charset "utf-8";
/* CSS Document */


/*<!-- MapperTool Pages css-->*/

/*Link properties for the enter mapper button text*/
a.enterbutton:active {color: #333366}
a.enterbutton:visited {color: #333366}
a.enterbutton:link {color: #333366}
a.enterbutton:hover {color: #333366}

/*Link properties for the links in the help tab that link to the pdf files*/
a.gray:active {color: #333366}
a.gray:visited {color: blue}
a.gray:link {color: #333366}
a.gray:hover {color: #333366}

/* Color the the pikes that seperate the links to the pdfs on the help pages*/
.pikecolor {color: #CCCCCC}

/* Text color for text page*/
.text {color: #343367}

/* Bold text in Map Features Tab*/
.style3 {color: #343367; font-weight:900; }




/*<!-- Order Download & Digital Atlas Pages css-->*/


/* gray view Links css*/
a.gra:active {color: #999999; font-size:10px; text-decoration:underline}
a.gra:visited {color: #999999;font-size:10px; text-decoration:underline}
a.gra:link {color: #999999;font-size:10px; text-decoration:underline}
a.gra:hover {color: #666666;font-size:10px; text-decoration:underline}

/*bold headings css*/					
.OrderParphHeadings {color: #343367; 
					font-family:Arial, Helvetica, sans-serif; 
					font-size:12px; 
					font-weight:bold;}
/*content text css*/	
.Ordertext {color: #343367; font-family:Arial, Helvetica, sans-serif; font-size:12px;}

/*Table border*/
.subcontrborder{border-bottom:#CCCCCC solid; border-left:#CCCCCC solid; border-right:#CCCCCC solid; border-top:#CCCCCC solid; border-width:thin;}

/*padding on table cell*/
p.textpadding {padding-left:12px; padding-right:10px}

