﻿body
{
    font-family:Arial;
    font-size:8pt;
}

.LeftBar
{
    background-image:url("images/barleft.png");
    background-repeat:no-repeat;
    width:11px;
    height:47px;
}

.BarBody
{
    border-top:solid 1px #FF0000;
    border-bottom:solid 1px #FF0000;    
    height:45px;
    background-color:#FFFFFF;
}

.RightBar
{
    background-image:url("images/barright.png");
    background-repeat:no-repeat;
    width:11px;
    height:47px;
}

.DiscountTab
{
    background-image:url("images/DiscountBar.png");
    background-repeat:no-repeat;
    width:260px;
    height:80px;
}

.FrameTop
{
    width:285px;
    height:5px;
    background-image:url("images/FrameTop.gif");
}

.FrameBody
{
    width:283px;
    border-left: solid 1px #000000;
    border-right: solid 1px #000000;
}
.FrameBottom
{
    width:285px;
    height:5px;
    background-image:url("images/FrameBottom.gif");
}

.CityName
{
    font-size:11pt;
    color:Red;
}
.PopupMsg
{
     color:#000000;
     font-size:12pt;
     font-weight:bold;
}
.BlueLink
{
	color:#2200CC;
	font-size:12pt;
}
em
{
	font-weight:bold;
	font-style:normal;
}

.SearchLink
{
	color:#2200CC;
	font-size:12pt;
	cursor:hand;
	color:Blue;
}
.SearchLink:hover
{
	text-decoration:underline;
}
