/* Classes for Ads*/

.AdHeader
{
	text-align:center; 
	border : background 1px solid; 
    font-weight: bold; 
    font-size: 12px; 
    /*background-image: url(../Images/Background/bluebg.gif);*/
            background-color: #003333;

    vertical-align: middle; 
    color: White;
    font-family: Tahoma; 
    width: 100%; 
    height: 25px;
}

.AdBody
{
	border-right: background 1px solid; 
	border-left: background 1px solid;
    border-bottom: background 1px solid; 
	vertical-align: top; 
    padding:5px;
	font-size: 11px; 
    font-family: Tahoma;
    text-align:left;
}

 a:hoover 
{
	color:Green;
}

.NewsletterBody
{
	border-right: background 1px solid; 
	border-left: background 1px solid;
    border-bottom: background 1px solid; 
	vertical-align: top; 
    padding: 3px; 
	font-size: 11px; 
    font-family: Tahoma;
    text-align: center;
}

.SignUp
{
	border: background 1px solid;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	font-family: Tahoma;
	background-color:DarkOrange;
	height: 18px;
	width:50px;
	vertical-align: middle;
	text-align:center;
	cursor:pointer;
}

.SendMsg
{
	border: midnightblue 1px solid;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	font-family: Tahoma;
	background-color:DarkOrange;
	vertical-align: middle;
	text-align:center;
	cursor:pointer;	
	padding:2px;
}

.TextBox
{
	border-left:background 1px solid;
	border-top:background 1px solid;
	border-bottom:background 1px solid;
	border-right:0;
	font-size: 11px; 
	font-family: Tahoma; 
	text-align:center;
	height:18px;
}

.newsletter
{
	top:3px;
	right:3px;
	width:350px;
	height:150px;
	position:absolute;
	border:1px solid midnightblue;
	font-family:Tahoma;
	padding:3px;
	font-size:11px;	
	background-image:url(../images/background/BlueSky.jpg);
}

.emailform
{
	padding:3px;
	position:absolute;
	border:1px solid midnightblue;
	left:400px;
	width:420px;
	background-image:url(../images/background/BlueSkyBig.jpg);
	padding-bottom:20px;	
}


/**** My New MENU *****/

.menuTable
{
	border-collapse:collapse;
}

.menuDefault
{	
	font: bold 15px sans-serif;
	padding: 8px 12px; /*padding of tabs*/
	/*background:  url(../images/background/bluebg.gif) top right no-repeat;*/
        background-color: #003333;

	border-top: 1px solid #CCCCCC; /*top border style*/
    border-left: 1px solid #CCCCCC; /*top border style*/
}

.menuOver
{	
	font: bold 15px sans-serif;
	padding: 8px 12px; /*padding of tabs*/
	background: url(../images/background/bluebgover.gif) top right no-repeat; /*background image swap on hover*/
        background-color: #003333;

	border-top: 1px solid #CCCCCC; /*top border style*/
        border-left: 1px solid #CCCCCC; /*top border style*/

}

.menuSelected
{
	font: bold 15px sans-serif;
	padding: 8px 12px; /*padding of tabs*/
	background: url(../images/background/bluebgover.gif) top right no-repeat; /*background image swap on hover*/
        background-color: #003333;

	border-top: 1px solid #CCCCCC; /*top border style*/
        border-left: 1px solid #CCCCCC; /*top border style*/

}



/******* END *******/


.MessageHeader
{
	border-bottom:solid 1px Background;
	text-align:center;
	font-family:Tahoma;
	padding:3px;
	font-weight:bold;
	font-size:12px;
	color:Red;
}

/* Deals List web page*/

.dealsHeader
{
    font-family:sans-serif;
    font-size:14px;
    background-color: #003333;
    /*background-image:url(../Images/Background/bluebgLong.gif);*/
    padding:6px;
    color:White;
    vertical-align:middle;
}

.dealsText, .reviewLink
{
    font-family:sans-serif;
    font-size:14px;
    color:#003333;
    font-weight:bold;
}

.dealsDetails
{
	border:solid 1px #003333;
	padding:8px;
	font-family:sans-serif;
	font-size:14px;
	background-color:ghostwhite;
	
}

/* Coupons */
.couponsDetails
{
	border-collapse:collapse;
	font-family:sans-serif;
	font-size:14px;
	background-color:ghostwhite;
	vertical-align:top;
}

.tdLeft
{
	border-left:1px solid #003333;
	border-top:1px solid #003333;
	padding:8px;
}

.tdMiddle
{
	border-top:1px solid #003333;
    color:#003333;
    font-weight:bold;
    text-align:center;
    padding-left:10px;
    padding-right:10px;
}

