﻿a
{
    color: #1B7EC9;
}

a:hover
{
    color: #1B7EC9;
}


.s24
{
    font-size: 24px;
}
.s18
{
    font-size: 18px;
}
.s16
{
    font-size: 16px;
}
.s15
{
    font-size: 15px;
}
.s14
{
    font-size: 14px;
}
.s13
{
    font-size: 13px;
}
.s12
{
    font-size: 12px;
}
.s11
{
    font-size: 11px;
}
.s10
{
    font-size: 10px;
}

.fmly
{
    font-family: Tahoma, Arial, Helvetica, Sans-serif;
}

.grnblu
{
    color: #1B7EC9;
}
.black
{
    color: #000000;
}
.bold
{
    font-weight: bold;
}

.normal
{
    font-weight: normal;
}

.alignL
{
 text-align: left;
}

.alignR
{
 text-align: right;
}

.alignC
{
 text-align: center;
}

.allbrdr {border: solid 1px #dddddd; }

.btmbrdr
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #dddddd;
    padding: 0 0 2px 0;
}


.modalBackground
{
    background-color: #C4E1FF;
    opacity: 0.7;
    filter: alpha(opacity=70);
}


.modalPopup {

    background-color: #FFFFFF;
	border-style: none;
    padding: 10px 10px 10px 10px;

}

.modalPopupProg {

    color: #FFFFFF;
	border-style: none;

}


.popupControl{
	background-color: #FFFFFF;
	position: absolute;
	visibility: hidden;
    border: solid 1px #dddddd; 
}

.nounderline
{
    text-decoration: none;
}



/*****************************************
 ************* from quick lane web site *************
 *****************************************/
 
.shadow
{
    width: 242px;
    background-image: url(../images/buckettopsilver.gif);
    background-repeat: no-repeat;
    background-position: top center;
    padding: 15px 0 0 0;
    margin-bottom: 1em;
}

.shadowbody
{
    background-image: url(../images/bucketbottom.gif);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 0px 13px 20px 18px;
}

.mainbucket
{
    background-color: white;
    background-image: url(../images/mainbucket_bg.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    position: relative;
}

#amibodydiv
{
    width: 970px;
    margin: 0;
    margin: 0 auto;
}
.amicontent
{
    background-color: #FFFFFF;
    background-image: url(../images/content_bg.gif);
    background-repeat: no-repeat;
    background-position: right top;
    border-bottom: solid 3px #255584;
    padding: 30px 30px 10px 30px;
    text-align: left;
}

option.watermark
{
    color: #999999;
}
.watermark
{
    color: #999999;
    display: inline;
}

@media print
{
	.noprint { display: none; }
	h1.s18 { font-size: 14px;}

body 
{
    background-color: #FFFFFF;
}

.coupon
{ height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}

}    

