/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
/*              Perform-Max Energy CSS              */
/* Copyright ©2008 Perform-Max Energy Products Inc. */
/*   Last Edit: August 19, 2008 - Chris Schlereth   */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* Headers */
h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
}

/* Body & Page Background */
body {
	margin-left:15px;
	margin-right:15px;
	margin-top:15px;
	margin-bottom:15px;
	background-color:#FFFFFF;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
}

/* Images Embedded in Anchors */
img
{  
	border-style: none;
	margin:0px;
}


/* ------------------------------- */
/* User/Password Registration Form */
/* ------------------------------- */

	/* Submit Button */
	.Form_UserPass_Submit {
		margin-left:auto;
		margin-right:auto;
		width:59px;
		height:13px;
		border:none;
	}
	
	/* Register Button */
	.Form_UserPass_Register {
		margin-left:auto;
		margin-right:auto;	
		width:59px;
		height:13px;
		border:none;
	}
	
	/* Form Headers (Username, Password) */
	.Form_UserPass_Headers{
		font-weight:bold;
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
	}
	
	/* Form TextInput */
	.Form_UserPass_TextInput {
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
		color:#000001;
		background:#e9ecfd;
		border:1px solid #a0a7bb;
		width:132px;
		height:12px;
	}
	
	/* Form PasswordInput */
	.Form_UserPass_PassInput {
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
		color:#000002;
		background:#e9ecfd;
		border:1px solid #a0a7bb;
		width:132px;
		height:12px;
	}


/* ------------------------------- */
/*              MISC               */
/* ------------------------------- */

	/* Link Normal */
	a:link {
		color:#027565;
	}

	/* Link Visited */
	a:visited {
		color:#00a890;
	}

	/* Link Activated */
	a:active {
		color:#00a890;
	}

	/* Link Hover */
	a:hover {
		text-decoration:underline;
		color:#1299d3;
	}

	/* Contents Text */
	.Container_Contents{
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
		position:relative;
		width:134px;
		left:6px;
		top:3px;
	}
	
	/* RSS Buttons */
	.Container_RSS{
		margin-left:auto;
		margin-right:auto;
		color:#12366d;
		width:145px;
	}
		
	/* Header for the Content */
	.Content_Header {
		float:left;
		position:relative;
		left:8px;
		top:5px;
		height:31px;
		font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size:16px;
		font-weight:bold;
	}
	
	/* Page Content */
	.Content {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#12366d;
	}
	
	.Footer_Date {
		font-family:Verdana, Geneva, sans-serif;
		font-size:10px;
		font-weight:bold;
		position:relative;
		float:right;
		top:3px;
		right:3px;
		margin:0px;
		padding:0px;
		
	}
	
	/* Fine Print */
	.Copyright {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#12366d;
	}

	
/* ------------------------------- */
/*       Collapsing Menus         */
/* ------------------------------- */

.ContentList{
	width:32px;
	border:1px solid #a0a7bb;
	margin:1px;
	padding:1px;
}

.outline {
	list-style: none;
	padding:0;
	margin:0;
}

.outline ul {
	list-style: none;
	margin-left: 1px; padding-left: 0;
}

.outline li a {
	text-decoration:none;
}

.outlineliBase {
	cursor: auto;
	border:1px solid #a0a7bb;
	background-color:#e6e8f3;
	margin: 2px 1px 2px 1px;
	padding: 1px;
}

.outlineli {
	cursor: auto;
	margin-left: 0;
	padding-left: 0;
}

.olink {
	border-style: none;
	padding-right: 2px;
}
.oimg {
	border-style: none;
	vertical-align: bottom;
}