.tdRight
{
	border-right:1px solid #003333;
	border-top:1px solid #003333;
	text-align:center;
	font-family:Tahoma;
    font-size:11px;
    color:#003333;
    font-weight:bold;
    padding-left:10px;
    padding-right:5px;
}

.tdBottom
{
	border-bottom:1px solid #003333;
	border-left:1px solid #003333;
	border-right:1px solid #003333;
	vertical-align:bottom;
	text-align:right;
	padding-bottom:5px;
	padding-right:10px;
}

/* End Coupons */

.footerLink
{
	color:Background;
	text-decoration:underline;
}

.DealsDate
{
    font-family:Tahoma;
    font-size:12px;
    color:Background;
    font-weight:bold;
    padding-top:20px;
    padding-bottom:10px;
}

.todayDeals
{
	font-family:Tahoma;
    font-size:12px;
    color:Navy;
    font-weight:bold;
    padding-top:20px;
    padding-bottom:10px;
}

.divReview
{
	clear:left;
	width:100%;
	padding-top:8px;
	text-align:right;
	vertical-align:bottom;
}

.emailTH
{
	color:White;
	font-family:Tahoma;
	font-weight:bold;
	font-size:11px;
}

.emailInput
{
	width: 260px; 
	border: midnightblue 1px solid;
	font-family:Tahoma;
	font-size:11px;
	padding-left:3px;
	padding-right:3px;
}

.dealsDataList
{
    font-family:Tahoma;
    font-size:14px;
    color:Background;
    vertical-align:top;
    text-align:left;
}

.dealsDataListSelected
{
    background-image:url(../Images/Background/bluebgover.gif);
    font-family:sans-serif;
    font-size:14px;
    color:White;
    vertical-align:middle;
    text-align:left;
}

.emptyCell
{
    background-image:url(../Images/Background/none.gif);
}

/* Store List*/
.AlphaList
{
	border:1px solid background;
	padding:3px;
	font-family:sans-serif;
	font-size:16px;
	font-size:16px;
	font-weight:bold;
	color:White;
	text-align:center;
	/*background-image:url(../Images/Background/bluebgoverAlpha.gif);*/
    background-color: #003333;
}

.storeCell
{
	font-family:Tahoma;
    font-size:14px;
    vertical-align:middle;
    text-align:left;
    padding:5px;
}

a.StoreLink
{
	color:Background;
	text-decoration:none;
	font-weight:bold;
}

a:hover.StoreLink
{
	text-decoration:underline;
}

/* End Store List*/

/* Command Link Buttons */

a.cmdLink
{
	color: #336699;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration: none;
}

a:hover.cmdLink
{
	text-decoration: underline;
}

.cmdSeparator
{
	color:#336699;
}

/* End Command Link Buttons */

td.storesList a
{
	font-family: Tahoma;
	font-size: 11px;
	color:Background;
	text-decoration: none;
}

td.storesList a:hover
{
	text-decoration: underline;
}

a.rss
{
	color: #336699;
	font-family: Tahoma;
	font-size: 11px;
	text-decoration:none ;
}

a:hover.rss
{
	text-decoration: underline;
}

.ContactUs
{
	background-image: url(../Images/Background/bluebg.gif);
	font-family: Tahoma;
	font-size: 11px;
	color: White;
	padding: 7px;
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
	vertical-align: middle;
	width: 140px;
	border: 1px solid;
}


.imgSearch
{
	border:1px solid background;
	height:20px;
	width:23px;
	vertical-align:middle;
	cursor:pointer;
}

.searchTextbox
{
	font-family:Tahoma;
	font-size:11px;
	border-width:1px 0 1px 1px;
	border-style:solid none solid solid;
	border-color:background;
	padding:2px 2px 0;
	height:22px;
	width:400px;
	vertical-align:middle;
}

.lblSearch
{
	font-weight:normal;
	font-size:11px;
	color:Background;
}

.errormsg
{
	border:dashed 2px FireBrick;
	font-family:Tahoma;
	font-weight:bold;
	font-size:12px;
	color:FireBrick;
	padding:10px 0px 10px 0px;
}

.errortext
{
	font-family:Tahoma;
	font-size:12px;
}

.errorStack
{
	text-align:left;
	padding:30px;
	border:dashed 2px FireBrick;
}

.NavCell
{
	border:1px solid #336699;
	padding:1px 5px 1px 5px;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#336699;
	text-align:center;
}

.NavCellSelected
{
	border:1px solid #336699;
	padding:1px 5px 1px 5px;
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#336699;
	text-align:center;
	background-color:#336699;
	
}

.NavLbl
{
	padding:0 10px 0 10px;
    font-family:Tahoma;
    font-size:11px;
    color:#336699;
}
