/* ojbase_res.css - Style Sheet for research pages */


.border0 { border-width: 0px; } /* For Images */

.border8 { margin-left: 8%; margin-right: 8%;  width: 84%; }

.margin10 { margin-left: 10%; margin-right: 10%; }

/* Page Title - Mainly used for putting the name of the individual or couple on the first line of the page. */
	.page-title { 
 	 font-size: 30px;
 	 font-weight: normal;
 	 font-style: normal;
 	 text-decoration: underline;
 	 text-align: center;
 	 color: #000000;
 	 }
 	 
/* Standard Colour Text 13px - Text colour when making comments */
  .main-col { 
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #000000;
    }

/* Menu Page Text Highlight  - Highlights this page in the menu #AF22EC */
  .menu-line-hl { 
    font-size: 19px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #AF22EC;
    }


/* Message : Click Thumbnail to Enlarge and Similiar */
.message { margin-left: 35%; margin-right: 35%; color: #000000;  text-align: center; background: #FEC1C6; border: #000000 4px double; text-decoration: none; font-size: 16px; font-weight: bold; font-style: italic; padding: 6px; }


/* Thumbnail, etc  To convey messages */
	.thumb-message { 
	 font-size: 20px;
	 font-weight: bold;
	 font-style: italic;
	 text-decoration: none;
	 color: #330099;
	 border-left: 0px ridge #008080;
	 border-right: 0px ridge #808080;
	 border-top: 0px ridge #008080;
	 border-bottom: 0px ridge #808080; }


/* Colour for logos messages, copyright and date most recently updated */
  .update { 
    font-family: 'Comic Sans MS', Helvetica, Sans-serif;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #000000;
    }


/* ^^^^^^^^^^ Start of global styles ^^^^^^^^^^ */

/* Main Body */
  body.global, td.global {
    direction: ltr;
    background: #C0C0C0 url(img/beegee_res.jpg) repeat fixed 0%;
    font-family: 'Comic Sans MS', Helvetica, Sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    font-variant: normal;
    color: #E401FD;
    }

    
	hr {
	color: #000000;
	background-color: #000000;
	height: 2px;
	}


/* Links */
a:link, div a:link {
text-decoration: underline;
color: #0000FF;
}


/* Visited Link */
a:visited, div a:visited {
text-decoration: underline;
color: #800080;
}


/* Hover Link */
a:hover, div a:hover {
text-decoration: none;
color: #FF0000;
}


/* Navigation Bar "|" character */
  .global_links { 
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    color: #000000;
    }