﻿body
{
	margin: 0;
	padding: 5px;
	text-align: center;
	font-family: Arial;
	font-size: 10pt;
/*	background-image: url(images/graphpaper.jpg); */
}

h3
{
	font-weight: bold;
	color: #000066;
	font-family: Arial;
	 font-size:16px;
	margin-bottom:-5px;
}

h3.big
{
	font-weight: bold;
	color: #000066;
	font-family: Arial;
	margin-bottom:-2px;
}

p.infowindow
{
	border-right: #0066ff thin dashed;
	border-top: #0066ff thin dashed;
	border-left: #0066ff thin dashed;
	color: #000000;
	border-bottom: #0066ff thin dashed;
	background-color: #e0ffff;
	padding: 3px;
}



#wrapper
{
	text-align: left;
	padding: 10px;
	width: auto;
	/* background-image: url(images/gradientback.jpg); 
	border-right: #000000 1px solid;
	border-top: #000000 1px solid;
	border-left: #000000 1px solid;
	border-bottom: #000000 1px solid;*/
}


#header
{
	background-position-x: left;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	height: 230px;
}

#graphpaper
{
	background-image: url(images/graphpaper.jpg);
	background-repeat: repeat-x;
}

.boldtext
{
	 font-weight:bold;
}

#content
{
	width: auto; /*700px;*/
	height: auto;
	background-color: #ffffff;
	padding: 5px;
/*	border-right: #0066ff thin solid;
	border-top: #0066ff thin solid;
	border-left: #0066ff thin solid;
	border-bottom: #0066ff thin solid;*/
}
#content img.floater
{
 float:left;
}

#content p.title
{
	font-size: 11pt;
	color: #696969;
	font-family: Verdana;
	border-bottom: dimgray thin solid;
}
#headermenu
{
	position: absolute;
	left: 385px;
	width: 396px;
	top: 184px;
	height: 26px;
	border-top: #f0f8ff thin solid;
	border-bottom: #f0f8ff thin solid;
	 padding-top:5px;
}

#headermenu a:link, #headermenu a:visited, #headermenu a:active
{
	font-size: 10pt;
	color: #808080;
	font-family: Arial;
	text-decoration:none;

}
#headermenu a:hover
{
	text-decoration: underline;
}


.ordertable
{
	border-right: #0099ff 1px solid;
	border-top: #0099ff 1px solid;
	border-left: #0099ff 1px solid;
	border-bottom: #0099ff 1px solid;
	background-color: #fff8dc;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align:left;
	vertical-align:bottom;
}


/*****************
AQUA BUTTONS
************************/
.aquabutton a:link, .aquabutton a:visited, .aquabutton a:active 
{
	display: block;
	 padding-top:6px;
	background-repeat: no-repeat;
	text-decoration: none;
	width: 200px;
	height: 36px;
	background-image: url(images/glassybuttonUP.gif);
	font-size: 14pt;
	vertical-align: middle;
	color: #ffffff;
	font-family: Arial;
	text-align: center;
	font-weight: bold;
}



.aquabutton a:hover
{
	background-image: url(images/glassybuttonOVER.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}



#glassybutton a:link, #glassybutton a:visited, #glassybutton a:active
{
	display: block;
	 padding-top:6px;
	background-repeat: no-repeat;
	text-decoration: none;
	width: 200px;
	height: 36px;
	background-image: url(images/glassybuttonUP.gif);
	font-size: 14pt;
	vertical-align: middle;
	color: #ffffff;
	font-family: Arial;
	text-align: center;
	font-weight: bold;
}
#glassybutton a:hover
{
	background-image: url(images/glassybuttonOVER.gif);
	background-repeat: no-repeat;
	text-decoration: none;
}

span.errortext
{
	background-color: #fff5ee;
	padding: 3px;
	color: #cc0033;
}
span.notice
{
	font-size: 9pt;
	color: #006600;
	font-family: Arial;
}
span.noticeblue
{
	font-size: 9pt;
	color: #003366;
	font-family: Arial;
}

.javapanelstyle
{
	padding-right: 3px;
	padding-left: 3px;
	border-left-color: #cc0000;
	border-bottom-color: #cc0000;
	padding-bottom: 3px;
	border-top-style: dashed;
	border-top-color: #cc0000;
	padding-top: 3px;
	border-right-style: dashed;
	border-left-style: dashed;
	background-color: #ffa07a;
	border-right-color: #cc0000;
	border-bottom-style: dashed;
}
