/* OLD BASIC STYLES */
.header { font-family: "Times New Roman", Times, serif; font-size: xx-small; color: #999999; }
.date { color: #999999; font-size: xx-small; font-weight: lighter; font-family: "Times, serif"; }
.location { color: black; font-size: x-small; font-weight: normal; font-family: "Times, serif"; margin-bottom:15px; }
hr.header {
	width: 95%;
	size: 1 px;
	align: center;
	text-shadow: 0px 2px 4px #666;}
.navigation { color: black; font-size: small; font-weight: normal; font-family: "Times, serif" }
.NavigationDropMenu { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; }

.Title {
	text-shadow: 4px 4px 4px #666;}
H1 {
	text-shadow: 4px 4px 4px #666;}
.copyright { color: #999999; font-size: x-small; font-weight: normal; font-family: Times, serif; }
.footer { font-family: "Times New Roman", Times, serif; font-size: xx-small; color: #999999; }


/* Sub Layouts */
#SectionContainer {
	width:100%;
	background-color: #FFF; 
	float:right;
	margin-left:-2px;
	margin-bottom:15px; 
	}
#FooterLinks{
}
#FooterAdditional{
}
#FooterCopyright{
	color: #999999; 
	font-size: x-small; 
	font-weight: normal; 
	font-family: Times, serif;
}


/* BASIC STYLES */
.Location { color: black; font-size: x-small; font-weight: normal; font-family: "Times, serif"; margin-bottom:15px; }
.LocationColor { color: #000066; display:inline; }
.PageTitle {
	color: #069;
	text-shadow: 4px 4px 4px #666;
	text-transform: uppercase;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-weight: bolder;
	font-size: large;
	line-height: 200%;
	letter-spacing: -0.05em;
	word-spacing: 0.1em;
	}
p.topic:first-letter { font-size: 300%; float: left }
p.topic:first-line { font: larger semi-expanded  }
.DateModified { color: #999999; font-size: xx-small; font-weight: lighter; font-family: "Times, serif"; text-align: center; }
#footer HR{
	width: 95%;
	size: 1 px;
	align: center;
	noshade; }





.PageDesc {
	color: black;
	font-size: large;
	font-weight: normal;
	font-style: normal;} 

.UserDescription { 
	text-transform: capitalize;}

.SmallText {
	font-weight: normal;
	color: black;
	font-family: times;
	font-size: small;
	font-style: oblique;
	font-variant: small-caps;}

.Alert {
	font-weight: normal;
	color: #F00;
	font-family: times;
	font-size: small;
	font-style: italic;
	font-variant: small-caps;}
table.main {
	width: 95%;
	min-width: 500 em;
	max-width: 501 em; }
td.content {
	background-color: white; }
td.ad {
	background-color: white; 
	vertical-align: top; }
.problem {
	font-family: "Times New Roman", Times, serif;
	font-size: smaller;
	color: black; }

ul.fgf  { list-style: url(http://myg.info/graphics/ball.green.gif) circle outside }


/* UBB STYLES -- fixes */
.post_inner img{
	max-width: 500px; 
	overflow: auto; 
	}
.right_col{
	clear:both;
	}
/* Need to add following to Template header.tpl  */
.UBB_MAIN_FIX{
	clear:both;
	}


/* AD STYLES */
div#CarOfWeekAd
{
	background-color: #fff;
	margin: 10px 2px 10px 2px; 
	border: 1px black dotted;
	/* visibility: hidden; */
	/* display: none; */
}
	div#CarOfWeekAd img
	{
		width: 144px;
		height: 77px;
		opacity:1;
		filter:alpha(opacity=100)
	}
div#DonateOnly
{
	background-color: #fff;
	margin: 10px 5px 10px 5px; 
	/* visibility: hidden; */
	/* display: none; */
}
	div#DonateOnly img
	{
		width: 73px;
		height: 44px;
		opacity:1;
		filter:alpha(opacity=100);
	}
div#eStoreAd
{
	background-color: #fff;
	margin: 10px 2px 10px 2px; 
	border: 1px black dotted;
	/* visibility: hidden; */
	/* display: none; */
}
	div#eStoreAd img
	{
		width: 144px;
		height: 500px;
	}




/* FORM STYLES */
form { margin: 5px 0px; }
.FormResultsAnswer{
	font-weight: bold;
	font-size: 1.0em;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #06C;
	font-style: italic;
}
.FormError_input { background-color: yellow; }
.FormError_txt{
	color: red;
	font-weight: bold;
	font-size: larger;
	font-style: italic;
}



/* LINK PSEUDO CLASS - Put at end of CSS because of Specificity */
a:link {
	text-decoration: underline;
	color: black  }
a:visited { 
	text-decoration: underline;
	color: #6b6558  }
a:hover { 
	text-decoration: none;
	color: #33C  }
a:active { 
	text-decoration: none;
	color: #7cfc00  }
