/*   The linkedImg style below is applied to any              */
/*   linked image in order to fully eliminate any             */
/*   highlighting of the image when it's moused over.         */
/*   Without this style, Internet Explorer will               */
/*   place a highlighted border around an image when          */
/*   it's moused over, which breaks the seemless appearance   */
/*   of the image.                                            */



.linkedImg
    {
	margin:  0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	voice-family: "\"}\"";
	voice-family:inherit;
	}

.event_heading_font
    {
	font-weight: bold;
	line-height: 18pt;
	font-family: Trebuchet MS,Arial;
	font-variant: normal;
	font-style: normal;
	height: 70px;
    }
.Warn {
	color: #F00;
}
.Warn a{
	text-decoration:underline;
}
.Warn:link{
	text-decoration:underline;
}
.Warn a:hover{
	color: #00F;
	font-size:18px;
	text-decoration:underline;
}
.general_header_font
    {
	font-weight: bold;
	line-height: 14pt;
	font-family: Trebuchet MS,Arial;
	font-variant: normal;
	font-style: normal;
	border-top-color: #E9E9E9;
	width: 750px;
	height: 600px;
	margin-right: 20px;
	margin-left: 30px;
    }

.general_font
    {
    font-weight: bold;
    font-size: 8pt;
    line-height: 12pt;
    font-family: Trebuchet MS,Arial;
    font-variant: normal;
    font-style: normal;
    }
.Member_Background {
	font-size: 36px;
	background-repeat: repeat-y;
	background-image: url(../images/Gold_With_Logo.jpg); 
	/* background-image: url(Gold.gif); */
	z-index:-1;
}


.General_Background {
	background-image: url(../img/bkgnd/background_sfv_faded.jpg);
	font-size: 36px;
}

.General_Background {
/*	background-image: url(../img/bkgnd_sfv.jpg); is now a template variable */
	font-size: 36px;
}

.text {
	font-size:16px ;
	text-align:left ;
	margin:7px ;
	margin-right:12px ;
	padding:4px ;
	padding-bottom:2px;
	background-color:transparent ;
}
/*
.text:hover{
	color: #740061;
}
*/
.content_text {
	font-size:16px;
	text-align:left;
	margin:7px;
	margin-right:12px;
	padding:6px;
	padding-bottom:2px;
	background-color:#98AFD8;
}

p.text {
	font-size:16px;
	text-align:left;
	margin:7px;
	margin-right:12px;
	padding:4px;
	background-color:#90A8D5;
}

a.text
{
	margin: 0 ;
	padding: 0 ;
	border: 0px ; /*: 1px solid #CCC;*/
	vertical-align:middle ;
	text-align:center ;
	display: block;
	cursor: pointer;
	color: #000;
	text-decoration: none;
	background:transparent;
}
a.green {
	color:#00DF55 ;
}

a.text:hover, a.text:focus, a.text_green:hover, a.text_green:focus
{
	color: #FFF;
}
a.text:active
{
	color: #FF0;
}

#detail{
	
	height: 200px;
	width: 230px;
	border: 3px solid #FFF;
	background-color: transparent;/*#6CF;*/
	visibility: visible;
	color: #FFF;
	font-size: 12pt;
	font-style: italic;
	text-align: center;
	z-index:9;
	padding-top: 10px;
	padding-bottom: 6px;
}

#detail:hover{
	
	height: 200px;
	width: 230px;
	border: 6px solid #89909A;
	background-color: #ADC3D8;/*#6CF;*/
	visibility: visible;
	color: #FFF;
	font-size: 12pt;
	font-style: italic;
	text-align: center;
	z-index:9;
	padding-top: 10px;
	padding-bottom: 6px;
}

#detail:active{
	
	height: 200px;
	width: 230px;
	border: 6px solid #000;
	background-color: #FFF;/*#6CF;*/
	visibility: visible;
	color: #000;
	font-size: 12pt;
	font-style: italic;
	text-align: center;
	z-index:9;
	padding-top: 10px;
	padding-bottom: 6px;
}
</style>

