﻿body
{
    font-family: Verdana;
    font-size: 12px;
    background-color: #D4D4D4;
}
a:link, a:active, a:visited
{
    text-decoration: none;
    color: #1177FF;
}
a:hover
{
    text-decoration: none;
    color: #F00DFF;
    text-decoration: underline;
}

#top
{
    background-image: url(site_images/image_top.jpg);
    margin-left: auto;
    margin-right: auto;
    width: 947px;
    height: 94px;
}
#middle
{
    background-color: White;
    margin-left: auto;
    margin-right: auto;
    width: 945px;
    border-left: Solid 1px Black;
    border-right: Solid 1px Black;
}
#bottom
{
    background-image: url(site_images/image_bottom.jpg);
    margin-left: auto;
    margin-right: auto;
    width: 947px;
    height: 21px;
}
#bluebar
{
    
    background-color: #006699;
    margin-left: auto;
    margin-right: auto;
    border: Solid 1px Black;
    width: 924px;
    height: 20px;
}
#bottombar
{
    background-color: White;
    margin-left: auto;
    margin-right: auto;
    height: 45px;
    border-top: Solid 1px Black;
}
#topright
{
    float: right;
    height: 94px;
    text-align: right;
    padding-right: 20px;
    padding-top: 10px;
}
.buttons
{
    background-color: #006699;
    border: Solid 1px Black;
    height: 24px;
    width: 70px;
    color: White;
    padding: 0px;
}

.textbox
{
    background-color: #E5E5E5;
    border: Solid 1px Black;
    height: 20px;
    width: 140px;
}
#find
{
    text-align: left;
    position: relative;
    left: 4px;
    padding-top: 20px;
}

#menutop
{
    background-color: #006699;
    border: Solid 1px Black;
    margin: 0px 0px 0px 12px;
    padding-top: 4px;
    border-bottom: Solid 1px Black;
    width: 198px;
    height: 21px;
    line-height: 20px;
    color: White;
    text-align: center;
}

#menubottom
{
    margin: 0px 0px 0px 12px;
    padding: 3px 3px 3px 20px;
    
    border: Solid 1px Black;
    border-top: Solid 0px Black;
    width: 175px;
    color: Black;
}
.shoptop
{
    background-color: #006699;
    border: Solid 1px Black;
    margin: 0px 0px 0px 12px;
    padding-top: 4px;
    border-bottom: Solid 1px Black;
    width: 216px;
    height: 21px;
    line-height: 20px;
    color: White;
    text-align: center;
}

.shopbottom
{
    margin: 0px 0px 0px 12px;
    padding: 3px 3px 3px 3px;
    background-color: #D4D4D4;
    border: Solid 1px Black;
    border-top: Solid 0px Black;
    width: 210px;
    color: Black;
    text-align: center;
}
.search
{
    text-align: center;
}
.Tips2
{
    margin-bottom: 3px;
    width: 200px;
    height: 150px;
    border: Dashed 1px Black;
}

.tool-tip {
	color: #fff;
	width: 172px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) bottom right;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) left top;
}
 
.custom-tip {
	color: #000;
	width: 172px;
	z-index: 13000;
}
 
.custom-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #3E4F14;
	padding: 8px 8px 4px;
	background: #C3DF7D;
	border-bottom: 1px solid #B5CF74;
}
 
.custom-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #CFDFA7;
}