﻿
.PlainText 
{
	font-family:Arial, Verdana, Helvetica, Sans-Serif;
	font-size:10pt;
}

.BoldText 
{
	font-family:Arial, Verdana, Helvetica, Sans-Serif;
	font-size:11pt;
	font-weight:bold;
}

.ItalicsText 
{
	font-family:Arial, Verdana, Helvetica, Sans-Serif;
	font-size:10pt;
	font-style:italic;
}

.BoldItalicsText
{
	font-family:Arial, Verdana, Helvetica, Sans-Serif;
	font-size:10pt;
	font-weight:bold;
	font-style:italic;
}

.ImgBorder
{
	border:solid 1px black;
}

a 
{
	color:Black;
	text-decoration:underline;
}

a:hover
{
	color:#d2232a;
	text-decoration:underline;
}

.HeaderLink 
{
	color:Black;
	text-decoration:none;
}

.HeaderLink:hover
{
	color:White;
	text-decoration:underline;
}

body 
{
	background-color:#e0e0e0;
	margin-top:15px;
	z-index:1;
	height:100%;
	width:100%;
}

#PageContent
{
	/*padding-top:15px;*/
	background-color:White;
	border:solid 1px black;
	width:800px;
	margin-bottom:15px;
	z-index:1;
}

#HeaderAd 
{
	height: 75px;
	width:780px;
	background-color: #e0e0e0;
}

#Masthead 
{
	height:100px;
	width:800px;
	color:white;
	background-color:black;
	margin-top:5px;
}

#LinkMenu 
{
	height:20px;
	width:780px;
	background-color: #0076ee;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
}

#BodyContent
{
	padding:10px;
	z-index:1;
}

#TextColumn
{
	width:550px;
	float:left;
	text-align:left;
	margin-bottom:15px;
	background-color:White;
	font-size:8pt;
	font-family:Sans-Serif;
}

#TextColumnWide
{
	width:780px;
	float:left;
	text-align:left;
	margin-bottom:15px;
	background-color:White;
	font-size:8pt;
	font-family:Sans-Serif;
}

#PageHeaderImg 
{
	width:100%;
	height:75px;
	background-color:#85f36d;
	text-align:center;
}

#ImageColumn
{
	float:right;
	width:220px;
	text-align:left;
	font-family:Arial, Verdana, Helvetica, Sans-Serif;
	font-size:9pt;
	background-color:White;
}

.PageLink
{
	background-image:url("/images/supercharger/superchargerlinkbutton.jpg");
	background-repeat:no-repeat;
	font-family:Arial, Verdana, Helvetica, Sans-Serif;
	font-size:11pt;
	position:relative;
	height:26px;
	text-indent:30px;
	padding-top:4px;
}

.PageLink a 
{
	color:Black;
	text-decoration:none;
}

.EditFunctionsDiv
{
	position:relative;
	background-color:White;
	height:145px;
	border:solid 1px black;
	text-align:left;
	font-size:8pt;
	font-family:Sans-Serif;
	position:relative;
	float:left;
	margin-left:5px;
	width:470px;
}

.EditFunctionsDivHeader
{
	border-bottom:solid 1px black;
	background-color:#a0a0a0;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}

.EditFunctionsDivBody
{
	padding-left:5px;
	padding-right:5px;
}

.EditTextBox 
{
	border:solid 1px black;
	font-size:8pt;
}

.SmallButton
{
	font-size:8pt;
	position:relative;
}

.SmallButtonRight
{
	font-size:8pt;
	position:relative;
	float:right;
}

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: white;
	padding-top:5px;
	padding-bottom:30px;
	padding-left:5px;
	padding-right:5px;
	border: 1px solid black;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -100;
	left: -500px; /*position where enlarged image should offset horizontally*/
}

#FullImgLayer
{
	background-color:White;
	border-top:solid 1px black;
	border-left:solid 1px black;
	border-right:solid 2px black;
	border-bottom:solid 2px black;
	padding:5px;
	margin-right:0px;
	margin-top:10px;
	left:200px;
	position:absolute;
	visibility:hidden;
	z-index:50;
	text-align:center;
	font-family:Sans-Serif;
	font-size:8pt;
	white-space:nowrap; /*Stupid IE6...*/
}