﻿
/*html, body {min-height: 100%; width: 100%;background-image: url("/WebImgs/bg1.png"); }*/
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
}
.mainTable {
    border-spacing: 0px;
    width:100%;
    margin: 0px;
    padding: 0px;
    margin-top: 0px;
    border-collapse: collapse;
}
.Titles
{
	 font-size:large ;
	 font-weight:bold;
	 padding-left :10px;
	 padding-right :10px;
	 
	 
}
.headerbackground
{
    font-size:larger ;
	 font-weight:bold;
	 /*padding-left :10px;
	 padding-right :10px;*/
    background-color:#D7E8A1;
}
  .Footer
    {
       	width:5%;
    }
    
.DropB {
    background-position: 0px left 50%;
    
	/*width: 300px;
    padding: 5px;
    
    font-size: 20px;
    line-height: 1;
    
    -webkit-background: url(../images/br_down.png) no-repeat left;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    -webkit-background-position-x: 0px left;
     font-family:Verdana,Arial, Helvetica, sans-serif;
    border-top:1px solid #CCCCCC;
    border-left:1px solid #CCCCCC;
    border-right:1px solid #999999;
    border-bottom:1px solid #999999;
    
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    
	
	background-image: url('../images/br_down.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-color: transparent;
	text-align:center;
}

/*Rolling Text*/

.marquee {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    position: absolute;
    width:100%;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 25s linear infinite;
}

/*.marquee2 span {
    animation-delay: 2.5s;
}*/

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}
/*End Rolling Text*/