﻿body 
{
    margin:0px;
    background-color:#565656;
    text-align:-moz-center; /*FF*/
    #text-align:center; /*IE */
}
#marqueecontainer
{
    position: relative;
    width: 200px;
    height: 105px;
    overflow: hidden;
    border: 0px solid orange;
    padding: 2px;
    padding-left: 4px;
    font-family:Verdana;
    font-size:8pt;
}
.modalBackground
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup 
{
	background-color:#ffffff;
	border-width:0px;
}
.Pages
{
    font-family:Tahoma;
    font-size:9pt;
    color:White;
    text-decoration:none;    
}
.SelectedPage
{
    font-family:Tahoma;
    font-size:9pt;
    font-weight:bold;
    color:yellow;
    text-decoration:none;
}
.Menu
{
    font-family:Tahoma;
    font-size:9pt;
    font-weight:bold;
    color:White;
    text-decoration:none;    
}

.lbFeed
{
    font-family:Tahoma;
    font-size:8pt;
    color:#808080; 
    text-align:right;
}
.txtFeed
{
    font-family:Tahoma;
    font-size:8pt;
    color:black;
    border:solid 1px #808080;
}
.btns
{
    font-family:Tahoma;
    font-size:8pt; 
    color:black;
    border:solid 1px #808080;   
}
.txtValid
{
    font-family:Tahoma;
    font-size:8pt;
    color:red;
}

.lbDes
{
    font-family:Tahoma;
    font-size:9pt;
    color:#FF0000;
}