@import "tooltips.css";

/*****************************************************
HTML tag replacements
*****************************************************/
BODY {
	background-color: #7BBA52;
	background-image: url('/images/background.gif');
	background-repeat: repeat-x;
	font-family: Arial;
	font-size: 9pt;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}
img
{
	border: 0px;
}
H1			{ font-weight: bold; font-size: 14pt; }
H2			{ font-size: 12pt; font-weight: bold; }
H3			{ font-size: 10pt; }
A			{ text-decoration: none; }
A:link		{ color: #0bbd24; }
A:visited	{ color: #0bbd24; }
A:active	{ color: #0bbd24; }
A:hover		{ text-decoration: underline; }
TABLE		{ font-family: Arial; border: 0; }
THEAD		{ font-weight: bold; }
TD			{ font-size: 9pt; }
INPUT		{ font-size: 9pt; background-color: #FFFFFF; }
TEXTAREA    { font-size: 9pt; background-color: #FFFFFF }
SELECT		{ font-size: 9pt; background-color: #FFFFFF }
.submitButton {
    BACKGROUND-COLOR: #FFFF00;
	BORDER-STYLE: Solid;
	BORDER-WIDTH: 1px;
	BORDER-COLOR: #000000;
    COLOR: #000000;
    FONT-WEIGHT: Bold;
    FONT-FAMILY: Arial;
    FONT-SIZE: 9pt;
    PADDING-LEFT: 0px;
    PADDING-TOP: 0px;
    PADDING-RIGHT: 0px;
    PADDING-BOTTOM: 0px;
}
.small { font-family: Arial; font-size: 8pt; }
.small A:link { font-family: Arial; font-size: 8pt; }
.transparent INPUT { background-color: Transparent; }
.hot { font-weight: bold; text-decoration: none;}
/*****************************************************
EXCEL classes
*****************************************************/
.xl24 { font-weight: bold; }
.xl25 { font-style: italic; }
.xl28 { FONT-SIZE: 13pt; font-weight: bold; }
/*****************************************************
Template
*****************************************************/
thead { background-color: #fbfbaf; font-weight: bolder; }
#contentMain
{
	width: 800px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#header
{
	background-image: url('/images/template/header.jpg');
	background-repeat: no-repeat;
	height: 201px;
	border-bottom: solid 2px #818181;
}
#header .logo
{
	top: 5px; left: 4px; position: absolute;
}
#menu
{
	position: relative;
	left: 600px;
	width: 170px;
	background-color: White;
	filter: alpha(opacity=70);
	-moz-opacity: .70;
	border-left: solid 2px #818181;
	border-right: solid 2px #818181;
	border-bottom: solid 2px #818181;
}
#menu td
{
	padding: 0px;
	border-collapse: collapse;
}
#menu ul
{
	padding-left: 10px;
	margin-left: 10px;
	margin-top: 0px;
	padding-top: 0px;
}
#menu li
{
	list-style-type: none;
	font-family: Verdana;
}
#menu li:hover
{
	list-style-image: url('/images/li.gif');
}
#menu a
{
	font-size: 13px;
	font-weight: bolder;
	color: #000000;
}
#menu a:hover
{
	text-decoration: none;
	color: #0bbd24;
}
#content
{
	height: 100%;
	padding: 0px 0px 0px 3px;
}
.leftShade
{
	width: 24px;
	background-image: url('/images/template/leftShade.png');
	background-repeat: repeat-y;
}
.rightShade
{
	width: 24px;
	background-image: url('/images/template/rightShade.png');
	background-repeat: repeat-y;
}
.fullTable
{
	width: 100%;
	height: 100%;
	padding: 0px 0px 0px 0px;
	border-collapse: collapse;
}
.smalllink
{
	font-size: 8pt;
	color: #697eff;
	float: right;
}
.homePanel
{
	padding: 0px 15px 10px 15px;
}
.eggman
{
	/*z-index: 90;*/
	float: right;
	
}
#homePics img
{
	width: 124px;
}
.homePanel td
{
	padding: 0px 5px 0px 5px;
	vertical-align: top;
}
#footer
{
	background-color: #6d6e72;
	text-align: center;
	padding-top: 7px;
	padding-bottom: 3px;
	font-size: 7pt;
	color: #FFFFFF;
}
#footer a
{
	font-size: 7pt;
	font-weight: bolder;
	color: #FFFFFF;
}
/*****************************************************
Custom DHTML
*****************************************************/
#infotip{ position: absolute; border: 1px solid black; padding: 2px; visibility: hidden; background: #FFFFFF; color: #111111; font-size: 8pt; font-weight: bolder; 	z-index: 100; }



.head		{ font-size: 9pt; font-weight: bold; margin-bottom: 5px; }
.content	{ font-size: 8pt; }
.content td	{ font-size: 8pt; vertical-align: top; }

