/*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*/
/* TNG Overrides to styles to change color from Red (#990000) to Blue (#000099) in Template 4 */

/* header: heading text -color changed from #990000 */
.header {
	color: #000099;
}

/*   background-color changed from #990000; */
.fieldnameback {
	background-color: #000099;
}

/* sideback: background color for side and top frames */
/* changed from background-color: 990000 */
.sideback {
	background-color: #000099;
}

/* menuback: background color left nav menu with no right and bottom border */
.menuback {
	background-color: #000099;
        text-align:left;
} 

a.snlink:hover, .snlinkact {
	background-color:#000099; /*same as "fieldnameback" background color - was 333366 */
	color:#fff;
}

.LB_closeAjaxWindow{
	background-color:#000099; /*same as "fieldnameback" background color - was #333366 */
}

/* change color from Red (#990000) to 
/* link: normal links, active: links in use -color changed from #990000 */
a:link, a:active {
	color : #333399;
}

/* TNG Overrides to styles to change color from (#CCCC99) to Blue (#e0e0ff) in Template 4 */

/* databack: background color for data areas changed from background-color: #CCCC99  */
.databack {
	background-color: #e0e0ff;
}

.snlink {
	background-color:#e0e0ff; /*same as "databack" background color - was #e0e0f7*/
}

.LB_window {
	background: #e0e0ff; /*same as "databack" background color - was #e0e0f7 */
	border: 2px solid #000099; /*same as "fieldnameback" background color - was #333366*/
}

/* TNG pull down menu overrides */
#mnav li { /* all list items */
	background: #e0e0f7; /*same as "databack" background color */
	border-top:1px solid #e0e0f7; /*same as "databack" background color */
	border-left:1px solid #e0e0f7; /*same as "databack" background color */
}

/* changed background: #eeeecc; to #eeeeee; */
#mnav li ul li {
	background: #eeeeee; /*inactive dropdown menu color*/
}

/* TNG overrides to link colors */
/* link: normal links, active: links in use -color changed from #990000 */
a:link, a:active {
	color : #333399;
}

/* visited: previously visited links -color changed from #666633 */
a:visited {
	color: #336633;
}

/* For white-only links on dark background 
   changed color: #FFFFFF (white) to #FFFF00 (yellow)*/
a.lightlink2:link, a.lightlink2:visited {
	color: #FFFF00;
}

/* Other TNG style overrides */
/* body: describes page background color and all non-table text not governed by any other style */
/*  changed background-color: #FFFFFF;  to #eeeeee; - KCR so printing would be 
white background and added background-image: url(../genealogy/back.gif); 
to remove the body statement in topmenu.php and in index.php */
body {
	/*next 4 lines added by KCR in 6.1.0*/
	margin-top: 5px;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 3px; 
	background-color : #eeeeee;
}

/* subhead: subheading text */
/* override to margin-top: 0px; to eliminate text touching coreicons in Mozilla and FireFox  */
.subhead {
	/*next line added in 6.1.0*/
	margin-top: 4px; 
}

/* whiteheader: heading text used on dark backgrounds (usually fieldnameback) 
   changed color from FFFFFF (white) to FFFFOO (yellow)*/
.whiteheader {
	color: #FFFF00;
}

#mnav .drop {
  	width: 80px;  /* overridden from 95 px in TNG 6.2.0 */
}

.spacercol {
width: 5px;
}

/* tablebkground is defined to replace the bgcolor=#FFFFFF; in tables to avoid propagating 
   the background="back.gif" when included on <body> statement */
.tablebkground {
	background-color : #FFFFFF;
}

.banner {
     width: 508px;
     height: 100px;
}

/* end of my TNG style overrides */

/* added for Dynamic Tool Tip boxes on Vietnam Map and other locations */
#dhtmltooltip{
position: absolute;
width: 265px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
text-align:center;
z-index: 300;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

/* added for emphasis - used by Living Flag mod - Ken Roy */
.emphasis {
  font-weight: bold;
  color: blue;
  }

.bullet {
   color: white;
}

.yellowemphasis {
  font-weight: bold;
  color: yellow;
  }

.databacktan {
    background-color: #D6E3F6;
    text-align: left;
  }

.databackgreen {
    background-color: #CCCCCC;
    text-align: left;
  }

.databackgrey {
    background-color: #D6E3F6;
    text-align: left;
  }

.databackblue {
    background-color: #CCCCCC;
    text-align: left;
  }

.vetdetail {
  text-align: left;
	background-color : #FFFFFF;
	font-size: 15px;
	width:100%;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;
        border-spacing:2px; 
}

.cempage {
  text-align: left;
	background-color : #FFFFFF;
	font-size: 15px;
	width:94%;
}

.cemdetail {
  text-align: left;
	background-color : #FFFFFF;
	font-size: 15px;
	width:70%;
	border-style: solid;
	border-width: 2px;
	border-color: #000000;

}